microblaze-linux.c is out of date compared to the other .c files in the
features directory. I think it's because it's missing from XMLTOC. Add
it there and run the "cfiles" target, causing the updates to
microblaze-linux.c.
I thought that we could get rid of regformats/microblaze-linux.dat,
since microblaze-linux is described with an XML target, but apparently
not, I don't really understand (or forget) how these things work.
Change-Id: Idaa55980b3bbdcc6597e9bf332d5824759ef9d0f
Approved-By: Tom Tromey <tom@tromey.com>
# to make on the command line.
XMLTOC = \
alpha.xml \
- microblaze-with-stack-protect.xml \
microblaze.xml \
+ microblaze-linux.xml \
+ microblaze-with-stack-protect.xml \
mips-dsp-linux.xml \
mips-linux.xml \
mips64-dsp-linux.xml \
/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
Original: microblaze-linux.xml */
-#include "defs.h"
#include "osabi.h"
#include "target-descriptions.h"
target_desc_up result = allocate_target_description ();
set_tdesc_architecture (result.get (), bfd_scan_arch ("MicroBlaze"));
- set_tdesc_osabi (result.get (), osabi_from_tdesc_string ("GNU/Linux"));
+ set_tdesc_osabi (result.get (), GDB_OSABI_LINUX);
struct tdesc_feature *feature;