| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in (INTL_TARGETS, POSUB): Delete all references. | Zack Weinberg | 2001-10-31 | 1 | -2/+1 |
* | configure.in: Correct previous change... | Zack Weinberg | 2001-10-30 | 1 | -1/+1 |
* | configure.in: Do not assume that gas's version number is the last thing on th... | Zack Weinberg | 2001-10-30 | 1 | -2/+2 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | configure: Regenerated. | Andreas Jaeger | 2001-10-19 | 1 | -2/+2 |
* | configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check. | Richard Henderson | 2001-10-16 | 1 | -0/+26 |
* | configure.in (gcc_cv_as_bfd_srcdir): New. | Alan Modra | 2001-10-16 | 1 | -1/+2 |
* | ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40. | Zack Weinberg | 2001-10-12 | 1 | -9/+0 |
* | aclocal.m4 (gcc_AC_PROG_GNAT): New. | Zack Weinberg | 2001-10-08 | 1 | -1/+1 |
* | cppdefault.c (cpp_include_defaults): Also search PREFIX_INCLUDE_DIR. | Per Bothner | 2001-09-29 | 1 | -0/+4 |
* | cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite f... | Zack Weinberg | 2001-09-28 | 1 | -2/+4 |
* | configure.in (gcc_cv_as_shf_merge): Fix a typo. | Jakub Jelinek | 2001-09-12 | 1 | -2/+2 |
* | configure.in: Check whether assembler supports section merging. | Jakub Jelinek | 2001-09-11 | 1 | -0/+20 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -13/+13 |
* | Move constructor/destructor handling into target hooks. | Richard Henderson | 2001-08-09 | 1 | -15/+4 |
* | configure.in: Add rtems as a supported thread model. | Joel Sherrill | 2001-07-24 | 1 | -1/+1 |
* | configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k. | Andreas Schwab | 2001-07-19 | 1 | -1/+1 |
* | For PR java/2812: | Tom Tromey | 2001-07-18 | 1 | -2/+4 |
* | configure.in (assembler eh_frame optimization): Handle big endian. | Andreas Schwab | 2001-07-17 | 1 | -2/+8 |
* | Add CFLAGS_FOR_BUILD for canadian cross build. | H.J. Lu | 2001-06-27 | 1 | -1/+4 |
* | revert: configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support. | Alexandre Oliva | 2001-06-13 | 1 | -36/+1 |
* | configure.in: Align --help messages. | Rainer Orth | 2001-06-11 | 1 | -27/+30 |
* | configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support. | Nathan Sidwell | 2001-06-07 | 1 | -0/+36 |
* | configure.in: Quote $enable_win32_registry in case the value has spaces in it. | Pascal Obry | 2001-06-05 | 1 | -3/+3 |
* | configure.in (gcc_version): Remove unrequired \ on ". | Nathan Sidwell | 2001-05-29 | 1 | -2/+2 |
* | aclocal.m4: Quote final argument of patsubst. | Zack Weinberg | 2001-05-26 | 1 | -2/+0 |
* | aclocal.m4: Fixed typo. | Rainer Orth | 2001-05-25 | 1 | -1/+3 |
* | configure.in (gcc_cv_as_eh_frame): Cope with old assemblers. | Stan Shebs | 2001-05-18 | 1 | -1/+2 |
* | configure.in (gcc_cv_as_eh_frame): New test. | Richard Henderson | 2001-05-14 | 1 | -0/+71 |
* | configure.in: ldopen is never in -lexc, so don't test for it. | Richard Kenner | 2001-05-13 | 1 | -1/+10 |
* | Makefile.in: Exterminate all references to assert.h. | Zack Weinberg | 2001-05-11 | 1 | -4/+3 |
* | config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}. | Zack Weinberg | 2001-05-01 | 1 | -1/+25 |
* | dbxout.c, [...]: Always include gstab.h, not system stab.h. | Zack Weinberg | 2001-05-01 | 1 | -1/+1 |
* | configure.in (configargs.h): Define thread_model. | Alexandre Oliva | 2001-04-26 | 1 | -0/+1 |
* | configure.in: Remove ENABLE_STD_NAMESPACE. | Phil Edwards | 2001-04-23 | 1 | -3/+0 |
* | configure.in: Probe for times, clock, struct tms, and clock_t. | Zack Weinberg | 2001-04-20 | 1 | -2/+36 |
* | configure.in (errno): Check for declaration. | Kaveh R. Ghazi | 2001-04-12 | 1 | -1/+1 |
* | configure.in: Add check for lstat. | Neil Booth | 2001-04-06 | 1 | -1/+1 |
* | config.gcc: Remove default for xm_file. | Zack Weinberg | 2001-04-05 | 1 | -11/+2 |
* | configure.in (gcc_cv_as_leb128): Escape ".". | Richard Henderson | 2001-04-04 | 1 | -1/+1 |
* | configure.in (gcc_cv_as_leb128): Tweek minor number extraction. | Richard Henderson | 2001-04-04 | 1 | -1/+1 |
* | configure.in (gcc_cv_as_leb128): Reject gas before 2.11. | Richard Henderson | 2001-04-03 | 1 | -6/+17 |
* | ansidecl.h: All logic from gcc/gansidecl.h moved here. | Zack Weinberg | 2001-04-04 | 1 | -8/+14 |
* | configure.in (target_subdir): Use target_alias, not target. | Alexandre Oliva | 2001-04-03 | 1 | -1/+1 |
* | configure.in (gcc_cv_as_leb128): Correct name of cache variable. | Geoffrey Keating | 2001-04-03 | 1 | -3/+9 |
* | configure.in: Don't check for putenv. | Kaveh R. Ghazi | 2001-04-02 | 1 | -1/+1 |
* | Make -fsjlj-exceptions a configure option. | Richard Henderson | 2001-03-27 | 1 | -0/+7 |
* | configure.in: Don't check for bcopy. | Kaveh R. Ghazi | 2001-03-28 | 1 | -3/+2 |
* | system.h: Include symcat.h. | Kaveh R. Ghazi | 2001-03-27 | 1 | -1/+1 |
* | dwarf2out.c (lookup_filename): Emit .file if the assembler is generating .deb... | Richard Henderson | 2001-03-17 | 1 | -2/+2 |