aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-06-03* remote-es1800.c: Fix typo.John Gilmore3-5/+18
.Sanitize: Add comments about what's getting deliberately ignored.
1993-06-03 * c++filt.1, objcopy.1: new man pagesJeffrey Osier3-0/+242
1993-06-03Add these from DejaGnu so the testsuites compile for targets again.Rob Savoye14-0/+798
1993-06-03 binutils.texi: put in zoo's info-dir entry stuff (it's cleaner)Jeffrey Osier1-1/+1
1993-06-02 binutils.texi: final tweaks for c++filt chapterJeffrey Osier1-0/+18
1993-06-02rest of utah changesKen Raeburn1-0/+6
1993-06-02eliminate use of obsolete EXFUNKen Raeburn1-2/+2
1993-06-02elfcode.hKen Raeburn5-277/+882
1993-06-02keep new filesKen Raeburn1-0/+2
1993-06-02new file for hppa linker supportKen Raeburn1-0/+49
1993-06-02config.guess: Recognize hppa1.{0,1}-hp-bsdKen Raeburn1-0/+5
1993-06-02 * config.guess: Add support for Motorola Delta 68k, up to r3v7.Per Bothner2-1/+8
Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
1993-06-02 * gdb.texinfo (set print elements): Note that the number ofFred Fish2-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 Fish1-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. BugFred Fish1-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 Savoye2-0/+8
1993-06-02 * Makefile.in (bfd.h): Move closer to headers - and after 'all'!Per Bothner2-61/+72
1993-06-01Add support for rom68k and bug boot monitors.Rob Savoye2-2/+27
1993-06-01don't bother checking return value from hash_newKen Raeburn1-2/+0
1993-06-01 * ldsym.c (write_file_locals): Write BSF_CONSTRUCTORPer Bothner2-2/+10
symbols, unless stripping.
1993-06-01 * aoutx.h (translate_from_native_sym_flags): Don't setPer Bothner1-0/+9
BSF_DEBUGGING for constructor symbols, only BSF_CONSTRUCTOR. * aoutx.h (translate_to_native_sym_flags): Translate constructor symbols properly.
1993-06-01Support for -vSteve Chamberlain2-33/+44
1993-06-01These got lost somehow.Rob Savoye2-0/+43
1993-06-01Add all-tk dependancy to all-expect.Rob Savoye1-3/+3
1993-06-01Add info and install-info targets.Rob Savoye1-1/+2
1993-06-01Add an install-info target too.Rob Savoye2-0/+2
1993-06-01Add info target.Rob Savoye2-2/+2
1993-05-31 * printcmd.c (print_scalar_formatted): Print integers bigger thanJim Kingdon1-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 Kingdon2-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 Kingdon2-15/+26
1993-05-31CVS:fooJim Kingdon2-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 Kingdon1-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 theJim Kingdon1-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 partJim Kingdon2-1/+6
of number, just through '0' + radix - 1.
1993-05-31Canonicalize sparc-sun-solaris2.1 to sparc-sun-solaris2.Ian Lance Taylor1-0/+3
1993-05-31 * Makefile.in: Make all-opcodes depend on all-bfd.Jim Kingdon2-5/+15
1993-05-31 * stabs.texinfo (Builtin Type Descriptors): Try to clarify whatJim Kingdon2-26/+97
NF_LDOUBLE means. (Stab Types): Include Solaris stab types. (Procedures): Document Solaris extensions.
1993-05-31Keep ChangeLog-92Fred Fish1-0/+1
1993-05-31Add gdb.stabs to keep and gdb.all to remove.Fred Fish1-0/+3
1993-05-31Add config.rel.in and makefile.rel.inFred Fish1-0/+2
1993-05-31Change snapshot.readme to snapshots.readmeFred Fish1-2/+2
1993-05-31Change udiphsun.h to udiphunix.h.Fred Fish1-1/+1
1993-05-31 * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.Fred Fish2-1/+3
1993-05-31 * {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to takeFred Fish2-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 toFred Fish2-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-30Add elfcode.h to list of things to keep.Fred Fish1-0/+1
1993-05-30 * gdb.t00/default.exp: Start with a fresh gdb.Fred Fish1-0/+1
1993-05-30 * configure.in (configdirs): Remove gdb.t31 until the chillFred Fish2-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 missingFred Fish2-175/+184
wierd.o, make more modular.
1993-05-30 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): RemoveFred Fish2-4/+7
spurious newlines that caused problems.