diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-01-23 20:27:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-01-23 20:27:54 +0000 |
commit | 3fde5a36df2955b5a443e8da6f30fdf3b3b2769e (patch) | |
tree | 9a5b023629a717ff9232ff6eee349bfe6be9d500 /bfd/hash.c | |
parent | * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a. (diff) | |
download | binutils-gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.tar.gz binutils-gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.tar.bz2 binutils-gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.zip |
2001-01-23 Kazu Hirata <kazu@hxi.com>
* aoutx.h: Fix formatting.
* bfd.c: Likewise.
* bfd-in2.h: Likewise.
* bfd-in.h: Likewise.
* cpu-i386.c: Likewise.
* cpu-m68hc11.c: Likewise.
* dwarf2.c: Likewise.
* elf64-x86-64.c: Likewise.
* format.c: Likewise.
* freebsd.h: Likewise.
* hash.c: Likewise.
* hp300hpux.c: Likewise.
* hppabsd-core.c: Likewise.
* hpux-core.c: Likewise.
Diffstat (limited to 'bfd/hash.c')
-rw-r--r-- | bfd/hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/hash.c b/bfd/hash.c index 173eaf76eef..a1bca281dbd 100644 --- a/bfd/hash.c +++ b/bfd/hash.c @@ -268,7 +268,7 @@ SUBSUBSECTION Write other derived routines You will want to write other routines for your new hash table, - as well. + as well. You will want an initialization routine which calls the initialization routine of the hash table you are deriving from @@ -366,7 +366,7 @@ bfd_hash_lookup (table, string, create, copy) struct bfd_hash_entry *hashp; unsigned int len; unsigned int index; - + hash = 0; len = 0; s = (const unsigned char *) string; |