Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-16 | corrected a typo that resulted in makeinfo failure | K. Richard Pixley | 1 | -1/+1 | |
1992-04-16 | .NOEXPORT: so that children don't pick up false values for things like ↵ | K. Richard Pixley | 1 | -0/+3 | |
makefile frags | |||||
1992-04-16 | correction to makesrcdir for relative srcdir | K. Richard Pixley | 2 | -1/+8 | |
1992-04-16 | Add .NOEXPORT: so that doc directory doesn't inherit a bad definition | K. Richard Pixley | 2 | -0/+6 | |
for target_makefile_frag. | |||||
1992-04-15 | added mri.c | Steve Chamberlain | 1 | -1/+5 | |
1992-04-15 | Strange link script support | Steve Chamberlain | 4 | -14/+73 | |
1992-04-15 | Personal checkpoint - now should parse some MRI stuff | Steve Chamberlain | 8 | -78/+383 | |
1992-04-15 | Added EXTRACT command | Steve Chamberlain | 1 | -0/+38 | |
1992-04-15 | Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 6 | -204/+915 | |
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive scripting language. | |||||
1992-04-15 | Add TYPE_FLAG_FUND_TYPE bit to the flags member of the type structure, | Fred Fish | 7 | -166/+192 | |
and use it to decide when to print the actual type name rather than trying to invent the name of a fundamental type. This clears up the confusion between int/long when they are the same sizes, removes one obstacle to multi-language support (previously valprint.c thought everything was a C type), and allows gdb to support distinctions between explicitly and implicitly signed types when the compiler supports such distinction in the debug output (as does every ANSI compiler I tested except for gcc). | |||||
1992-04-15 | Ifdef-out debugging code, and ifdef-out code that aborts on unhandled | Fred Fish | 1 | -0/+2 | |
sections (this was causing needless gdb aborts; gdb doesn't care about these sections anyway). | |||||
1992-04-14 | Fix couple of function args that expect to be passed CONST pointers, and | Fred Fish | 2 | -4/+13 | |
boolean functions that were returning NULL, which can be "void *" rather than just bare 0. | |||||
1992-04-14 | Pick up SGI defines for langCplusplus, langCplusplusV2, stStruct, stUnion, | Fred Fish | 2 | -2/+45 | |
and stEnum. The last three are required to be able to build the current checked in gdb on a non-sgi machine. | |||||
1992-04-14 | * remote-vx.c, vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h, | Stu Grossman | 4 | -213/+83 | |
vx-share/xdr_rdb.h: Update for new remote protocol under VxWorks 5.0.2. | |||||
1992-04-14 | Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation | Sean Eric Fagan | 1 | -0/+6 | |
environment. | |||||
1992-04-14 | Changed to support Apollo Series 400 under bsd4.3 emulation environment. | Sean Eric Fagan | 1 | -0/+1 | |
1992-04-14 | New header file for Apollo Series 400 running under BSD4.3 emulation. | Sean Eric Fagan | 1 | -0/+58 | |
1992-04-14 | * configure: Add support for 'subdirs' variable, which is | Per Bothner | 3 | -162/+244 | |
like 'configdirs', except that configure doesn't re-invoke itself for subdirs, it just creates a Makefile for each subdir. * configure.texi: Document subdirs. | |||||
1992-04-14 | Extensive changes to replace swapin() function with target_to_host() | Fred Fish | 2 | -347/+544 | |
and fix all usages to be independent of host/target integer size mismatches. However, cross debugging will still not work until the sign extension issue is resolved either by fixing the bfd library or implementing sign extension in the gdb code. | |||||
1992-04-14 | updated configure.in to include flex | David D. Zuhn | 1 | -0/+4 | |
1992-04-14 | configure.in knows about flex now | David D. Zuhn | 1 | -1/+1 | |
1992-04-14 | remove clean-stamps from clean | K. Richard Pixley | 2 | -1/+5 | |
1992-04-13 | Revised -mapped description. | John Gilmore | 2 | -1/+5 | |
1992-04-13 | added flex to the build tree | David D. Zuhn | 1 | -12/+71 | |
1992-04-13 | Massive changes. Elf sections are now processed into BFD sections only | Mark Eichin | 1 | -217/+1393 | |
if they make sense as independent sections; symbols and relocs are turned into BFD symbols and relocs; objects are now created. objdump and copy mostly work on .o files. this check-in will be followed by gdb testing. the code has *not* yet been split up the way coff is to support multiple architectures and bit widths. no ChangeLog entries yet; too big... nearly everything changed. | |||||
1992-04-12 | * mipsread.c (parse_partial_symbols): Complain when sh->index is | John Gilmore | 2 | -605/+711 | |
too high or when skipping `forwards' moves us backwards. (parse_type): Print mis-guessed tag name in complaint. (parse_external): Eliminate cur_stab and obscure top_stack clobbers. (parse_procedure): Do not attempt to create symbols; just fill in the SYMBOL_VALUE field of a .gdbinfo. symbol if we can find one. (psymtab_to_symtab_1): Split up `stabs' from `native ecoff' code for clarity. Set top_stack before calling parse_external. In stabs, sort symbols before calling parse_procedure. * mipsread.c: Lint. * symmisc.c (std_in, std_out, std_err): Add vars to access std FILE *'s when debugging GDB (e.g. as args to dump_symtab). * Makefile.in: Remove stage* targets. Avoid echo on recursive makes. Eliminate doc/Makefile from tar.Z file if doc/Makefile.in exists. * mipsread.c: Cleanup. Add more complaints for unhandled cases. Remove new symbol types and such to ../include/coff/symconst.h. (parse_symbol): Simplify code for parsing struct/enum/unions. (parse_type): Handle `long long' types. (upgrade_type): Handle `const' qualifier. (parse_partial_symbols): fix indentation, clean a bit. | |||||
1992-04-11 | We now configure gdbtest automatically if it's there. | John Gilmore | 2 | -1/+5 | |
1992-04-11 | Set devo VERSION to 4.5.1 to avoid confuzzion with the released version. | John Gilmore | 2 | -1/+8 | |
1992-04-11 | * xcoffread.c (NO_TYPEDEFS): Fix typo in commented-out #define. | John Gilmore | 2 | -1/+7 | |
* sparc-tdep.c (supply_gregset, fill_gregset, supply_fpregset, fill_gregset): New functions for SVR4 /proc support. | |||||
1992-04-11 | Add swapin() function, and SWAPIN macro that calls it, to do byte swapping | Fred Fish | 2 | -75/+132 | |
copies using appropriate bfd routines. | |||||
1992-04-11 | Add MINUS_G macro, default to -g, and pass on to recursive makes. | Fred Fish | 3 | -174/+154 | |
Recognize new ncr3000 config. | |||||
1992-04-11 | Add new configuration for NCR 3000. | Fred Fish | 1 | -0/+1 | |
1992-04-11 | Recognize new ncr3000 config. | Fred Fish | 1 | -0/+5 | |
1992-04-11 | Recognize new ncr3000 config. Add MINUS_G macro, default to -g. | Fred Fish | 1 | -0/+8 | |
1992-04-11 | Recognize new ncr3000 config. | Fred Fish | 2 | -0/+13 | |
1992-04-11 | New configuration file for ncr 3000. | Fred Fish | 2 | -0/+37 | |
1992-04-11 | Pass on MINUS_G to recursive makes. Recognize ncr3000 config. | Fred Fish | 3 | -24/+69 | |
1992-04-11 | New config files for NCR 3000. | Fred Fish | 2 | -0/+67 | |
1992-04-11 | * gdb.texinfo: Update for GDB-4.5. Move `Formatting | John Gilmore | 2 | -120/+152 | |
Documentation' ahead of `Installing GDB' to match README. Update shared library doc, -readnow and -mapped, and directory structure (add glob and mmalloc). Update configure doc. | |||||
1992-04-10 | alldeps.mak and depend once again! | Stu Grossman | 2 | -426/+381 | |
1992-04-10 | * Makefile.in: Update version to 4.5. | Stu Grossman | 2 | -0/+93 | |
* WHATS.NEW: The obvious. | |||||
1992-04-10 | One more time... | Stu Grossman | 1 | -308/+328 | |
1992-04-10 | * depend: Generate new depend file for this release. | Stu Grossman | 1 | -0/+2 | |
1992-04-10 | * Makefile.in (depend): Fix dependancy generation so that it does | Stu Grossman | 2 | -1/+7 | |
not include gcc 'fixincluded' files, which are usually in a system specific location. | |||||
1992-04-09 | buildsym.c: Fix parameter mis-match. | Per Bothner | 2 | -1/+9 | |
Check in ChangeLog (forgotten last night). | |||||
1992-04-09 | * Makefile.in: version=4.4.88, add xm-vax.h to HFILES. | Stu Grossman | 2 | -2/+6 | |
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 ==). |