summaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
Commit message (Expand)AuthorAgeFilesLines
* sdbout.c (SDB_GENERATE_FAKE): Remove.Kazu Hirata2004-11-041-6/+1
* sdbout.c (sdbout_symbol): Do not output type .def statements for builtin types.Danny Smith2004-10-311-0/+5
* dbxout.c (asmfile): Delete.Zack Weinberg2004-10-211-14/+4
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-5/+4
* tree.h: Include vec.hNathan Sidwell2004-07-201-7/+7
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-5/+4
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-14/+14
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-10/+10
* sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS.DJ Delorie2004-04-161-3/+1
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-5/+5
* sdbout.c (preinit_symbols, [...]): New statics.Zack Weinberg2004-02-191-1/+26
* * sdbout.c (sdb_debug_hooks): Correct the type_decl entry.Zack Weinberg2004-02-161-1/+1
* debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg2004-02-121-21/+14
* Josef Zlomek <zlomekj@suse.cz>Josef Zlomek2004-02-061-1/+2
* Makefile.in (dwarf2out.o): Depend on input.hDevang Patel2004-01-271-23/+24
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-2/+2
* expr.c: Follow spelling conventions.Kazu Hirata2003-10-111-1/+1
* Convert to ISO C90 prototypes.Kelley Cook2003-09-301-6/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-3/+3
* dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou2003-06-171-4/+13
* sdbout.h: Use ISO C90 prototypes.Andreas Jaeger2003-06-011-152/+75
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-6/+4
* dbxout.c (scope_labelno): Add GTY.Geoffrey Keating2003-04-051-1/+2
* Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi2003-01-161-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+3
* re PR fortran/3924 (g77 generates code which is rejected by GAS if COFF debug...Richard Henderson2002-09-161-17/+0
* dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.Douglas B Rupp2002-08-151-6/+9
* Index: ChangeLogGeoffrey Keating2002-08-041-2/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-11/+14
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-4/+4
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-2/+3
* Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi2002-03-121-1/+1
* predict.c: Fix formatting.Kazu Hirata2002-01-221-6/+6
* diagnostic.c (warn_deprecated_use): Rework to lower indentation.Richard Kenner2002-01-121-1/+2
* * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.Richard Kenner2001-11-181-3/+3
* dbxout.c (dbxout_symbol_location): Update call of alter_subreg.Jan Hubicka2001-11-141-1/+1
* unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning.Kaveh R. Ghazi2001-11-111-1/+1
* ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers2001-10-291-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-7/+7
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-2/+2
* alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner2001-09-101-7/+8
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* dbxout.c (dbxout_global_decl): New.Neil Booth2001-07-221-21/+53
* * dbxout.c, sdbout.c, varasm.c: Revert most recent patch.Neil Booth2001-07-221-53/+21
* dbxout.c (dbxout_global_decl): New.Neil Booth2001-07-211-21/+53
* Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth2001-07-191-3/+8
* Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth2001-07-191-1/+31
* dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth2001-07-171-17/+39