summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authormshawcroft <mshawcroft>2013-02-04 12:57:43 +0000
committermshawcroft <mshawcroft>2013-02-04 12:57:43 +0000
commit786ea7e99a531ae1a6fabf44106853c0050137fb (patch)
tree0a3b5ec533de0be6a62967a2763da3ce0223e5b0 /gdb/configure.tgt
parentb0a378a1c15f7736de5164497559826aa8c52972 (diff)
downloadgdb-786ea7e99a531ae1a6fabf44106853c0050137fb.tar.gz
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/configure.tgt')
-rw-r--r--gdb/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 92514ff690f..12baeba8216 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -33,7 +33,7 @@ esac
case "${targ}" in
aarch64*-*-elf)
# Target: AArch64 embedded system
- gdb_target_obs="aarch64-tdep.o"
+ gdb_target_obs="aarch64-tdep.o aarch64-newlib-tdep.o"
;;
aarch64*-*-linux*)