diff options
Diffstat (limited to 'gas/config/tc-alpha.c')
-rw-r--r-- | gas/config/tc-alpha.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index 0f70314..c72d26d 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -706,7 +706,7 @@ alpha_adjust_relocs (bfd *abfd ATTRIBUTE_UNUSED, present. Not implemented. Also suppress the optimization if the !literals/!lituses are spread - in different segments. This can happen with "intersting" uses of + in different segments. This can happen with "interesting" uses of inline assembly; examples are present in the Linux kernel semaphores. */ for (fixp = seginfo->fix_root; fixp; fixp = next) @@ -3369,7 +3369,7 @@ assemble_tokens (const char *opname, #ifdef OBJ_EVAX /* Add sym+addend to link pool. - Return offset from curent procedure value (pv) to entry in link pool. + Return offset from current procedure value (pv) to entry in link pool. Add new fixup only if offset isn't 16bit. */ @@ -4882,7 +4882,7 @@ s_alpha_gprel32 (int ignore ATTRIBUTE_UNUSED) } /* Handle floating point allocation pseudo-ops. This is like the - generic vresion, but it makes sure the current label, if any, is + generic version, but it makes sure the current label, if any, is correctly aligned. */ static void |