]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
Lint around file_ptr's (bfd's off_t's) and bfd_seek.
[binutils.git] / gdb / ChangeLog
index ed25dd5265aa0ec391f589fe28e7f6363a131c6b..2f1ca497fed366524fc71e4f260c92b07ec78a28 100644 (file)
@@ -1,5 +1,91 @@
+Thu Oct 15 02:59:30 1992  John Gilmore  ([email protected])
+
+       * Makefile.in (VERSION):  Roll to 4.6.8.
+       (OBS):  Put version.o first, so Makefile rebuild happens early.
+       
+       * command.h:  Publicize prototype for not_just_help_class_command.
+       * command.c:  Remove proto.
+       * maint.c (maintenance_init):  Mark "mt" as an abbrev, to avoid
+       duplicated help output.  Move "maint info" from class info to
+       class maintenance, and improve text.
+       * infrun.c ():  Move "stop" to class_obscure, and give it a
+       function so it will not be seen as a global help topic.  FIXME,
+       it should be possible to set these attributes independently.
+
+       * core.c (core_command):  Make nicer error message for no core support.
+       
+
+       Lint around file_ptr's (bfd's off_t's) and bfd_seek.
+
+       * dbxread.c (read_dbx_symtab):  Use L_SET as bfd_seek arg.
+       (elfstab_build_psymtabs):  staboffset and stabstroffset args are
+       file_ptr's.
+       * dwarfread.c (struct dwfinfo):  Convert dbfoff, lnfoff to file_ptr.
+       (scan_compilation_units):  Punt unused filename arg.  dbfoff,
+       lnoffset, and curlnoffset are file_ptr's now.
+       (dwarf_build_psymtabs):  Drop desc and filename args; use
+       objfile.  dbfoff and lnoffset are file_ptr's now.
+       (read_ofile_symtab):  foffset is now file_ptr.  Use L_SET in bfd_seek.
+       * elfread.c (struct elfinfo):  dboffset and lnoffset are file_ptr's.
+       (elf_symfile_read):  Skip desc and filename args to
+       dwarf_build_psymtabs.  Pass file_ptr's to elfstab_build_psymtabs.
+       * gdb-stabs.h:  Use file_ptr rather than off_t.
+       * mipsread.c (fixup_symtab): f_ptr is a file_ptr.  Re-enable
+       compile-time debug check that someone turned off as "unused".
+       (read_the_mips_symtab):  st_filptr is a file_ptr.  Fix bfd_seek call.
+       * symfile.h:  Update dwarf_build_psymtabs and
+       elfstab_build_psymtabs prototypes.
+       * xcoffread.c (init_stringtab, init_lineno, xcoff_symfile_read):
+       Use file_ptr offsets.  bfd_seeks use L_SET.
+
+Thu Oct 15 01:27:32 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * mips-tdep.c, mipsread.c, tm-mips.h:  Get rid of ".gdbinfo."
+       symbol.  #define MIPS_EFI_SYMBOL_NAME instead.  Use different
+       value so that demangler won't be invoked.  This greatly speeds up
+       stepping.
+       * mips-tdep.c (mips_pop_frame):  Rewrite handling of
+       linked_proc_info so that it properly deallocates the appropriate
+       item after it is done with it instead of before.
+       * Don't pass bogus frame pointer to create_new_frame().  Just
+       leave it as zero so that lower level code will figure out the
+       correct value.
+
+Wed Oct 14 18:56:28 1992  K. Richard Pixley  ([email protected])
+
+       Sony News native support.
+
+       * Makefile.in (HFILES): added nm-news.h.
+       * nm-news.h: new file.
+       * config/news.mh (XDEPFILES): removed infptrace.o inftarg.o
+         fork-child.o coredep.o to NATDEPFILES.
+         (NAT_FILE, NATDEPFILES): new macros for native support.
+       * config/news.mt (TDEPFILES): removed exec.o.
+
+       * remote-vx.c: remove redundant include of sys/time.h.
+
+       * infrun.c: include ctype.h.  Otherwise some machines result in
+         undefined for isdigit.
+
+Tue Oct 13 01:27:14 1992  John Gilmore  ([email protected])
+
+       * configure.in:  Convert m68k entries to m68* entries to handle
+       all the various m68xxx hosts and targets.
+       * config/news1000.mt:  No longer needed, same as news.mt.
+
+Fri Oct  9 18:54:37 1992  K. Richard Pixley  ([email protected])
+
+       * config/sun3os[34].mh (NATDEPFILES): remove duplicate inftarg.o.
+
 Fri Oct  9 14:20:08 1992  Stu Grossman  (grossman at cygnus.com)
 
+       * Makefile.in (HFILES):  Add all nm-irix3.h, nm-irix4.h,
+       nm-sun2.h, nm-mips.h.
+
+       * config/irix3.mh (NATDEPFILES):  nat-mips.o => mips-nat.o.
+
+       * Makefile.in (alldeps.mak):  Add = sign after NATDEPFILES.
+
        * config/bigmips.mh config/littlemips.mh:  Remove mips-xdep.o.
 
 Fri Oct  9 08:41:11 1992  Ian Lance Taylor  ([email protected])
@@ -46,7 +132,8 @@ Fri Oct  9 00:31:33 1992  K. Richard Pixley  ([email protected])
        * config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
        (NAT_FILE, NATDEPFILES): new macros for native support.
        (CC): supply default compiler switches.
-       * config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o.
+       * config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o
+         fork-child.o coredep.o.
        (NAT_FILE, NATDEPFILES): new macros for native support.  Note that
        irix3 is untested.
        * config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
This page took 0.026373 seconds and 4 git commands to generate.