Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-06-12 | fix copyrights | Ian Lance Taylor | 1 | -0/+20 | |
1999-06-11 | * dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma to | Ian Lance Taylor | 1 | -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 Taylor | 1 | -5/+6 | |
1999-06-03 | * as.c (parse_args): Add option -gdwarf2 to allow requesting | Richard Henderson | 1 | -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. |