Age | Commit message (Expand) | Author | Files | Lines |
2003-12-11 | libunwind related patch from David Mosberger | David Mosberger | 1 | -71/+112 |
2003-12-07 | configure.in, aclocal.m4: Revert to pre-2.5x conversion status. | Nathanael Nerode | 1 | -8189/+3318 |
2003-12-07 | configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM with modern equ... | Nathanael Nerode | 1 | -1/+5 |
2003-12-07 | configure.in: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE. | Nathanael Nerode | 1 | -12/+32 |
2003-12-07 | configure: Regenerate with (preferred) autoconf 2.57. | Nathanael Nerode | 1 | -1194/+569 |
2003-12-07 | configure.in: Make minimum necessary changes for autoconf 2.5x. | Nathanael Nerode | 1 | -3330/+8802 |
2003-12-04 | configure.in: Generalize the CONFIG_HEADERS pattern under which we stamp csta... | Nathanael Nerode | 1 | -28/+28 |
2003-12-04 | configure.in: Pull AC_CHECK_HEADER call out of shell if statement to avoid tr... | Nathanael Nerode | 1 | -266/+268 |
2003-12-03 | aclocal.m4 (AM_ICONV): Add explicit check for iconv.h. | Zack Weinberg | 1 | -114/+155 |
2003-11-26 | aclocal.m4 (gcc_AC_PROG_GNAT): Rewrite to account for removal of ADAC. | Nathanael Nerode | 1 | -262/+251 |
2003-11-26 | configure.in: Remove check for whether ${ADAC} accepts -Wno-long-long. | Nathanael Nerode | 1 | -256/+233 |
2003-11-21 | configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line. | Bob Wilson | 1 | -1/+1 |
2003-11-20 | Makefile.in (extraclean): Delete. | Joseph Myers | 1 | -1/+1 |
2003-11-01 | aclocal.m4: Blacklist ultrix* for mmap file. | John David Anglin | 1 | -1/+1 |
2003-10-31 | re PR bootstrap/9863 (Absence of awk isn't properly diagnosed at configure time) | Nathanael Nerode | 1 | -221/+227 |
2003-10-29 | configure.in: Look for <valgrind/memcheck.h> first. | Hans-Peter Nilsson | 1 | -233/+267 |
2003-10-27 | ggc-zone.c: New file, zone allocating collector. | Daniel Berlin | 1 | -2/+2 |
2003-10-22 | configure.in: In --enable-generated-files-in-srcdir option handling, fix defa... | Chris Demetriou | 1 | -1/+1 |
2003-10-20 | Makefile.in: Get parsedir and docobjdir from configure. | Kelley Cook | 1 | -297/+321 |
2003-10-16 | configure.in: Add snprintf to gcc_AC_CHECK_DECLS list. | Zack Weinberg | 1 | -101/+104 |
2003-10-14 | configure.in: Clean up some feedback echoes. | Nathanael Nerode | 1 | -23/+15 |
2003-10-14 | Makefile.in, [...]: Replace uses of ${target_alias} for directory names (and ... | Nathanael Nerode | 1 | -311/+314 |
2003-10-13 | Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo... | Zack Weinberg | 1 | -75/+71 |
2003-10-13 | configure.in: Remove unnecessary test. | Nathanael Nerode | 1 | -71/+66 |
2003-10-13 | configure.in: Fix grammatical error. | Nathanael Nerode | 1 | -131/+126 |
2003-10-10 | configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases. | Kaz Kojima | 1 | -0/+13 |
2003-10-08 | config.gcc: Don't accept --enable-threads=pthreads. | Nathanael Nerode | 1 | -2/+2 |
2003-10-07 | configure.in: Clean up thread file logic. | Nathanael Nerode | 1 | -249/+248 |
2003-10-06 | re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc) | Mark Mitchell | 1 | -4/+3 |
2003-10-03 | re PR bootstrap/12276 (Configure check for libunwind does not work with cross) | Andreas Schwab | 1 | -75/+79 |
2003-10-01 | aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist. | John David Anglin | 1 | -1/+1 |
2003-10-01 | aclocal.m4: Add ultrix* to /dev/zero blacklist. | John David Anglin | 1 | -2/+2 |
2003-09-23 | re PR bootstrap/12383 (Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE'... | Andrew Pinski | 1 | -80/+87 |
2003-09-23 | Makefile.in (gnucompare*): Merge into ... | Kaveh R. Ghazi | 1 | -211/+212 |
2003-09-23 | config.gcc: Use ${target}, not $machine. | Nathanael Nerode | 1 | -74/+72 |
2003-09-23 | configure.in (HAVE_GAS_SHF_MERGE): Always define to test result. | Rainer Orth | 1 | -44/+43 |
2003-09-23 | config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fr... | Nathanael Nerode | 1 | -63/+73 |
2003-09-19 | configure.in: Remove --with-elf, which doesn't work. | Nathanael Nerode | 1 | -309/+297 |
2003-09-17 | configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag. | Rainer Orth | 1 | -50/+48 |
2003-09-17 | configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix quoting. | Daniel Jacobowitz | 1 | -73/+82 |
2003-09-10 | configure.in: Change usage of 'head' to 'sed 1q'. | Eric Christopher | 1 | -43/+43 |
2003-09-08 | sparc.c (struct machine_function): New type. | Jakub Jelinek | 1 | -0/+27 |
2003-09-04 | re PR target/12101 (i386 Solaris no longer works with GNU as?) | Rainer Orth | 1 | -22/+49 |
2003-09-04 | configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld. | Rainer Orth | 1 | -58/+49 |
2003-09-01 | config.host: New file. | Nathanael Nerode | 1 | -79/+75 |
2003-08-31 | configure.in: Remove uses of "for x in .. | Nathanael Nerode | 1 | -33/+12 |
2003-08-31 | fragments.texi, [...]: Mention new file config.build. | Nathanael Nerode | 1 | -74/+73 |
2003-08-31 | configure.frag: Delete file. | Zack Weinberg | 1 | -86/+79 |
2003-08-21 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+1 |
2003-08-20 | darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only options. | Geoffrey Keating | 1 | -60/+75 |