diff options
Diffstat (limited to 'gdb/features/tic6x-c6xp.xml')
-rw-r--r-- | gdb/features/tic6x-c6xp.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/features/tic6x-c6xp.xml b/gdb/features/tic6x-c6xp.xml new file mode 100644 index 0000000..0923b1b --- /dev/null +++ b/gdb/features/tic6x-c6xp.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<!-- Copyright (C) 2010, 2011 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. --> + +<!DOCTYPE feature SYSTEM "gdb-target.dtd"> +<feature name="org.gnu.gdb.tic6x.c6xp"> + <reg name="TSR" bitsize="32" type="uint32"/> + <reg name="ILC" bitsize="32" type="uint32"/> + <reg name="RILC" bitsize="32" type="uint32"/> +</feature> |