diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 23:56:33 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 23:56:33 +0000 |
commit | b6ff326ebac0a03cfb237d6abb1065a588e83bf4 (patch) | |
tree | 98980a5b9d82e050c169fa3003bfed8cbf86b52d /gas/config/tc-hppa.c | |
parent | d1b67f3c0e8f0c53459615157349e6b81f7b9069 (diff) | |
download | gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.zip gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.tar.gz gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.tar.bz2 |
* config/tc-alpha.c: Fix comment typos.
* config/tc-cris.c: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mn10200.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-v850.c: Likewise.
Diffstat (limited to 'gas/config/tc-hppa.c')
-rw-r--r-- | gas/config/tc-hppa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 2339890..5bdd25e 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -6827,7 +6827,7 @@ pa_import (unused) { /* Sigh. To be compatable with the HP assembler and to help poorly written assembly code, we assign a type based on - the the current segment. Note only BSF_FUNCTION really + the current segment. Note only BSF_FUNCTION really matters, we do not need to set the full SYMBOL_TYPE_* info. */ if (now_seg == text_section) symbol_get_bfdsym (symbol)->flags |= BSF_FUNCTION; @@ -8494,7 +8494,7 @@ hppa_force_relocation (fixp) return 1; /* It is necessary to force PC-relative calls/jumps to have a relocation - entry if they're going to need either a argument relocation or long + entry if they're going to need either an argument relocation or long call stub. */ if (fixp->fx_pcrel && arg_reloc_stub_needed (symbol_arg_reloc_info (fixp->fx_addsy), |