diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/config/rs6000/eabi.asm | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabi.asm')
-rw-r--r-- | gcc/config/rs6000/eabi.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabi.asm b/gcc/config/rs6000/eabi.asm index 879a63e87ad..f7bbeb22058 100644 --- a/gcc/config/rs6000/eabi.asm +++ b/gcc/config/rs6000/eabi.asm @@ -182,13 +182,13 @@ FUNC_START(__eabi) lwz 4,.Lexcepte(11) /* exception table pointers end */ bl FUNC_NAME(__eabi_convert) /* convert exceptions */ -/* Fixup the the addresses in the GOT below _GLOBAL_OFFSET_TABLE_-4 */ +/* Fixup the addresses in the GOT below _GLOBAL_OFFSET_TABLE_-4 */ lwz 3,.Lgots(11) /* GOT table pointers start */ lwz 4,.Lgotm1(11) /* GOT table pointers below _GLOBAL_OFFSET_TABLE-4 */ bl FUNC_NAME(__eabi_convert) /* convert lower GOT */ -/* Fixup the the addresses in the GOT above _GLOBAL_OFFSET_TABLE_+12 */ +/* Fixup the addresses in the GOT above _GLOBAL_OFFSET_TABLE_+12 */ lwz 3,.Lgotm2(11) /* GOT table pointers above _GLOBAL_OFFSET_TABLE+12 */ lwz 4,.Lgote(11) /* GOT table pointers end */ |