From 102ab33260109a2fc00e42e39b8bca7d675cc0e9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 29 Aug 2001 03:39:47 +0000 Subject: * targmatch.sed: Delete case statements. * config.bfd : Select 64 bit xcoff for aix4.3 and above. --- bfd/targmatch.sed | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/targmatch.sed') diff --git a/bfd/targmatch.sed b/bfd/targmatch.sed index 2f40e723f2c..27168765474 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/^[ ]*#.*$// -- cgit v1.2.1