Age | Commit message (Expand) | Author |
2013-07-05 | VAX ELF toolchain, using `%' as the register prefix. Heavily based upon | Miod Vallat |
2013-02-09 | Port attribute (__used__) from gcc 3+ to gcc 2.95. | Miod Vallat |
2013-02-02 | ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned on | Miod Vallat |
2012-09-09 | Set use_collect2 on m88k. Fixes the lib/csu/init_priority regress test. | Miod Vallat |
2012-08-28 | -fPIC and -fpic for m68k | Jonathan Gray |
2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace | Kurt Miller |
2011-12-15 | In duplicate_decls(), don't try to take advantage of the ``permanent_obstack'' | Miod Vallat |
2011-04-15 | Implement the -MP, -MT, and -MF options so that all our platforms | Philip Guenthe |
2011-04-05 | Allow GCC2 to be used as a cross compiler from amd64 (can build m68k and sparc | Dale Rahn |
2010-05-25 | unlink g77 from the build. | Marc Espie |
2010-03-27 | Prevent uninitialized use of prev in replace_return_reg() and use | Otto Moerbeek |
2010-01-10 | Fix use of `enumeral_type' in template type unification error as seen | Federico G. Schwindt |
2009-06-24 | Correct the prototype of ffecom_gfrt_basictype() to match the | Jonathan Gray |
2009-04-05 | - accept l modifier for %f | Martynas Venckus |
2009-03-09 | Needed dependencies for make -j to behave correctly, backported from gcc 3; | Miod Vallat |
2008-11-04 | Reintroduce the extendsidi2 optimized sequence, but as a define_split | Miod Vallat |
2008-10-28 | Remove extendsidi2 expansion for now. It works, but since it only fills | Miod Vallat |
2008-10-27 | disable dependency that would run autoheader with better makes. | Marc Espie |
2008-08-06 | Unconditionnaly disable -fcse-skip-blocks at -O2 on m68k, for it causes NULL | Miod Vallat |
2008-07-26 | Recognize an explicit + sign in exponent of hex float constants, needed to | Miod Vallat |
2008-06-12 | accept f in mantissa of hex float constant. from gcc svn | Martynas Venckus |
2008-04-25 | reg_renumber[] values are valid if >= 0, not > 0. | Miod Vallat |
2008-03-28 | Remove unnecessary whitespace on .type foo,@object lines, which confuse gas | Miod Vallat |
2008-02-15 | Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, the | Miod Vallat |
2007-11-26 | Add a new warning to gcc, -Wvariable-decl, which causes it to warn for | Miod Vallat |
2007-07-16 | Backport a gcc3 fix: | Miod Vallat |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-11-22 | Definitions for the fast block move routines were missing registers in their | Miod Vallat |
2006-07-20 | Introduce a new compiler warning, -Wstack-larger-than-N, to report | Miod Vallat |
2006-07-17 | make sure we pass makeinfo --no-split around, fixes gcc.info/g77.info | Marc Espie |
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie |
2006-04-06 | Add limited support for -CC option. In particular, this does not work | Marc Espie |
2006-03-09 | Recognize %z in addition to %Z as a printf format specifier; from espie@ | Miod Vallat |
2006-01-13 | Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now | Todd C. Miller |
2006-01-06 | Include <sys/types.h> and don't define away __size_t | Todd C. Miller |
2005-04-27 | Working trampolines for m88k, with the help of the kernel; now passes the | Miod Vallat |
2005-04-27 | Provide -ftrampolines and -Wtrampoline to the gcc 2.95 codebase. | Miod Vallat |
2005-02-20 | Change defaults on m68k platforms from -m68020 to -m68020-60. | Miod Vallat |
2005-02-05 | -dynamic-linker ld.so is NOT a normal object file. Fixes issues in trying | Marc Espie |
2005-01-09 | in cross builds, don't test non existent libgcc1. | Marc Espie |
2004-12-01 | Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core. | Miod Vallat |
2004-11-16 | Bring exec-stack.h correctly on i386/ELF; spotted by pageexec@freemail.hu | Miod Vallat |
2004-09-06 | Correctly account for the %a5 register in function prologues; fixes | Miod Vallat |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre |
2004-08-08 | Make sure that format variable is not a variable sized array correctly | Anil Madhavapeddy |
2004-07-28 | In the never-ending saga of getting gcc to work reliably on m88k, today's | Miod Vallat |
2004-07-25 | Always build a stack frame when profiling. Otherwise profiling would only | Miod Vallat |
2004-07-21 | In builtin_saveregs(), try to save registers with double store instructions, | Miod Vallat |
2004-07-19 | In builtin_saveregs(), do not systematically allocate 8 words on the stack | Miod Vallat |
2004-07-17 | Minor cleanups (remove duplicated extern lines, use | Miod Vallat |