aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-14 10:51:23 +0930
committerAlan Modra <amodra@gmail.com>2018-04-14 17:53:22 +0930
commit24acfe5e2b7d4e6c0ccb72ffffc349d7fa88838d (patch)
tree8ca9f814c613a4f55fe92248997cdbcfce205043 /bfd/config.bfd
parentfb70ec1714f6be66464f5a9dfab1681cf8f4ac3d (diff)
downloadgdb-24acfe5e2b7d4e6c0ccb72ffffc349d7fa88838d.zip
gdb-24acfe5e2b7d4e6c0ccb72ffffc349d7fa88838d.tar.gz
gdb-24acfe5e2b7d4e6c0ccb72ffffc349d7fa88838d.tar.bz2
powerpc-lynxos and powerpc-windiss fixes
Enabling shared lib tests showed the powerpc-lynxos target is broken, and has been for a long time. The breakage happened in a 2005-05-07 patch of mine, git commit 3b36f7e62, I think. There have been no bug reports I recall so it seems the target is dead. powerpc-windiss is similarly broken. This patch fixes the breakage, and puts the targets on the obsolete list. bfd/ * config.bfd: Add powerpc-*-lynxos* and powerpc-*-windiss* to obsolete list. ld/ * emulparams/elf32ppcwindiss.sh: Rewrite to use elf32ppc.sh. * emulparams/ppclynx.sh: Likewise.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 881c48c..a77a7ba 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -98,6 +98,7 @@ case $targ in
mips*-sgi-* | mips*-*-bsd* | \
mips*-*-lnews* | \
mips*-*-sysv* | mips*-*-riscos* | \
+ powerpc-*-lynxos* | powerpc-*-windiss* | \
sh*-*-symbianelf* | \
sparclet-*-aout* | \
sparc86x-*-aout* | \