aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-15 19:25:22 +0000
committerNick Clifton <nickc@redhat.com>2000-05-15 19:25:22 +0000
commit322f2c4579460de0fe10c89e9cd45588ae57b730 (patch)
treeebbb4a70bee123cdda0196ba5f6b838e1a4c60ba /gas/ChangeLog
parent47cf603ed45d09dceda47b6da42a1d88a141ad82 (diff)
downloadgdb-322f2c4579460de0fe10c89e9cd45588ae57b730.zip
gdb-322f2c4579460de0fe10c89e9cd45588ae57b730.tar.gz
gdb-322f2c4579460de0fe10c89e9cd45588ae57b730.tar.bz2
Add support for _x and _s flags to MSR instruction
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a1d76a9..439deda 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,19 @@
+2000-05-15 Nick Clifton <nickc@cygnus.com>
+
+ * config/tc-arm.c (struct asm_psr): Add boolean field
+ distinguishing between CSPR and SPSR. Rename 'number' field
+ to 'field'.
+ (psrs): Rearrange contents to match new asm_psr structure.
+ (arm_psr_parse): Move next to psr_required_here. Make it
+ return an asm_psr structure.
+ (psr_required_here): Use asm_psr structure returned by
+ arm_psr_parse.
+ (do_msr): Reorganise to allow psr_required_here to be called
+ only once.
+ (md_undefined_name): Mark 'name' parameter as unused, since
+ the COFF target does not use it.
+
+
2000-05-14 David O'Brien <obrien@FreeBSD.org>
* config/te-386bsd.h: Clean up comments to adhere to the GNU coding