diff options
Diffstat (limited to 'gas/config/tc-sh64.h')
-rw-r--r-- | gas/config/tc-sh64.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |