| Commit message (Expand) | Author | Age | Files | Lines |
* | * alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fix | ghazi | 2001-11-11 | 1 | -2/+2 |
* | * config/i386/att.h: Fix comment formatting. | kazu | 2001-10-31 | 1 | -7/+7 |
* | * Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h | ghazi | 2001-10-28 | 1 | -3/+3 |
* | * configure.in: Check whether assembler supports section merging. | jakub | 2001-09-11 | 1 | -2/+2 |
* | * Makefile.in (final.o): Depend on target.h. | neil | 2001-07-06 | 1 | -62/+0 |
* | i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. | zack | 2001-05-17 | 1 | -3/+0 |
* | * toplev.c (output_lang_identify): Delete. | zack | 2001-04-16 | 1 | -112/+0 |
* | * config/i386/i386.c (asm_output_function_prefix): Remove. | rth | 2001-01-15 | 1 | -1/+2 |
* | config: | neil | 2000-11-02 | 1 | -1/+1 |
* | Change callers in config/[h-l]*/ to match: | hp | 2000-09-25 | 1 | -7/+7 |
* | definitions in config/i3*: | hp | 2000-09-25 | 1 | -4/+4 |
* | 2000-06-27 Philipp Thomas <pthomas@suse.de> | pthomas | 2000-06-27 | 1 | -12/+22 |
* | * rtl.h (rtunion_def): Constify member `rtstr'. | ghazi | 2000-03-07 | 1 | -1/+1 |
* | * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h, | zack | 2000-01-31 | 1 | -1/+1 |
* | * i386.c (dbx_register_map, svr4_dbx_register_map): New. | rth | 2000-01-23 | 1 | -29/+5 |
* | * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT. | jason | 1999-09-15 | 1 | -4/+0 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -4/+4 |
* | 1999-04-02 20:16 -0500 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-02 | 1 | -18/+14 |
* | | zack | 1999-01-31 | 1 | -2/+2 |
* | * i386/i386.h (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): New specs. | law | 1998-07-13 | 1 | -1/+1 |
* | * rtl.h (addr_diff_vec_flags): New typedef. | amylaar | 1998-03-06 | 1 | -1/+1 |
* | * final.c (insn_last_address, insn_current_align, uid_align): | amylaar | 1998-03-02 | 1 | -7/+5 |
* | (CPP_SPEC): Use %[cpp_cpu]. | coxs | 1996-09-27 | 1 | -2/+2 |
* | (USER_LABEL_PREFIX): Redefine. | kenner | 1996-09-21 | 1 | -0/+6 |
* | (SWITCH_TAKES_ARG): Use DEFAULT_SWITCH_TAKES_ARG. | kenner | 1996-02-13 | 1 | -11/+2 |
* | Make long double == double. | meissner | 1995-06-26 | 1 | -2/+0 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | Update weak symbol support | merrill | 1995-05-16 | 1 | -2/+7 |
* | Add better support for passing args in registers; Add loop/jump/function alig... | meissner | 1995-05-12 | 1 | -2/+2 |
* | Use GNU nm as REAL_NM_FILE_NAME | meissner | 1994-10-26 | 1 | -1/+1 |
* | Move block profile support to i386.h | meissner | 1994-10-19 | 1 | -77/+0 |
* | Make long double 80 bits by default. | meissner | 1994-09-15 | 1 | -0/+2 |
* | Add -mno-wide-multiply, -mno-move, make addresses more compatible with other ... | meissner | 1994-08-26 | 1 | -140/+53 |
* | If OSF/rose, make -pic-extern always do shared libs, even if -pic-none was used. | meissner | 1994-07-12 | 1 | -4/+4 |
* | Correct -fpic ELF -pg code | meissner | 1994-04-02 | 1 | -3/+3 |
* | Provide HANDLE_PRAGMA_WEAK and ASM_OUTPUT_DEF. | meissner | 1994-03-22 | 1 | -0/+13 |
* | (SELECT_SECTION): Variables go in readonly data | wilson | 1994-03-18 | 1 | -1/+4 |
* | Make elf profiling use new calling sequence. | meissner | 1994-02-09 | 1 | -3/+7 |
* | Allow -h*, -z*, -G for linker; map -static/-symbolic/-shared into -B switches... | meissner | 1993-10-21 | 1 | -3/+27 |
* | (ASM_DECLARE_OBJECT_NAME): Set size_directive_output. | rms | 1993-10-20 | 1 | -19/+41 |
* | Define ASM_OUTPUT_ADDR_DIFF_ELT; save some cycles in profiling. | meissner | 1993-10-13 | 1 | -8/+12 |
* | define __SHARED__ for shared libraries. | meissner | 1993-10-08 | 1 | -1/+2 |
* | Make ROSE shared library profiling work; Use GOTOFF if possible for ELF. | meissner | 1993-10-08 | 1 | -4/+42 |
* | Change to even newer profiling calling sequence. | meissner | 1993-10-07 | 1 | -46/+107 |
* | Add check for _real_mcount being 0 back in again. | meissner | 1993-10-06 | 1 | -1/+4 |
* | New calling sequence for profiling, old available with -mmcount. | meissner | 1993-10-06 | 1 | -6/+66 |
* | (ASM_OUTPUT_DOUBLE,ASM_OUTPUT_FLOAT): Use REAL_VALUE_ macros. | jrv | 1993-10-04 | 1 | -22/+32 |
* | (CPP_PREDEFINES): Add system/cpu/machine assertions where missing. | dje | 1993-10-02 | 1 | -1/+1 |
* | Add SET_ASM_OP | meissner | 1993-09-24 | 1 | -0/+1 |
* | pass -v/-dn to elf linker. | meissner | 1993-09-03 | 1 | -4/+4 |