aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-07-17* Makefile.in: Remove -I../readline from all compilations,Stu Grossman1-0/+5
include a special case for main.o instead.
1992-07-17added wc to holes -- needed by the rcs configuration scriptDavid D. Zuhn1-0/+1
1992-07-17 * eval.c (evaluate_subexp): Ask lookup_struct_elt_type to callFred Fish1-0/+8
error if it fails to find a member type, rather than return NULL and trigger a coredump. * symtab.c (lookup_symbol, lookup_demangled_block_symbol, lookup_demangled_partial_symbol,): Ask demangle_and_match to match on complete demanglings, including argument lists for member functions, rather than just accepting the first demangling that matches the class and function name.
1992-07-17 * dwarfread.c (read_file_scope): Pass contents of AT_comp_dirFred Fish2-2/+20
to start_symtab as the directory name. * dwarfread.c (completedieinfo): Strip off any leading hostname portion of the AT_comp_dir attribute string. Gdb doesn't know what to do with them (FIXME).
1992-07-17fix bra.s stuffSteve Chamberlain1-22/+10
1992-07-17 * Makefile.in, configure.in: add tgasSteve Chamberlain3-4/+19
1992-07-17merged changes from progressiveK. Richard Pixley1-1/+1
1992-07-16removed rcsidK. Richard Pixley2-2/+4
1992-07-16(1) disable documentation for .lsym at sac's requestRoland Pesch5-177/+183
(2) structural changes triggered thereby (3) verify m4 and makeinfo run correctly on all versions of the doc represented in the Makefile and m4 config definition files as.texinfo: disabled .lsym exploit makeinfo node defaulting removed some conditional hair around nodes fixed some bad conditionals in a29k config a29k.m4, i960.m4, sparc.m4, vax.m4: supply missing switch definitions (looks like these hadn't been tested for a while) as-all.texinfo: mechanically derived from above
1992-07-16merged changes from progressiveK. Richard Pixley1-1/+1
1992-07-16 * coff-m68k.c: added R_RELLONG_NEG reloc type, and changedSteve Chamberlain1-0/+7
RTYPE2HOWTO to cope with same. * reloc.c (bfd_perform_relocation): added support for size of -2 (subtract a word reloc type). Updated doc.
1992-07-16removed rcsidK. Richard Pixley1-1/+3
1992-07-16removed rcsidK. Richard Pixley2-2/+4
1992-07-16* breakpoint.c (commands_command): Simplify code a bit, removeStu Grossman1-0/+3
unnecessary fflush().
1992-07-16progressive changesK. Richard Pixley2-118/+174
1992-07-16add libmK. Richard Pixley2-1/+3
1992-07-16ignore some stuff that comes from test-build.mk.K. Richard Pixley1-0/+4
1992-07-16remove some stray cvsmerge crudK. Richard Pixley1-0/+6
1992-07-16* Makefile.in (OTHERS): Add gcc.patch.Stu Grossman3-57/+44
* partial-stab.h (N_SO): Fix handling of redundant SOs (again...)
1992-07-16Change LCC_PRODUCER string to match current NCR lcc AT_producer. UpdateFred Fish3-16/+25
energize-patches to work when configured with -srcdir=.
1992-07-16* WHATS.NEW renamed to NEWS.Stu Grossman2-0/+600
1992-07-16 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE tooSteve Chamberlain1-0/+4
1992-07-16 * write.c (fixup_segment): if relaxing, don't do anything.Steve Chamberlain3-8/+50
* config/obj-bout.[ch] : maintain the a_relaxable file header info * config/tc-i960.c: new option -linkrelax
1992-07-16More support for relaxingSteve Chamberlain1-11/+11
1992-07-16 * bfd-in.h : add BFD_IS_RELAXABLE flagSteve Chamberlain2-1/+11
* bout.c (bout_swap_exec_header_[in_out]): new field in exec header e_relaxable, major hackery in callbacks * libaout.h : add space for a_relaxable. * seclet.c (rel): don't relax empty sections
1992-07-15Fixup minor botch during hand editing of amix.mh patch.Fred Fish1-6/+3
1992-07-15 * dbxread.c, dwarfread.c: Re-enable experimental code toFred Fish4-54/+72
automatically select demangling style. * demangle.c (DEFAULT_DEMANGLING_STYLE): Rename from simply DEMANGLING_STYLE, to make more descriptive. Revert back to "auto" as default. Comment use. * Makefile.in (DEMANGLING_STYLE, DEMANGLE_OPTS): Remove. * Makefile.in (${DEMANGLER}.o) Remove target and special compilation rule.
1992-07-15Back out the energize patches that were inadvertently included in myFred Fish1-29/+6
last check in.
1992-07-15Add #include <alloca.h> so bfd can be built with native compiler.Michael Tiemann2-0/+2
1992-07-15Extra lintSteve Chamberlain1-1/+10
1992-07-15To avoid confusion, start off post release development versions at 4.6.1,Fred Fish3-9/+36
so the only 4.6 gdb executables are those built from the actual 4.6 release.
1992-07-15Update the diffs to Makefile.in.Fred Fish1-35/+30
Modify amix.mh and ncr3000.mh diffs to be relative to config/
1992-07-15* Makefile.in, demangle.c: Change default demangling style toStu Grossman3-1/+96
gnu. * Makefile.in: Update version to 4.6 !!! * README, WHATS.NEW: Update for 4.6.
1992-07-14* alldeps.mak, depend: Update.Stu Grossman2-49/+67
1992-07-14... and make it return the *right* value when it goes out of bounds.Mark Eichin1-1/+1
1992-07-14leave fencepost condition *completely* open-ended. Closes 1286.Mark Eichin1-1/+1
1992-07-14Use frame address if arg pointer isn't available.Ken Raeburn2-0/+5
1992-07-14Don't die on TYPE_CODE_UNDEF nodes as base classes.Ken Raeburn1-2/+7
(Previous checkin died due to cvs bug.)
1992-07-14Don't crash on TYPE_CODE_UNDEF nodes as base classes (generated byKen Raeburn1-0/+5
compiler bug?).
1992-07-14* xcoffread.c: Add decl for section_offset to keep prototype happy.Stu Grossman2-0/+4
1992-07-14 * ldlang.c (lang_map): print changes in sizes due to relaxingSteve Chamberlain2-1/+14
(size_input_section): maintain the delta information. * ldlang.h: add new field to struct to contain delta info. * relax.c (relax_section): complain if input not relaxable. * ldlex.l : add '_', ',' and '$' to chars which can appear at the start of a filename
1992-07-14Add tm-hppa.h.Stu Grossman1-0/+1
1992-07-14Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion.Stu Grossman1-1/+2
1992-07-14* Makefile.in (VERSION): 4.5.9.Stu Grossman2-1/+3
1992-07-14* xm-hp300bsd.h: Add decl for strdup().Stu Grossman2-0/+8
* mips-tdep.c (heuristic_proc_desc): Fill in proc start addr in PDR. Cleanup a few things, fix compilation warnings.
1992-07-14Add solaris2.h.Stu Grossman1-0/+1
1992-07-14Add sco-core.c.Stu Grossman1-0/+1
1992-07-14 * config/ncr3000.mt (DEMANGLE_OPTS): Remove.Fred Fish1-8/+0
1992-07-14 * Makefile.in (DEMANGLING_STYLE): New define to set defaultFred Fish7-89/+440
demangling style for C++. Defaults to "auto". * Makefile.in (DEMANGLE_OPTS): Use DEMANGLING_STYLE. * Makefile.in (SFILES_MAINDIR): Add demangle.c * Makefile.in (OBS): Add demangle.o * cplus-dem.c (GNU_DEMANGLING, ARM_DEMANGLING, LUCID_DEMANGLING): Remove compile time decisions about demangling style and replace with runtime decisions using current_demangling_style. * cplus-dem.c (main): Expand code included during building of standalone demangler to recognize demangling style options. * dbxread.c (demangle.h): Include. * dbxread.c (read_ofile_symtab, process_one_symbol): Set GNU C++ demangling style if processing g++ code and current demangling style is auto (Note: this feature currently disabled.) * demangle.c: New file, generic demangling control. * demangle.h (demangling_styles): New enumeration to select one of several demangling styles. Also define string names for each style. * demangle.h (set_demangling_style): Add prototype. * dwarfread.c (demangle.h): Include. * dwarfread.c (GPLUS_PRODUCER, LCC_PRODUCER, CFRONT_PRODUCER): New producer string prefixes to recognize. * dwarfread.c (handle_producer): Consolidate actions for specific producers. Set demangling style based on producer string if current style is auto. (Note: this feature currently disabled.) * config/ncr3000.mt (DEMANGLE_OPTS): Remove.
1992-07-14(1) add disclaimer to config section of "Installing" appendix (this isRoland Pesch1-39/+39
NOT full config doc) and xref to configure.info (2) add brief mention of --help and --prefix=DIR configure options (3) re-enable, with new command names, old doc for commands now reorganized into maint. (NO new doc yet for new maint commands or for old undoc'd dump-me; nor for "maint" itself in general.)