| Commit message (Expand) | Author | Age | Files | Lines |
* | host-hpux.c: Change copyright header to refer to version 3 of the GNU General... | Nick Clifton | 2007-08-02 | 1 | -6/+5 |
* | tm.texi (TARGET_HAS_SINCOS): Document new target macro. | Richard Guenther | 2007-01-19 | 1 | -0/+3 |
* | re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D... | Joseph Myers | 2006-02-18 | 1 | -3/+14 |
* | config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file. | Jakub Jelinek | 2006-02-08 | 1 | -8/+9 |
* | s390.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define. | Aldy Hernandez | 2006-02-06 | 1 | -0/+3 |
* | c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ... | Kaveh R. Ghazi | 2005-11-22 | 1 | -5/+0 |
* | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 2005-08-06 | 1 | -1/+1 |
* | linux.h (TARGET_HAS_F_SETLKW): Renamed to ... | H.J. Lu | 2005-07-13 | 1 | -1/+1 |
* | sparc.h (sparc_compare_emitted): New extern. | Jakub Jelinek | 2005-07-06 | 1 | -0/+5 |
* | Update FSF address. | R. Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | optc-gen.awk: Handle stand-alone Mask records. | Eric Botcazou | 2005-04-13 | 1 | -5/+0 |
* | re PR target/20446 (invalid assembly with -gstabs+) | Eric Botcazou | 2005-04-04 | 1 | -2/+3 |
* | freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete. | Eric Botcazou | 2005-01-20 | 1 | -7/+0 |
* | darwin.c, [...]: Update copyright. | Kazu Hirata | 2005-01-18 | 1 | -1/+1 |
* | sparc.h (SPARC_RELAXED_ORDERING): Define to false. | Eric Botcazou | 2005-01-03 | 1 | -0/+6 |
* | linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Define __PIC__ and __pic__ only if TA... | Peter S. Mazinger | 2004-11-11 | 1 | -1/+6 |
* | tm.texi (MD_UNWIND_SUPPORT): Document. | Alan Modra | 2004-09-08 | 1 | -63/+1 |
* | linux.h, [...]: Remove definitions conditioned on USE_GNULIBC_1 or conditione... | Joseph Myers | 2004-08-05 | 1 | -39/+2 |
* | Missed these two in previous commit. | David S. Miller | 2004-06-05 | 1 | -0/+4 |
* | gcc.c (init_gcc_specs): Test USE_LD_AS_NEEDED, not HAVE_LD_AS_NEEDED. | Alan Modra | 2004-04-23 | 1 | -0/+5 |
* | sparc.h (DITF_CONVERSION_LIBFUNCS): Define to 0. | Jakub Jelinek | 2004-04-01 | 1 | -0/+3 |
* | gcov-io.c (gcov_open): Use open + fdopen instead of fopen. | Jakub Jelinek | 2004-02-23 | 1 | -0/+2 |
* | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 2004-02-18 | 1 | -1/+1 |
* | config.gcc: Don't mention MAX_LONG_TYPE_SIZE. | Kazu Hirata | 2004-02-07 | 1 | -3/+0 |
* | gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New. | Kaveh R. Ghazi | 2003-11-29 | 1 | -0/+1 |
* | linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine before redefining. | David S. Miller | 2003-10-01 | 1 | -0/+1 |
* | linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define. | Jakub Jelinek | 2003-09-16 | 1 | -1/+5 |
* | sparc.c (struct machine_function): New type. | Jakub Jelinek | 2003-09-08 | 1 | -0/+7 |
* | config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF. | Bernardo Innocenti | 2003-09-03 | 1 | -12/+0 |
* | Makfile.in: Remove traces of mbchar. | Neil Booth | 2003-07-06 | 1 | -8/+0 |
* | aout.h, [...]: Replace "GNU compiler", "GNU CC" with "GCC". | Nathanael Nerode | 2003-06-17 | 1 | -4/+4 |
* | config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9. | Zack Weinberg | 2003-06-07 | 1 | -6/+1 |
* | function.c (trampolines_created): New variable. | Jakub Jelinek | 2003-06-04 | 1 | -0/+7 |
* | configure.in (HAVE_LD_PIE): Check for ld -pie. | Jakub Jelinek | 2003-06-03 | 1 | -9/+11 |
* | c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here. | Neil Booth | 2003-05-18 | 1 | -1/+0 |
* | config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h. | Neil Booth | 2003-05-17 | 1 | -3/+12 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -7/+0 |
* | linux.h (LIB_SPEC): If -pthread, add -lpthread even if -shared. | Jakub Jelinek | 2002-12-10 | 1 | -3/+3 |
* | cypress.md: Replace Sparc with SPARC. | Kazu Hirata | 2002-09-15 | 1 | -1/+1 |
* | 2002-05-04 David S. Miller <davem@redhat.com> | David S. Miller | 2002-05-05 | 1 | -2/+0 |
* | re PR target/6494 (sparc64-linux libjava testsuite failures) | David S. Miller | 2002-04-28 | 1 | -5/+0 |
* | linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define. | David S. Miller | 2002-04-19 | 1 | -0/+69 |
* | linux.h, [...] (CPP_PREDEFINES): Define __gnu_linux__, not gnu_linux. | Richard Henderson | 2002-04-15 | 1 | -1/+1 |
* | linux.h: Define __gnu_linux__ wherever __linux__ is defined... | Mark Mitchell | 2002-04-13 | 1 | -2/+2 |
* | re PR target/6082 (memory model wrong for FreeBSD/sparc64) | David S. Miller | 2002-04-08 | 1 | -1/+5 |
* | crtfastmath.c: New file. | David S. Miller | 2002-04-03 | 1 | -1/+2 |
* | linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. | David S. Miller | 2002-03-31 | 1 | -0/+2 |
* | freebsd.h, [...] (LOCAL_LABEL_PREFIX): Define. | Richard Henderson | 2002-03-27 | 1 | -0/+3 |
* | sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define. | Richard Henderson | 2002-03-26 | 1 | -2/+0 |
* | linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. | Andrew MacLeod | 2002-03-12 | 1 | -0/+2 |