Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1992-07-15 | To avoid confusion, start off post release development versions at 4.6.1, | Fred Fish | 3 | -9/+36 | |
so the only 4.6 gdb executables are those built from the actual 4.6 release. | |||||
1992-07-15 | Update the diffs to Makefile.in. | Fred Fish | 1 | -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 to | Stu Grossman | 3 | -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 Grossman | 2 | -49/+67 | |
1992-07-14 | ... and make it return the *right* value when it goes out of bounds. | Mark Eichin | 1 | -1/+1 | |
1992-07-14 | leave fencepost condition *completely* open-ended. Closes 1286. | Mark Eichin | 1 | -1/+1 | |
1992-07-14 | Use frame address if arg pointer isn't available. | Ken Raeburn | 2 | -0/+5 | |
1992-07-14 | Don't die on TYPE_CODE_UNDEF nodes as base classes. | Ken Raeburn | 1 | -2/+7 | |
(Previous checkin died due to cvs bug.) | |||||
1992-07-14 | Don't crash on TYPE_CODE_UNDEF nodes as base classes (generated by | Ken Raeburn | 1 | -0/+5 | |
compiler bug?). | |||||
1992-07-14 | * xcoffread.c: Add decl for section_offset to keep prototype happy. | Stu Grossman | 2 | -0/+4 | |
1992-07-14 | * ldlang.c (lang_map): print changes in sizes due to relaxing | Steve Chamberlain | 2 | -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-14 | Add tm-hppa.h. | Stu Grossman | 1 | -0/+1 | |
1992-07-14 | Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion. | Stu Grossman | 1 | -1/+2 | |
1992-07-14 | * Makefile.in (VERSION): 4.5.9. | Stu Grossman | 2 | -1/+3 | |
1992-07-14 | * xm-hp300bsd.h: Add decl for strdup(). | Stu Grossman | 2 | -0/+8 | |
* mips-tdep.c (heuristic_proc_desc): Fill in proc start addr in PDR. Cleanup a few things, fix compilation warnings. | |||||
1992-07-14 | Add solaris2.h. | Stu Grossman | 1 | -0/+1 | |