gdb/aarch64-linux-tdep.c: Call linux_init_abi.
authorWill Newton <willnewton@sourceware.org>
Thu, 10 Oct 2013 10:40:42 +0000 (10:40 +0000)
committerWill Newton <willnewton@sourceware.org>
Thu, 10 Oct 2013 10:40:42 +0000 (10:40 +0000)
If we are running on a Linux platform we should call linux_init_abi
in order to get all the useful hooks it enables.

gdb/ChangeLog:

2013-10-10  Will Newton  <will.newton@linaro.org>

* aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
linux_init_abi.

gdb/ChangeLog
gdb/aarch64-linux-tdep.c

index 4372579..7a41967 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-10  Will Newton  <will.newton@linaro.org>
+
+       * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
+       linux_init_abi.
+
 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
 
        * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
index 8e66425..bcfcce2 100644 (file)
@@ -270,6 +270,8 @@ aarch64_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
   tdep->lowest_pc = 0x8000;
 
+  linux_init_abi (info, gdbarch);
+
   set_solib_svr4_fetch_link_map_offsets (gdbarch,
                                         svr4_lp64_fetch_link_map_offsets);