From 81a5008ec39cbbf8fba23756519ab05c7786e8c7 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 8 Mar 1995 16:54:20 +0000 Subject: [PATCH] fix typo. From-SVN: r9131 --- gcc/config/rs6000/eabi.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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