summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* * dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_framerth2001-09-281-7/+0
* * c-parse.in (yyerror): Const-ification and/or static-ization.ghazi2001-09-131-1/+1
* * c-common.c (c_tree_code_name): Const-ification.ghazi2001-09-121-1/+1
* * dbxout.c (dbxout_parms): Fix typo in comment.hp2001-09-111-1/+1
* * dwarf2out.c (incomplete_types, decl_scope_table): Make themrth2001-09-101-60/+20
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * varasm.c (text_section): Allow TEXT_SECTION to override therth2001-08-171-9/+3
* * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.rth2001-08-171-12/+12
* * varasm.c (named_section_flags): Remove align parameter.rth2001-08-171-20/+19
* * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_framerth2001-08-141-4/+5
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * dwarf2out.c (output_cfa_loc): Fix typo in comment.aj2001-08-131-1/+1
* * dbxout.c: Fix comment formatting.kazu2001-08-081-8/+8
* * target.h (gcc_target): Add asm_out.named_section,rth2001-08-041-57/+34
* * mkdeps.c (deps_add_default_target): Make local variablecagney2001-08-031-10/+14
* * dwarf2out.c (dw_val_class_offset): New.rth2001-07-291-20/+235
* * simplify-rtx.c (avoid_constant_pool_reference): Export.rth2001-07-261-1/+6
* * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.neil2001-07-191-3/+11
* * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend onneil2001-07-191-1/+20
* * dwarf2out.c (dwarf2out_abstract_function): Don't emitjsturm2001-07-191-4/+7
* * dbxout.c (dbxout_really_begin_function): Rename toneil2001-07-171-6/+19
* * dbxout.c (dbxout_source_line): Make static, update prototype.neil2001-07-151-16/+18
* * Makefile.in (final.o): Depend on debug.h.neil2001-07-121-7/+15
* * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.neil2001-07-111-33/+27
* * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy versionkenner2001-07-111-4/+20
* 2001-07-10 Kazu Hirata <kazu@hxi.com>kazu2001-07-111-1/+1
* * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,neil2001-07-101-3/+16
* * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we havejason2001-07-101-6/+5
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-3/+3
* * dwarf2out.c (mem_loc_descriptor): Only look through a constant pooljason2001-07-061-4/+2
* * dwarf2out.c (output_loc_list): Use an all ones mask fornathan2001-07-051-12/+19
* 2001-07-04 Daniel Berlin <dan@cgsoftware.com>dberlin2001-07-051-6/+11
* 2001-07-04 Daniel Berlin <dan@cgsoftware.com>dberlin2001-07-041-59/+97
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-3/+1
* gcc/gdr2001-06-101-0/+1
* * dwarf2.h (DW_EH_PE_aligned): New.rth2001-06-061-4/+44
* * tree.def (ARRAY_RANGE_REF): New code.kenner2001-06-041-0/+1
* * dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.rth2001-05-311-2/+3
* * dwarf2out.c (current_funcdef_number): Move outside dwarf2rth2001-05-211-7/+7
* * dwarf2out.c (DEBUG_FRAME_SECTION): Rename from FRAME_SECTION.rth2001-05-211-4/+4
* * dwarf2out.c (DEBUG_ABBREV_SECTION, DEBUG_ARANGES_SECTION,rth2001-05-211-28/+31
* 2001-05-18 Daniel Berlin <dan@cgsoftware.com>dberlin2001-05-181-8/+187
* * function.c (expand_function_start): Avoid creating BLKmodemmitchel2001-05-181-21/+25
* * dwarf2out.c (modified_type_die): Equate qualified type to die.aoliva2001-05-171-0/+4
* * except.c (eh_data_format_name): Move to ...rth2001-05-161-33/+93
* * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.rth2001-05-121-1/+22
* 2001-05-10 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-05-101-2/+8
* If a SYMBOL_REF is in the constant pool, use the pool's SYMBOL_REF.nickc2001-04-241-0/+6
* * dwarf2out.c (modified_type_die): Don't create new types here.mmitchel2001-04-121-12/+25
* 2001-04-04 Andrew MacLeod <amacleod@redhat.com>amacleod2001-04-051-19/+26