mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +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:
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
|
2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
@ -46,10 +46,13 @@ static const char *xmltarget_i386_linux_no_xml = "@<target>\
|
|||||||
<architecture>i386</architecture>\
|
<architecture>i386</architecture>\
|
||||||
<osabi>GNU/Linux</osabi>\
|
<osabi>GNU/Linux</osabi>\
|
||||||
</target>";
|
</target>";
|
||||||
|
|
||||||
|
#ifdef __x86_64__
|
||||||
static const char *xmltarget_amd64_linux_no_xml = "@<target>\
|
static const char *xmltarget_amd64_linux_no_xml = "@<target>\
|
||||||
<architecture>i386:x86-64</architecture>\
|
<architecture>i386:x86-64</architecture>\
|
||||||
<osabi>GNU/Linux</osabi>\
|
<osabi>GNU/Linux</osabi>\
|
||||||
</target>";
|
</target>";
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/reg.h>
|
#include <sys/reg.h>
|
||||||
#include <sys/procfs.h>
|
#include <sys/procfs.h>
|
||||||
|
Reference in New Issue
Block a user