diff options
author | Andreas Tobler <andreast@sourceware.org> | 2013-02-05 05:59:55 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@sourceware.org> | 2013-02-05 05:59:55 +0000 |
commit | 543bf33d07908d18a180dc5a511239dd65df8b56 (patch) | |
tree | 73734b4ed7afce6cbf08d1c56b947aebf25aa037 /gdb | |
parent | 663fa5434e06d80efc567e2aaa130bc17deb1257 (diff) | |
download | gdb-543bf33d07908d18a180dc5a511239dd65df8b56.zip gdb-543bf33d07908d18a180dc5a511239dd65df8b56.tar.gz gdb-543bf33d07908d18a180dc5a511239dd65df8b56.tar.bz2 |
2013-02-05 Andreas Tobler <andreast@fgznet.ch>
* NEWS: Add PowerPC FreeBSD as a new native configuration.
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 d8e7303..283f186 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-02-05 Andreas Tobler <andreast@fgznet.ch> + + * NEWS: Add PowerPC FreeBSD as a new native configuration. + 2013-02-04 Andreas Tobler <andreast@fgznet.ch> * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files. @@ -3,6 +3,10 @@ *** Changes since GDB 7.5 +* New native configurations + +FreeBSD/powerpc powerpc*-*-freebsd + * New targets Lynx 178 PowerPC powerpc-*-lynx*178 |