diff options
author | Steve Ellcey <sje@cup.hp.com> | 2002-09-17 15:50:08 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2002-09-17 15:50:08 +0000 |
commit | e6c247e04383866bd1f17e4c3ed7e6baa7f00c1c (patch) | |
tree | 2688cff128c0e5280b223bd486de5a424de55616 /gcc | |
parent | ff2522a5c9329b9534c9ecc3d07f36d3d7a8a8ff (diff) | |
download | gcc-e6c247e04383866bd1f17e4c3ed7e6baa7f00c1c.zip gcc-e6c247e04383866bd1f17e4c3ed7e6baa7f00c1c.tar.gz gcc-e6c247e04383866bd1f17e4c3ed7e6baa7f00c1c.tar.bz2 |
* config/ia64/elf.h: Remove CPP_PREDEFINES.
From-SVN: r57253
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/elf.h | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index da1aed1..debee29 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-17 Steve Ellcey <sje@cup.hp.com> + + * config/ia64/elf.h: Remove CPP_PREDEFINES. + Tue Sep 17 13:58:04 2002 Nicola Pero <n.pero@mi.flashnet.it> Fix PR/7014 and related objc bugs: diff --git a/gcc/config/ia64/elf.h b/gcc/config/ia64/elf.h index af6d917..e30090d 100644 --- a/gcc/config/ia64/elf.h +++ b/gcc/config/ia64/elf.h @@ -5,12 +5,6 @@ #define TARGET_VERSION fprintf (stderr, " (IA-64) ELF"); -/* Define this to be a string constant containing `-D' options to define the - predefined macros that identify this machine and system. These macros will - be predefined unless the `-ansi' option is specified. */ -/* ??? This is undefed in svr4.h. */ -#define CPP_PREDEFINES "-Dia64 -Amachine=ia64" - /* A C string constant that tells the GNU CC driver program options to pass to the assembler. It can also specify how to translate options you give to GNU CC into options for GNU CC to pass to the assembler. */ |