diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c18160c..0c96636 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 701ad6c..f720154 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 ;; |