This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RFA: Patches to configure.in and Makefile.in - varobj.c activation


ChangeLog:  configure.in:  Replaces obsolete gdbtk-variable.c with
gdbtk-varobj.c.
            configure: Regenerate.
            Makefile.in: Remove obsolete/extraneous references to
gdbtk-var* files.

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@cygnus.com
2323 Yonge Street, Suite #300           Tel:  416-482-2661 ext. 311
Toronto, Ontario   M4P 2C9              Fax:  416-482-6299


Index: configure.in
===================================================================
RCS file: /cvs/src/src/gdb/configure.in,v
retrieving revision 1.3
diff -c -p -r1.3 configure.in
*** configure.in        2000/02/16 13:42:25     1.3
--- configure.in        2000/02/16 22:10:46
*************** if test "${enable_gdbtk}" = "yes"; then
*** 665,673 ****
           # were in LIBS then any link tests after this point would
           # try to include things like `$(LIBGUI)', which wouldn't
work.
           GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
!          CONFIG_SRCS="${CONFIG_SRCS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-variable.c gdbtk/generic/gdbtk-wrapper.c"
!          CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o
gdbtk-variable.o gdbtk-wrapper.o"
!          CONFIG_INITS="${CONFIG_INITS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-variable.c gdbtk/generic/gdbtk-wrapper.c"
  
           if test x$gdb_cv_os_cygwin = xyes; then
              WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32
-ladvapi32"
--- 665,673 ----
           # were in LIBS then any link tests after this point would
           # try to include things like `$(LIBGUI)', which wouldn't
work.
           GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
!          CONFIG_SRCS="${CONFIG_SRCS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c"
!          CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o
gdbtk-varobj.o gdbtk-wrapper.o"
!          CONFIG_INITS="${CONFIG_INITS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c"
  
           if test x$gdb_cv_os_cygwin = xyes; then
              WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32
-ladvapi32"
Index: configure
===================================================================
RCS file: /cvs/src/src/gdb/configure,v
retrieving revision 1.3
diff -c -p -r1.3 configure
*** configure   2000/02/16 22:01:29     1.3
--- configure   2000/02/16 22:10:49
*************** fi
*** 6653,6661 ****
           # were in LIBS then any link tests after this point would
           # try to include things like `$(LIBGUI)', which wouldn't
work.
           GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
!          CONFIG_SRCS="${CONFIG_SRCS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-variable.c gdbtk/generic/gdbtk-wrapper.c"
!          CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o
gdbtk-variable.o gdbtk-wrapper.o"
!          CONFIG_INITS="${CONFIG_INITS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-variable.c gdbtk/generic/gdbtk-wrapper.c"
  
           if test x$gdb_cv_os_cygwin = xyes; then
              WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32
-ladvapi32"
--- 6653,6661 ----
           # were in LIBS then any link tests after this point would
           # try to include things like `$(LIBGUI)', which wouldn't
work.
           GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
!          CONFIG_SRCS="${CONFIG_SRCS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c"
!          CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o
gdbtk-varobj.o gdbtk-wrapper.o"
!          CONFIG_INITS="${CONFIG_INITS} gdbtk/generic/gdbtk.c
gdbtk/generic/gdbtk-cmds.c gdbtk/generic/gdbtk-hooks.c
gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c"
  
           if test x$gdb_cv_os_cygwin = xyes; then
              WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32
-ladvapi32"
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.4
diff -c -p -r1.4 Makefile.in
*** Makefile.in 2000/02/16 04:45:41     1.4
--- Makefile.in 2000/02/16 22:10:50
*************** SFILES = ax-general.c ax-gdb.c bcache.c 
*** 431,437 ****
        kod.c kod-cisco.c \
        ui-out.c cli-out.c \
        varobj.c wrapper.c \
-       gdbtk-varobj.c \
        jv-exp.y jv-lang.c jv-valprint.c jv-typeprint.c \
        m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
        mem-break.c minsyms.c mipsread.c nlmread.c objfiles.c parse.c \
--- 431,436 ----
*************** gdbtk-hooks.o: $(srcdir)/gdbtk/generic/g
*** 1261,1272 ****
        $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS)
$(TIX_CFLAGS) \
        $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
                $(srcdir)/gdbtk/generic/gdbtk-hooks.c
-DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
- 
- gdbtk-variable.o: $(srcdir)/gdbtk/generic/gdbtk-variable.c \
-       $(srcdir)/gdbtk/generic/gdbtk.h
$(srcdir)/gdbtk/generic/gdbtk-wrapper.h
-       $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS)
$(TIX_CFLAGS) \
-       $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) $(GDBTK_CFLAGS)\
-               $(srcdir)/gdbtk/generic/gdbtk-variable.c
  
  gdbtk-varobj.o: $(srcdir)/gdbtk/generic/gdbtk-varobj.c \
        $(srcdir)/gdbtk/generic/gdbtk.h \
--- 1260,1265 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]