* environ.c (set_in_environ): Remove G960BASE and G960BIN; they are
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e8acb5917fa36a9b4af0224a74f3d543106b304c..d4f1d285abffb72be88973bf490f2e25b2166ca8 100644 (file)
@@ -1,3 +1,121 @@
+Mon Aug  9 09:53:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * environ.c (set_in_environ): Remove G960BASE and G960BIN; they are
+       no longer used.
+
+       * gdbcore.h: New variable gnutarget.
+       * core.c: Add commands to set and show it.
+       * Callers to bfd_*open*: Pass gnutarget instead of NULL as target.
+       * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not
+       putenv.
+
+       * symtab.c (decode_line_1): Give error on unmatched single quote.
+
+Sun Aug  8 13:59:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep.
+
+       * remote.c: Add comments about 'd', 'r', and unrecognized requests.
+
+       * inflow.c (terminal_init_inferior): Don't muck with tty state if
+       gdb_has_a_terminal() is false.
+
+Sun Aug  8 10:07:47 1993  Fred Fish  (fnf@cygnus.com)
+
+       * dwarfread.c (record_minimal_symbol):  Remove prototype and
+       function.
+       * dwarfread.c (add_partial_symbol):  Remove code to add minimal
+       symbols and remove comment about limitations.  Experiments show
+       that now that gdb handles the ELF symtab better for creating
+       minimal symbols, that no additional information is added by
+       examining the DWARF information, and in fact, given the
+       limitations, the DWARF code was actually making things worse.
+
+Sat Aug  7 10:59:03 1993  Fred Fish  (fnf@deneb.cygnus.com)
+
+       * elfread.c (elf_symtab_read):  Properly sort out the bss symbols
+       from the data symbols and give them the correct minimal_symbol_type.
+       Add file static symbols to the minimal symbol table, not just
+       global symbols.  Add absolute symbols as well (like _edata, _end).
+       Redo stabs-in-elf special symbol handling now that file static
+       symbols are entered into the into the minimal symbol table.
+       * dwarfread.c (add_partial_symbol):  Add comment about limitations
+       of DWARF symbols for distinquishing data from bss when adding
+       minimal symbols.  Add file local symbols to minimal symbols.
+
+Thu Aug  5 08:58:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * ser-go32.c: Define job_control variable.
+
+Thu Aug  5 15:56:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in: z8k-coff is the same as z8k-sim
+
+Thu Aug  5 08:58:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.
+
+       * config/i386/tm-i386bsd.h (NUM_REGS):  There are only 10, not 11.
+
+       * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.
+
+       * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
+
+Wed Aug  4 18:32:12 1993  Fred Fish  (fnf@cygnus.com)
+
+       * inflow.c (pass_signal):  Signal handlers take one int arg;
+       supply an unused one to make it type compatible as an arg to
+       signal().
+
+Tue Aug  3 18:34:14 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config/mips/tm-mips.h: Include bfd.h before coff/sym.h.
+
+Tue Aug  3 15:34:57 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (ALLCONFIG):  Add config/i386/i386nw.mt,
+       config/m68k/delta68.mh, config/m68k/delta68.mt,
+       config/m68k/dpx2.mh, config/m68k/dpx2.mt, config/mips/riscos.mh,
+       config/mips/news-mips.mh.
+       * Makefile.in (ALLPARAM):  Add config/i386/nm-symmetry.h,
+       config/i386/tm-i386nw.h, config/m68k/nm-delta68.h,
+       config/m68k/tm-delta68.h, config/m68k/xm-delta68.h,
+       config/m68k/nm-dpx2.h, config/m68k/tm-dpx2.h,
+       config/m68k/xm-dpx2.h, config/mips/xm-makeva.h.
+       * Makefile.in (ALLDEPFILES):  Add dpx2-nat.c.
+
+Tue Aug  3 12:02:09 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mipsread.c: Updated for BFD ECOFF changes.  Now gets the
+       swapping routines and external structure sizes via the
+       ecoff_backend information.  No longer includes coff/mips.h.
+
+Tue Aug  3 10:58:04 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (SFILES): Add thread.c
+
+start-sanitize-v9
+Tue Aug  3 10:21:58 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
+       sim_set_args return code.
+end-sanitize-v9
+
+Mon Aug  2 16:35:31 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * Makefile.in (VERSION): bumped to 4.9.4.
+
+       * remote-monitor.c: updated copyright.
+         (bug_ops, monitor_desc): now static.
+         (monitor_desc): in several places, check and/or set to NULL.
+
+       * remote-hms.c (hms_files_info): Add the appropriate items where
+         missing in the printf call.
+
+       * remote-bug.c: new file for m88k bug support.
+
+       * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o.
+
 Mon Aug  2 14:22:09 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
 
        * h8300-tdep.c:  Use new variable h8300hmode.
This page took 0.036892 seconds and 4 git commands to generate.