IA64 CPP_PREDEFINES patch

Steve Ellcey sje@cup.hp.com
Mon Sep 16 14:23:00 GMT 2002


It looks like, when I modified config/ia64/{linux.h,aix.h,hpux.h} to get
rid of CPP_PREDEFINES I didn't remove CPP_PREDEFINES from
config/ia64/elf.h.  This was getting overridden in the other headers so
its value shouldn't have been used anywhere (before my change) and
removing it should have no affect.  It might get used now since I
removed the other CPP_PREDEFINES definitions but it shouldn't be used
anymore.

Steve Ellcey
sje@cup.hp.com

2002-09-16  Steve Ellcey  <sje@cup.hp.com>

	* config/ia64/elf.h: Remove CPP_PREDEFINES.


*** gcc.orig/gcc/config/ia64/elf.h	Mon Sep 16 14:15:41 2002
--- gcc/gcc/config/ia64/elf.h	Mon Sep 16 14:15:55 2002
***************
*** 5,16 ****
  
  #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.  */
--- 5,10 ----



More information about the Gcc-patches mailing list