diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 04:28:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 04:28:53 +0000 |
commit | 249729c4e9056ceca365cf9ab552e4b18ee91705 (patch) | |
tree | f4da93d69403988df32b7712f746510761bf1d0b /gdb | |
parent | a143c6dee4ea45c9682136d0339d314b3c724e52 (diff) | |
download | gdb-249729c4e9056ceca365cf9ab552e4b18ee91705.zip gdb-249729c4e9056ceca365cf9ab552e4b18ee91705.tar.gz gdb-249729c4e9056ceca365cf9ab552e4b18ee91705.tar.bz2 |
NEWS: Announce ppc-lynx178 support.
gdb/ChangeLog:
* NEWS: Add entry announcing ppc-lynx178 support.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d6f3205..8803bf8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2012-12-19 Joel Brobecker <brobecker@adacore.com> + * NEWS: Add entry announcing ppc-lynx178 support. + +2012-12-19 Joel Brobecker <brobecker@adacore.com> + Revert the following change (compatibility issues with libiconv): * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno. * gnulib/import/errno.in.h: Import. @@ -3,6 +3,10 @@ *** Changes since GDB 7.5 +* New targets + +Lynx 178 PowerPC powerpc-*-lynx*178 + * If the configured location of system.gdbinit file (as given by the --with-system-gdbinit option at configure time) is in the data-directory (as specified by --with-gdb-datadir at configure |