2013-11-20 13:01:09 +01:00
|
|
|
<?xml version="1.0"?>
|
2019-01-01 07:01:51 +01:00
|
|
|
<!-- Copyright (C) 2013-2019 Free Software Foundation, Inc.
|
2013-11-20 13:01:09 +01:00
|
|
|
|
|
|
|
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. -->
|
|
|
|
|
|
|
|
<!-- I386 with MPX- Includes Linux-only special "register". -->
|
|
|
|
|
|
|
|
<!DOCTYPE target SYSTEM "gdb-target.dtd">
|
|
|
|
<target>
|
|
|
|
<architecture>i386</architecture>
|
|
|
|
<osabi>GNU/Linux</osabi>
|
|
|
|
<xi:include href="32bit-core.xml"/>
|
|
|
|
<xi:include href="32bit-sse.xml"/>
|
|
|
|
<xi:include href="32bit-linux.xml"/>
|
|
|
|
<xi:include href="32bit-mpx.xml"/>
|
|
|
|
</target>
|