summaryrefslogtreecommitdiff
path: root/gdb-8.0.1/gdb/features/arm/arm-with-neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb-8.0.1/gdb/features/arm/arm-with-neon.c')
-rw-r--r--gdb-8.0.1/gdb/features/arm/arm-with-neon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb-8.0.1/gdb/features/arm/arm-with-neon.c b/gdb-8.0.1/gdb/features/arm/arm-with-neon.c
index d365c0fd3..f1ba2633a 100644
--- a/gdb-8.0.1/gdb/features/arm/arm-with-neon.c
+++ b/gdb-8.0.1/gdb/features/arm/arm-with-neon.c
@@ -14,6 +14,8 @@ initialize_tdesc_arm_with_neon (void)
set_tdesc_architecture (result, bfd_scan_arch ("arm"));
+ set_tdesc_osabi (result, osabi_from_tdesc_string ("GNU/Linux"));
+
feature = tdesc_create_feature (result, "org.gnu.gdb.arm.core");
tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
tdesc_create_reg (feature, "r1", 1, 1, NULL, 32, "uint32");