aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-01-23 20:27:54 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-01-23 20:27:54 +0000
commit3fde5a36df2955b5a443e8da6f30fdf3b3b2769e (patch)
tree9a5b023629a717ff9232ff6eee349bfe6be9d500 /bfd/aoutx.h
parentf29d9b6d302bcf6ec42feb3a3bdbabe534177258 (diff)
downloadgdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.zip
gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.tar.gz
gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.tar.bz2
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index f8612a8..94a46b0 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)