* config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
authorJason Thorpe <thorpej@netbsd.org>
Tue, 4 Jun 2002 02:45:51 +0000 (02:45 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Tue, 4 Jun 2002 02:45:51 +0000 (02:45 +0000)
gas/ChangeLog
gas/config/tc-sh64.h

index 39bf519456ecc05549904f5f5ba92272481a767d..f1bad3fa33b997248d8e2925636a4de45616c97c 100644 (file)
@@ -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
index a8dc1f2b6a0c287f214963444d592689fb401e82..d786162d7501973eb9c5eb4903c3b14efba9d53e 100644 (file)
@@ -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)
 
This page took 0.027102 seconds and 4 git commands to generate.