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