summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-18/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford2005-12-071-6/+6
* re PR debug/23205 ([C++/unit-at-a-time] stabs debug info omitted for global c...Devang Patel2005-10-051-7/+8
* re PR debug/23806 (-gstabs with VLAs does not work)Richard Henderson2005-09-101-11/+58
* dbxout.c: Include expr.h.Richard Henderson2005-09-091-13/+24
* * dbxout.c (dbxout_type): Check Objective-C++ lang.Devang Patel2005-07-191-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* libiberty.h (XOBFINISH): New.Gabriel Dos Reis2005-06-061-2/+2
* Yet more Objective-C++...Ziemowit Laski2005-05-171-0/+2
* dbxout.c (have_used_extensions): Remove.Devang Patel2005-04-281-34/+4
* Correct fixes for various hot/cold partitioning concerns.Caroline Tice2005-04-271-3/+4
* * dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.Devang Patel2005-04-271-1/+1
* dbxout.c (dbxout_type): Emit attribute vector.Devang Patel2005-04-251-3/+13
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-1/+1
* re PR debug/21022 ([4.0 only] ICE while compiling GdkFontMetrics.class with s...Andrew Haley2005-04-191-3/+3
* Revert patch from April 9.Caroline Tice2005-04-121-6/+3
* Fix problems with labels with hot/cold partitioning.Caroline Tice2005-04-091-3/+6
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-4/+18
* tree.def (FILE_TYPE): Removed.Tom Tromey2005-03-301-5/+0
* c-opts.c (c_common_parse_file): Only start/end main source file if debug hook...Daniel Berlin2005-03-221-2/+4
* * dbxout.c (dbxout_function_end): Emit Lscope label always.Ulrich Weigand2005-02-211-9/+9
* re PR debug/19521 (omitted stab for gcov initialization function)Richard Henderson2005-02-161-12/+18
* re PR debug/19327 (gcc.c-torture/execute/921215-1.c compilation -O3 -g)Eric Botcazou2005-02-071-0/+3
* c-common.def, [...]: Update copyright.Kazu Hirata2005-01-271-1/+1
* dbxout.c (dbxout_symbol_location): Resolve constant pool references even for ...Ulrich Weigand2005-01-271-31/+31
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-17/+0
* * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata2004-11-031-1/+1
* re PR debug/18199 (AIX XCOFF debugging broken)Zack Weinberg2004-10-281-5/+19
* dbxout.c (dbxout_source_line): Move declaration of begin_label to the block t...Richard Sandiford2004-10-271-3/+2
* dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable ATTRIBUTE_UNUSED.Zack Weinberg2004-10-271-1/+2
* dbxout.c: Include obstack.h.Zack Weinberg2004-10-271-842/+944
* Index: gcc/gcc/ChangeLogGeoffrey Keating2004-10-261-6/+2
* dbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_FUNCTION_END.Kazu Hirata2004-10-231-3/+0
* dbxout.c: Remove unnecessary #undefs.Zack Weinberg2004-10-211-52/+29
* dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.David Edelsohn2004-10-211-1/+1
* dbxout.c (asmfile): Delete.Zack Weinberg2004-10-211-237/+227
* re PR debug/17787 (Ada does not bootstrap on darwin because of -feliminate-un...Andrew Pinski2004-10-061-12/+14
* config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembl...Eric Botcazou2004-09-241-1/+6
* dbxout.c (get_lang_number): Do not define if DBX_OUTPUT_MAIN_SOURCE_DIRECTORY...David Edelsohn2004-09-221-0/+4
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-4/+4
* dbxout.c (get_lang_number): New.Devang Patel2004-09-171-2/+27
* dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating2004-09-101-2/+2
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-15/+14
* dbxout.c (NO_DBX_FUNCTION_END): Default to zero.Richard Henderson2004-08-131-3/+7
* dbxout.c (dbxout_begin_prologue): New function.Devang Patel2004-08-121-2/+16
* dbxout.c (dbxout_function_decl): Always call dbxout_function_end.Zack Weinberg2004-08-041-6/+13
* re PR c++/13596 (value of __cplusplus)Zack Weinberg2004-08-041-34/+66