diff options
author | Tomer Levi <Tomer.Levi@nsc.com> | 2004-09-20 14:30:21 +0000 |
---|---|---|
committer | Tomer Levi <Tomer.Levi@nsc.com> | 2004-09-20 14:30:21 +0000 |
commit | 4b778c885f3c2452747dba2a9a710637669d11db (patch) | |
tree | 365e9de4341b5887acc891df209aaf1afad10573 /gas | |
parent | 64995a6bc793d3ea204551b3c5cb2504e43f4b74 (diff) | |
download | gdb-4b778c885f3c2452747dba2a9a710637669d11db.zip gdb-4b778c885f3c2452747dba2a9a710637669d11db.tar.gz gdb-4b778c885f3c2452747dba2a9a710637669d11db.tar.bz2 |
config/tc-crx.c (handle_LoadStor): New function. Handle load/stor unique instructions before parsing.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2a4f37f..faed354 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-09-20 Tomer Levi <Tomer.Levi@nsc.com> + + * config/tc-crx.c (handle_LoadStor): New function. + Handle load/stor unique instructions before parsing. + 2004-09-17 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (s_arm_rel31): New funciton. |