* config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
This commit is contained in:
parent
18d8a52d00
commit
a074e149a5
@ -1,3 +1,7 @@
|
|||||||
|
2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
|
||||||
|
|
||||||
|
* config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
|
||||||
|
|
||||||
2002-06-04 Alan Modra <amodra@bigpond.net.au>
|
2002-06-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config/obj-elf.c (obj_elf_change_section): Set and check elf
|
* config/obj-elf.c (obj_elf_change_section): Set and check elf
|
||||||
|
@ -119,6 +119,7 @@ extern int sh64_consume_datalabel
|
|||||||
/* Saying "$" is the same as saying ".". */
|
/* Saying "$" is the same as saying ".". */
|
||||||
#define DOLLAR_DOT
|
#define DOLLAR_DOT
|
||||||
|
|
||||||
|
#undef MD_PCREL_FROM_SECTION
|
||||||
#define MD_PCREL_FROM_SECTION(FIXP, SEC) \
|
#define MD_PCREL_FROM_SECTION(FIXP, SEC) \
|
||||||
shmedia_md_pcrel_from_section (FIXP, SEC)
|
shmedia_md_pcrel_from_section (FIXP, SEC)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user