diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9578da0..af14702 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,29 @@ +2013-05-06 Sandra Loosemore <sandra@codesourcery.com> + Andrew Jenner <andrew@codesourcery.com> + Chung-Lin Tang <cltang@codesourcery.com> + Julian Brown <julian@codesourcery.com> + + Based on the nios2-elf port from Altera Corporation. + + * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and + nios2-linux-tdep.o. + (HFILES_NO_SRCDIR): Add nios2-tdep.h. + (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c. + * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets. + * nios2-tdep.h: New. + * nios2-tdep.c: New. + * nios2-linux-tdep.c: New. + * features/Makefile (WHICH): Add nios2-linux. + (nios2-linux-expedite): Set. + * features/nios2-cpu.xml: New. + * features/nios2.xml: New. + * features/nios2-linux.xml: New. + * features/nios2.c: New (autogenerated). + * features/nios2-linux.c: New (autogenerated). + * regformats/nios2-linux.dat: New (autogenerated). + * NEWS (Changes since GDB 7.6): Add new Nios II targets + and commands. + 2013-05-06 Doug Evans <dje@google.com> * symfile.c: Whitespace cleanup. |