aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-1/+1
2002-03-12Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi1-2/+2
2002-02-06Accept LABEL_REFs as well as SYMBOL_REFs from the constant pool.Nick Clifton1-1/+2
2002-02-06dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters passed by in...Alexandre Oliva1-0/+4
2002-01-26Index: gcc/ChangeLogGeoffrey Keating1-4/+9
2002-01-17* dbxout.c (dbxout_type): Support const and volatile.Jason Merrill1-15/+34
2002-01-08If a symbol ref is in the constant pool, use the pool's version of the symbol...Nick Clifton1-0/+14
2001-12-091750a.md: Add default case in switch.Kaveh R. Ghazi1-2/+2
2001-11-30dwarf2out.c (is_cxx): New fn.Jason Merrill1-1/+1
2001-11-29dwarf2out.c (add_data_member_location_attribute): Do the right thing for virt...Jason Merrill1-2/+9
2001-11-14dbxout.c (dbxout_symbol_location): Update call of alter_subreg.Jan Hubicka1-1/+1
2001-11-12dbxout.c (dbxout_symbol_location): Avoid emitting invalid register numbers.Jakub Jelinek1-0/+2
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-1/+2
2001-11-04Makefile.in (dbxout.o): Depend on function.h.Kaveh R. Ghazi1-6/+12
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-7/+7
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-09-11dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-7/+2
2001-08-03dbxout.c (dbxout_symbol_location): Flatten subregs first; don't take REGNO of...Richard Henderson1-8/+8
2001-07-26toplev.c, [...]: Include xcoffout.h if appropriate.Neil Booth1-12/+12
2001-07-25dbxout.c: Consistently use putc instead of fputc.Richard Kenner1-118/+187
2001-07-22dbxout.c (dbxout_global_decl): New.Neil Booth1-2/+15
2001-07-22* dbxout.c, sdbout.c, varasm.c: Revert most recent patch.Neil Booth1-12/+2
2001-07-21dbxout.c (dbxout_global_decl): New.Neil Booth1-2/+12
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-22/+12
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-28/+36
2001-07-17dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth1-23/+20
2001-07-15dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth1-25/+29
2001-07-12Makefile.in (final.o): Depend on debug.h.Neil Booth1-1/+49
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-6/+14
2001-07-10Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines.Neil Booth1-4/+14
2001-06-08stmt.c (current_nesting_level): New fn.Jason Merrill1-1/+1
2001-05-25dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag o...Geoffrey Keating1-2/+2
2001-05-23* dbxout.c (dbxout_type_methods): Do still group methods by name.Jason Merrill1-0/+17
2001-05-21dbxout.c (MINIMAL_DEBUG, [...]): Lose.Jason Merrill1-176/+51
2001-05-18/tmp/plRichard Kenner1-9/+14
2001-05-17dbxout.c (dbxout_symbol_location): For CONCAT, skip types not COMPLEX_TYPE.Jeffrey Oldham1-1/+9
2001-05-01dbxout.c, [...]: Always include gstab.h, not system stab.h.Zack Weinberg1-26/+1
2001-04-23collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi1-5/+1
2001-04-18dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined, use it instead o...Zack Weinberg1-0/+4
2001-04-17* dbxout.c (N_OPT): Define if not available from <stab.h>Loren J. Rittle1-0/+5
2001-04-16toplev.c (output_lang_identify): Delete.Zack Weinberg1-6/+10
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-9/+4
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-2/+10
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-2/+2
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-1/+3
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+1
2001-01-05(dbxout_parms): Handle invisible ref where decl is a REGCatherine Moore1-3/+7