diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-sh64.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 39bf519..f1bad3f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> * config/obj-elf.c (obj_elf_change_section): Set and check elf diff --git a/gas/config/tc-sh64.h b/gas/config/tc-sh64.h index a8dc1f2..d786162 100644 --- a/gas/config/tc-sh64.h +++ b/gas/config/tc-sh64.h @@ -119,6 +119,7 @@ extern int sh64_consume_datalabel /* Saying "$" is the same as saying ".". */ #define DOLLAR_DOT +#undef MD_PCREL_FROM_SECTION #define MD_PCREL_FROM_SECTION(FIXP, SEC) \ shmedia_md_pcrel_from_section (FIXP, SEC) |