diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-06-03 21:29:08 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-06-03 21:29:08 +0000 |
commit | 7ee7b84dfa3d35fa4c7e696f0c70c516667e125b (patch) | |
tree | 2d2ee7c4f65ff18bb4c22126648f2ec45753ef09 /gas/config/tc-h8300.h | |
parent | 5f250e29bfe10adc51eae8ec3ca0962c1b488478 (diff) | |
download | gdb-7ee7b84dfa3d35fa4c7e696f0c70c516667e125b.zip gdb-7ee7b84dfa3d35fa4c7e696f0c70c516667e125b.tar.gz gdb-7ee7b84dfa3d35fa4c7e696f0c70c516667e125b.tar.bz2 |
2003-05-14 Michael Snyder <msnyder@redhat.com>
From Bernd Schmidt <bernds@redhat.com>
and Michael Snyder <msnyder@redhat.com>
and Alexandre Oliva <aoliva@redhat.com>
* config/tc-h8300.c: Add insns and addressing modes for h8300sx.
* config/tc-h8300.h: Ditto.
Diffstat (limited to 'gas/config/tc-h8300.h')
-rw-r--r-- | gas/config/tc-h8300.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index 520ebaf..7bce0a3 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -32,6 +32,9 @@ #endif #ifdef OBJ_ELF #define TARGET_FORMAT "elf32-h8300" +#define LOCAL_LABEL_PREFIX '.' +#define LOCAL_LABEL(NAME) (NAME[0] == '.' && NAME[1] == 'L') +#define FAKE_LABEL_NAME ".L0\001" #endif #if ANSI_PROTOTYPES @@ -96,5 +99,6 @@ extern void tc_reloc_mangle extern int Hmode; extern int Smode; extern int Nmode; +extern int SXmode; #define md_operand(x) |