-
- Downloads
2007-08-24 Joseph Myers <joseph@codesourcery.com>
Paul Brook <paul@codesourcery.com> * remap.c: New. * as.h (remap_debug_filename, add_debug_prefix_map): Declare. * as.c (show_usage): Document --debug-prefix-map option. (parse_args): Handle --debug-prefix-map. * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths. * stabs.c (stabs_generate_asm_file): Remap debug paths. * Makefile.am (GAS_CFILES): Add remap.c (GENERIC_OBJS): Add remap.o. Regenerate dependencies. * Makefile.in: Regenerate. * doc/as.texinfo (--debug-prefix-map): Document.
Showing
- gas/ChangeLog 15 additions, 0 deletionsgas/ChangeLog
- gas/Makefile.am 8 additions, 0 deletionsgas/Makefile.am
- gas/Makefile.in 12 additions, 3 deletionsgas/Makefile.in
- gas/as.c 8 additions, 0 deletionsgas/as.c
- gas/as.h 3 additions, 0 deletionsgas/as.h
- gas/doc/as.texinfo 5 additions, 0 deletionsgas/doc/as.texinfo
- gas/dwarf2dbg.c 10 additions, 6 deletionsgas/dwarf2dbg.c
- gas/remap.c 89 additions, 0 deletionsgas/remap.c
- gas/stabs.c 3 additions, 2 deletionsgas/stabs.c
Loading
Please register or sign in to comment