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]

Re: Add arm-symbianelf support.


On Thursday 25 February 2010 20:06:50, Pedro Alves wrote:
> This patch of Daniel's adds basic support for arm-symbianelf
> to gdb.

(...)

> A short NEWS blurb is missing; I'll handle that next.

Here is is.  Okay?

-- 
Pedro Alves

2010-02-26  Pedro Alves  <pedro@codesourcery.com>

	gdb/
	* NEWS: Add "New targets" section, and mention ARM Symbian
	support.

---
 gdb/NEWS |    4 ++++
 1 file changed, 4 insertions(+)

Index: src/gdb/NEWS
===================================================================
--- src.orig/gdb/NEWS	2010-02-26 14:40:54.000000000 +0000
+++ src/gdb/NEWS	2010-02-26 14:44:09.000000000 +0000
@@ -8,6 +8,10 @@
 The GDB Python API now has access to symbols, symbol tables, and
 frame's code blocks.
 
+* New targets
+
+ARM Symbian			arm*-*-symbianelf*
+
 *** Changes in GDB 7.1
 
 * C++ Improvements


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