diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-15 14:46:01 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-15 15:09:38 +0930 |
commit | 40be168cc419152df5cfae01caae415f52ffb4de (patch) | |
tree | cebd23d06458501056ae57f6fc5a498e7a4bc978 /bfd | |
parent | 1298463902e9c367c8a3751c11d9cc9ecd0b015b (diff) | |
download | binutils-gdb-40be168cc419152df5cfae01caae415f52ffb4de.tar.gz |
Obsolete PowerPC PE, winnt and cygwin targets
The PowerPC PE support is so old and bitrotted that it ought to be
removed. Test results for a cross from x86_64 with no C cross
compiler currently shows 109 fails. I don't think anyone cares about
the target.
This FIXME in bfd/peXXigen.c has been around since 1999, git commit
277d1b5e453:
/* FIXME: This file has various tests of POWERPC_LE_PE. Those tests
worked when the code was in peicode.h, but no longer work now that
the code is in peigen.c. PowerPC NT is said to be dead. If
anybody wants to revive the code, you will have to figure out how
to handle those issues. */
and this one in gas/config/tc-ppc.c since 1995, git commit
cd557d83d61:
* FIXME: I just noticed this. This doesn't work at all really. It it
* setting bits that bfd probably neither understands or uses. The
* correct approach (?) will have to incorporate extra fields attached
* to the section to hold the system specific stuff. (krk)
* config.bfd: Obsolete powerpcle-*-pe targets.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fe04699b45f..6543260b298 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2020-06-15 Alan Modra <amodra@gmail.com> + * config.bfd: Obsolete powerpcle-*-pe targets. + +2020-06-15 Alan Modra <amodra@gmail.com> + PR 26103 * elflink.c (elf_link_add_archive_symbols): Exclude undefined symbols that were defined in discarded sections. diff --git a/bfd/config.bfd b/bfd/config.bfd index 40f259c92aa..231e6f155d5 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -53,6 +53,7 @@ case $targ in echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2 exit 1 ;; + powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 |