aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-03-18Changes to implement the -mapped and -readnow options for commands thatFred Fish11-621/+579
read symbol tables.
1992-03-17 * bout.c (b_out_slurp_reloc_table): Use BFD_ASSERT macro,Per Bothner1-0/+5
not internal bfd_assert function (twice).
1992-03-17 * aout-target.h: change ar_max_namelen to 15 (the right value)Steve Chamberlain2-1/+7
* coff-a29k, coffcode.h: more hangovers from the bfd_abs_section change
1992-03-17More bitrotSteve Chamberlain1-1/+1
1992-03-17Fix for new filenamesSteve Chamberlain1-1/+1
1992-03-16Remove i960 b.out bitrot.Steve Chamberlain2-179/+188
1992-03-16i960 bitrot fixSteve Chamberlain2-3/+3
1992-03-15Remove unused file mtrace.awk, remove entries from .Sanitize forFred Fish2-8/+1
mtrace.awk and previously removed files.
1992-03-15Add mmalloc directory to list of files to preserve.Fred Fish1-0/+1
1992-03-15New memory malloc malloc library, based on GNU malloc.Fred Fish15-0/+3018
1992-03-15Convert calls to bare malloc() to bfd_xmalloc().Fred Fish1-0/+7
1992-03-15Add support for mmalloc library.Fred Fish2-1/+5
1992-03-15These files are replaced by the mmalloc library.Fred Fish1-0/+3
1992-03-15Missed in last checkin.Fred Fish1-3/+8
1992-03-15Globs of changes. See the ChangeLog for details. Most related toFred Fish28-915/+1980
using the new mmalloc package.
1992-03-14Only enable compilation of debugging functions when IBM6000 is definedFred Fish2-1/+6
as well as DEBUG. Fails to compile otherwise.
1992-03-14Add config directory to list of things to keep.Fred Fish1-0/+1
1992-03-14missing backslash on first line of all.normalMark Eichin1-1/+1
1992-03-14* mipsread.c (mipscoff_symfile_read): Eliminate a lot ofJohn Gilmore2-15/+19
useless code, including an lseek to an uninitialized variable. Reported by Jim Williams <jimbo@wrs.com>.
1992-03-14install man page tooK. Richard Pixley1-0/+4
1992-03-14fix cvs merge detritusK. Richard Pixley1-3/+0
1992-03-14pass MAKEINFO macro on infoK. Richard Pixley2-1/+8
1992-03-14use MAKEINFO macroK. Richard Pixley1-0/+4
1992-03-14pass MAKEINFO on recursionK. Richard Pixley1-0/+10
1992-03-14add stmp dependencies for a few more thingsK. Richard Pixley2-5/+12
1992-03-14pass MAKEINFO down on infoK. Richard Pixley2-27/+49
1992-03-14(1) GDB 4.5: another Grossman/Gilmore co-production!Roland Pesch1-8/+67
(2) Add fnf to GDB credits for SVr4 stuff. (Need to sift ChangeLog again for more recent credits). (3) document "mapped", "readnow" keywords (with file or symbol-file commands; for now no mention of add-symbol-file in this context), -m and -mapped cmd-line options, and associated explanations.
1992-03-14Run TeX *three* times to get better index, xrefs.Roland Pesch1-0/+1
1992-03-13(1) Document printmsyms; slight clarifications to description of printsyms,Roland Pesch1-13/+57
printpsyms. (2) Fix errors found by makeinfo. (3) Initial docn for "info proc" and its subcommands. Should probably be expanded somewhat after implementation complete.
1992-03-13Patches from fnf for SVr4Roland Pesch2-2/+11
1992-03-13Reflect file name changesSteve Chamberlain2-109/+109
1992-03-13 * config/mt-<foo> renamed to <foo>.mtSteve Chamberlain3-35/+76
* config/mh-<foo> renamed to <foo>.mt * configure.in changed to reflect this * genscripts.sh now make .xbn files rather than .xN files
1992-03-13Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain3-6/+17
* flonum-const.c: renamed flonum-konst.c to stop dos name conflict.
1992-03-13Fixed the whitespaceSteve Chamberlain11-135/+131
1992-03-13Added PROTOSteve Chamberlain1-0/+112
1992-03-13 * config/mt-<foo> now <foo>.mt, config/mh-<foo> now <foo>.mh.Steve Chamberlain1-25/+25
host/h-<foo> now just <foo>. * configure.in: reflect changes
1992-03-13Mostly merged in changes from IBM (Metin); see ChangeLog.Per Bothner5-90/+388
1992-03-12Reinstate "gdb-all.texi" as target. (Thanks, Rich, for the reminder).Roland Pesch1-10/+10
1992-03-12.Sanitize: reflect removal of gdb-all.texi from repositoryRoland Pesch4-68/+228
lucid.m4: config for Lucid/NCR (like "all.m4" but also turns on _LUCID__) none.m4: turn _LUCID__ off by default gdb.texinfo: 1) Use bold rather than italic for user input in intro, to avoid discord with meta-variable convention throughout manual (jim@wrs.com suggestion). 2) Some mumbling about using GDB under Energize/Cadillac. (conditionalized on _LUCID__, not included yet in general-doc config) 3) more remarks about debugging optimized code, incl vanishing unused vars (rms/gnu/net suggestion). 4) @emph replaces @i in a few spots (emphasis should affect info file as well as printed manual). 5) "memory tracing", "breakpoint on variable modification" index entries added, pointing to watchpoints (gnu suggestion). 6) Less passive, more index entries, in breakpoint-number description 7) doc new convenience var $bpnum (due to grossman?) 8) Update "info breakpoints" to describe new Grossman format; note now synonymous with "info watchpoints". 9) Describe negative (GDB internal) breakpoints and new "info all-breakpoints" 10) Slight change to description of colon-colon GDB expression notation, describing function::var as well as file::var and noting var is static (lmb question, gnu suggestion) 11) Doc Per's new &(&foo) for debugging C++ 12) Rephrase paragraph in configure appendix to avoid overfull box (in *large* format!) 13) Additional warning re VPATH feature required for --srcdir= config. (gnu suggestion)
1992-03-12 * solib.h, infrun.c, tm-rs6000.h: Add a PID parameterPer Bothner3-3/+8
to SOLIB_CREATE_INFERIOR_HOOK macro.
1992-03-12 * libbfd-in.h (set_tdata): Make change of Feb 27 in thePer Bothner1-0/+5
actual source file, not just the generated libbfd.h.
1992-03-12add libiberty stmp to all and all.crossK. Richard Pixley1-0/+4
1992-03-12 * configure.in: vxworks68 gets te-sun3.h.K. Richard Pixley2-3/+39
* expr.c: remove limitation that local_labels_dollar or local_labels_fb must be < 10. * symbols.c: remove local_labels_dollar, replace with a function interface for a sparse array. All users adjusted.
1992-03-12 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition fromK. Richard Pixley1-0/+9
tc-m68k.h to te-sun3.h. * te-sun3.h: add LOCAL_LABELS_DOLLAR.
1992-03-12mips-big-* targetJohn Gilmore2-3/+40
1992-03-11Add .stmp-gcc to all-gcc target.Michael Tiemann1-1/+1
1992-03-11remove force from dependencies, add grep to allK. Richard Pixley2-24/+28
1992-03-11added check for conflicting configurations (srcdir vs not)K. Richard Pixley2-14/+24
1992-03-11remove trailing slashes from srcdir so gdb-mode won't get crankyK. Richard Pixley2-2/+10
1992-03-11drop flex. make stamp files workK. Richard Pixley2-174/+100