aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-04-07* Makefile.in (HFILES): Add xcoffsolib.h.Stu Grossman2-1/+2
1992-04-07rs6000-pinsn.c!!! Not .h!!!Stu Grossman1-1/+1
1992-04-07* rs6000-pinsn.c: #include "opcode/rs6k.h"Stu Grossman2-1/+2
1992-04-07* rs6k.h: Move from ../../gdb/rs6k-opcode.h.Stu Grossman2-0/+240
1992-04-07* rs6k-opcode.h: Move to ../include/opcode/rs6k.h.Stu Grossman2-1/+2
1992-04-07* mipsread.c (read_mips_symtab, read_the_mips_symtab,Stu Grossman1-0/+3
mipscoff_symfile_read): Convert to BFD to do file I/O.
1992-04-07* symfile.c: #include <ctype.h> to get proper def if isspace().Stu Grossman1-0/+2
1992-04-07* i386-tdep.c (get_longjmp_target): #ifdef GET_LONGJMP_TARGET.Stu Grossman1-0/+4
1992-04-07Added the file.Sean Eric Fagan1-0/+56
1992-04-07version->4.4.87Stu Grossman1-1/+1
1992-04-07* mipsread.c: Create a .gdbinfo pseudo-symbol for eachStu Grossman2-3/+7
function also when parsing embedded stabs.
1992-04-07* configure.in: sco is an os, not a vendor!Stu Grossman2-1/+3
1992-04-07Get rid of the other half of the ugly kludge as well...Fred Fish1-5/+0
1992-04-07Get rid of include of <stdlib.h>, which is not guaranteed to be presentFred Fish2-17/+5
even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away.
1992-04-07 * mipsread.c: Create a .gdbinfo pseudo-symbol for eachPer Bothner2-18/+39
function also when parsing embedded stabs.
1992-04-07* mipsread.c: Fix many invocations of complain. Use enumStu Grossman2-7/+9
type_code where appropriate.
1992-04-06* mipsread.c: Fix many invocations of complain.Stu Grossman2-9/+11
1992-04-06Updates to text on "info proc".Roland Pesch1-4/+7
1992-04-06* xm-vaxult.h: Add decl for strdup().Stu Grossman2-0/+3
1992-04-06* detach.c (mmalloc_detach): Arg should be PTR, not void *.Stu Grossman1-0/+5
Fixes complaints from non __STDC__ systems.
1992-04-060) Update descriptions of symbol-file, file, add-symbol-file cmds for useRoland Pesch1-17/+23
of *options* "-readnow" and "-mapped". 1) Change title/subtitle to come closer to text used by FSF when they printed this thing (but still avoid silliness of having word "manual" in the title). 2) First few minor corrections from most recent Chassell pass.
1992-04-06* Makefile.in: Add dependancies for xm-vaxbsd.h and xm-vaxult.hStu Grossman2-0/+7
for xm-vax.h.
1992-04-06* configure: Quote $( better. Keep various shells happy.Stu Grossman1-0/+8
1992-04-06*** empty log message ***Stu Grossman1-136/+780
1992-04-05New lexer.Steve Chamberlain17-966/+942
New targets for h8/300 simulator and DOS
1992-04-04* buildsym.h, dbxread.c, mipsread.c: Add objfile arg toStu Grossman3-2/+9
process_one_symbol.
1992-04-03 * munch: Must pre-pend "_" to "initialize" for SYSV style nm.Per Bothner6-52/+59
* tm-rs6000.h, xcoffexec.c, xcoffread.c, xm-rs6000.h: Merge in more patches for rs6000 from Metin Ozisik. * utils.c: Fix typo in comment.
1992-04-03Cast macro args to unsigned to avoid complaints from compiler and lintFred Fish2-0/+2021
about integer overflow during left shift of 16 bits.
1992-04-03Fix bug with gdb resending SIGSTOP to an attached process that was forciblyFred Fish2-1/+27
stopped during attach, thus stopping it again.
1992-04-03version = 4.4.86Stu Grossman1-1/+1
1992-04-03* Makefile.in (SFILES_MAINDIR): add mipsread.cStu Grossman2-1/+5
1992-04-03Add sun4os5 (Solaris) config files.John Gilmore1-0/+2
1992-04-03Sort the names, since the file renaming.John Gilmore1-54/+54
1992-04-03New sym filesJohn Gilmore1-0/+2
1992-04-03* Makefile.in (OBS): Compile mipsread.c for all targets now.John Gilmore5-22/+30
(VERSION): Bump to 4.4.85. * mipsread.c: Update for new include files. Lint. * tm-irix3.h, tm-mips.h: Use new include files for ECOFF symtab. * config/{bigmips.mt, littlemips.mt, irix3.mt, decstation.mt}: Don't need to bring in mipsread.o specially any more.
1992-04-03Don't need to bring in mipsread.o specially any more.John Gilmore4-4/+4
1992-04-03Date: Thu, 2 Apr 92 15:48:13 -0800John Gilmore3-1/+693
From: wu@mips.com (Alex Wu) Message-Id: <9204022348.AA20058@goofy.mips.com> To: gnu@cygnus.com Subject: sym.h & symconst.h John, I finally get our lawyer's approval. Here is the symconst.h and the sym.h. Please let me know if there is anything else I can help.
1992-04-03* mipsread.c (fixup_sigtramp): Also look for _sigtramp as a realStu Grossman4-36/+52
routine (for Irix-4.x). Make many funcs static and void. * mips-tdep.c (mips-frame-chain): Clean up, simplify. * (init_extra_frame_info): Don't trash cached value of frame pointer register. This fixes backtracing through routines that use alloca(). Generally clean up declarations of functions, and use typedefs and macros to reference data structures as appropriate. * tm-irix3.h, tm-mips.h (EXTRA_FRAME_INFO): use proper type for proc_desc element.
1992-04-03* Makefile.in: Now that we have sym.h and symconst.h, compileJohn Gilmore1-11/+4
coff-msym.c on all systems. * coff-msym.c: Update include files and comments; add weakext bit.
1992-04-02Fix bug in values.c unpacking signed characters on hosts where the defaultFred Fish3-15/+43
character type is unsigned. Add some cases to the tables in procfs.c for constants defined in newer SVR4 systems and reorder the tests for ioctl support of resetting the inherit-on-fork flag to favor the latest method using PIOCRESET.
1992-04-02* buildsym.c (read_struct_type): Avoid coredump when C++John Gilmore2-1/+6
abbreviated type name is messed up. Reported by Joe Buck. FIXME, we need to determine whether GDB or GCC needs to be smarter to correctly locate this type name. p*927 circumvention, needs real fix when Tiemann's back.
1992-04-02Lint.John Gilmore10-41/+62
* symfile.c (add_symbol_file_command): Initialize mapped/readnow.
1992-04-02* archive.c, bfd.c, bout.c, coffcode.h, init.c, reloc.c,John Gilmore1-0/+14
section.c, srec.c, syms.c, coff-h8300.c: Lint.
1992-04-01Add kludge to work around broken <stdlib.h> in gcc installation on Suns.Fred Fish3-0/+736
Fixup some comments in mcalloc, mfree, mmalloc, and mrealloc.
1992-04-01Many changes to procfs.c, mostly to expand the "info proc" command and toFred Fish6-125/+2140
fix a couple of small bugs. Changes to other files mostly to fix minor things pointed out by the SGI compiler. See ChangeLog for complete details.
1992-04-01Changes in procfs.c to fix bug with inferior's siginfo struct gettingFred Fish2-17/+84
needlessly stomped. Changes in elfread.c and solib.c to fix DWARF processing, broken by other recent changes.
1992-04-01* mipsread.c (parse_procedure): PDR.isym should get pointer toStu Grossman1-0/+5
function name, not .gdbinfo. symbol.
1992-04-01Keep sun4os5 config files now that Sun says it's OK.John Gilmore1-0/+2
1992-04-01(breakpoint_1): Fix prototype, this time for sure!John Gilmore1-1/+5
1992-03-31* Makefile.in: version->4.4.8Stu Grossman1-0/+2