]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
define NO_IMPLICIT_EXTERN_C
authorScott Bambrough <scottb@netwinder.org>
Wed, 15 Sep 1999 09:09:04 +0000 (09:09 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 15 Sep 1999 09:09:04 +0000 (09:09 +0000)
From-SVN: r29430

gcc/ChangeLog
gcc/config/arm/linux-elf.h

index 69da55a2e90012d9c8a5e5b34bdfeedf4a2f1292..dcd12c289c8543df27c97f68509c395774117f41 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 15 10:07:27 1999  Scott Bambrough <scottb@netwinder.org>
+       * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
+
 Tue Sep  7 16:50:59 1999  David Edelsohn  <edelsohn@gnu.org>
 
        * rs6000.h (ASM_FILE_START): Specify complete filename, including
index de45e1c4b538243e63e64d68db8072339f2f90b6..e5b4de1c13b3b82a5c0b9146c0a10c4af092628f 100644 (file)
@@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA.  */
 /* Run-time Target Specification.  */
 #define TARGET_VERSION  fputs (" (ARM GNU/Linux with ELF)", stderr);
 
+/* Do not assume anything about header files.  */
+#define NO_IMPLICIT_EXTERN_C
+
 /* We have libgcc2.  */
 #define HAVE_ATEXIT