Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb remove dup solib-svr4 defs



details:   https://anonhg.NetBSD.org/src/rev/baa4fdc527c7
branches:  trunk
changeset: 457694:baa4fdc527c7
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jul 12 22:44:11 2019 +0000

description:
remove dup solib-svr4 defs

diffstat:

 external/gpl3/gdb/dist/gdb/configure.tgt |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 6eb83c53b9a0 -r baa4fdc527c7 external/gpl3/gdb/dist/gdb/configure.tgt
--- a/external/gpl3/gdb/dist/gdb/configure.tgt  Fri Jul 12 22:43:15 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.tgt  Fri Jul 12 22:44:11 2019 +0000
@@ -131,7 +131,7 @@
 aarch64*-*-netbsd*)
        # Target: AArch64 NetBSD
        gdb_target_obs="aarch64-tdep.o aarch64-nbsd-tdep.o \
-                       arch/aarch64-insn.o solib-svr4.o"
+                       arch/aarch64-insn.o"
        ;;
 
 alpha*-*-osf*)
@@ -256,11 +256,11 @@
        ;;
 hppa*-*-netbsd*)
        # Target: NetBSD/hppa
-       gdb_target_obs="hppa-bsd-tdep.o hppa-nbsd-tdep.o solib-svr4.o"
+       gdb_target_obs="hppa-bsd-tdep.o hppa-nbsd-tdep.o"
        ;;
 hppa*-*-openbsd*)
        # Target: OpenBSD/hppa
-       gdb_target_obs="hppa-bsd-tdep.o hppa-obsd-tdep.o solib-svr4.o"
+       gdb_target_obs="hppa-bsd-tdep.o hppa-obsd-tdep.o"
        ;;
 
 i[34567]86-*-darwin*)
@@ -724,7 +724,7 @@
 
 vax-*-netbsd* | vax-*-knetbsd*-gnu)
        # Target: NetBSD/vax
-       gdb_target_obs="vax-tdep.o solib-svr4.o"
+       gdb_target_obs="vax-tdep.o"
        ;;
 vax-*-openbsd*)
        # Target: OpenBSD/vax



Home | Main Index | Thread Index | Old Index