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)
commit336ef6d22a5dba921eed85eb4fa75ed22a02a633
tree60f145ecc0e7a29ae1fc2bcd44fb541a2f058aea
parent2d054e6bfdfb0f58fb9cc501c29327df34fec697
S390: Add symfile-mem

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
This page took 0.024648 seconds and 4 git commands to generate.