OSDN Git Service

2007-08-24 Joseph Myers <joseph@codesourcery.com>
authorjsm28 <jsm28>
Fri, 24 Aug 2007 21:49:54 +0000 (21:49 +0000)
committerjsm28 <jsm28>
Fri, 24 Aug 2007 21:49:54 +0000 (21:49 +0000)
commit4caea47b7d9ac7b2625261cd1bfb97dae989cb46
treef33215e86a83e33169051c4a643d0f7d9f18af5f
parent3cf401632a3f892723347b7296f1bb28b81a026e
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.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/as.c
gas/as.h
gas/doc/as.texinfo
gas/dwarf2dbg.c
gas/remap.c [new file with mode: 0644]
gas/stabs.c