37 lines
1.0 KiB
Diff
37 lines
1.0 KiB
Diff
commit 36c24d95382572e9cf4095712a8613664d7165cc
|
||
Author: Ulrich Weigand <ulrich.weigand@de.ibm.com>
|
||
Date: Tue Feb 4 18:19:51 2014 +0100
|
||
|
||
Document support for powerpc64le-*-linux* target
|
||
|
||
gdb/ChangeLog:
|
||
|
||
* NEWS: Document new target powerpc64le-*-linux*.
|
||
|
||
### a/gdb/ChangeLog
|
||
### b/gdb/ChangeLog
|
||
## -1,3 +1,7 @@
|
||
+2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
|
||
+
|
||
+ * NEWS: Document new target powerpc64le-*-linux*.
|
||
+
|
||
2014-02-04 Mark Kettenis <kettenis@gnu.org>
|
||
|
||
* sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
|
||
Index: gdb-7.7.1/gdb/NEWS
|
||
===================================================================
|
||
--- gdb-7.7.1.orig/gdb/NEWS 2014-05-09 19:21:57.798235002 +0200
|
||
+++ gdb-7.7.1/gdb/NEWS 2014-05-09 19:22:30.206239145 +0200
|
||
@@ -1,6 +1,11 @@
|
||
What has changed in GDB?
|
||
(Organized release by release)
|
||
|
||
+*** Changes since GDB 7.7
|
||
+
|
||
+* New targets
|
||
+PowerPC64 GNU/Linux little-endian powerpc64le-*-linux*
|
||
+
|
||
*** Changes in GDB 7.7
|
||
|
||
* GDB now supports SystemTap SDT probes on AArch64 GNU/Linux.
|