summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* * dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.Richard Kenner2001-11-121-0/+3
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-0/+2
* dwarf2out.c (debug_str_hash): New.Jakub Jelinek2001-11-081-25/+145
* dwarf2out.c (add_const_value_attribute): Fix error in last change.Richard Kenner2001-10-291-3/+6
* dwarf2out.c (reg_number): Abort if pseudo.Richard Kenner2001-10-271-115/+147
* dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards.Kaveh R. Ghazi2001-10-261-21/+25
* * dwarf2out.c (file_info_cmp): Always return consistent results.Richard Kenner2001-10-241-14/+14
* target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs2001-10-221-12/+17
* basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka2001-10-201-3/+4
* Tidy last change.Richard Henderson2001-10-111-5/+1
* dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT, fall back t...Richard Henderson2001-10-111-6/+7
* dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look for a DECL_INITIAL.Richard Henderson2001-10-111-0/+10
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-495/+494
* calls.c: Fix formatting.Kazu Hirata2001-10-101-3/+3
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-3/+3
* dwarf2out.c (FRAME_BEGIN_LABEL): New.Richard Henderson2001-10-051-13/+7
* dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame in favour of ....Richard Henderson2001-09-271-7/+0
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-1/+1
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson2001-09-111-1/+1
* dwarf2out.c (incomplete_types, [...]): Make them into varray's and register t...Tim Freeman2001-09-101-60/+20
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* varasm.c (text_section): Allow TEXT_SECTION to override the printing of TEXT_...Richard Henderson2001-08-171-9/+3
* dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.Richard Henderson2001-08-171-12/+12
* varasm.c (named_section_flags): Remove align parameter.Richard Henderson2001-08-161-20/+19
* dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCE...Richard Henderson2001-08-141-4/+5
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* dwarf2out.c (output_cfa_loc): Fix typo in comment.Theodore Papadopoulo2001-08-131-1/+1
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-8/+8
* target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson2001-08-031-57/+34
* mkdeps.c (deps_add_default_target): Make local variable ``start'' a const cha...Andrew Cagney2001-08-031-10/+14
* dwarf2out.c (dw_val_class_offset): New.Richard Henderson2001-07-281-20/+235
* simplify-rtx.c (avoid_constant_pool_reference): Export.Richard Henderson2001-07-261-1/+6
* Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth2001-07-191-3/+11
* Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth2001-07-191-1/+20
* dwarf2out.c (dwarf2out_abstract_function): Don't emit in-class declaration at...Jeff Sturm2001-07-191-4/+7
* dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth2001-07-171-6/+19
* dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth2001-07-151-16/+18
* Makefile.in (final.o): Depend on debug.h.Neil Booth2001-07-121-7/+15
* Makefile.in (c-lex.o): Wrap long lines.Neil Booth2001-07-111-33/+27
* dwarf2out.c (dwarf2out_init, [...]): Add dummy version #ifndef DWARF2_DEBUGGI...Richard Kenner2001-07-111-4/+20
* calls.c (emit_library_call_value_1): Fix a comment typo.Kazu Hirata2001-07-111-1/+1
* Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines.Neil Booth2001-07-101-3/+16
* dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have .loc support.Jason Merrill2001-07-101-6/+5
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-3/+3
* dwarf2out.c (mem_loc_descriptor): Only look through a constant pool reference...Jason Merrill2001-07-061-4/+2
* dwarf2out.c (output_loc_list): Use an all ones mask for .text asm output and ...Nathan Sidwell2001-07-051-12/+19
* dwarf2out.c (dwarf2out_define): Update comment.Daniel Berlin2001-07-051-6/+11
* c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin2001-07-041-59/+97