diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-06-04 02:45:51 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-06-04 02:45:51 +0000 |
commit | a074e149a5779e77e3dfe44c07ed215dca1fefae (patch) | |
tree | 1b147392fd3774c4818c87cf3e19d58ec3781941 /gas/config/tc-sh64.h | |
parent | 18d8a52d004d2dc4ee9ad3ceaa76a4d748b4f920 (diff) | |
download | gdb-a074e149a5779e77e3dfe44c07ed215dca1fefae.zip gdb-a074e149a5779e77e3dfe44c07ed215dca1fefae.tar.gz gdb-a074e149a5779e77e3dfe44c07ed215dca1fefae.tar.bz2 |
* config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
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) |