1*ef5ccd6cSJohn Marino<?xml version="1.0"?> 2*ef5ccd6cSJohn Marino<!-- Copyright (C) 2012-2013 Free Software Foundation, Inc. 3*ef5ccd6cSJohn Marino 4*ef5ccd6cSJohn Marino Copying and distribution of this file, with or without modification, 5*ef5ccd6cSJohn Marino are permitted in any medium without royalty provided the copyright 6*ef5ccd6cSJohn Marino notice and this notice are preserved. --> 7*ef5ccd6cSJohn Marino 8*ef5ccd6cSJohn Marino<!-- X32 - Includes Linux-only special "register". --> 9*ef5ccd6cSJohn Marino 10*ef5ccd6cSJohn Marino<!DOCTYPE target SYSTEM "gdb-target.dtd"> 11*ef5ccd6cSJohn Marino<target> 12*ef5ccd6cSJohn Marino <architecture>i386:x64-32</architecture> 13*ef5ccd6cSJohn Marino <osabi>GNU/Linux</osabi> 14*ef5ccd6cSJohn Marino <xi:include href="x32-core.xml"/> 15*ef5ccd6cSJohn Marino <xi:include href="64bit-sse.xml"/> 16*ef5ccd6cSJohn Marino <xi:include href="64bit-linux.xml"/> 17*ef5ccd6cSJohn Marino</target> 18