diff options
author | Nick Clifton <nickc@redhat.com> | 2004-09-03 14:31:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-09-03 14:31:41 +0000 |
commit | 42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f (patch) | |
tree | 37d2af0e5232af83ae00e569edf556f4c5dc6bf6 /gas/ChangeLog | |
parent | 6e3b68350d29fde1dedc4772bbdce07ac3669f97 (diff) | |
download | gdb-42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f.zip gdb-42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f.tar.gz gdb-42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f.tar.bz2 |
Add LD and GAS testsuites for CRX port.
Fix several crx bugs.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d459720..e549d3f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2004-09-03 Tomer Levi <Tomer.Levi@nsc.com> + + * config/tc-crx.c (gettrap): Exception vector can be case + insensitive. + (process_label_constant): Fix a 32-bit displacement bug in branch + instructions. + (get_operandtype) : Bug fix, wrong operand was used. + (process_label_constant): Initialize relocation type to + BFD_RELOC_NONE + 2004-09-01 Richard Earnshaw < reanrsha@arm.com> * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s |