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
commitb8b5d54b6e8e39a3aa4ffc42f9528dc1d58e4e12 (patch)
tree13a3a58378e5b8b00fef9ab92b379b1d1710109a /bfd/aout-target.h
parent4880b528e99616be41124be90dd20e7068bc1775 (diff)
downloadbinutils-redhat-b8b5d54b6e8e39a3aa4ffc42f9528dc1d58e4e12.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 2d1e2894a6..6cf185a40d 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;