diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c18160c1ca..0c96636655 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-12-08 Andreas Arnez + + * configure.tgt (s390*-*-linux*): Add symfile-mem.o. + 2017-12-07 Keith Seitz PR breakpoints/22569 diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 701ad6c486..f7201541f4 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 ;;