aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-04-09Install second copy as $(tooldir)/bin/ld, since that's what gcc wants.Ken Raeburn2-2/+7
1992-04-09Install second copy in $(tooldir)/bin, since that's where gcc looks.Ken Raeburn1-0/+5
1992-04-09Minor changes for Solaris.John Gilmore3-0/+15
1992-04-09 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).Per Bothner2-1/+40
* buildsym.c (#ifdef RS6000_TARGET): Don't create unnecessary symbols for nameless types. And, handle `R' (register parameter type) for AIX. (an extension to existing stabstring grammar). * rs6000-xdep.c: Fix typo (= should have been ==).
1992-04-09 * rs6k.h: Fix incorrect extended opcode for instructions `fm'Per Bothner1-2/+2
and `fd'. (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).)
1992-04-09apollo68v.h => apollov68.h (must be for DOS 8.3 names or something)John Gilmore1-1/+1
1992-04-09Remove $Log stuff.John Gilmore1-222/+1
1992-04-09remove references to gdbmK. Richard Pixley1-1/+1
1992-04-08Remove obsolete README file, and update mmalloc.texi to closer reflectFred Fish1-1/+0
reality. Minor fix to comment in mmalloc.c. Remove README from .Sanitize
1992-04-08Fix prototype for pointer to function to get more core.Fred Fish1-0/+4
1992-04-08* xm-i386mach.h: add decls for errno and strdup().Stu Grossman2-1/+3
1992-04-08Only redefine size_t and CHAR_BIT if they are not already defined.Fred Fish2-3/+11
1992-04-08* xm-i386mach.h: add decl for errno.Stu Grossman2-0/+5
1992-04-08keep ChangeLogK. Richard Pixley1-0/+1
1992-04-07 * config.sub: Don't canonicalize os valuePer Bothner1-0/+6
newsos* to bsd (readline needs to check for newsos). (This fix was earlier made Jan 31, but got re-broken.)
1992-04-07 * breakpoint.c (breakpoint_1): Add (int) casts for enumsPer Bothner1-0/+5
used in array index context (otherwise, some compilers barf).
1992-04-07keep mmalloc.texiRoland Pesch1-0/+1
1992-04-07Converted from Fred's original README; no changes in substance.Roland Pesch1-0/+272
1992-04-07* m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target().Stu Grossman2-0/+11
Change def of SAVED_PC_AFTER_CALL to call routine to see if we are in a system call, and provide better backtrace if so.
1992-04-07mh-a68bsd is the Apollo Series 400 host file, to be used when runningSean Eric Fagan1-0/+2
under the BSD emulation environment ($SYSTYPE=bsd4.3).
1992-04-07The Apollo compiler doesn't like assigning variables to enum's. So,Sean Eric Fagan1-1/+1
add a new enum to the class, with a value of 0.
1992-04-07ChangeLog entries describing my changes.Sean Eric Fagan1-0/+16
1992-04-07Change a series of #if/#elif to #if/#else/#if.../#endif. The apolloSean Eric Fagan1-9/+5
compiler lies about being ANSI conformant.
1992-04-07The apollo make does not like lines which end in a backslash, but do not haveSean Eric Fagan1-6/+8
anything following (it tries to interpret the next line as a command; for this file, the next line was merely more rules).
1992-04-07Support for Apollo Series 400 machines, under the BSD environment.Sean Eric Fagan2-7/+29
1992-04-07Add rs6k.hStu Grossman1-0/+1
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