aboutsummaryrefslogtreecommitdiff
path: root/gdb/osabi.c
diff options
context:
space:
mode:
authorMarcus Shawcroft <mshawcroft@sourceware.org>2013-02-04 12:57:44 +0000
committerMarcus Shawcroft <mshawcroft@sourceware.org>2013-02-04 12:57:44 +0000
commitcf0dbd6fe7b21f961021ddc9ba9105cbacfbdc90 (patch)
tree96d83d1f1ca8d769f1ddbd2cc8451061b2e6c821 /gdb/osabi.c
parent1ae3db1961c057cfb1455827b7bc8f930f583c24 (diff)
Adding aarch64-newlib-tdep support.
* aarch64-newlib-tdep.c: New file. * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of aarch64*-*-elf. * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB. * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o. (ALLDEPFILES): Add aarch64-newlib-tdep.c. * osabi.c (gdb_osabi_names): Add "Newlib".
Diffstat (limited to 'gdb/osabi.c')
-rw-r--r--gdb/osabi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c
index 54300d6aca..a123ea05bc 100644
--- a/gdb/osabi.c
+++ b/gdb/osabi.c
@@ -74,6 +74,7 @@ static const char * const gdb_osabi_names[] =
"Symbian",
"OpenVMS",
"LynxOS178",
+ "Newlib",
"<invalid>"
};