From 43790b4468dbf99a5620ce1f5888ca42c2be43a4 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Mon, 8 Feb 1999 13:36:56 +0000 Subject: [PATCH] t-c4x (LIBGCC2_CFLAGS): Delete. * config/c4x/t-c4x (LIBGCC2_CFLAGS): Delete. (TARGET_LIBGCC2_CFLAGS): Define. From-SVN: r25085 --- gcc/ChangeLog | 11 +++++++++++ gcc/config/c4x/t-c4x | 4 +--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1b044b4afc1..196d66ea24d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 9 10:10:31 1999 Michael Hayes + + * config/c4x/t-c4x (LIBGCC2_CFLAGS): Delete. + (TARGET_LIBGCC2_CFLAGS): Define. + 1999-02-08 Nick Clifton * config/v850/v850.md: Enforce TARGET_LONG_CALLS option. @@ -584,6 +589,7 @@ Thu Jan 28 09:41:11 1999 Jeffrey A Law (law@cygnus.com) * configure.in (hppa1.0-hp-hpux10*): Use t-pa. * configure: Rebuilt. +>>>>>>> 1.2856 Wed Jan 27 23:39:53 1999 J"orn Rennecke * rtl.h (insn_first_p): Declare. @@ -620,6 +626,7 @@ Wed Jan 27 23:39:53 1999 J"orn Rennecke Set derived_regs for givs. * Makefile.in (stmt.o, loop.o, unroll.o): Depend on loop.h . +>>>>>>> 1.2855 Wed Jan 27 19:31:36 1999 J"orn Rennecke * function.c (purge_addressof_1): Handle case when a register @@ -687,6 +694,7 @@ Tue Jan 26 13:41:38 1999 David Edelsohn throughout, and invert sense. Put cpp_warning_with_line back in and export it. +>>>>>>> 1.2854 Tue Jan 26 23:21:49 1999 Michael Hayes * config/c4x/c4x.h (COUNTER_REGS): New register class. @@ -720,6 +728,7 @@ Tue Jan 26 23:21:49 1999 Michael Hayes Move `string' label just after case '"' so that wide strings don't crash the preprocessor. +>>>>>>> 1.2847 Sun Jan 24 20:13:45 1999 David Edelsohn * rs6000.md (left shift + set cr patterns): Add missing '#' to @@ -818,6 +827,7 @@ Sat Jan 23 22:34:57 1999 Kaveh R. Ghazi * varasm.c (assemble_string): Likewise. +>>>>>>> 1.2844 Sat Jan 23 01:37:36 1999 Jeffrey A Law (law@cygnus.com) * configure.in (gcc_tooldir): Handle case where exec_prefix has @@ -875,6 +885,7 @@ Fri Jan 22 07:43:01 1999 Jeffrey A Law (law@cygnus.com) * Makefile.in (tooldir): Replace with gcc_tooldir. +>>>>>>> 1.2836 Thu Jan 21 23:21:57 1999 Jeffrey A Law (law@cygnus.com) * m68k.md (ashldi_const): Disable for !TARGET_5200. Fix indention. diff --git a/gcc/config/c4x/t-c4x b/gcc/config/c4x/t-c4x index 39e316e4d8d..3b3dbd6ea06 100644 --- a/gcc/config/c4x/t-c4x +++ b/gcc/config/c4x/t-c4x @@ -6,9 +6,7 @@ LIB1ASMFUNCS = _divqf3 _divqi3 _udivqi3 _umodqi3 _modqi3 _mulqi3 \ _fix_truncqfhi2 _ufix_truncqfhi2 _floathiqf2 _ufloathiqf2 \ _floathihf2 _ufloathihf2 _fix_trunchfhi2 _ufix_trunchfhi2 _ffs -# We do not have DF or DI types (or SF and SI for that matter), -# so fake out the libgcc2 compilation. -LIBGCC2_CFLAGS = -O2 -Dexit=unused_exit $(GCC_CFLAGS) $(LIBGCC2_INCLUDES) -DDF=HF -DDI=HI -DSF=QF -DSI=QI -Dinhibit_libc +TARGET_LIBGCC2_CFLAGS = -Dexit=unused_exit -DDF=HF -DDI=HI -DSF=QF -DSI=QI -Dinhibit_libc MULTILIB_OPTIONS = m30 msmall mmemparm MULTILIB_DIRNAMES = c3x small mem -- 2.30.2