diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-10-26 18:46:28 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-10-26 18:46:28 +0000 |
commit | ae143278fcec57e2799e6e42216730c17c8d807e (patch) | |
tree | b44dd6d060bd25ed684c1bb08399cab7a749059d | |
parent | e1371ad18cad6f0eaf3a9909ea57b779823489c2 (diff) | |
download | gdb-ae143278fcec57e2799e6e42216730c17c8d807e.zip gdb-ae143278fcec57e2799e6e42216730c17c8d807e.tar.gz gdb-ae143278fcec57e2799e6e42216730c17c8d807e.tar.bz2 |
* tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
instruction.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 12c62f0..d79c17a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk) + + * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment + instruction. + Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com> * Makefile.in (diststuff): Also make info. |