diff options
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rw-r--r-- | gas/Makefile.am | 1 | ||||
-rw-r--r-- | gas/Makefile.in | 1 | ||||
-rw-r--r-- | gas/config/te-sysv32.h | 6 |
4 files changed, 7 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c77a720..1323417 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2005-04-19 Jan Beulich <jbeulich@novell.com> + * config/te-sysv32.h: Remove. + * Makefile.am (TARG_ENV_HFILES): Remove reference to + config/te-sysv32.h. + * Makefile.in (TARG_ENV_HFILES): Likewise. + +2005-04-19 Jan Beulich <jbeulich@novell.com> + PR/847 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero- length symbols. diff --git a/gas/Makefile.am b/gas/Makefile.am index 11fc5f7..dcf3e22 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -404,7 +404,6 @@ TARG_ENV_HFILES = \ config/te-sun3.h \ config/te-svr4.h \ config/te-symbian.h \ - config/te-sysv32.h \ config/te-tmips.h # Multi files in config diff --git a/gas/Makefile.in b/gas/Makefile.in index 2cfd5b1..bf49565 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -631,7 +631,6 @@ TARG_ENV_HFILES = \ config/te-sun3.h \ config/te-svr4.h \ config/te-symbian.h \ - config/te-sysv32.h \ config/te-tmips.h diff --git a/gas/config/te-sysv32.h b/gas/config/te-sysv32.h deleted file mode 100644 index c60728a..0000000 --- a/gas/config/te-sysv32.h +++ /dev/null @@ -1,6 +0,0 @@ -/* Remove leading underscore from the gcc generated symbol names. */ -#define STRIP_UNDERSCORE - -#include "obj-format.h" - -/* end of te-sysv32.h */ |