initial push
This commit is contained in:
25
m68k/gdbserver/m68k-cf5307.xml
Normal file
25
m68k/gdbserver/m68k-cf5307.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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 feature SYSTEM "gdb-target.dtd">
|
||||
<target>
|
||||
<!-- The 68000 standard registers -->
|
||||
<xi:include href="m68k-core.xml"/>
|
||||
<!-- This is the name used m68k-tdep.c in GDB. -->
|
||||
<feature name="org.gnu.gdb.coldfire.core">
|
||||
<!-- The 5307 specific registers -->
|
||||
<reg name="vbr" bitsize="32" group="system" regnum="18"/>
|
||||
<reg name="cacr" bitsize="32" group="system" regnum="19"/>
|
||||
<reg name="acr0" bitsize="32" group="system" regnum="20"/>
|
||||
<reg name="acr1" bitsize="32" group="system" regnum="21"/>
|
||||
<reg name="rambar" bitsize="32" group="system" regnum="22"/>
|
||||
<reg name="mbar" bitsize="32" group="debug" regnum="23"/>
|
||||
<reg name="macsr" bitsize="32" regnum="24"/>
|
||||
<reg name="mask" bitsize="32" regnum="25"/>
|
||||
<reg name="acc" bitsize="32" regnum="26"/>
|
||||
</feature>
|
||||
</target>
|
||||
Reference in New Issue
Block a user