2007-08-24 Joseph Myers <joseph@codesourcery.com>
commit46ce27303b3f2e92b1b588c2f1d29c1a39cef26a
authorJoseph Myers <joseph@codesourcery.com>
Fri, 24 Aug 2007 21:49:55 +0000 (24 21:49 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 24 Aug 2007 21:49:55 +0000 (24 21:49 +0000)
treea4820abf1fb2be4b1394a2d80e8a205a2d09d94f
parentf748f900c2493c1a9457ebfaa261e9c200fdd09f
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