From 3d6b762c68c6e19bdf387c0f1db7773fd22aab9a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 24 Aug 2007 21:49:55 +0000 Subject: 2007-08-24 Joseph Myers Paul Brook * 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/as.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 9ec6589..f6138eb 100644 --- a/gas/as.h +++ b/gas/as.h @@ -567,6 +567,9 @@ void register_dependency (char *); void print_dependencies (void); segT subseg_get (const char *, int); +const char *remap_debug_filename (const char *); +void add_debug_prefix_map (const char *); + struct expressionS; struct fix; typedef struct symbol symbolS; -- cgit v1.1