aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-08 14:37:20 +0000
committerNick Clifton <nickc@redhat.com>2003-10-08 14:37:20 +0000
commit05da4302188949f1752cb1fa5def4b010450dbe4 (patch)
tree8d257fbd257ce60a4a7969a65e74ec216d74df61 /gas/as.h
parente62eb3ee7e4f8b4821b2f029d0f9d2dbbc462b44 (diff)
downloadfsf-binutils-gdb-05da4302188949f1752cb1fa5def4b010450dbe4.zip
fsf-binutils-gdb-05da4302188949f1752cb1fa5def4b010450dbe4.tar.gz
fsf-binutils-gdb-05da4302188949f1752cb1fa5def4b010450dbe4.tar.bz2
* as.c (use_gnu_debug_info_extensions) : New variable.
(parse_args) : Accept new --gstabs+ option, and set `use_gnu_debug_info_extensions'. (show_usage) : Document --gstabs+ option. * as.h (use_gnu_debug_info_extensions) : New extern declaration. * stabs.c (stabs_generate_asm_file) : If `use_gnu_debug_info_extensions' is set add the compilation directory to the stabs debug info. * doc/as.texinfo : Document --gstabs+ option. * NEWS: Mention new feature.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/as.h b/gas/as.h
index 2121964..28806d5 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -476,6 +476,7 @@ enum debug_info_type {
};
extern enum debug_info_type debug_type;
+extern int use_gnu_debug_info_extensions;
/* Maximum level of macro nesting. */
extern int max_macro_nest;