Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com>
authorDave Brolley <brolley@redhat.com>
Thu, 26 Nov 1998 16:25:34 +0000 (16:25 +0000)
committerDave Brolley <brolley@redhat.com>
Thu, 26 Nov 1998 16:25:34 +0000 (16:25 +0000)
* config/tc-fr30.c (md_pcrel_from_section): Restore previous calculation
of pcrel point.

~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~

gas/config/tc-fr30.c

index 74997fb8f9fb57c1a926416b44564b7722079881..9925e9d40a27210179e560876ed0ed54b41bd18a 100644 (file)
@@ -424,7 +424,7 @@ md_pcrel_from_section (fixP, sec)
       return 0;
     }
 
-  return (fixP->fx_frag->fr_address + fixP->fx_where + 2) & ~1;
+  return (fixP->fx_frag->fr_address + fixP->fx_where) & ~1;
 }
 
 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.