diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1995-03-08 16:54:20 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1995-03-08 16:54:20 +0000 |
commit | 81a5008ec39cbbf8fba23756519ab05c7786e8c7 (patch) | |
tree | 596905dc368aaa0eee615b3d6799232c832431ad /gcc | |
parent | c2baf133923865be3d30f6286c6ad821369d2955 (diff) | |
download | gcc-81a5008ec39cbbf8fba23756519ab05c7786e8c7.zip gcc-81a5008ec39cbbf8fba23756519ab05c7786e8c7.tar.gz gcc-81a5008ec39cbbf8fba23756519ab05c7786e8c7.tar.bz2 |
fix typo.
From-SVN: r9131
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/eabi.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/eabi.asm b/gcc/config/rs6000/eabi.asm index b903d2b..d567e3a 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 |