diff options
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; |