diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 15:32:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 15:32:28 +0000 |
commit | 33b7f697881b159568524c5bab0ab28fb1b2700f (patch) | |
tree | b777c30a9a58b540f1eab29fe404549ee7c0d6c5 /gas/config/tc-v850.c | |
parent | 29dfb2ac4ced1ff1f8ebc56d494667daf49ed2d6 (diff) | |
download | gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.zip gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.tar.gz gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.tar.bz2 |
* config/atof-tahoe.c: Fix comment typos.
* config/m68k-parse.y: Likewise.
* config/obj-aout.c: Likewise.
* config/obj-bout.c: Likewise.
* config/obj-vms.c: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-tic30.c: Likewise.
* config/tc-tic4x.c: Likewise.
* config/tc-tic54x.c: Likewise.
* config/tc-v850.c: Likewise.
* config/tc-vax.c: Likewise.
* config/te-delt88.h: Likewise.
* config/te-delta.h: Likewise.
* config/te-generic.h: Likewise.
* config/te-macos.h: Likewise.
* config/te-ppcnw.h: Likewise.
* config/te-psos.h: Likewise.
* config/te-sun3.h: Likewise.
* config/te-tmips.h: Likewise.
* config/xtensa-relax.c: Likewise.
Diffstat (limited to 'gas/config/tc-v850.c')
-rw-r--r-- | gas/config/tc-v850.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index 25fea3a..d53a973 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -937,9 +937,9 @@ skip_white_space () { rX - rY, rZ } etc - and also parses constant epxressions whoes bits indicate the + and also parses constant expressions whoes bits indicate the registers in the lists. The LSB in the expression refers to - the lowest numbered permissable register in the register list, + the lowest numbered permissible register in the register list, and so on upwards. System registers are considered to be very high numbers. */ @@ -1495,7 +1495,7 @@ handle_tdaoff (operand) return operand->insert != NULL ? BFD_RELOC_V850_TDA_7_8_OFFSET /* sld.h/sst.h, operand: D8_7 */ - : BFD_RELOC_V850_TDA_7_7_OFFSET; /* sld.b/sst.b, opreand: D7 */ + : BFD_RELOC_V850_TDA_7_7_OFFSET; /* sld.b/sst.b, operand: D7 */ } /* Warning: The code in this function relies upon the definitions @@ -1976,7 +1976,7 @@ md_assemble (str) if (ex.X_op != O_constant) { - /* If this register is actually occuring too early on + /* If this register is actually occurring too early on the parsing of the instruction, (because another field is missing) then report this. */ if (opindex_ptr[1] != 0 |