gdb/
* Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*) (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*) (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o. Revert this part of: 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com> Build gdb directly from *.o files not using libgdb.a. * Makefile.in (COMMON_OBS): Remove solib-target.o.
This commit is contained in:
parent
12c3e59c33
commit
0cd09acb33
3 changed files with 20 additions and 10 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
|
||||||
|
* configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
|
||||||
|
(i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
|
||||||
|
(x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
|
||||||
|
Revert this part of:
|
||||||
|
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
Build gdb directly from *.o files not using libgdb.a.
|
||||||
|
* Makefile.in (COMMON_OBS): Remove solib-target.o.
|
||||||
|
|
||||||
2012-01-02 Joel Brobecker <brobecker@adacore.com>
|
2012-01-02 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
|
* gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
|
||||||
|
|
|
@ -577,7 +577,7 @@ ALL_TARGET_OBS = \
|
||||||
bsd-uthread.o \
|
bsd-uthread.o \
|
||||||
nbsd-tdep.o obsd-tdep.o \
|
nbsd-tdep.o obsd-tdep.o \
|
||||||
sol2-tdep.o \
|
sol2-tdep.o \
|
||||||
solib-frv.o solib-irix.o solib-svr4.o solib-target.o \
|
solib-frv.o solib-irix.o solib-svr4.o \
|
||||||
solib-som.o solib-pa64.o solib-darwin.o solib-dsbt.o \
|
solib-som.o solib-pa64.o solib-darwin.o solib-dsbt.o \
|
||||||
dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \
|
dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \
|
||||||
remote-m32r-sdi.o remote-mips.o \
|
remote-m32r-sdi.o remote-mips.o \
|
||||||
|
@ -908,7 +908,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
|
||||||
reggroups.o regset.o \
|
reggroups.o regset.o \
|
||||||
trad-frame.o \
|
trad-frame.o \
|
||||||
tramp-frame.o \
|
tramp-frame.o \
|
||||||
solib.o \
|
solib.o solib-target.o \
|
||||||
prologue-value.o memory-map.o memrange.o \
|
prologue-value.o memory-map.o memrange.o \
|
||||||
xml-support.o xml-syscall.o xml-utils.o \
|
xml-support.o xml-syscall.o xml-utils.o \
|
||||||
target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \
|
target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \
|
||||||
|
|
|
@ -71,8 +71,7 @@ am33_2.0*-*-linux*)
|
||||||
|
|
||||||
arm*-wince-pe | arm*-*-mingw32ce*)
|
arm*-wince-pe | arm*-*-mingw32ce*)
|
||||||
# Target: ARM based machine running Windows CE (win32)
|
# Target: ARM based machine running Windows CE (win32)
|
||||||
gdb_target_obs="arm-tdep.o arm-wince-tdep.o corelow.o \
|
gdb_target_obs="arm-tdep.o arm-wince-tdep.o corelow.o"
|
||||||
solib-target.o"
|
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
arm*-*-linux*)
|
arm*-*-linux*)
|
||||||
|
@ -92,7 +91,7 @@ arm*-*-openbsd*)
|
||||||
;;
|
;;
|
||||||
arm*-*-symbianelf*)
|
arm*-*-symbianelf*)
|
||||||
# Target: SymbianOS/arm
|
# Target: SymbianOS/arm
|
||||||
gdb_target_obs="arm-tdep.o solib-target.o arm-symbian-tdep.o"
|
gdb_target_obs="arm-tdep.o arm-symbian-tdep.o"
|
||||||
;;
|
;;
|
||||||
arm*-*-*)
|
arm*-*-*)
|
||||||
# Target: ARM embedded system
|
# Target: ARM embedded system
|
||||||
|
@ -179,7 +178,7 @@ i[34567]86-*-dicos*)
|
||||||
# Target: DICOS/i386
|
# Target: DICOS/i386
|
||||||
gdb_target_obs="i386-tdep.o i387-tdep.o \
|
gdb_target_obs="i386-tdep.o i387-tdep.o \
|
||||||
dicos-tdep.o i386-dicos-tdep.o \
|
dicos-tdep.o i386-dicos-tdep.o \
|
||||||
corelow.o solib-target.o"
|
corelow.o"
|
||||||
;;
|
;;
|
||||||
i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
|
i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
|
||||||
# Target: FreeBSD/i386
|
# Target: FreeBSD/i386
|
||||||
|
@ -231,13 +230,13 @@ i[34567]86-*-gnu*)
|
||||||
i[34567]86-*-cygwin*)
|
i[34567]86-*-cygwin*)
|
||||||
# Target: Intel 386 running win32
|
# Target: Intel 386 running win32
|
||||||
gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \
|
gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \
|
||||||
solib-target.o corelow.o windows-tdep.o"
|
corelow.o windows-tdep.o"
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
i[34567]86-*-mingw32*)
|
i[34567]86-*-mingw32*)
|
||||||
# Target: Intel 386 running win32
|
# Target: Intel 386 running win32
|
||||||
gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \
|
gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \
|
||||||
solib-target.o corelow.o windows-tdep.o"
|
corelow.o windows-tdep.o"
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
i[34567]86-*-*)
|
i[34567]86-*-*)
|
||||||
|
@ -598,7 +597,7 @@ x86_64-*-dicos*)
|
||||||
# Target: DICOS/x86-64
|
# Target: DICOS/x86-64
|
||||||
gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \
|
gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \
|
||||||
dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o \
|
dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o \
|
||||||
corelow.o solib-target.o"
|
corelow.o"
|
||||||
;;
|
;;
|
||||||
x86_64-*-linux*)
|
x86_64-*-linux*)
|
||||||
# Target: GNU/Linux x86-64
|
# Target: GNU/Linux x86-64
|
||||||
|
@ -618,7 +617,7 @@ x86_64-*-mingw*)
|
||||||
# Target: MingW/amd64
|
# Target: MingW/amd64
|
||||||
gdb_target_obs="amd64-tdep.o amd64-windows-tdep.o \
|
gdb_target_obs="amd64-tdep.o amd64-windows-tdep.o \
|
||||||
i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \
|
i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \
|
||||||
solib-target.o windows-tdep.o"
|
windows-tdep.o"
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
|
x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue