This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

more arm-elf macro deletion


Hi Nick,

Further to yesterday's purge on namespace pollution, here's one that got away.

Thanks

p.

2000-09-06  Philip Blundell  <pb@futuretv.com>

	* config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.

Index: config/arm/elf.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/arm/elf.h,v
retrieving revision 1.19
diff -u -r1.19 elf.h
--- elf.h	2000/04/08 14:29:52	1.19
+++ elf.h	2000/09/11 11:05:25
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.
    For ARM with ELF obj format.
-   Copyright (C) 1995 - 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995, 96, 97, 98, 1999, 2000 Free Software Foundation, Inc.
    Contributed by Philip Blundell <philb@gnu.org> and
    Catherine Moore <clm@cygnus.com>
    
@@ -33,7 +33,7 @@
 #endif
 
 #ifndef SUBTARGET_CPP_SPEC
-#define SUBTARGET_CPP_SPEC  "-Darm_elf -D__ELF__"
+#define SUBTARGET_CPP_SPEC  "-D__ELF__"
 #endif
 
 #ifndef SUBTARGET_EXTRA_ASM_SPEC



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]