Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-09 | Install second copy as $(tooldir)/bin/ld, since that's what gcc wants. | Ken Raeburn | 2 | -2/+7 | |
1992-04-09 | Install second copy in $(tooldir)/bin, since that's where gcc looks. | Ken Raeburn | 1 | -0/+5 | |
1992-04-09 | Minor changes for Solaris. | John Gilmore | 3 | -0/+15 | |
1992-04-09 | Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik). | Per Bothner | 2 | -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 Bothner | 1 | -2/+2 | |
and `fd'. (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).) | |||||
1992-04-09 | apollo68v.h => apollov68.h (must be for DOS 8.3 names or something) | John Gilmore | 1 | -1/+1 | |
1992-04-09 | Remove $Log stuff. | John Gilmore | 1 | -222/+1 | |
1992-04-09 | remove references to gdbm | K. Richard Pixley | 1 | -1/+1 | |
1992-04-08 | Remove obsolete README file, and update mmalloc.texi to closer reflect | Fred Fish | 1 | -1/+0 | |
reality. Minor fix to comment in mmalloc.c. Remove README from .Sanitize | |||||
1992-04-08 | Fix prototype for pointer to function to get more core. | Fred Fish | 1 | -0/+4 | |
1992-04-08 | * xm-i386mach.h: add decls for errno and strdup(). | Stu Grossman | 2 | -1/+3 | |
1992-04-08 | Only redefine size_t and CHAR_BIT if they are not already defined. | Fred Fish | 2 | -3/+11 | |
1992-04-08 | * xm-i386mach.h: add decl for errno. | Stu Grossman | 2 | -0/+5 | |
1992-04-08 | keep ChangeLog | K. Richard Pixley | 1 | -0/+1 | |
1992-04-07 | * config.sub: Don't canonicalize os value | Per Bothner | 1 | -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 enums | Per Bothner | 1 | -0/+5 | |
used in array index context (otherwise, some compilers barf). | |||||
1992-04-07 | keep mmalloc.texi | Roland Pesch | 1 | -0/+1 | |
1992-04-07 | Converted from Fred's original README; no changes in substance. | Roland Pesch | 1 | -0/+272 | |
1992-04-07 | * m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target(). | Stu Grossman | 2 | -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-07 | mh-a68bsd is the Apollo Series 400 host file, to be used when running | Sean Eric Fagan | 1 | -0/+2 | |
under the BSD emulation environment ($SYSTYPE=bsd4.3). | |||||
1992-04-07 | The Apollo compiler doesn't like assigning variables to enum's. So, | Sean Eric Fagan | 1 | -1/+1 | |
add a new enum to the class, with a value of 0. | |||||
1992-04-07 | ChangeLog entries describing my changes. | Sean Eric Fagan | 1 | -0/+16 | |
1992-04-07 | Change a series of #if/#elif to #if/#else/#if.../#endif. The apollo | Sean Eric Fagan | 1 | -9/+5 | |
compiler lies about being ANSI conformant. | |||||
1992-04-07 | The apollo make does not like lines which end in a backslash, but do not have | Sean Eric Fagan | 1 | -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-07 | Support for Apollo Series 400 machines, under the BSD environment. | Sean Eric Fagan | 2 | -7/+29 | |
1992-04-07 | Add rs6k.h | Stu Grossman | 1 | -0/+1 | |
1992-04-07 | * Makefile.in (HFILES): Add xcoffsolib.h. | Stu Grossman | 2 | -1/+2 | |
1992-04-07 | rs6000-pinsn.c!!! Not .h!!! | Stu Grossman | 1 | -1/+1 | |
1992-04-07 | * rs6000-pinsn.c: #include "opcode/rs6k.h" | Stu Grossman | 2 | -1/+2 | |
1992-04-07 | * rs6k.h: Move from ../../gdb/rs6k-opcode.h. | Stu Grossman | 2 | -0/+240 | |
1992-04-07 | * rs6k-opcode.h: Move to ../include/opcode/rs6k.h. | Stu Grossman | 2 | -1/+2 | |
1992-04-07 | * mipsread.c (read_mips_symtab, read_the_mips_symtab, | Stu Grossman | 1 | -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 Grossman | 1 | -0/+2 | |
1992-04-07 | * i386-tdep.c (get_longjmp_target): #ifdef GET_LONGJMP_TARGET. | Stu Grossman | 1 | -0/+4 | |
1992-04-07 | Added the file. | Sean Eric Fagan | 1 | -0/+56 | |
1992-04-07 | version->4.4.87 | Stu Grossman | 1 | -1/+1 | |
1992-04-07 | * mipsread.c: Create a .gdbinfo pseudo-symbol for each | Stu Grossman | 2 | -3/+7 | |
function also when parsing embedded stabs. | |||||
1992-04-07 | * configure.in: sco is an os, not a vendor! | Stu Grossman | 2 | -1/+3 | |
1992-04-07 | Get rid of the other half of the ugly kludge as well... | Fred Fish | 1 | -5/+0 | |
1992-04-07 | Get rid of include of <stdlib.h>, which is not guaranteed to be present | Fred Fish | 2 | -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 each | Per Bothner | 2 | -18/+39 | |
function also when parsing embedded stabs. | |||||
1992-04-07 | * mipsread.c: Fix many invocations of complain. Use enum | Stu Grossman | 2 | -7/+9 | |
type_code where appropriate. | |||||
1992-04-06 | * mipsread.c: Fix many invocations of complain. | Stu Grossman | 2 | -9/+11 | |
1992-04-06 | Updates to text on "info proc". | Roland Pesch | 1 | -4/+7 | |
1992-04-06 | * xm-vaxult.h: Add decl for strdup(). | Stu Grossman | 2 | -0/+3 | |
1992-04-06 | * detach.c (mmalloc_detach): Arg should be PTR, not void *. | Stu Grossman | 1 | -0/+5 | |
Fixes complaints from non __STDC__ systems. | |||||
1992-04-06 | 0) Update descriptions of symbol-file, file, add-symbol-file cmds for use | Roland Pesch | 1 | -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.h | Stu Grossman | 2 | -0/+7 | |
for xm-vax.h. | |||||
1992-04-06 | * configure: Quote $( better. Keep various shells happy. | Stu Grossman | 1 | -0/+8 | |
1992-04-06 | *** empty log message *** | Stu Grossman | 1 | -136/+780 | |