* minsyms.c (lookup_minimal_symbol_by_pc): Don't use mst_abs symbols.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index bdde07d66db7b872230d222b67b1ea928564804a..8c8f91e141cdbe0d67774a510143b756511e9904 100644 (file)
@@ -1,3 +1,90 @@
+Mon Oct  4 11:02:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * minsyms.c (lookup_minimal_symbol_by_pc): Don't use mst_abs symbols.
+
+       * dbxread.c (process_one_symbol): Make n_opt_found static.
+
+       * Rename i386lynx-tdep.c to i386ly-tdep.c for 14 character file names.
+       * Makefile.in, config/i386/i386lynx.mt: Change accordingly.
+
+       * values.c (record_latest_value): Fetch lazy values and set VALUE_LVAL
+       to not_lval.
+
+Sun Oct  3 15:54:51 1993  Stan Shebs  (shebs@rtl.cygnus.com)
+
+       * objfiles.h (objfile): New slot sym_stab_info, use by most
+       stab-reading formats.
+       * gdb-stabs.h (DBX_SYMFILE_INFO): Access sym_stab_info instead of
+       sym_private.
+       * coffread.c (coff_symfile_init): Alloc struct for sym_stab_info.
+       * dbxread.c, elfread.c, paread.c: Change sym_private references to
+       sym_stab_info references.
+
+Sat Oct  2 19:28:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mipsread.c, objfiles.c, utils.c: Use PTR not void *.  RISC/OS
+       4.02 lacks void *.
+       * elfread.c: Use void * not PTR inside PARAMS.
+
+       * config/mips/news-mips.mh: Remove coredep.o; mips-nat.o does it.
+       * config/mips/news-mips.mh: Define NAT_FILE not NM_FILE.
+       * config/mips/nm-news-mips.h: Include mips/nm-mips.h not nm-mips.h.
+
+Sat Oct  2 16:05:22 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt,
+       tm-i386lynx.h:  Add support for SVR3 COFF shared libraries.
+
+Sat Oct  2 15:50:41 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * m88k-nat.c (store_inferior_registers): When writing all registers,
+       don't try to write EXIP_REGNUM or ENIP_REGNUM (not needed for this
+       case, and they cause trouble).
+
+       * TODO: Don't suggest doing fast watchpoints by stepping a line
+       at a time.  That would be really hairy and still not fast enough.
+       Do suggest debug registers and page table diddling.
+
+Fri Oct  1 14:54:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * printcmd.c (do_examine): Make meaning of 'h', 'w', and 'g' not
+       depend on builtin_type_*.  Instead, it is always 2, 4, and 8 bytes
+       like the documentation says.
+       * printcmd.c (decode_format) [CC_HAS_LONG_LONG]: Remove 'l' as
+       synonym for 'g'.  This was never documented, it shouldn't depend on
+       CC_HAS_LONG_LONG, and I don't see what's wrong with 'g'.
+
+Fri Oct  1 10:06:35 1993  Kung Hsu  (kung@cirdan.cygnus.com)
+
+       * symtab.c: fix a bug in testsuite (virtfunc.exp)
+
+Thu Sep 30 11:30:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * m88k-nat.c (fill_gregset): Fix typo (R_SFIP -> R_FIP).
+
+       * c-typeprint.c (c_type_print_base, TYPE_FN_FIELD_STUB code):
+       If demangled name lacks a colon, don't dump core.
+
+       * blockframe.c (find_pc_partial_function): If pst->readin is
+       set, don't try to get symbols from pst.
+
+       * inflow.c (generic_mourn_inferior): Call reinit_frame_cache
+       instead of doing it ourself.
+       * blockframe.c (reinit_frame_cache): Use code which was in
+       generic_mourn_inferior so we can use this function even when
+       we have switched targets.
+       * corelow.c (core_detach): Call reinit_frame_cache.
+       * target.c (target_detach): Don't call generic_mourn_inferior
+       (revert yesterday's change, now handled by core_detach).
+       * objfiles.c (free_objfile): Detach any core file if we call
+       SOLIB_CLEAR.  #include target.h.
+
+       * fork-child.c (fork_inferior): Don't call target_terminal_init
+       and target_terminal_inferior until we are sure that the inferior
+       has called gdb_setpgid.  This fixes PR 2900 (Schauer tracked it
+       down and was able to reliably reproduce it by putting a sleep()
+       before the gdb_setpgid()).
+
 Thu Sep 30 12:00:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * c-exp.y, m2-exp.y:  Change type of address for msymbol to
@@ -29,6 +116,7 @@ Wed Sep 29 10:52:19 1993  Kung Hsu  (kung@cygnus.com)
 
        * c-valprint.c: to fix virtual table print bug (pr2695).
 
+>>>>>>> 1.1795
 Wed Sep 29 10:52:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * target.c (target_detach): Call generic_mourn_inferior.
@@ -122,6 +210,7 @@ Mon Sep 27 10:22:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * remote-udi.c (udi_mourn): Don't pop target.
 
+>>>>>>> 1.1783
 Fri Sep 24 17:25:41 1993  Stu Grossman  (grossman at cygnus.com)
 
        * corelow.c:  Add multi thread/process support for core files with
This page took 0.023427 seconds and 4 git commands to generate.