aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
1997-07-08Use unsigned HOST_WIDE_INT, not unsigned.Michael Meissner1-1/+2
1997-07-07(crt1.o, crt1.o, crtn.o): Also depend on $(GCC_PASSES).Jim Meyering1-3/+3
1997-07-04xJason Merrill1-0/+3
1997-07-03(unpack_d): Check fraction not sign to distinquish QNaN.Jim Wilson1-3/+3
1997-07-02(LIBGCC_SPEC): Removed.Richard Kenner1-8/+33
1997-07-02(LINK_SPEC): Defined.Richard Kenner1-3/+5
1997-07-02(LINK_SPEC): Pass -shared for -shared.Richard Kenner1-2/+20
1997-07-02(LINK_SPEC): Change ld-gnu.so.1 to ld-linux.so.2.Richard Kenner1-2/+2
1997-07-02(divsi3, modsi3, udivsi3): Comment out.Richard Kenner1-65/+70
1997-07-01mips.c (mips_output_external): Don't output .extern's for variables in user s...Doug Evans1-3/+10
1997-07-01(float_to_usi): Move code for negative numbers before code for infinity.Jim Wilson1-3/+3
1997-07-01fix previous changeMichael Meissner1-102/+112
1997-07-01h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.Jeff Law2-7/+0
1997-06-30sh.c (sh_expand_epilogue): Emit a blockage insn before cutting back the stack.Jeff Law1-6/+15
1997-06-29Fix various problems; Add -m{,no-}fused-madd, -m{,no-}no-update switches; All...Michael Meissner4-316/+532
1997-06-27(CPP_SPEC, LINK_SPEC): Choose for glibc 1 or 2 depending onRichard Kenner1-0/+14
1997-06-27(LIB_SPEC): Choose for glibc 1 or 2 depending on USE_GNULIBC_1.Richard Kenner1-2/+9
1997-06-27Initial revisionRichard Kenner1-0/+2
1997-06-27(fcntl.h): Only include if not building libgcc.a.Richard Kenner1-1/+3
1997-06-27Initial revisionRichard Kenner2-0/+102
1997-06-27(float_to_si): Correct return value when Inf.Richard Kenner1-4/+3
1997-06-25make wchar_t long, not unsigned shortMichael Meissner1-2/+2
1997-06-25xJason Merrill4-35/+165
1997-06-24(LIMIT_RELOAD_CLASS): Define.Jim Wilson1-0/+10
1997-06-24(movdi_internal): Add x/J alternative.Jim Wilson1-10/+10
1997-06-24* pa.h (ASM_OUTPUT_SECTION_NAME): Fix typo.Jeff Law1-1/+1
1997-06-23Initial revisionJeff Law9-0/+5367
1997-06-21(output_epilog): Name is "GNU Pascal", not all caps.Richard Kenner1-1/+1
1997-06-20(mips_expand_prologue): Add check for SImode in code splittingJim Wilson1-1/+3
1997-06-20(output_block_move): When loading addresses into registers,Jim Wilson1-2/+6
1997-06-20Initial revisionRichard Kenner3-0/+134
1997-06-18libgcc2.c (__eh_pcnthrow): Add support -fno-sjlj-exceptions -fPIC exception h...Mike Stump1-0/+2
1997-06-15(mips_expand_prologue): If tsize_rtx is large_int...Jim Wilson1-2/+19
1997-06-13pa.h (SELECT_RTX_SECTION): Place symbolic operands into the data section.Jeff Law2-8/+8
1997-06-12(mov[qhs]i}): Add pair of constraints which allowJim Wilson1-6/+6
1997-06-12pa.c (emit_move_sequence): Rewrite code to handle arithmetic involving plabels.Jeff Law1-25/+38
1997-06-11mn10300.md (call, call_value): Use "call" instead of "calls" for calls to nam...Jeff Law1-2/+14
1997-06-10Build libgcc.a with -mstrict-alignMichael Meissner2-2/+2
1997-06-10-mcpu=403 sets -mstrict-alignMichael Meissner1-1/+5
1997-06-09(TARGET_DEFAULT): Use MASK_68040, not MASK_68040_ALSO.Richard Kenner3-4/+4
1997-06-09(check_float_value): Underflow and overflow constants are differentRichard Kenner1-12/+22
1997-06-09(CC1_SPEC): New macro.Richard Kenner1-1/+4
1997-06-09(CC1_CPU_SPEC): Renamed, was CC1_SPEC.Richard Kenner1-6/+11
1997-06-09(CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given.Richard Kenner1-1/+2
1997-06-09(MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): TestRichard Kenner1-17/+50
1997-06-08Remove unwanted line accidentally inserted in last change.Jeff Law1-1/+0
1997-06-08pa.md (conditional branch insns): Get length right for branches to targets wh...Jeff Law2-8/+80
1997-06-08pa.md (alternate dbra pattern): Remove incorrect pattern.Jeff Law3-172/+120
1997-06-06libgcc2.c (__eh_ffetmnpc): Add support for machines that cannot access global...Mike Stump2-1/+12
1997-06-06(notice_cc_update): Set CC_FCOMI is this is a float compare.Stan Cox1-2/+7