Age | Commit message (Expand) | Author | Files | Lines |
1992-06-08 | See gdb/Changelog for details. | Stu Grossman | 1 | -1/+1 |
1992-06-08 | * alldeps.mak: Rebuild to account for new files. | Stu Grossman | 2 | -0/+23 |
1992-06-08 | * configure.in: Tandem debug monitor (st2000) support. | Stu Grossman | 3 | -0/+1012 |
1992-06-08 | See gdb/Changelog for details | Stu Grossman | 1 | -0/+7 |
1992-06-08 | *** empty log message *** | Steve Chamberlain | 1 | -442/+507 |
1992-06-08 | lint | Steve Chamberlain | 1 | -1543/+1675 |
1992-06-08 | *** empty log message *** | Steve Chamberlain | 1 | -22/+32 |
1992-06-08 | don't crash when provided empty symbol table | Steve Chamberlain | 1 | -5/+6 |
1992-06-08 | new file from bothner, fixes sparc cross-disassembly core dumps | David D. Zuhn | 1 | -67/+87 |
1992-06-07 | * configure.in: Handle Solaris2 as *-sun-sysv4 or as *-sun-sunos5. | John Gilmore | 2 | -10/+24 |
1992-06-05 | * blockframe.c (inside_entry_file, inside_main_func, | John Gilmore | 1 | -1/+6 |
1992-06-04 | change pathnames from /usr/share/misc to /usr/local/lib. They should *really* | Mark Eichin | 1 | -2/+2 |
1992-06-04 | Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 6 | -4512/+4653 |
1992-06-04 | add real install, and some more normal paths. | Mark Eichin | 1 | -4/+18 |
1992-06-04 | use byacc instead of bison. | Mark Eichin | 1 | -7/+8 |
1992-06-04 | Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com) | Mark Eichin | 3 | -0/+55 |
1992-06-04 | * config.sub: Add support for Linux. | Per Bothner | 2 | -49/+19 |
1992-06-04 | added srcdir=. so that configure puts in a value | Mark Eichin | 1 | -2/+13 |
1992-06-04 | * xcoffread.c (read_xcoff_symtab): Set c_sclass from n_sclass | John Gilmore | 2 | -1/+15 |
1992-06-03 | fix -nfp documentation | David D. Zuhn | 2 | -2/+6 |
1992-06-03 | Makefile.in (all-binutils): ar needs flex, so depend on all-flex. | Michael Tiemann | 2 | -1095/+141 |
1992-06-02 | Fix -R problem from Adobe | Michael Tiemann | 2 | -5/+52 |
1992-06-02 | Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGS | Mark Eichin | 4 | -9/+31 |
1992-06-02 | Fix from net: when predigesting doc for texi2roff, search for "@c " at | Roland Pesch | 1 | -3/+3 |
1992-06-02 | Tracking changes from Lucid: option formerly known as either | Roland Pesch | 1 | -2/+1 |
1992-06-01 | Pass the correct number of parameters to `symbol_file_add'. | Michael Tiemann | 2 | -2/+5 |
1992-06-01 | Define MALLOC_INCOMPATIBLE so we can compile files which include <malloc.h> | Michael Tiemann | 2 | -0/+16 |
1992-06-01 | change mh-solaris2 to mh-solaris. | Mark Eichin | 1 | -1/+1 |
1992-05-31 | Added solaris configuration support. | Mark Eichin | 2 | -0/+6 |
1992-05-31 | Handle -m680[01234]0-wrs as specific vxworks68 targets. With -nfp, | Michael Tiemann | 1 | -0/+9 |
1992-05-31 | 16 May version from prep | David D. Zuhn | 1 | -8/+8 |
1992-05-31 | recognize m680[1234] as separate processors now | David D. Zuhn | 2 | -2/+7 |
1992-05-31 | better error testing on perverse cases (eg, ./config.sub -sun3) | David D. Zuhn | 2 | -1/+6 |
1992-05-30 | Fix lint found by GCC. | Michael Tiemann | 2 | -1/+6 |
1992-05-29 | Add flex to the list of keepers. flex is needed to build GNU ld. | Michael Tiemann | 2 | -0/+6 |
1992-05-28 | Recognize sparclite as a sparc variant. | Jim Wilson | 2 | -1/+17 |
1992-05-28 | Add sparclite support. | Jim Wilson | 1 | -0/+5 |
1992-05-28 | Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these | Michael Tiemann | 2 | -2/+16 |
1992-05-27 | * ldgram.y, ldlex.l: parse ABSOLUTE | Steve Chamberlain | 1 | -0/+5 |
1992-05-27 | * config/*.mh: Miscellaneous clean-up: Removed definitions | Per Bothner | 6 | -26/+0 |
1992-05-27 | * Makefile.in: Added default definitions for HOSTING_CRT0, | Per Bothner | 1 | -0/+11 |
1992-05-27 | * arlex.l: Don't include <sysdep.h> (unneeded conflicts). | Per Bothner | 1 | -0/+5 |
1992-05-27 | Lint | John Gilmore | 1 | -1/+11 |
1992-05-26 | Add apollo68.h. | Per Bothner | 1 | -0/+1 |
1992-05-26 | Add mh-a68bsd. | Per Bothner | 1 | -0/+1 |
1992-05-26 | lint | Steve Chamberlain | 1 | -1/+1 |
1992-05-26 | * coff-a29k.c: do byte relocs correctly | Steve Chamberlain | 2 | -2/+3 |
1992-05-26 | Fixes from Andrew Smith | Steve Chamberlain | 2 | -1/+11 |
1992-05-26 | Don't be too sanitary | Steve Chamberlain | 1 | -0/+3 |
1992-05-26 | 29k const fix | Steve Chamberlain | 1 | -0/+9 |