Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-07-22 | keep mh-hpux | K. Richard Pixley | 1 | -3/+4 | |
1992-07-21 | frag for hpux, INSTALL=cp | David D. Zuhn | 1 | -0/+1 | |
1992-07-21 | fragment for HPUX, copied from mh-sysv, added yet another INSTALL=cp | David D. Zuhn | 1 | -0/+4 | |
1992-07-21 | * buildsym.c (read_struct_type): Initialize structs allocated | Fred Fish | 5 | -94/+211 | |
with alloca, to avoid using random values from stack later on. * defs.h (fprintf_filtered): Add prototype. * gdbtypes.c (check_stub_method): Fix misleading comments. * gdbtypes.c (print_arg_types, dump_fn_fieldlists): New maint support functions. * gdbtypes.c (print_cplus_stuff, recursive_dump_type): Many small changes to maint support functions. * gdbtypes.h (cplus_struct_type): Reorganize member ordering for some fields and expand comments. * objfiles.c (allocate_objfile): Use new obstack_alloc_arg macro and track change to obstack_full_begin macro. * utils.c (fprintfi_filtered): New function. * valprint.c (type_print_base): Fixup field printing to not print extraneous lines and not print bogus "no data fields" messages for C++ classes with no data members. Also use new fprintfi_filtered function. | |||||
1992-07-20 | configure error messages to stderr, recognize hppa* instead of hppa | David D. Zuhn | 1 | -2/+2 | |
1992-07-20 | rearranged tests to remove subdirs from configdirs | David D. Zuhn | 1 | -6/+29 | |
1992-07-20 | don't install gprof.{callg,flat}, install the man page, get the new | David D. Zuhn | 3 | -140/+122 | |
man page from progressive (the one that uses -man macros) | |||||
1992-07-18 | Fixup patch for ncr3000.mh, delete patch for amix.mh, add patch for | Fred Fish | 1 | -28/+25 | |
demangle.c. | |||||
1992-07-18 | build in-place before other builds | K. Richard Pixley | 1 | -1/+2 | |
1992-07-18 | remove stamp-co on very | K. Richard Pixley | 2 | -1/+2 | |
1992-07-18 | predicate stage3 and comparison on the existence of gcc | K. Richard Pixley | 2 | -15/+28 | |
1992-07-18 | recurse explicitly with -f test-build.mk when appropriate. | K. Richard Pixley | 2 | -5/+9 | |
1992-07-18 | removed rcsids | K. Richard Pixley | 3 | -5/+5 | |
1992-07-18 | removed rcsids | K. Richard Pixley | 3 | -6/+0 | |
1992-07-18 | removed rcsids | K. Richard Pixley | 10 | -11/+5 | |
1992-07-18 | removed rcsids | K. Richard Pixley | 2 | -2/+6 | |
1992-07-18 | Correct pathnames for files in config/ | Stu Grossman | 1 | -4/+4 | |
1992-07-18 | * energize.c: Second cut at DynamicLoad message handling. | Stu Grossman | 2 | -13/+25 | |
1992-07-18 | Update to reflect new Makefile.in changes for Energize connection lib. | Stu Grossman | 1 | -138/+118 | |
1992-07-18 | * energize.c: Relativize pathnames in #include statements. | Stu Grossman | 2 | -7/+26 | |
* (kernel_dispatch): Better error messages for unknown protocol messages. * (kernel_dispatch): First cut at DynamicLoad message handling. | |||||
1992-07-17 | * Makefile.in: Remove -I../readline from all compilations, | Stu Grossman | 1 | -0/+5 | |
include a special case for main.o instead. | |||||
1992-07-17 | added wc to holes -- needed by the rcs configuration script | David D. Zuhn | 1 | -0/+1 | |
1992-07-17 | * eval.c (evaluate_subexp): Ask lookup_struct_elt_type to call | Fred Fish | 1 | -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_dir | Fred Fish | 2 | -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-17 | fix bra.s stuff | Steve Chamberlain | 1 | -22/+10 | |
1992-07-17 | * Makefile.in, configure.in: add tgas | Steve Chamberlain | 3 | -4/+19 | |
1992-07-17 | merged changes from progressive | K. Richard Pixley | 1 | -1/+1 | |
1992-07-16 | removed rcsid | K. Richard Pixley | 2 | -2/+4 | |
1992-07-16 | (1) disable documentation for .lsym at sac's request | Roland Pesch | 5 | -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-16 | merged changes from progressive | K. Richard Pixley | 1 | -1/+1 | |
1992-07-16 | * coff-m68k.c: added R_RELLONG_NEG reloc type, and changed | Steve Chamberlain | 1 | -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-16 | removed rcsid | K. Richard Pixley | 1 | -1/+3 | |
1992-07-16 | removed rcsid | K. Richard Pixley | 2 | -2/+4 | |
1992-07-16 | * breakpoint.c (commands_command): Simplify code a bit, remove | Stu Grossman | 1 | -0/+3 | |
unnecessary fflush(). | |||||
1992-07-16 | progressive changes | K. Richard Pixley | 2 | -118/+174 | |
1992-07-16 | add libm | K. Richard Pixley | 2 | -1/+3 | |
1992-07-16 | ignore some stuff that comes from test-build.mk. | K. Richard Pixley | 1 | -0/+4 | |
1992-07-16 | remove some stray cvsmerge crud | K. Richard Pixley | 1 | -0/+6 | |
1992-07-16 | * Makefile.in (OTHERS): Add gcc.patch. | Stu Grossman | 3 | -57/+44 | |
* partial-stab.h (N_SO): Fix handling of redundant SOs (again...) | |||||
1992-07-16 | Change LCC_PRODUCER string to match current NCR lcc AT_producer. Update | Fred Fish | 3 | -16/+25 | |
energize-patches to work when configured with -srcdir=. | |||||
1992-07-16 | * WHATS.NEW renamed to NEWS. | Stu Grossman | 2 | -0/+600 | |
1992-07-16 | * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too | Steve Chamberlain | 1 | -0/+4 | |
1992-07-16 | * write.c (fixup_segment): if relaxing, don't do anything. | Steve Chamberlain | 3 | -8/+50 | |
* config/obj-bout.[ch] : maintain the a_relaxable file header info * config/tc-i960.c: new option -linkrelax | |||||
1992-07-16 | More support for relaxing | Steve Chamberlain | 1 | -11/+11 | |
1992-07-16 | * bfd-in.h : add BFD_IS_RELAXABLE flag | Steve Chamberlain | 2 | -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-15 | Fixup minor botch during hand editing of amix.mh patch. | Fred Fish | 1 | -6/+3 | |
1992-07-15 | * dbxread.c, dwarfread.c: Re-enable experimental code to | Fred Fish | 4 | -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-15 | Back out the energize patches that were inadvertently included in my | Fred Fish | 1 | -29/+6 | |
last check in. | |||||
1992-07-15 | Add #include <alloca.h> so bfd can be built with native compiler. | Michael Tiemann | 2 | -0/+2 | |
1992-07-15 | Extra lint | Steve Chamberlain | 1 | -1/+10 | |