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 | 0de99d3b8b4315990f9f8249343dd8a30487c01c (patch) | |
tree | 6ed33b2bf1157897eadf0f7a4040f78a8c831f46 /bfd/aoutx.h | |
parent | 94a69d6552ea081d0ccecb6ab4784d48e3d54e95 (diff) | |
download | binutils-redhat-0de99d3b8b4315990f9f8249343dd8a30487c01c.tar.gz |
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/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index f8612a8706..94a46b0868 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -1977,7 +1977,6 @@ error_return: _bfd_stringtab_free (strtab); return false; } - long NAME(aout,get_symtab) (abfd, location) @@ -1995,7 +1994,6 @@ NAME(aout,get_symtab) (abfd, location) *location++ =0; return bfd_get_symcount (abfd); } - /* Standard reloc stuff */ /* Output standard relocation information to a file in target byte order. */ @@ -2538,7 +2536,6 @@ NAME(aout,get_reloc_upper_bound) (abfd, asect) bfd_set_error (bfd_error_invalid_operation); return -1; } - long NAME(aout,get_symtab_upper_bound) (abfd) |