diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-07 03:07:42 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-07 12:22:33 -0500 |
commit | 0f8e278da2d58c48b59d79b9f23229412d964848 (patch) | |
tree | a73db9bbf4d34efdbbedf7cb8e7822845eb6c1c0 /sim/avr/ChangeLog | |
parent | e6c1dbbfe8bed2b9396f74e3594701c8abe875ad (diff) | |
download | gdb-0f8e278da2d58c48b59d79b9f23229412d964848.zip gdb-0f8e278da2d58c48b59d79b9f23229412d964848.tar.gz gdb-0f8e278da2d58c48b59d79b9f23229412d964848.tar.bz2 |
sim: ChangeLog: move arch-specific entries into the arch dir
We don't want arch-specific entries in the common ChangeLog files.
Most arches do this already, so clean up the recent additions, and
move some older entries down to help avoid confusing newcomers.
Diffstat (limited to 'sim/avr/ChangeLog')
-rw-r--r-- | sim/avr/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index f1a8366..d03bc95 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/ChangeLog @@ -282,3 +282,26 @@ 2010-04-14 Mike Frysinger <vapier@gentoo.org> * interp.c (sim_write): Add const to buffer arg. + +2009-11-12 Tristan Gingold <gingold@adacore.com> + + * interp.c (sim_write): Allow byte access. + (sim_read): Ditto. + +2009-11-12 Tristan Gingold <gingold@adacore.com> + + * interp.c (sim_load): Clear memory before loading. + +2009-11-09 Tristan Gingold <gingold@adacore.com> + + * interp.c (sim_resume): Fix typo for OP_ret. + +2009-10-22 Tristan Gingold <gingold@adacore.com> + + * interp.c (sim_stop): Return 1. + +2009-04-27 Tristan Gingold <gingold@adacore.com> + + * interp.c, Makefile.in, configure.ac: New files. + * config.in: New file, generated by autoheader. + * configure: New file generated by autoconf. |