diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-04-23 22:12:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2006-04-23 22:12:43 +0000 |
commit | 708587a480f09e6dfabb9680c932113e55b79a46 (patch) | |
tree | bba5442959b3f555713816ddca010d7debc8936f /gas/config/tc-mips.c | |
parent | d8006e059231424441dd03301a2838e8547a9947 (diff) | |
download | gdb-708587a480f09e6dfabb9680c932113e55b79a46.zip gdb-708587a480f09e6dfabb9680c932113e55b79a46.tar.gz gdb-708587a480f09e6dfabb9680c932113e55b79a46.tar.bz2 |
* config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,
config/tc-cris.c, config/tc-crx.c, config/tc-i386.c,
config/tc-ia64.c, config/tc-maxq.c, config/tc-maxq.h,
config/tc-mips.c, config/tc-msp430.c, config/tc-sh.c,
config/tc-tic4x.c, config/tc-xtensa.c: Fix comment typos.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 89416c9..6455143 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -150,7 +150,7 @@ struct mips_cl_insn /* True if this entry cannot be moved from its current position. */ unsigned int fixed_p : 1; - /* True if this instruction occured in a .set noreorder block. */ + /* True if this instruction occurred in a .set noreorder block. */ unsigned int noreorder_p : 1; /* True for mips16 instructions that jump to an absolute address. */ @@ -11809,7 +11809,7 @@ s_change_section (int ignore ATTRIBUTE_UNUSED) There's nothing really harmful in this, since bfd will correct SHT_PROGBITS to SHT_MIPS_DWARF before writing out the file. But it - means that, for backwards compatibiltiy, the special_section entries + means that, for backwards compatibility, the special_section entries for dwarf sections must use SHT_PROGBITS rather than SHT_MIPS_DWARF. Even so, we shouldn't force users of the MIPS .section syntax to |