~ubuntu-branches/debian/sid/gdb/sid

« back to all changes in this revision

Viewing changes to gdb/features/s390-core32.xml

  • Committer: Package Import Robot
  • Author(s): Hector Oron
  • Date: 2012-01-28 00:41:20 UTC
  • mfrom: (1.4.9) (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120128004120-bar1h77ark622noi
Tags: 7.4really-1
* New upstream release:
  - Many Python scripting improvements
  - Better support for ambiguous linespecs
  - Masked watchpoints
  - Tracepoint support improvements
  - Support for Texas Instruments TMS320C6x (tic6x-*-*)
  - A Renesas RL78 simulator (rl78-*-elf)
  - Some minor Remote protocol extensions and GDB/MI changes
* Temporarily disable gdb-multiarch and gdb-dbg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
 
<!-- Copyright (C) 2010, 2011 Free Software Foundation, Inc.
 
2
<!-- Copyright (C) 2010-2012 Free Software Foundation, Inc.
3
3
 
4
4
     Copying and distribution of this file, with or without modification,
5
5
     are permitted in any medium without royalty provided the copyright
7
7
 
8
8
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
9
9
<feature name="org.gnu.gdb.s390.core">
10
 
  <reg name="pswm" bitsize="32" type="uint32" group="psw" save-restore="no"/>
11
 
  <reg name="pswa" bitsize="32" type="uint32" group="psw" save-restore="no"/>
 
10
  <reg name="pswm" bitsize="32" type="uint32" group="psw"/>
 
11
  <reg name="pswa" bitsize="32" type="uint32" group="psw"/>
12
12
  <reg name="r0" bitsize="32" type="uint32" group="general"/>
13
13
  <reg name="r1" bitsize="32" type="uint32" group="general"/>
14
14
  <reg name="r2" bitsize="32" type="uint32" group="general"/>