summaryrefslogtreecommitdiff
path: root/bfd/aout-target.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-21 08:40:23 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-21 08:40:23 +0000
commit947f1840b778733adfd4e8756166b1d61fa933ff (patch)
treed106f86763dcc0bc1a0298402bc6e97b46d2a658 /bfd/aout-target.h
parentebb33d6941fc00971c42b9e4b71e2d7c3f2761bd (diff)
downloadgdb-947f1840b778733adfd4e8756166b1d61fa933ff.tar.gz
* 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h
index 2d1e2894a64..6cf185a40d9 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;