summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/eabi.asm
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-08 16:54:20 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-08 16:54:20 +0000
commitc0467d6d8861b3653fd76784f5c053ce583e9df1 (patch)
tree596905dc368aaa0eee615b3d6799232c832431ad /gcc/config/rs6000/eabi.asm
parent3373fc0173a1e3f82d76576641d52067f86e42c0 (diff)
downloadgcc-c0467d6d8861b3653fd76784f5c053ce583e9df1.tar.gz
fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9131 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabi.asm')
-rw-r--r--gcc/config/rs6000/eabi.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/eabi.asm b/gcc/config/rs6000/eabi.asm
index b903d2bb4d0..d567e3a6198 100644
--- a/gcc/config/rs6000/eabi.asm
+++ b/gcc/config/rs6000/eabi.asm
@@ -22,7 +22,7 @@
__eabi: mflr 0
bl .Laddr # get current address
.Laddr: mflr 11 # real address of .Ltable
- lwz 12,(.Laddr-.Lptr)(11) # linker generated address of .Ltable
+ lwz 12,(.Lptr-.Laddr)(11) # linker generated address of .Ltable
add 12,12,11 # correct to real pointer
subf. 12,12,11 # calculate difference
bc 4,2,.Lreloc # skip if we need to relocate