diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-22 04:03:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-22 04:03:15 +0000 |
commit | 00c1bc8cb8afa90fba6fe8150bfbb38354d3d10f (patch) | |
tree | d28d4f56a25372509a51aba2a487a1d5fc3e7feb /sim/ppc/ChangeLog | |
parent | 906b9a2424b4dc1d912adea19a2d615060b4b799 (diff) | |
download | gdb-00c1bc8cb8afa90fba6fe8150bfbb38354d3d10f.tar.gz |
2003-06-21 Andrew Cagney <cagney@redhat.com>
* interrupts.c: Update copyright.
(external_interrupt): Fix test for already pending interrupt.
Problem found by Joshua LeVasseur.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 62920aca163..1324f81be0c 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,9 @@ 2003-06-21 Andrew Cagney <cagney@redhat.com> + * interrupts.c: Update copyright. + (external_interrupt): Fix test for already pending interrupt. + Problem found by Joshua LeVasseur. + * ppc-instructions: Add missing +8 line. Found by blofeldus at yahoo.com. |