]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Wed Jul 1 13:10:58 1998 Jim Ingham <jingham@cygnus.com>
authorJim Ingham <jingham@apple.com>
Wed, 1 Jul 1998 20:17:31 +0000 (20:17 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 1 Jul 1998 20:17:31 +0000 (20:17 +0000)
* Moved gdbtk_hooks.c & gdbtk_cmds.c to gdbtk-hooks.c &
gdbtk-cmds.c to comply with the gdb conventions.  Changed the
configure & makefile to reflect the change...

gdb/.Sanitize
gdb/ChangeLog-gdbtk
gdb/Makefile.in
gdb/configure
gdb/configure.in
gdb/gdbtk-cmds.c [moved from gdb/gdbtk_cmds.c with 100% similarity]
gdb/gdbtk-hooks.c [moved from gdb/gdbtk_hooks.c with 99% similarity]
gdb/gdbtk.h

index 8a1fe2f96c1b95a00cf07bd6677bb160f4492f5a..9b0c0af515ce1f877f1b18358c7ae5b3da66d706 100644 (file)
@@ -15,7 +15,7 @@
 
 Do-first:
 
-gdbtk_files="ChangeLog-gdbtk README.GDBTK gdbtk.c gdbtcl2 gdb.rc gdbtool.ico"
+gdbtk_files="ChangeLog-gdbtk README.GDBTK gdbtk.c gdbtk.h gdbtk-cmds.c gdbtk-hooks.c gdbtcl2 gdb.rc gdbtool.ico"
 
 if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
        lose_these_too="${gdbtk_files} ${lose_these_too}"
index e84b7391c91cfe32da9232f6149151787f72e454..7210894846bfda0d0f22a633a87b35de0d3efabd 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jul  1 13:10:58 1998  Jim Ingham   <jingham@cygnus.com>
+
+       * Moved gdbtk_hooks.c & gdbtk_cmds.c to gdbtk-hooks.c &
+       gdbtk-cmds.c to comply with the gdb conventions.  Changed the
+       configure & makefile to reflect the change...
+       
 Wed Jul  1 11:07:21 1998  Jim Ingham   <jingham@cygnus.com>
 
        * gdbtk.c: removed all the commands and hooks from this file so
index 3609c2d4aff32470600e0045aa77f8e73d397aec..2da0019b9569e8c9b5e6dcb9a4ec6f65cc2eff6f 100644 (file)
@@ -1181,17 +1181,17 @@ gdbtk.o: gdbtk.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
        $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
                $(srcdir)/gdbtk.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
 
-gdbtk_cmds.o: gdbtk_cmds.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
+gdbtk-cmds.o: gdbtk-cmds.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
        $(bfd_h) symfile.h objfiles.h target.h gdb_string.h $(tracepoint_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
        $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
-               $(srcdir)/gdbtk_cmds.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
+               $(srcdir)/gdbtk-cmds.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
 
-gdbtk_hooks.o: gdbtk_hooks.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
+gdbtk-hooks.o: gdbtk-hooks.c gdbtk.h $(defs_h) $(symtab_h) $(inferior_h) $(command_h) \
        $(bfd_h) symfile.h objfiles.h target.h gdb_string.h $(tracepoint_h)
        $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) $(TIX_CFLAGS) \
        $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
-               $(srcdir)/gdbtk_hooks.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
+               $(srcdir)/gdbtk-hooks.c -DGDBTK_LIBRARY=\"$(datadir)/gdbtcl\"
 
 tracepoint.o: tracepoint.c $(defs_h) $(symtab_h) $(frame_h) $(tracepoint_h) \
        $(gdbtypes_h) $(expression_h) $(gdbcmd_h) $(value_h) target.h \
index cc332885c8701712ceb5e813448e8ef6ec83ab70..a978e2ccab18627ca3713f218d119e4dba67f8f8 100755 (executable)
@@ -5213,7 +5213,7 @@ fi
           # 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_OBS="${CONFIG_OBS} gdbtk.o gdbtk_cmds.o gdbtk_hooks.o"
+          CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o"
 
           if test x$gdb_cv_os_cygwin32 = xyes; then
              WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32 -luser32"
index d2ababdaebe99f371c4c6ae43de855fbd0cf93e3..46af5243bd492909333bcb45314f781aa44a4591 100644 (file)
@@ -425,7 +425,7 @@ if test "${enable_gdbtk}" = "yes"; then
           # 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_OBS="${CONFIG_OBS} gdbtk.o gdbtk_cmds.o gdbtk_hooks.o"
+          CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o"
 
           if test x$gdb_cv_os_cygwin32 = xyes; then
              WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32 -luser32"
similarity index 100%
rename from gdb/gdbtk_cmds.c
rename to gdb/gdbtk-cmds.c
similarity index 99%
rename from gdb/gdbtk_hooks.c
rename to gdb/gdbtk-hooks.c
index f87efe12f32375d5cde3c96351092b621143652c..b76f2ff03c5467f65abf01dfedb202582b784bb1 100644 (file)
@@ -219,7 +219,7 @@ gdbtk_flush (stream)
  * The cases are:
  *
  * 1) result_ptr == NULL - This happens when some output comes from gdb which
- *    is not generated by a command in gdbtk_cmds, usually startup stuff.
+ *    is not generated by a command in gdbtk-cmds, usually startup stuff.
  *    In this case we just route the data to gdbtk_tcl_fputs.
  * 2) The GDBTK_TO_RESULT flag is set - The result is supposed to go to Tcl.
  *    We place the data into the result_ptr, either as a string,
index 0b5e59ff4045f4b5ce43e211ac710ad312992796..a98be7a28fab4ab283c4cda4fbb84302898d0362 100644 (file)
@@ -68,7 +68,7 @@ extern int disassemble_from_exec;
 extern int running_now;
 
 /* These two control how the GUI behaves when tracing or loading
-   They are defined in gdbtk_cmds.c */
+   They are defined in gdbtk-cmds.c */
   
 extern int No_Update;
 extern int load_in_progress;