| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in (OBJS-common): Remove dwarfout.o. | Mark Mitchell | 2003-12-24 | 1 | -4/+0 |
* | GNU CC -> GCC | Kelley Cook | 2003-09-27 | 1 | -4/+4 |
* | * config/darwin.h, config/elfos.h, config/i960/i960-coff.h | Zack Weinberg | 2003-06-27 | 1 | -1/+1 |
* | target.h (asm_out.file_start, [...]): New hooks. | Zack Weinberg | 2003-06-19 | 1 | -10/+3 |
* | c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here. | Neil Booth | 2003-05-18 | 1 | -0/+6 |
* | Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 2003-05-12 | 1 | -2/+4 |
* | avr.h, [...]: Undefine ASM_FINISH_DECLARE_OBJECT before defining it. | Steven Bosscher | 2003-01-26 | 1 | -16/+17 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -15/+1 |
* | elfos.h (HANDLE_SYSV_PRAGMA): Define as 1. | Jason Thorpe | 2002-11-26 | 1 | -1/+1 |
* | [multiple changes] | Jason Thorpe | 2002-10-01 | 1 | -0/+2 |
* | builtins.def: Fix comment formatting. | Kazu Hirata | 2002-09-29 | 1 | -1/+1 |
* | elfos.h: Follow spelling conventions. | Kazu Hirata | 2002-09-24 | 1 | -1/+1 |
* | chorus.h: Consistently define *_DEBUGGING_INFO with the value 1. | Jason Thorpe | 2002-08-29 | 1 | -4/+0 |
* | alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk. | Kaveh R. Ghazi | 2002-08-21 | 1 | -1/+1 |
* | defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two arguments. | Zack Weinberg | 2002-07-28 | 1 | -10/+1 |
* | defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new... | Zack Weinberg | 2002-07-25 | 1 | -40/+18 |
* | system.h (SELECT_RTX_SECTION): Poison. | Richard Henderson | 2002-05-18 | 1 | -12/+2 |
* | final.c (HAVE_READONLY_DATA_SECTION): New. | Richard Henderson | 2002-05-18 | 1 | -41/+5 |
* | hooks.c (hook_tree_bool_false): New. | Richard Henderson | 2002-05-17 | 1 | -121/+4 |
* | linux.h (PREFERRED_DEBUGGING_TYPE): Remove. | Jakub Jelinek | 2001-12-18 | 1 | -3/+4 |
* | target.h (asm_out.byte_op, [...]): New fields. | Richard Sandiford | 2001-12-17 | 1 | -3/+0 |
* | elfos.h (ENDFILE_SPEC, [...]): Do not define. | David O'Brien | 2001-12-12 | 1 | -9/+0 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-12-09 | 1 | -1/+1 |
* | config.gcc: Include dbxelf.h before elfos.h. | David O'Brien | 2001-12-06 | 1 | -4/+0 |
* | * config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned. | David Edelsohn | 2001-12-04 | 1 | -5/+5 |
* | cse.c (true_dependence_in_rtx): New function. | Jan Hubicka | 2001-11-28 | 1 | -4/+30 |
* | elfos.h (SELECT_SECTION): Don't check TREE_READONLY for CONSTRUCTOR. | Richard Henderson | 2001-11-26 | 1 | -1/+1 |
* | dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w... | Jason Merrill | 2001-11-15 | 1 | -11/+0 |
* | unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning. | Kaveh R. Ghazi | 2001-11-11 | 1 | -0/+1 |
* | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 2001-09-12 | 1 | -1/+1 |
* | configure.in: Check whether assembler supports section merging. | Jakub Jelinek | 2001-09-11 | 1 | -6/+28 |
* | Move constructor/destructor handling into target hooks. | Richard Henderson | 2001-08-09 | 1 | -70/+3 |
* | target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na... | Richard Henderson | 2001-08-03 | 1 | -65/+2 |
* | elfos.h (UNIQUE_SECTION): Enable .bss section with the correct patch. | H.J. Lu | 2001-07-13 | 1 | -8/+5 |
* | Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13. | Geoffrey Keating | 2001-07-13 | 1 | -5/+8 |
* | elfos.h (UNIQUE_SECTION): Enable .bss section. | H.J. Lu | 2001-07-13 | 1 | -8/+5 |
* | elfos.h (USING_ELFOS_H): Identify the use of elfos.h in the same way svr4.h d... | David O'Brien | 2001-06-06 | 1 | -0/+5 |
* | toplev.c (output_lang_identify): Delete. | Zack Weinberg | 2001-04-16 | 1 | -15/+0 |
* | elfos.h (SELECT_SECTION): Undef before defining. | Alan Modra | 2001-04-13 | 1 | -0/+1 |
* | elfos.h (INT_ASM_OP): Don't define it if it's already defined. | Alexandre Oliva | 2001-02-07 | 1 | -4/+11 |
* | i386.c (asm_output_function_prefix): Remove. | Richard Henderson | 2001-01-15 | 1 | -0/+1 |
* | elfos.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not a list, to keep trac... | Mark Mitchell | 2000-11-27 | 1 | -17/+26 |
* | * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name. | Hans-Peter Nilsson | 2000-10-09 | 1 | -0/+2 |
* | Change callers in config/* to match: | Hans-Peter Nilsson | 2000-09-25 | 1 | -17/+17 |
* | config: | Hans-Peter Nilsson | 2000-09-25 | 1 | -12/+12 |
* | elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL. | Richard Henderson | 2000-08-01 | 1 | -1/+2 |
* | elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf specification match cast. | David O'Brien | 2000-06-14 | 1 | -1/+1 |
* | elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of a CONSTRUCTOR. | Richard Kenner | 2000-05-19 | 1 | -2/+10 |
* | elfos.h (SELECT_SECTION): Decide whether to use a data or const section to ou... | Alexandre Oliva | 2000-04-12 | 1 | -1/+2 |
* | elfos.h (ASM_OUTPUT_LABELREF): Don't define. | Geoff Keating | 2000-02-26 | 1 | -9/+0 |