mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
|
* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
|
||||||
|
* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
|
||||||
|
|
||||||
2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
|
2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
|
||||||
|
|
||||||
* infrun.c (normal_stop): Don't skip calling the normal_stop
|
* infrun.c (normal_stop): Don't skip calling the normal_stop
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Host: S390, running Linux
|
# Host: S390, running Linux
|
||||||
NAT_FILE= config/nm-linux.h
|
NAT_FILE= config/nm-linux.h
|
||||||
NATDEPFILES= inf-ptrace.o fork-child.o corelow.o s390-nat.o \
|
NATDEPFILES= inf-ptrace.o fork-child.o s390-nat.o \
|
||||||
linux-thread-db.o proc-service.o \
|
linux-thread-db.o proc-service.o \
|
||||||
linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o
|
linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o
|
||||||
NAT_CDEPS = $(srcdir)/proc-service.list
|
NAT_CDEPS = $(srcdir)/proc-service.list
|
||||||
|
@ -428,7 +428,7 @@ powerpc*-*-*)
|
|||||||
|
|
||||||
s390*-*-*)
|
s390*-*-*)
|
||||||
# Target: S390 running Linux
|
# Target: S390 running Linux
|
||||||
gdb_target_obs="s390-tdep.o solib-svr4.o linux-tdep.o"
|
gdb_target_obs="s390-tdep.o solib-svr4.o corelow.o linux-tdep.o"
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user