summaryrefslogtreecommitdiff
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
commit6ce59582d161e6abc14ecf33fc061b01777de3c8 (patch)
tree041626dfa956fd6db6605046ee00800757d1ef4e /gas/config/obj-elf.h
parenta8d93fa006ab8b208fa94d53f84965c84c3da875 (diff)
downloadbinutils-redhat-6ce59582d161e6abc14ecf33fc061b01777de3c8.tar.gz
* 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 37004d7432..42d5b499b6 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