projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f29886
)
Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com>
author
Dave Brolley
<brolley@redhat.com>
Thu, 26 Nov 1998 16:25:34 +0000
(16:25 +0000)
committer
Dave 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
patch
|
blob
|
history
diff --git
a/gas/config/tc-fr30.c
b/gas/config/tc-fr30.c
index 74997fb8f9fb57c1a926416b44564b7722079881..9925e9d40a27210179e560876ed0ed54b41bd18a 100644
(file)
--- a/
gas/config/tc-fr30.c
+++ b/
gas/config/tc-fr30.c
@@
-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.