Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-06-03 | * remote-es1800.c: Fix typo. | John Gilmore | 3 | -5/+18 | |
.Sanitize: Add comments about what's getting deliberately ignored. | |||||
1993-06-03 | * c++filt.1, objcopy.1: new man pages | Jeffrey Osier | 3 | -0/+242 | |
1993-06-03 | Add these from DejaGnu so the testsuites compile for targets again. | Rob Savoye | 14 | -0/+798 | |
1993-06-03 | binutils.texi: put in zoo's info-dir entry stuff (it's cleaner) | Jeffrey Osier | 1 | -1/+1 | |
1993-06-02 | binutils.texi: final tweaks for c++filt chapter | Jeffrey Osier | 1 | -0/+18 | |
1993-06-02 | rest of utah changes | Ken Raeburn | 1 | -0/+6 | |
1993-06-02 | eliminate use of obsolete EXFUN | Ken Raeburn | 1 | -2/+2 | |
1993-06-02 | elfcode.h | Ken Raeburn | 5 | -277/+882 | |
1993-06-02 | keep new files | Ken Raeburn | 1 | -0/+2 | |
1993-06-02 | new file for hppa linker support | Ken Raeburn | 1 | -0/+49 | |
1993-06-02 | config.guess: Recognize hppa1.{0,1}-hp-bsd | Ken Raeburn | 1 | -0/+5 | |
1993-06-02 | * config.guess: Add support for Motorola Delta 68k, up to r3v7. | Per Bothner | 2 | -1/+8 | |
Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`). | |||||
1993-06-02 | * gdb.texinfo (set print elements): Note that the number of | Fred Fish | 2 | -0/+6 | |
elements is set to unlimited by "set print elements 0". | |||||
1993-06-02 | * target.c (target_read_memory_partial): Like target_read_memory, | Fred Fish | 1 | -0/+13 | |
but does partial reads, such as reads that bump into the end of the address space. * target.h (target_read_memory_partial): Add prototype. * valprint.c (PRINT_MAX_DEFAULT): New define, initial value 200. * valprint.c (val_print_string): Complete rewrite to fix bug with bumping into end of memory, avoiding unnecessarily long reads, and fixing bug when print_max is set to 0 (unlimited print length). * valprint.c (_initialize_valprint): Use PRINT_MAX_DEFAULT to initialize print_max. | |||||
1993-06-02 | * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug | Fred Fish | 1 | -0/+8 | |
is fixed and PR is closed. * gdb.t16 (gdbme.c): Add simple test string variable. * gdb.t16 (printcmds.exp): Add tests with simple test string variable, primarily for boundaries on "set print elements". | |||||
1993-06-02 | * configure.in: Add support for rom68k and bug boot monitors. | Rob Savoye | 2 | -0/+8 | |
1993-06-02 | * Makefile.in (bfd.h): Move closer to headers - and after 'all'! | Per Bothner | 2 | -61/+72 | |
1993-06-01 | Add support for rom68k and bug boot monitors. | Rob Savoye | 2 | -2/+27 | |
1993-06-01 | don't bother checking return value from hash_new | Ken Raeburn | 1 | -2/+0 | |
1993-06-01 | * ldsym.c (write_file_locals): Write BSF_CONSTRUCTOR | Per Bothner | 2 | -2/+10 | |
symbols, unless stripping. | |||||
1993-06-01 | * aoutx.h (translate_from_native_sym_flags): Don't set | Per Bothner | 1 | -0/+9 | |
BSF_DEBUGGING for constructor symbols, only BSF_CONSTRUCTOR. * aoutx.h (translate_to_native_sym_flags): Translate constructor symbols properly. | |||||
1993-06-01 | Support for -v | Steve Chamberlain | 2 | -33/+44 | |
1993-06-01 | These got lost somehow. | Rob Savoye | 2 | -0/+43 | |
1993-06-01 | Add all-tk dependancy to all-expect. | Rob Savoye | 1 | -3/+3 | |
1993-06-01 | Add info and install-info targets. | Rob Savoye | 1 | -1/+2 | |
1993-06-01 | Add an install-info target too. | Rob Savoye | 2 | -0/+2 | |
1993-06-01 | Add info target. | Rob Savoye | 2 | -2/+2 | |
1993-05-31 | * printcmd.c (print_scalar_formatted): Print integers bigger than | Jim Kingdon | 1 | -1/+5 | |
LONGEST in hex no matter how big, and no matter what the format and size. | |||||
1993-05-31 | * gdb.stabs/wierd.exp: Remove xfail for printing big integer. | Jim Kingdon | 2 | -5/+7 | |
Make leading 0's optional and don't expect a tab in the middle of the number. | |||||
1993-05-31 | * stabsread.c (read_type): Skip type attributes if present. | Jim Kingdon | 2 | -15/+26 | |
1993-05-31 | CVS:foo | Jim Kingdon | 2 | -95/+90 | |
* gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. * gdb.stabs/wierd.def: Type attributes must be preceded by number=. * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also don't end command passed to gdb_test with newline. | |||||
1993-05-31 | * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. | Jim Kingdon | 1 | -0/+6 | |
* gdb.stabs/wierd.def: Type attributes must be preceded by number=. * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also don't end command passed to gdb_test with newline. | |||||
1993-05-31 | * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the | Jim Kingdon | 1 | -0/+9 | |
signed keyword away, don't expect signed bitfields to be signed. * gdb.t13/bitfields.exp (bitfield containment): Accept the fields printing with only as many 1's as are in the field as well as printing with 32 1's (see comment). | |||||
1993-05-31 | * stabsread.c (read_huge_number): Don't accept '0' + radix as part | Jim Kingdon | 2 | -1/+6 | |
of number, just through '0' + radix - 1. | |||||
1993-05-31 | Canonicalize sparc-sun-solaris2.1 to sparc-sun-solaris2. | Ian Lance Taylor | 1 | -0/+3 | |
1993-05-31 | * Makefile.in: Make all-opcodes depend on all-bfd. | Jim Kingdon | 2 | -5/+15 | |
1993-05-31 | * stabs.texinfo (Builtin Type Descriptors): Try to clarify what | Jim Kingdon | 2 | -26/+97 | |
NF_LDOUBLE means. (Stab Types): Include Solaris stab types. (Procedures): Document Solaris extensions. | |||||
1993-05-31 | Keep ChangeLog-92 | Fred Fish | 1 | -0/+1 | |
1993-05-31 | Add gdb.stabs to keep and gdb.all to remove. | Fred Fish | 1 | -0/+3 | |
1993-05-31 | Add config.rel.in and makefile.rel.in | Fred Fish | 1 | -0/+2 | |
1993-05-31 | Change snapshot.readme to snapshots.readme | Fred Fish | 1 | -2/+2 | |
1993-05-31 | Change udiphsun.h to udiphunix.h. | Fred Fish | 1 | -1/+1 | |
1993-05-31 | * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o. | Fred Fish | 2 | -1/+3 | |
1993-05-31 | * {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take | Fred Fish | 2 | -9/+13 | |
single parameter, the pointer to the partial symtab, rather than a bunch of args that are derived from the partial symtab. Change prototypes and callers to match. | |||||
1993-05-30 | * dbxread.c (read_ofile_symtab): Remove "#if 1" around code to | Fred Fish | 2 | -5/+10 | |
set demangling style automatically. * defs.h (CPLUS_MARKER): Clarify comment that this is only for GNU C++, not C++ in general. * symtab.h (general_symbol_info): Simplify by eliminating one structure level for the language dependent info. | |||||
1993-05-30 | Add elfcode.h to list of things to keep. | Fred Fish | 1 | -0/+1 | |
1993-05-30 | * gdb.t00/default.exp: Start with a fresh gdb. | Fred Fish | 1 | -0/+1 | |
1993-05-30 | * configure.in (configdirs): Remove gdb.t31 until the chill | Fred Fish | 2 | -1/+4 | |
compiler works again. It no longer is able to find chillrt0 since it isn't in libchill.a anymore. | |||||
1993-05-30 | * gdb.stabs/wierd.exp: Rewrite to properly handling a missing | Fred Fish | 2 | -175/+184 | |
wierd.o, make more modular. | |||||
1993-05-30 | * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove | Fred Fish | 2 | -4/+7 | |
spurious newlines that caused problems. |