diff options
author | DJ Delorie <dj@redhat.com> | 2000-11-15 19:22:22 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-11-15 19:22:22 +0000 |
commit | a8761a19f49de4a9997e094ce8f65e2bb501679e (patch) | |
tree | efb3e1e09ba8ef131d419e3a6844d718c1ea9366 /gas/config/tc-v850.h | |
parent | 296731c177fcab2fb6dd5ca4d0a308a47b67fc86 (diff) | |
download | gdb-a8761a19f49de4a9997e094ce8f65e2bb501679e.zip gdb-a8761a19f49de4a9997e094ce8f65e2bb501679e.tar.gz gdb-a8761a19f49de4a9997e094ce8f65e2bb501679e.tar.bz2 |
* config/tc-v850.c: Support dwarf2.
* config/tc-v850.h: Ditto.
* config/tc-v850.c (cons_fix_new_v850): Don't rely on
parse_cons_expression_v850 to initialize hold_cons_reloc.
Diffstat (limited to 'gas/config/tc-v850.h')
-rw-r--r-- | gas/config/tc-v850.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h index d26d906..2347bc9 100644 --- a/gas/config/tc-v850.h +++ b/gas/config/tc-v850.h @@ -89,3 +89,8 @@ extern const struct relax_type md_relax_table[]; #define MD_PCREL_FROM_SECTION(fixP,section) v850_pcrel_from_section (fixP, section) extern long v850_pcrel_from_section (); + +#define md_end() v850_finalize () +extern void v850_finalize PARAMS ((void)); + +#define DWARF2_LINE_MIN_INSN_LENGTH 2 |