summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner2000-02-201-1/+2
* * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,ghazi2000-02-151-1/+0
* * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)jason2000-02-101-1/+1
* * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.geoffk2000-02-091-1/+7
* * Makefile.in (c-common.o): Depend on $(EXPR_H).ghazi2000-02-061-2/+19
* * dwarf2out.c (add_abstract_origin_attribute): Don't calljason2000-02-041-6/+12
* * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.rth2000-01-251-1/+1
* * dwarf2out.c: include "varray.h", not dyn-string.h.jason2000-01-251-172/+45
* Fix mips EABI/dwarf2 segfault while compiling newlib.wilson2000-01-251-1/+2
* * cccp.c: PROTO -> PARAMS.ghazi2000-01-141-197/+202
* * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' inghazi2000-01-131-0/+1
* fix typosjason2000-01-111-1/+1
* 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>khan2000-01-071-4/+0
* 2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>gdr2000-01-061-1/+0
* 1999-12-30 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>gdr1999-12-301-0/+1
* Restore i386 binary compatibility in Dwarf EH info.law1999-12-301-3/+3
* * dwarf2out.c (add_abstract_origin_attribute): Calljason1999-12-231-0/+7
* * dwarf2out.c (add_abstract_origin_attribute): Do call abort ifjason1999-12-151-1/+1
* * dwarf2out.c (class_scope_p): New fn.jason1999-12-141-15/+19
* * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can bebrendan1999-12-061-0/+8
* * dwarf2out.c (add_abstract_origin_attribute): Don't abort whenmmitchel1999-12-051-1/+1
* * dwarf2out.c (scope_die_for): Only handle types. Only search forjason1999-12-011-135/+61
* * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.jason1999-11-251-76/+15
* * dwarf2out.c (free_AT, free_die): New fns.jason1999-11-251-39/+195
* revert AT_containing_type changejason1999-11-231-6/+3
* * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.jason1999-11-231-284/+282
* * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1jason1999-11-171-1/+1
* * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_tablejason1999-11-161-26/+77
* * dwarf2out.c (add_AT_location_description): Allowlaw1999-11-101-0/+7
* * Makefile.in (dbxout.o): Depend on ggc.h.mmitchel1999-11-061-0/+4
* * dwarf2out.c: Do not include ctype.h.law1999-11-031-1/+0
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-174/+63
* * c-parse.in (cast_expr): Constify.ghazi1999-10-261-1/+1
* Use lookup table to get register sizes in dwarf2 ehcrux1999-09-301-98/+14
* Fix the handling of inline, unresolved type references.nickc1999-09-281-13/+16
* * dwarf2out.c (output_aranges): Use DW_AT_location to find thejason1999-09-231-12/+24
* Fix complex-5.c problemmeissner1999-09-221-4/+15
* * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.jason1999-09-091-18/+0
* Linas Vepstas <linas@linas.org>rth1999-09-081-1/+1
* Merge in gcc2-ss-010999law1999-09-071-7/+7
* * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.mmitchel1999-09-031-20/+9
* * dwarf2out.c (dwarf2out_line): Constify `lastfile'.rth1999-09-021-1/+1
* * combine.c (simplify_shift_const): Remove extra semicolon.law1999-09-021-1/+1
* * c-parse.in (language_string): Constify.ghazi1999-08-311-1/+0
* * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.ghazi1999-08-311-2/+0
* * dwarf2out.c (mem_loc_descriptor): New argument MODE. All callerslaw1999-08-301-9/+33
* Fix aranges corruption for non-mips 64 bit targets.wilson1999-08-271-2/+8
* Add support for defering line number table construction to assembler.wilson1999-08-271-5/+34
* Accept LABEL_REFs as well as SYMBOL_REFs in mem_loc_descriptor()nickc1999-08-261-0/+4
* * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,ghazi1999-08-101-27/+31