From f7d5fcf194101a95115ff4ee18d02fb2699f6a68 Mon Sep 17 00:00:00 2001 From: jbeulich Date: Tue, 19 Apr 2005 07:23:02 +0000 Subject: [PATCH] gas/ 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. --- gas/ChangeLog | 7 +++++++ gas/Makefile.am | 1 - gas/Makefile.in | 1 - gas/config/te-sysv32.h | 6 ------ 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 gas/config/te-sysv32.h diff --git a/gas/ChangeLog b/gas/ChangeLog index c77a7208f9..13234172ea 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 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 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero- length symbols. 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 */ -- 2.11.0