summaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
Commit message (Expand)AuthorAgeFilesLines
* oops - omitted terminating #endifNick Clifton2000-12-141-0/+1
* If we don't have <limits.h>, try including <sys/param.h> if we have it.Nick Clifton2000-12-141-1/+3
* 2000-12-13 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-141-36/+30
* aadd conditionals around definition of INT_MAXNick Clifton2000-12-131-0/+2
* Adde dfinition if INT_MAX if limits.h is not includedNick Clifton2000-12-131-0/+2
* #include <limits.h> only if it exists.Nick Clifton2000-12-131-2/+4
* 2000-12-12 H.J. Lu <hjl@gnu.org>H.J. Lu2000-12-121-0/+53
* Add outputting_stabs_line_debug varaible and D10v code to use itNick Clifton2000-12-051-4/+7
* * dwarf2dbg.c: Rewrite from scratch. Queue all debugging outputRichard Henderson2000-11-291-602/+978
* * dwarf2dbg.c (dwarf2_gen_line_info): Early out for no line number.Richard Henderson2000-11-171-0/+4
* * as.c (debug_type): Init to DEBUG_UNSPECIFIED.Richard Henderson2000-11-171-20/+88
* 2000-11-12 H.J. Lu (hjl@gnu.org)H.J. Lu2000-11-131-1/+1
* 2000-11-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-071-6/+5
* Add --gdwarf2 support to ARM toolchainNick Clifton2000-10-251-0/+22
* 2000-10-17 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-171-21/+13
* 2000-08-17 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-181-25/+37
* From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2000-02-221-2/+3
* Apply Jim Wilson's patch to track current frag for line number changes.Nick Clifton1999-08-271-13/+21
* This makes the line number info for the end of a function match what theNick Clifton1999-08-261-2/+8
* Applied patch from Jim Wilson to fix several bugs in line table generation.Nick Clifton1999-08-261-5/+11
* * dwarf2dbg.c (dwarf2_gen_line_info): Don't assume that long longIan Lance Taylor1999-07-151-2/+2
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-5/+34
* David Mosberger <davidm@hpl.hp.com>Richard Henderson1999-06-261-6/+9
* * dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.Ian Lance Taylor1999-06-121-1/+1
* fix copyrightsIan Lance Taylor1999-06-121-3/+3
* * dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma toIan Lance Taylor1999-06-111-16/+27
* * dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbolRichard Henderson1999-06-051-1/+7
* * dwarf2dbg.c (*): Convert to K&R + prototypes.Richard Henderson1999-06-051-22/+54
* * dwarf2dbg.c (dwarf2_gen_line_info): Use section_symbolRichard Henderson1999-06-031-8/+4
* * as.c (parse_args): Add option -gdwarf2 to allow requestingRichard Henderson1999-06-031-0/+672