diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-19 17:46:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-19 17:46:43 +0000 |
commit | 030915dc2591c1551c75cdf3f659a193fe79d211 (patch) | |
tree | 7f178776b9966389626ee698144760842c3295d2 /gas/ChangeLog | |
parent | 009946c974c94646aa7fa64e60415a9c32e9a06b (diff) | |
download | gdb-030915dc2591c1551c75cdf3f659a193fe79d211.zip gdb-030915dc2591c1551c75cdf3f659a193fe79d211.tar.gz gdb-030915dc2591c1551c75cdf3f659a193fe79d211.tar.bz2 |
* config/tc-a29k.c: Include ctype.h with angle brackets.
(define_some_regs): Add new special register names defined on the
29040.
(parse_operand): Add argument opt. If non-zero, don't warn about
a missing operand.
(machine_ip): If handling argument type 'I', pass opt as non-zero
to parse_operand. Handle new optional operand type 'I'.
(md_undefined_symbol): Handle special register names (srNN).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0c9bb8d..77df46f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Wed Oct 19 13:41:56 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * config/tc-a29k.c: Include ctype.h with angle brackets. + (define_some_regs): Add new special register names defined on the + 29040. + (parse_operand): Add argument opt. If non-zero, don't warn about + a missing operand. + (machine_ip): If handling argument type 'I', pass opt as non-zero + to parse_operand. Handle new optional operand type 'I'. + (md_undefined_symbol): Handle special register names (srNN). + Tue Oct 18 00:45:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * write.c (renumber_sections): New static BFD_ASSEMBLER function. |