summaryrefslogtreecommitdiff
path: root/gas/config/tc-sh64.h
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-06-04 02:45:51 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-06-04 02:45:51 +0000
commit49c26d272667da178c3f00ea8cc424889a000bdf (patch)
tree5b3c12372ec68b20cce605e835dbcfa78592a366 /gas/config/tc-sh64.h
parenteba31ebd5b6888c0a4f0ca6de66dc7964910cf60 (diff)
downloadbinutils-redhat-49c26d272667da178c3f00ea8cc424889a000bdf.tar.gz
* 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-sh64.h b/gas/config/tc-sh64.h
index a8dc1f2b6a..d786162d75 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)