summaryrefslogtreecommitdiff
path: root/bfd/targmatch.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-08-29 03:39:47 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-08-29 03:39:47 +0000
commit2b31a0f6eea568ede74d494d7a25dd63bfdf360e (patch)
tree699525a9111b4caea1897e059d51f5eb7fb8dab6 /bfd/targmatch.sed
parent4ff500931b30c9e011d3a578b093c5b0d9195126 (diff)
downloadbinutils-redhat-2b31a0f6eea568ede74d494d7a25dd63bfdf360e.tar.gz
* targmatch.sed: Delete case statements.
* config.bfd <powerpc-*-aix* entry>: Select 64 bit xcoff for aix4.3 and above.
Diffstat (limited to 'bfd/targmatch.sed')
-rw-r--r--bfd/targmatch.sed1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/targmatch.sed b/bfd/targmatch.sed
index 2f40e723f2..2716876547 100644
--- a/bfd/targmatch.sed
+++ b/bfd/targmatch.sed
@@ -1,5 +1,6 @@
1,/START OF targmatch.h/ d
/END OF targmatch.h/,$ d
+/^[ ]*case/,/^[ ]*esac/ d
s/^#if/KEEP #if/
s/^#endif/KEEP #endif/
s/^[ ]*#.*$//