diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-27 12:45:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-27 12:45:17 +0000 |
commit | 47eebc207fc8d4cc5611eb946ba04398e47ea15b (patch) | |
tree | 5df86f7e8022995e67291a2668a21f06f086c295 /gas/ChangeLog-9295 | |
parent | 8afcbaff980c8e5453c7a869102f3507895c7383 (diff) | |
download | gdb-47eebc207fc8d4cc5611eb946ba04398e47ea15b.zip gdb-47eebc207fc8d4cc5611eb946ba04398e47ea15b.tar.gz gdb-47eebc207fc8d4cc5611eb946ba04398e47ea15b.tar.bz2 |
* ChangeLog: Fix typos.
* ChangeLog-9295: Likewise.
* as.c: Fix comment typos.
* as.h: Likewise.
* atof-generic.c: Likewise.
* bit_fix.h: Likewise.
* frags.h: Likewise.
* hash.c: Likewise.
* input-file.c: Likewise.
* input-scrub.c: Likewise.
* itbl-ops.c: Likewise.
* itbl-parse.y: Likewise.
* listing.c: Likewise.
* macro.h: Likewise.
* read.c: Likewise.
* sb.c: Likewise.
* sb.h: Likewise.
* symbols.c: Likewise.
* symbols.h: Likewise.
Diffstat (limited to 'gas/ChangeLog-9295')
-rw-r--r-- | gas/ChangeLog-9295 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/ChangeLog-9295 b/gas/ChangeLog-9295 index 17407e5..7135733 100644 --- a/gas/ChangeLog-9295 +++ b/gas/ChangeLog-9295 @@ -9003,7 +9003,7 @@ Thu Oct 14 16:51:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape characters in state 6. * read.c (next_char_of_string): Accept \Xh* and \xh* where h* are - hexidecimal digits. + hexadecimal digits. * config/tc-i386.c (md_apply_fix_1): Make cross segment calls work for ELF by hacking around bizarre bfd_perform_relocation behaviour @@ -13007,7 +13007,7 @@ Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com) * app.c: MRI compatibility - allow single quote to start a string. * as.c: fix typo recently introduced. * as.h : Don't include aout/reloc.h - it's not right for COFF! - * expr.c: Much rewriting, to accomodate MRI syntax for + * expr.c: Much rewriting, to accommodate MRI syntax for expressions. Also easier to read now. * listing.c: Put back defuns * read.c: modified to accept MRI syntax, put back listing pseudo |