diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-11-29 22:30:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-11-29 22:30:53 +0000 |
commit | 75af551fc4d909d7569d5a2f82d0c9b3ce09f316 (patch) | |
tree | b437262ed985a3b132399b62c8debb126f083095 /gas | |
parent | 5b0f1ab5f1fec64970046573676dfc4341c941bb (diff) | |
download | gdb-75af551fc4d909d7569d5a2f82d0c9b3ce09f316.zip gdb-75af551fc4d909d7569d5a2f82d0c9b3ce09f316.tar.gz gdb-75af551fc4d909d7569d5a2f82d0c9b3ce09f316.tar.bz2 |
log for alpha, sanitize, m68k, rce (sanitized) changes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 745d64a..5087841 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,34 @@ +Tue Nov 29 13:58:10 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * config/tc-alpha.c (in_range_signed, in_range_unsigned): New + routines, split from in_range. + (in_range): Deleted. All calls changed to in_range_*signed. + (create_lita_section): Macro deleted. Single use expanded in + place. + (alpha_ip): Handle `t' and `8' operand types. + (md_apply_fix): Handle BFD_RELOC_12_PCREL. Print name of + unhandled relocation types. + * config/alpha-opcode.h: Added HALT and DRAINA. Disabled MOVI, + since it doesn't work, and isn't supported by the native + assembler. + + * input-scrub.c: Change wording of a comment to avoid interference + with Cygnus source-control tools. + + * as.h (errno) [NEED_DECLARATION_ERRNO]: Declare. + + * config/tc-m68k.c (init_table): List buscr and pcr control + registers. + (m68k_ip, case 'J'): Handle them. + + start-sanitize-rce + Tiemann should've noted something like this: + * config/tc-rce.c, config/tc-rce.h: New files. + * as.c (main) [TC_RCE]: Call dump_literals. + * configure.in: Handle rce-*-aout. + * configure: Regenerated. + end-sanitize-rce + Mon Nov 28 11:37:35 1994 Doug Evans <dje@canuck.cygnus.com> * app.c (do_scrub_next_char): Insert missing newline at end of file |