diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-21 08:40:23 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-21 08:40:23 +0000 |
commit | 5a65713f64ae0629f9b2255d72e8f52fefa13d68 (patch) | |
tree | 4880730b1dd35ac4bc2331701d7968d39e6b9468 /bfd/aout-target.h | |
parent | a37b3cc06e2418058e6f3a5dee58957649938d0f (diff) | |
download | gdb-5a65713f64ae0629f9b2255d72e8f52fefa13d68.zip gdb-5a65713f64ae0629f9b2255d72e8f52fefa13d68.tar.gz gdb-5a65713f64ae0629f9b2255d72e8f52fefa13d68.tar.bz2 |
* coff-sparc.c: Add missing prototypes.
* elf32-s390.c: Likewise.
* elf32-i960.c: Likewise.
* aout-target.h: Likewise.
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r-- | bfd/aout-target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 2d1e289..6cf185a 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -250,6 +250,8 @@ MY_bfd_copy_private_section_data (ibfd, isec, obfd, osec) file header, symbols, and relocation. */ #ifndef MY_write_object_contents +static boolean MY(write_object_contents) PARAMS ((bfd *)); + static boolean MY(write_object_contents) (abfd) bfd *abfd; |