diff options
| author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-11 20:56:48 +0000 |
|---|---|---|
| committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-11 20:56:48 +0000 |
| commit | a6f90e27e00e6b0ac68535dbe7c17843bdbb5891 (patch) | |
| tree | 6c903cc5536e707e7fba8d9916082e640353b5a6 | |
| parent | 22723aa0df18fdd98f90cc1cc10b18db785f6353 (diff) | |
| download | ppe42-gcc-a6f90e27e00e6b0ac68535dbe7c17843bdbb5891.tar.gz ppe42-gcc-a6f90e27e00e6b0ac68535dbe7c17843bdbb5891.zip | |
* config/xtensa/t-xtensa (LIBGCC1_TEST, CROSS_LIBGCC1): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54525 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/xtensa/t-xtensa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21af33b4a6a..ccd4aa85d99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-11 Bob Wilson <bob.wilson@acm.org> + + * config/xtensa/t-xtensa (LIBGCC1_TEST, CROSS_LIBGCC1): Delete. + 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com> * config/s390/s390.c (emit_prologue): gen_store_multiple diff --git a/gcc/config/xtensa/t-xtensa b/gcc/config/xtensa/t-xtensa index c29fff075c4..e93a153fb9d 100644 --- a/gcc/config/xtensa/t-xtensa +++ b/gcc/config/xtensa/t-xtensa @@ -10,9 +10,6 @@ fp-bit.c: $(srcdir)/config/fp-bit.c ######################################################################## -# Skip the libgcc1 test. -LIBGCC1_TEST = - # Don't run fixproto STMP_FIXPROTO = @@ -20,7 +17,6 @@ STMP_FIXPROTO = CRTSTUFF_T_CFLAGS += -mlongcalls CRTSTUFF_T_CFLAGS_S += -mlongcalls -CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = xtensa/lib1funcs.asm LIB1ASMFUNCS = _mulsi3 _nsau _divsi3 _modsi3 _udivsi3 _umodsi3 |

