This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rfa] Mention gdbserver bi-arch capability in NEWS


Hello,

the new bi-arch capability of gdbserver on powerpc and s390
is not yet mentioned in NEWS; the patch below fixes this.

Eli, is this OK?

Bye,
Ulrich


ChangeLog:

	* NEWS: Mention gdbserver bi-arch capability.

Index: gdb/NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.271
diff -c -p -r1.271 NEWS
*** gdb/NEWS	5 May 2008 21:14:37 -0000	1.271
--- gdb/NEWS	8 May 2008 19:59:18 -0000
*************** have also been fixed.
*** 33,38 ****
--- 33,42 ----
    - The "--wrapper" command-line argument tells gdbserver to use a
    wrapper program to launch programs for debugging.
  
+   - On PowerPC and S/390 targets, it is now possible to use a single
+   gdbserver executable to debug both 32-bit and 64-bit programs.
+   (This requires gdbserver itself to be built as a 64-bit executable.)
+ 
  * New commands
  
  set debug timetstamp

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]