gas/
authorJan Beulich <jbeulich@novell.com>
Tue, 19 Apr 2005 07:23:05 +0000 (07:23 +0000)
committerJan Beulich <jbeulich@novell.com>
Tue, 19 Apr 2005 07:23:05 +0000 (07:23 +0000)
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.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/te-sysv32.h [deleted file]

index c77a720..1323417 100644 (file)
@@ -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.
index 11fc5f7..dcf3e22 100644 (file)
@@ -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
index 2cfd5b1..bf49565 100644 (file)
@@ -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 (file)
index c60728a..0000000
+++ /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 */