diff options
author | Kevin Buettner <kevinb@redhat.com> | 2012-02-04 06:05:50 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2012-02-04 06:05:50 +0000 |
commit | 9058f767a53b7da10bd70e1f9eba0308419d183d (patch) | |
tree | dc867416b68045129438084ed963589a6bd10ec7 /sim/rl78/ChangeLog | |
parent | 0d8da92d143306843abdf147f380f40b54195c68 (diff) | |
download | gdb-9058f767a53b7da10bd70e1f9eba0308419d183d.zip gdb-9058f767a53b7da10bd70e1f9eba0308419d183d.tar.gz gdb-9058f767a53b7da10bd70e1f9eba0308419d183d.tar.bz2 |
Add support to GDB for the Renesas rl78 architecture.
Diffstat (limited to 'sim/rl78/ChangeLog')
-rw-r--r-- | sim/rl78/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog index ad557fb..444d036 100644 --- a/sim/rl78/ChangeLog +++ b/sim/rl78/ChangeLog @@ -1,3 +1,8 @@ +2012-02-03 Kevin Buettner <kevinb@redhat.com> + + * Makefile.in (SIM_OBJS): Add gdb-if.o. + * gdb-if.c: New file. + 2011-12-03 Mike Frysinger <vapier@gentoo.org> * aclocal.m4: New file. |