aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-11-17 18:07:33 +0000
committerRichard Henderson <rth@redhat.com>2000-11-17 18:07:33 +0000
commita8316fe296bb35169ef4d0bb07fc250a02148589 (patch)
tree29985c6fb43929af4c4e5db6aa1f59c14b6fca44 /gas/config/obj-elf.h
parent9d2e1bab9d9c7aad8ccfc4a89e930a37cfaf8318 (diff)
downloadgdb-a8316fe296bb35169ef4d0bb07fc250a02148589.zip
gdb-a8316fe296bb35169ef4d0bb07fc250a02148589.tar.gz
gdb-a8316fe296bb35169ef4d0bb07fc250a02148589.tar.bz2
* dwarf2dbg.c (dwarf2_gen_line_info): Early out for no line number.
* config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Adjust for tri-state definition of alpha_flag_mdebug. * config/tc-alpha.c (alpha_flag_mdebug): Init to -1. (s_alpha_file): Store first .file directive. (s_alpha_stab): New. (md_pseudo_table): Add stabs and stabn.
Diffstat (limited to 'gas/config/obj-elf.h')
-rw-r--r--gas/config/obj-elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h
index 37004d7..42d5b49 100644
--- a/gas/config/obj-elf.h
+++ b/gas/config/obj-elf.h
@@ -42,7 +42,7 @@
#include "targ-cpu.h"
#ifdef TC_ALPHA
-#define ECOFF_DEBUGGING alpha_flag_mdebug
+#define ECOFF_DEBUGGING (alpha_flag_mdebug > 0)
extern int alpha_flag_mdebug;
#endif