aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-ecoff.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-05-04 23:41:32 +0000
committerKen Raeburn <raeburn@cygnus>1995-05-04 23:41:32 +0000
commit5b9a7bef314c53d6abcb216ae844153849936946 (patch)
tree3fcd6d6cc93aa1d77ae5b638bd96dd399041516b /gas/config/obj-ecoff.h
parent8c5e0f5e05c7fdb514f85596b4967411584d9774 (diff)
downloadgdb-5b9a7bef314c53d6abcb216ae844153849936946.zip
gdb-5b9a7bef314c53d6abcb216ae844153849936946.tar.gz
gdb-5b9a7bef314c53d6abcb216ae844153849936946.tar.bz2
* config/obj-ecoff.h (OBJ_PROCESS_STAB): Add new first argument, ignored.
* config/obj-elf.h (OBJ_PROCESS_STAB) [ECOFF_DEBUGGING]: Ditto. * config/obj-ecoff.h (ECOFF_DEBUGGING): Define to 1, not empty. * config/obj-elf.h (ECOFF_DEBUGGING): Ditto. Test value, not whether it's defined.
Diffstat (limited to 'gas/config/obj-ecoff.h')
-rw-r--r--gas/config/obj-ecoff.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/gas/config/obj-ecoff.h b/gas/config/obj-ecoff.h
index 5d7a32d..92676e6 100644
--- a/gas/config/obj-ecoff.h
+++ b/gas/config/obj-ecoff.h
@@ -22,7 +22,9 @@
#define OBJ_ECOFF 1
/* Use the generic ECOFF debugging code. */
-#define ECOFF_DEBUGGING
+#define ECOFF_DEBUGGING 1
+
+#define OUTPUT_FLAVOR bfd_target_ecoff_flavour
#include "targ-cpu.h"
@@ -51,11 +53,11 @@ extern void ecoff_frob_file PARAMS ((void));
#define obj_symbol_new_hook ecoff_symbol_new_hook
/* At the moment we don't want to do any stabs processing in read.c. */
-#define OBJ_PROCESS_STAB(what, string, type, other, desc) \
+#define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
ecoff_stab ((what), (string), (type), (other), (desc))
-#define OBJ_GENERATE_ASM_LINE_STAB(lineno) \
- ecoff_generate_asm_line_stab ((lineno))
+#define OBJ_GENERATE_ASM_LINENO(filename, lineno) \
+ ecoff_generate_asm_lineno ((filename), (lineno))
#define EMIT_SECTION_SYMBOLS 0
#define obj_sec_sym_ok_for_reloc(SEC) 1