S390: Add symfile-mem
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Fri, 8 Dec 2017 13:19:23 +0000 (14:19 +0100)
committerAndreas Arnez <arnez@linux.vnet.ibm.com>
Fri, 8 Dec 2017 13:19:23 +0000 (14:19 +0100)
For some reason symfile-mem.o is not included in the configuration for
"s390*-*-linux*".  It was added to the configuration of most GNU/Linux
targets with a patch from Andrew Cagney:

  "Add symfile-mem to all linux targets" --
  https://sourceware.org/ml/gdb-patches/2005-02/msg00053.html

But the s390 target was overlooked at that time.  Thus the command
"add-symbol-file-from-memory" is missing and VDSO symbols are not loaded.

This is fixed.

gdb/ChangeLog:

* configure.tgt (s390*-*-linux*): Add symfile-mem.o.

gdb/ChangeLog
gdb/configure.tgt

index c18160c1cab58e6d9cf9aa38754b1fe13ab70c53..0c966366550ee98cb7264f802d3ea1a99ee2b37b 100644 (file)
@@ -1,3 +1,7 @@
+2017-12-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * configure.tgt (s390*-*-linux*): Add symfile-mem.o.
+
 2017-12-07  Keith Seitz  <keiths@redhat.com>
 
        PR breakpoints/22569
index 701ad6c48605fd72cb8afea40fa711c3b817133c..f7201541f47a61b1757f11803876f5b4a0241092 100644 (file)
@@ -514,7 +514,7 @@ powerpc*-*-*)
 s390*-*-linux*)
        # Target: S390 running Linux
        gdb_target_obs="s390-linux-tdep.o solib-svr4.o linux-tdep.o \
-                       linux-record.o"
+                       linux-record.o symfile-mem.o"
        build_gdbserver=yes
        ;;
 
This page took 0.031576 seconds and 4 git commands to generate.