* gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 183a4ab627210e568158e1e769d77168c630bd58..57d97ea426de2efe37d0a84c491a86b3c056f3b5 100644 (file)
@@ -1,5 +1,201 @@
+Mon Jun 28 10:09:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * printcmd.c (makeva*): New interface, for making a va_list.
+       (printf_command): Use it.
+       * config/m88k/xm-delta88.h: Remove VPRINTF define, not needed.
+       * config/pa/xm-pa.h: New file.
+       * config/pa/xm-hppa{b,h}.h: Include it.
+
+       * xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
+
+Sun Jun 27 08:54:55 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * valprint.c (val_print_type_code_int):  Fix off by one error with
+       eliminating leading zeroes for large little endian integers.
+
+Sun Jun 27 08:58:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/riscos.mh (CC): Use -systype sysv.
+
+       * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.
+
+       * Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h.
+
+Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
+       CALL_DUMMY between different 68k machines.
+
+Fri Jun 25 17:02:45 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * remote.c:  Add arg names to prototypes, in a modest effort at
+       clarification.  Also add prototypes for some new functions.
+       * (remote_wait):  Better error reporting for 'T' responses.
+       * ser-go32.c (strncasecmp):  Make str1 & str2 be const.
+       * (dos_async_init):  Make usage message reflect requested port #.
+       * ser-tcp.c (tcp_open):  Terminate hostname properly to prevent
+       random hostname lookup failures.  Add nicer message for unknown
+       host error.  (wait_for):  Wake up in case of exceptions.  Also,
+       restart select() if we got EINTR.
+       * ser-unix.c (wait_for):  Restart select() if we got EINTR.
+       * serial.c: (serial_close):  Clean up code.
+
+Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (*.tab.c): Use ./c-exp.tab.c not just c-exp.tab.c.
+       Make comment explaining this comprehensible.
+       (TAGFILES): Include ALLDEPFILES.
+       (ALLDEPFILES): udi2soc.c and udr.c are in 29k-share/udi, not
+       29k-share/udi/udi.
+       (update-alldeps): Remove; obsolete.
+
+       * remote.c: Move comments regarding packets to top of file with the
+       rest of the protocol comments.
+       Fix incorrect description of 'T' response.
+
+       * README (Reporting Bugs): Refer people to the GDB manual.
+
+       * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN.
+       * stabsread.c: Type -16 is 4 bytes.
+
+       * remote-udi.c: Improve docstring.
+
+Fri Jun 25 11:16:31 1993  Fred Fish  (fnf@cygnus.com)
+
+       * elfread.c (elf_symfile_read):  Call bfd_elf_find_section, not
+       bfd_elf32_find_section, to track bfd changes.
+
+Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/riscos.mh (REGEX{,1}, MUNCH_DEFINE, MH_CFLAGS): Define.
+       * config/mips/xm-riscos.h: Define USG.
+
+Thu Jun 24 14:52:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * main.c (filename_completer): Don't complete to files ending in ~.
+
+       * NEWS: Mention filename completion and "info line" enhancements.
+
+       * main.c (symbol_completion_function): On "info t foo", return NULL,
+       don't error().
+
+       * main.c (symbol_completion_function): Don't use readline word
+       breaking.  Use new calling convention for c->completer and
+       complete_on_cmdlist.
+       * command.h (struct command): Change arguments; now the text passed
+       to completer does not have any word breaking done.  New arg word.
+       * symtab.{c,h} (make_symbol_completion_list): Do word breaking.  Take
+       word argument.
+       * {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument.
+       * command.{c,h} (complete_on_cmdlist): Take word argument.
+
+       * command.c (lookup_cmd_1): Doc fix.
+
+Thu Jun 24 13:26:04 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * Makefile.in (OP_INCLUDE): define.
+         (OPCODE_CFLAGS): use OP_INCLUDE.
+
+       * config/i386/ncr3000.mh, config/i386/i386v4.mh,
+       config/i386/i386sol2.mh, config/m68k/hp300hpux.mh,
+       config/m68k/amix.mh, config/mips/irix[34].mh,
+       config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA,
+       ALLOCA1): macros removed.
+
+       * config/mips/decstation.mh, config/rs6000/rs6000.mh
+       (MMALLOC_LIB): renamed to MMALLOC.
+
+Wed Jun 23 00:25:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * partial-stab.h: Consolidate case statements for N_LSYM and N_FUN.
+       * dbxread.c: Change comment regarding acc.
+
+Wed Jun 23 15:04:54 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       Makefile overhaul dropping autodepend features.
+       * Makefile.in: many comment changes.  forced consistent use of $()
+         for makefile variables references.  dropped leading ./ in file
+         references.  Drop $(srcdir)/ prefix on all dependencies.
+         Inserted contents of alldeps.mak and depend.
+         (INCLUDE_CFLAGS): defined as new macro for getting libiberty's
+         include directory into the compilation line.
+         (GDB_CFLAGS): new macro to take up the semantic previously held
+         by INCLUDE_CFLAGS.
+         (LIBIBERTY): dropped ancient subdir macro.  I last removed this
+         macro in feb of '92.  How does it keep coming back?
+         (MMALLOC_LIB): renamed to MMALLOC.
+         (BFD_SRC_DIR): renamed to BFD_SRC.
+         (BFD_OBJ_DIR): renamed to BFD_DIR.
+         (BFD_LIB): renamed to BFD.
+         (BFD_INCLUDES): renamed to BFD_CFLAGS.
+         (READLINE_DIR): now represents object directory.
+         (RL_LIB): renamed to READLINE.
+         (READLINE_SRC, READLINE_CFLAGS, OPCODES, OPCODES_CFLAGS): new
+         macros.
+         (INTERNAL_CFLAGS): added GDB_CFLAGS, OPCODES_CFLAGS,
+         READLINE_CFLAGS, BFD_CFLAGS.  Dropped USER_CFLAGS.
+         (LDFLAGS): removed default assignment.
+         (TEXIDIR, INCLUDE_DEP, MMALLOC_DIR, MMALLOC_DEP, BFD_DEP,
+         READLINE_DEP, LIBIBERTY_DIR, TESTS, depend, STAGESTUFF): unused, so removed.
+         (ALLOCA1, ALLOCA): removed all references.  alloca is now in
+         libiberty.
+         (VERSION): unilaterally and arbitrarily bumped to 4.9.3.
+         (SFILES, NONSRC, HFILES, ALLDEPFILES, ALLPARAM, ALLCONFIG):
+         removed all $(srcdir) prefixes.
+         (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros
+         for potential dependencies.  commented out by default.
+         (readline_headers, udiheaders): convenient abbreviations.
+         (gdbcore_h, frame_h, symtab_h, gdbtypes_h, expression_h,
+         value_h, breakpoint_h, command_h, gdbcmd_h, defs_h, inferior_h):
+         new macros used for header file dependencies.
+         (install-info, clean-info): collapse into the info rule.
+         (install): now depends on all.
+         (install-only): new target for installing without depending on
+         all.
+         (uninstall): new target.
+         (config-check, config-check-hosts, config-check-targets): added
+         fixme comments.
+         (ch-exp.tab.c, m2-exp.tab.c): added artificial dependencies in
+         order to force parallel makes into keeping these rules separate.
+       * configure.in: omit cat'ing depend file onto generated Makefile.
+       * alldeps.mak, depend: removed.
+
+       * inferior.h: remove redundant include of symtab.h which is
+       included in value.h via breakpoint.h.
+
+       * alloca.c: removed.  alloca is now in libiberty.
+
+       * config/m88k/delta88.mh, config/ns32k/merlin.mh (M_UNINSTALL):
+       new macro to undo what M_INSTALL does.
+
+Wed Jun 23 00:25:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name
+       of gdb-sh.
+
+       * dbxread.c (copy_pending): Change name and function of begi argument
+       to endi, since that is what the caller needs.
+
+       * Makefile.in (TAGFILES): Don't include YYFILES.
+
+       * Makefile.in (HFILES): Include monitor.h.
+
+       * Makefile.in: Include text that used to be in alldeps.mak.
+       Remove config/mips/{bigmips.mh,xm-bigmips} from it.
+       * Makefile.in, configure.in: Remove all traces of alldeps.mak.
+
+       * main.c (main): Print help message on stdout not stderr
+       per standards.texi.
+       New option --version per standards.texi.
+       In help message, show long options with "--" not "-".
+       Don't try to print help message or version until after we have
+       called initialize_all_files.
+
 Tue Jun 22 03:15:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
+       (solib_add): Call special_symbol_handling once, not once per library.
+
        * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
        is SIG_DFL.
 
This page took 0.044739 seconds and 4 git commands to generate.