diff --git a/gas/ChangeLog b/gas/ChangeLog index c77a7208f9..13234172ea 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-04-19 Jan Beulich + + * 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 PR/847 diff --git a/gas/Makefile.am b/gas/Makefile.am index 11fc5f7a14..dcf3e22d2e 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 2cfd5b15f7..bf49565b23 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 c60728a975..0000000000 --- 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 */