aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
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/defs.h
parent1ae3db1961c057cfb1455827b7bc8f930f583c24 (diff)
downloadgdb-cf0dbd6fe7b21f961021ddc9ba9105cbacfbdc90.zip
gdb-cf0dbd6fe7b21f961021ddc9ba9105cbacfbdc90.tar.gz
gdb-cf0dbd6fe7b21f961021ddc9ba9105cbacfbdc90.tar.bz2
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/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 10089b0..d8a1adb 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -595,6 +595,7 @@ enum gdb_osabi
GDB_OSABI_SYMBIAN,
GDB_OSABI_OPENVMS,
GDB_OSABI_LYNXOS178,
+ GDB_OSABI_NEWLIB,
GDB_OSABI_INVALID /* keep this last */
};