aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:08:33 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:21 +0930
commit6ea7de3237f0780065e6c17cd2d123792410c16b (patch)
tree8da7d99233218e9e42c9ff5c1a438751fa553adb /bfd/coff-rs6000.c
parentaa739c59d3db95d1709b0417cdf7d082bfdea911 (diff)
downloadgdb-6ea7de3237f0780065e6c17cd2d123792410c16b.zip
gdb-6ea7de3237f0780065e6c17cd2d123792410c16b.tar.gz
gdb-6ea7de3237f0780065e6c17cd2d123792410c16b.tar.bz2
xcoff bfd.h tidy
bfd/ * bfd-in.h: Move xcoff function declarations.. * xcofflink.h: ..to here, new file. * xcofflink.c: Include xcofflink.h. * coff-rs6000.c (bfd_xcoff_ar_archive_set_magic): Delete unused func. * bfd-in2.h: Regenerate. ld/ * emultempl/aix.em: Include xcofflink.h.
Diffstat (limited to 'bfd/coff-rs6000.c')
-rw-r--r--bfd/coff-rs6000.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c
index bdbb499..86cf9e3 100644
--- a/bfd/coff-rs6000.c
+++ b/bfd/coff-rs6000.c
@@ -1169,20 +1169,6 @@ _bfd_xcoff_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
to take care that we are not generating the new form of archives
on AIX 4.2 or earlier systems. */
-/* XCOFF archives use this as a magic string. Note that both strings
- have the same length. */
-
-/* Set the magic for archive. */
-
-bfd_boolean
-bfd_xcoff_ar_archive_set_magic (bfd *abfd ATTRIBUTE_UNUSED,
- char *magic ATTRIBUTE_UNUSED)
-{
- /* Not supported yet. */
- return FALSE;
- /* bfd_xcoff_archive_set_magic (abfd, magic); */
-}
-
/* PR 21786: The PE/COFF standard does not require NUL termination for any of
the ASCII fields in the archive headers. So in order to be able to extract
numerical values we provide our own versions of strtol and strtoll which