diff options
author | Andreas Schwab <schwab@suse.de> | 2002-04-12 14:41:01 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2002-04-12 14:41:01 +0000 |
commit | 93215a1b430024203bf0c2326c566e832b80e50d (patch) | |
tree | 0becc48a58f6e15c5cc3fe0d4df7cb03b067594a /gcc/config/ia64/ia64.h | |
parent | 9fef1fe3e4efbd44157c8796db3909097fab7e27 (diff) | |
download | gcc-93215a1b430024203bf0c2326c566e832b80e50d.zip gcc-93215a1b430024203bf0c2326c566e832b80e50d.tar.gz gcc-93215a1b430024203bf0c2326c566e832b80e50d.tar.bz2 |
ia64.h (ASM_SPEC): Moved from here ...
* config/ia64/ia64.h (ASM_SPEC): Moved from here ...
* config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
overrides the definition in config/svr4.h.
From-SVN: r52228
Diffstat (limited to 'gcc/config/ia64/ia64.h')
-rw-r--r-- | gcc/config/ia64/ia64.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index 6d5f5500..2f712b6 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -43,11 +43,6 @@ Boston, MA 02111-1307, USA. */ #define ASM_EXTRA_SPEC "" -/* ia64-specific options for gas - ??? ia64 gas doesn't accept standard svr4 assembler options? */ -#undef ASM_SPEC -#define ASM_SPEC "-x %{mconstant-gp} %{mauto-pic} %(asm_extra)" - /* This declaration should be present. */ extern int target_flags; |