mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Define xmltarget_amd64_linux_no_xml only for amd64.
2010-04-17 H.J. Lu <hongjiu.lu@intel.com> * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only if __x86_64__ is defined.
This commit is contained in:
@ -46,10 +46,13 @@ static const char *xmltarget_i386_linux_no_xml = "@<target>\
|
||||
<architecture>i386</architecture>\
|
||||
<osabi>GNU/Linux</osabi>\
|
||||
</target>";
|
||||
|
||||
#ifdef __x86_64__
|
||||
static const char *xmltarget_amd64_linux_no_xml = "@<target>\
|
||||
<architecture>i386:x86-64</architecture>\
|
||||
<osabi>GNU/Linux</osabi>\
|
||||
</target>";
|
||||
#endif
|
||||
|
||||
#include <sys/reg.h>
|
||||
#include <sys/procfs.h>
|
||||
|
Reference in New Issue
Block a user