diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-10-22 13:37:56 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-10-22 13:39:26 +0100 |
commit | 63aa0ac0fd8f4d46507a12c1a38217f8d7d1ee33 (patch) | |
tree | d0130a6ab18431785a6578bcca5e244e8d3f7909 /sim | |
parent | 79248c83b9d08813ef3a533c21b194147c90582e (diff) | |
download | gdb-63aa0ac0fd8f4d46507a12c1a38217f8d7d1ee33.zip gdb-63aa0ac0fd8f4d46507a12c1a38217f8d7d1ee33.tar.gz gdb-63aa0ac0fd8f4d46507a12c1a38217f8d7d1ee33.tar.bz2 |
sim: move ChangeLog entries into the correct files
Moves some ChangeLog entries under sim/ into the correct files.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ChangeLog | 5 | ||||
-rw-r--r-- | sim/arm/ChangeLog | 4 | ||||
-rw-r--r-- | sim/ppc/ChangeLog | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 35b1f08..c806bd6 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,8 +1,3 @@ -2020-10-20 Dr. David Alan Gilbert <dgilbert@redhat.com> - - * arm/armos.c (SWIread): Fix printf format. - * ppc/emul_netbsd.c (do_sigprocmask): Fix printf format. - 2020-09-08 David Faust <david.faust@oracle.com> * bpf/sem-be.c: Regenerate. diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 1c8f89a..92dfaba 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2020-10-20 Dr. David Alan Gilbert <dgilbert@redhat.com> + + * armos.c (SWIread): Fix printf format. + 2020-08-13 Luis Machado <luis.machado@linaro.org> PR sim/26365 diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index ef5fa4d..d600a3f 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2020-10-20 Dr. David Alan Gilbert <dgilbert@redhat.com> + + * emul_netbsd.c (do_sigprocmask): Fix printf format. + 2020-07-03 Sebastian Huber <sebastian.huber@embedded-brains.de> * ld-insn.h (last_model, last_model_data, last_model_function, |