summaryrefslogtreecommitdiff
path: root/gnu/dist/gcc
AgeCommit message (Expand)Author
2000-07-24Pull in a change critical to making the sparc64 compile:mycroft
2000-07-03Pass -m21264 to assembler for -mcpu=21264a or -mcpu=ev67sommerfeld
2000-07-03incease the biggest alignment to 8 bytesmatt
2000-07-03fix serious recog bug. Basically addl2 was never used since the rtx_equal_pmatt
2000-07-02Add arm26 support to GCC. This is only very slightly tested at present.bjh21
2000-06-19Disable "fancy math" the correct way (it's TARGET_DEFAULT that is usedkristerw
2000-06-09Backout the previous since it isn't necessary. This version of gcckristerw
2000-06-09Backout the previous since it isn't necessary. This version of gccenami
2000-06-08Use sjlj exceptions.kristerw
2000-05-22sync movsi_i* from egcs-current.msaitoh
2000-05-20Sync *{mul,div}*i3 with egcs-current.msaitoh
2000-05-16Add clobber of the condition code register. Patch by Richard Earnshaw.is
2000-05-03use TARGET_DEFAULT to generate PIC code.shin
2000-05-01remove MIPS SOFTFLOAT (forgot to delete these lines).shin
2000-04-03Don't enable CIX on ev6/21264, but add an ev67/21264a switch that doesthorpej
2000-03-27set DWARF_LINE_MIN_INSTR_LENGTH to 2 because the length of instructionmsaitoh
2000-03-16Changed ev5 L1 cache latency from 2 to 3, as suggested by Bill Dorsey.elric
2000-03-05remove MIPS SOFTFLOAT.shin
2000-02-27Let "egcs" recognize strftime(3)'s "%F" conversion. Patch supplied bytron
2000-02-19- tm.h is automatically generated by configure in gnu/dist/gcc,tsutsui
2000-02-16Add mipseb support to egcs distfiles.tsutsui
2000-02-16Add support of mipseb target.tsutsui
2000-02-01C++ exceptions doesn't work in i386 shared libs when using sjlj exceptionskristerw
2000-01-19#define POSIXmycroft
2000-01-06apply some patches from egcs-current (to make gcc more reliable)msaitoh
2000-01-02pass arg 4 of the qsort() correctly.msaitoh
1999-12-03Pass in the appropriate machine directive to the assembler if an -mcpu=...thorpej
1999-11-26add "system.h"msaitoh
1999-10-25more radical fix for the last problem, from the egcs/gcc mailing listdrochner
1999-10-07gcc for sh3msaitoh
1999-09-29Hpcmips needs completely FPU instruction free user land.takemura
1999-09-27For ELF, rename the profiling entry from mcount to __mcount to avoid clashingkleink
1999-09-04Fix for a misoptimization, from the egcs/gcc mailing listdrochner
1999-08-23Nuke explicit entry symbol specification; crt0 provides _start, which iskleink
1999-07-29From the egcs development tree:mycroft
1999-07-07Do DBX debugging symbols (stabs) the usual ELF way, using relativefvdl
1999-06-07For now make the warning that we are passing a NULL format to printfchristos
1999-06-05Sync with <machine/ansi.h>: `size_t' is now a `long'.pk
1999-05-29G/C predefition of `m68k'; update a debugging-related comment.kleink
1999-05-27m68k/ELF target configuration.kleink
1999-05-27XXX Temporarily disable the tablejump switch{} implementation whenpk
1999-05-05Patch from Richard Earnshaw to work around the ldrb label-movement problem.mycroft
1999-04-26Fix ASM_OUTPUT_IDENT macro to emit a suitable .ident for gas.mark
1999-04-25Fix evil bitfield bug.ragge
1999-04-10Correct comparison length botch in `deprecated unix' symbol check;kleink
1999-04-06Merge egcs 1.1.2 conflicts.tv
1999-04-06Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others.tv
1999-04-01Adapt NetBSD/i386 configuration to egcs changes wrt. TARGET_DEFAULT. Thisfvdl
1999-03-27if using -Os, don't pad loops and branches to 'nice' boundaries w/nopscgd
1999-03-16Patches for "gcc" optimization bug on "arm32" supplied by Richard Earnshaw.tron