diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-09-10 08:13:45 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-09-10 08:13:45 +0000 |
commit | b2ea18299b892ea7f2a02864acc17ef7fd25aad5 (patch) | |
tree | 60043c2ab0cdf8da9480ddd362f5a088d3dcde84 | |
parent | 24c6c55a13b3d7a40cce2df940242db8a1498578 (diff) | |
download | gdb-b2ea18299b892ea7f2a02864acc17ef7fd25aad5.zip gdb-b2ea18299b892ea7f2a02864acc17ef7fd25aad5.tar.gz gdb-b2ea18299b892ea7f2a02864acc17ef7fd25aad5.tar.bz2 |
Add PR markers
-rw-r--r-- | gas/testsuite/ChangeLog | 1 | ||||
-rw-r--r-- | opcodes/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index fe34a0b..c01d393 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -23,6 +23,7 @@ 2011-09-07 Andreas Schwab <schwab@linux-m68k.org> + PR gas/13145 * gas/m68k/all.exp: Run "mode5" test also with -mcpu=5200. * gas/m68k/mode5.s: Add moveml testcases. * gas/m68k/mode5.d: Update. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4226182..80ec232 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -21,6 +21,7 @@ 2011-09-07 Andreas Schwab <schwab@linux-m68k.org> + PR gas/13145 * m68k-opc.c: Use "y" in moveml pattern for mcfisa_a. 2011-08-26 Nick Clifton <nickc@redhat.com> |