diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-15 19:27:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-15 19:27:25 +0000 |
commit | 8dc35b87076f7ffa5370932e054f0336aa01f122 (patch) | |
tree | 0fc5ce0e68c5b49f7ddeaefc7083975690930041 /gdb/features/rs6000/powerpc-505.xml | |
parent | 81adfcedc899da6e7641d2c2d6aad68f60d97735 (diff) | |
download | gdb-8dc35b87076f7ffa5370932e054f0336aa01f122.zip gdb-8dc35b87076f7ffa5370932e054f0336aa01f122.tar.gz gdb-8dc35b87076f7ffa5370932e054f0336aa01f122.tar.bz2 |
* features/rs6000/power-altivec.xml, features/rs6000/power-core.xml,
features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml,
features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New
feature descriptions for standard PowerPC register sets.
* features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml,
features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml,
features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml,
features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml,
features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml,
features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml,
features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New
target descriptions for PowerPC processors.
Diffstat (limited to 'gdb/features/rs6000/powerpc-505.xml')
-rw-r--r-- | gdb/features/rs6000/powerpc-505.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/features/rs6000/powerpc-505.xml b/gdb/features/rs6000/powerpc-505.xml new file mode 100644 index 0000000..5e4a42d --- /dev/null +++ b/gdb/features/rs6000/powerpc-505.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<!-- Copyright (C) 2007 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 target SYSTEM "gdb-target.dtd"> +<target> + <xi:include href="power-core.xml"/> + <xi:include href="power-fpu.xml"/> + <xi:include href="power-oea.xml"/> + + <feature name="505"> + <reg name="eie" bitsize="32"/> + <reg name="eid" bitsize="32"/> + <reg name="nri" bitsize="32"/> + </feature> +</target> |