aboutsummaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.h
AgeCommit message (Collapse)AuthorFilesLines
1999-06-12fix copyrightsIan Lance Taylor1-0/+20
1999-06-11 * dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma toIan Lance Taylor1-1/+1
offsetT. (out_set_addr): Don't use BYTES_PER_ADDRESS. Instead, get the value from the output file architecture. (dwarf2_gen_line_info): Ifdef BFD_ASSEMBLER specific code. * dwarf2dbg.h: Change bfd_vma to addressT.
1999-06-11 * dwarf2dbg.h: Use PARAMS in function declarations.Ian Lance Taylor1-5/+6
1999-06-03 * as.c (parse_args): Add option -gdwarf2 to allow requestingRichard Henderson1-0/+48
DWARF2 debug info (line information only, at this point). * as.h: Update comment about supported debug formats. * dwarf2dbg.c, dwarf2dbg.h: New files. * Makefile.am (GAS_CFILES, HFILES, GENERIC_OBJS): Add them.