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.
This commit is contained in:
parent
5f250e29bf
commit
7ee7b84dfa
3 changed files with 840 additions and 228 deletions
|
@ -1,3 +1,10 @@
|
|||
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.
|
||||
|
||||
2003-06-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* tc-v850.c (tc-gen_reloc): Translate BFD_RELOC_32 into
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue