exp_smem.adb, [...]: Remove OK_For_Stream flag, not used, not needed.
[gcc.git] / gcc / dbxout.c
2005-02-21 Ulrich Weigand* dbxout.c (dbxout_function_end): Emit Lscope label...
2005-02-16 Richard Hendersonre PR debug/19521 (omitted stab for gcov initialization...
2005-02-07 Eric Botcazoure PR debug/19327 (gcc.c-torture/execute/921215-1.c...
2005-01-27 Kazu Hiratac-common.def, [...]: Update copyright.
2005-01-27 Ulrich Weiganddbxout.c (dbxout_symbol_location): Resolve constant...
2004-12-09 Nathan Sidwelltree.def (SET_TYPE): Remove.
2004-11-03 Kazu Hirata* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment forma...
2004-10-28 Zack Weinbergre PR debug/18199 (AIX XCOFF debugging broken)
2004-10-27 Richard Sandiforddbxout.c (dbxout_source_line): Move declaration of...
2004-10-27 Zack Weinbergdbxout.c (dbxout_finish_complex_stabs): Mark 'line...
2004-10-27 Zack Weinbergdbxout.c: Include obstack.h.
2004-10-26 Geoffrey KeatingIndex: gcc/gcc/ChangeLog
2004-10-23 Kazu Hiratadbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_F...
2004-10-21 Zack Weinbergdbxout.c: Remove unnecessary #undefs.
2004-10-21 David Edelsohndbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.
2004-10-21 Zack Weinbergdbxout.c (asmfile): Delete.
2004-10-06 Andrew Pinskire PR debug/17787 (Ada does not bootstrap on darwin...
2004-09-24 Eric Botcazouconfig.gcc (sparc64-*-solaris2*): Include sparc/sol2...
2004-09-22 David Edelsohndbxout.c (get_lang_number): Do not define if DBX_OUTPUT...
2004-09-18 Kazu Hirataalias.c, [...]: Fix comment typos.
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-17 Devang Pateldbxout.c (get_lang_number): New.
2004-09-10 Geoffrey Keatingdbxout.c (dbxout_block): Update for current_function_fu...
2004-09-08 Nathan Sidwelldbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_u...
2004-08-13 Richard Hendersondbxout.c (NO_DBX_FUNCTION_END): Default to zero.
2004-08-12 Devang Pateldbxout.c (dbxout_begin_prologue): New function.
2004-08-04 Zack Weinbergdbxout.c (dbxout_function_decl): Always call dbxout_fun...
2004-08-04 Zack Weinbergre PR c++/13596 (value of __cplusplus)
2004-07-26 Nathan Sidwelltree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).
2004-07-20 Nathan Sidwell* dbxout.c (dbxout_type): Fix printf format.
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-06 Nathan Sidwelldbxout.c (dbxout_type): Don't test whether the binfo...
2004-07-06 Nathan Sidwelltree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-01 Jerry Quinnalias.c (get_alias_set, [...]): Use MEM_P.
2004-06-15 Jerry Quinnalias.c (record_set, [...]): Use REG_P.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-09 Caroline Ticebasic-block.h (struct edge_def): Add new field, crossin...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-25 Kazu Hiratacfgrtl.c, [...]: Fix comment typos.
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-14 Roger Saylealias.c (get_alias_set): Replace calls via (*lang_hooks...
2004-03-10 Ulrich Weiganddbxout.c (dbxout_symbol_location): Do not output refere...
2004-02-20 John David Anglinre PR c++/12007 (Multiple inheritance float pass by...
2004-02-16 Kazu Hiratac-decl.c, [...]: Fix comment formatting.
2004-02-12 Zack Weinbergdbxout.c: Move declaration of dbxout_type_decl outside...
2004-02-12 Zack Weinbergdebug.h (struct gcc_debug_hooks): Add type_decl field.
2004-02-06 Josef ZlomekJosef Zlomek <zlomekj@suse.cz>
2004-01-27 Devang PatelMakefile.in (dwarf2out.o): Depend on input.h
2004-01-16 Kazu Hiratac-common.h: Fix comment formatting.
2004-01-13 Devang Patelre PR debug/7078 (stabs are not generated correctly...
2004-01-12 Andrew Pinskire PR debug/13539 (dbxout.c does not recognize protecte...
2004-01-10 David Edelsohnre PR debug/12860 (stabs register number out of range)
2004-01-10 Andrew Pinskire PR debug/11231 (undefined array size inside struct...
2003-11-08 Andreas Schwabdbxout.c (current_file): Also wrap inside DBX_DEBUGGING...
2003-11-08 Kaveh R. Ghazi* dbxout.c (current_file): Wrap declaration in DBX_USE_...
2003-11-07 Geoffrey Keatingre PR pch/11654 (incorrect stabs when using pre-compile...
2003-10-22 David Taylorre PR debug/12500 (stabs debug info -- void no longer...
2003-10-05 Kazu Hiratac-pretty-print.c: Fix comment formatting.
2003-10-01 Zack Weinbergdbxout.c (dbxout_fptype_value): Delete.
2003-09-26 Per Bothnerdbxout.c (dbxout_typedefs): Output typedefs in forward...
2003-09-22 Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-09-17 Mark Mitchellre PR debug/12066 (g++ generates stabs for "char *...
2003-08-05 Alexandre Olivac.opt: Introduce -fworking-directory.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-15 Mark Mitchellre PR debug/11473 (ICE with -gstabs when empty struct...
2003-07-12 Kazu Hiratac-format.c: Fix comment formatting.
2003-07-06 Andreas Jaegerstmt.c: Convert remaining prototypes to ISO C90.
2003-07-03 Andreas Schwabdbxout.c (pending_bincls): Move decl down inside DBX_DE...
2003-07-02 H.J. Ludbxout.c (pending_bincls): Replace DBX_USE_BINCLS with...
2003-07-02 David Edelsohndbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
2003-07-02 Andreas Schwab* dbxout.c (pending_bincls): Only define if DBX_DEBUGGI...
2003-07-01 Devang Pateldbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls...
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-06-29 Andreas Jaegercse.c: Convert prototypes to ISO C90.
2003-06-28 Zack Weinbergdbxout.c (flag_debug_only_used_symbols): Delete redunda...
2003-06-27 Devang Patelfinal.c (debug_flush_symbol_queue): New function.
2003-06-23 Kazu Hiratabasic-block.h: Fix comment formatting.
2003-06-17 Eric Botcazoudbxout.c (dbxout_source_line_counter): New global variable.
2003-06-12 Kazu HirataChangeLog: Follow spelling conventions.
2003-06-04 Andreas Jaegeruwin.h: Remove SUBTARGET_PROLOGUE.
2003-05-17 Kaveh R. Ghazicfgloopanal.c (test_for_iteration): Use string concaten...
2003-04-14 Joel Brobeckerdbxout.c (print_int_cst_bounds_in_octal_p): New functio...
2003-04-06 Geoffrey Keatingdbxout.c (dbxout_handle_pch): Move prototype out from...
2003-04-05 Geoffrey Keatingdbxout.c (scope_labelno): Add GTY.
2003-04-04 Joel Brobeckerdbxout.c (dbxout_type): When printing type index of...
2003-02-20 Nathan SidwellChange base class access representation.
2003-01-16 Kaveh Ghazidbxout.c (lastfile, cwd): Fix `unused' warning.
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-13 Jim Wilsonre PR debug/1621 (Debugging with complex numbers)
2002-11-08 Dale Johannesenfix stabs info for vector types
2002-09-27 David Edelsohndbxout.c (FORCE_TEXT): Switch to current_function_decl...
2002-09-23 Dale JohannesenSet current_sym_code in a case where it was missing.
2002-09-22 Kazu Hiratadbxout.c: Follow spelling conventions.
2002-09-13 Alan Modratm.texi (DBX_OUTPUT_NFUN): Describe.
2002-08-15 Douglas B Ruppdbxout.c (dbx_debug_hooks): Update end_prologue, end_ep...
2002-05-23 Kevin Buettnerdbxout.c (dbxout_class_name_qualifiers): New function.
2002-05-11 Kazu Hiratadbxout.c: Fix formatting.
next