Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-04-18 | * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv | David D. Zuhn | 1 | -1/+1 | |
* config/mh-delta88: remove extraneous GCC references | |||||
1993-04-17 | * aoutf1.h (internal_sunos_core): Make c_stacktop a bfd_vma. | Jim Kingdon | 2 | -38/+40 | |
(swapcore_sparc): Make sp a bfd_vma. | |||||
1993-04-17 | * munch: Don't use head command. It doesn't exist everywhere. | Stu Grossman | 2 | -1/+5 | |
1993-04-17 | * libbfd.c: Add signed versions of bfd_{h_,}{get,put}_signed_<size>. | Jim Kingdon | 11 | -193/+386 | |
libbfd.c, libbfd-in.h: Add _do*signed*. targets.c, all targets: Add bfd*signed*. bfd-in.h: Add bfd_signed_vma. Add comments. | |||||
1993-04-16 | Remove chill sanitizations, which are no longer necessary. | Fred Fish | 14 | -211/+38 | |
1993-04-16 | Remove chill sanitization stuff and add chill files to keep list. | Fred Fish | 1 | -54/+5 | |
1993-04-16 | Remove chill sanitize lines that are no longer needed. | Fred Fish | 1 | -60/+0 | |
1993-04-16 | * inflow.c (new_tty): Remove spurious 'o' character at end | Fred Fish | 1 | -0/+5 | |
of #endif line. | |||||
1993-04-16 | * mips-tdep.c (mips_skip_prologue): Always skip the typical prologue | Peter Schauer | 3 | -17/+64 | |
instructions and nothing more. * mipsread.c (add_line): Add comment why we have to combine line number entries for the same line number. | |||||
1993-04-16 | More doc fixes | Jim Kingdon | 1 | -1/+3 | |
1993-04-16 | * symtab.{c,h}: Doc fixes (remove symseg references, last relevant | Jim Kingdon | 3 | -40/+52 | |
in gdb 2.8!). | |||||
1993-04-16 | * config/unix-gdb.exp: Add back missing return 0 which mysteriously | Peter Schauer | 2 | -1/+7 | |
disappeared. | |||||
1993-04-16 | * depend, alldeps.mak: Update, now that gcc -MM bug is fixed. | Fred Fish | 3 | -4/+53 | |
1993-04-15 | Add h8.texi to things-to-keep | Roland Pesch | 1 | -1/+5 | |
1993-04-15 | as.texinfo, Makefile.in | Roland Pesch | 1 | -0/+16 | |
1993-04-15 | (1) Hitachi SH material (sanitizable) | Roland Pesch | 1 | -1529/+1935 | |
(2) remove smallbook/cropmarks comments; switching to smallbook is now automatic w/house style (3) use `|' alternative convention for SPARC dependent options. UnGNUish, but the convention is used for other machines in this book. (4) cease eliding paragraph about purpose of assembler in Hitachi configuration (5) use SPECIAL-SYMS switch more consistently (6) formatting improvements from Q1 release (7) use explicit @page instead of @group in long examples listing instruction-set summaries (because some new texinfo bug leads to double-spacing with @group in this context) (8) rearrange H8/500 instruction-set summary into two cols (9) include GPL from texinfo directory rather than duplicating here | |||||
1993-04-15 | Include Hitachi SH (sanitizably); remove MACH-DEP setting, no longer used | Roland Pesch | 1 | -0/+64 | |
1993-04-15 | Arrange to clean out references to Hitachi SH. | Roland Pesch | 1 | -1/+23 | |
1993-04-15 | Configuration for Hitachi chips, recast for current conditionals. | Roland Pesch | 2 | -15/+30 | |
1993-04-15 | * source.c (select_source_symtab): Clean up comment. Also, if | Jim Kingdon | 2 | -3/+8 | |
we have a current_source_symtab, and s is NULL, return without doing anything. xcoffread.c (xcoff_symfile_read): Don't call select_source_symtab. breakpoint.c (breakpoint_re_set): Don't call select_source_symtab. | |||||
1993-04-15 | Check in new generated bfd.h to go with: | Jim Kingdon | 2 | -0/+16 | |
Thu Apr 15 09:09:18 1993 Jim Kingdon (kingdon@cygnus.com) * bfd-in.h (bfd_error), bfd.c (bfd_errmsgs): Add file_truncated. * format.c (bfd_check_error): Check error return from _bfd_check_format routines. Wed Apr 14 23:48:25 1993 Jim Kingdon (kingdon@cygnus.com) * rs6000-core.c (rs6000coff_core_p): Improve error checking and recognize .data section if present. | |||||
1993-04-15 | Thu Apr 15 09:09:18 1993 Jim Kingdon (kingdon@cygnus.com) | Jim Kingdon | 3 | -10/+71 | |
* bfd-in.h (bfd_error), bfd.c (bfd_errmsgs): Add file_truncated. * format.c (bfd_check_error): Check error return from _bfd_check_format routines. Wed Apr 14 23:48:25 1993 Jim Kingdon (kingdon@cygnus.com) * rs6000-core.c (rs6000coff_core_p): Improve error checking and recognize .data section if present. | |||||
1993-04-15 | * dbxread.c (unknown_symchar_complaint): Add new complaint. | John Gilmore | 2 | -2/+3 | |
* stabsread.h: Declare it. * partial-stab.h: Use it. | |||||
1993-04-15 | * dbxread.c (unknown_symchar_complaint): Add new complaint. | John Gilmore | 4 | -103/+101 | |
* stabsread.c: Declare it. * partial-stab.h: Use it. * utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC. | |||||
1993-04-15 | Minor cleanup. | John Gilmore | 2 | -5/+9 | |
1993-04-15 | Avoid $< in explicit rule. | John Gilmore | 1 | -0/+4 | |
1993-04-15 | * aoutx.h (aout_*_adjust_sizes_and_vmas): Avoid `sanity' | John Gilmore | 2 | -199/+222 | |
check for the case where the user sets the address of the BSS section (and the file header can't specify this). Let the user set it wherever they want, regardless of what goes in the header. Fixes #ld/1826 (the fix was never checked in by Steve or Ken). | |||||
1993-04-15 | Fix minor merge botch in prev change. | John Gilmore | 1 | -1/+1 | |
1993-04-15 | * ieee.c (ieee_slurp_sections): Pass all ieee section names | John Gilmore | 2 | -50/+50 | |
straight through into BFD sections. Add comments. | |||||
1993-04-15 | Cleanup in preparation for better 64-bit host support. | John Gilmore | 3 | -22/+65 | |
* bfd-in.h (bfd_64_type): Remove. * libbfd.c (_do_getb64, _do_putb64): Use bfd_vma, not bfd_64_type. * bfd-in.h (bfd_size): Remove. * bfd-in.h (bfd_offset): Remove, after fixing ld/ldlang.[ch]. * bfd-in.h (bfd_word): Remove. * reloc.c (reloc_howto_type): Replace bfd_word with bfd_vma. * bfd-in.h (rawdata_offset): Remove. * reloc.c (arelent): Replace rawdata_offset with bfd_size_type. (bfd_perform_relocation): Lint. (enum bfd_reloc_status): Comment cleanup. | |||||
1993-04-15 | * aout-adobe.c, cpu-h8300.c, mipsbsd.c, srec.c: lint -Wall. | John Gilmore | 3 | -143/+499 | |
1993-04-15 | * stack.c (print_frame_info): Print specially if dummy frame. | Jim Kingdon | 2 | -3/+12 | |
1993-04-15 | * breakpoint.c: Add comments regarding within_scope future direction. | Jim Kingdon | 2 | -10/+147 | |
1993-04-15 | Version 4.8.3 | Jim Kingdon | 2 | -4/+4 | |
1993-04-15 | minor xcoff changes | Jim Kingdon | 2 | -48/+72 | |
1993-04-15 | * xcoffread.c (record_include_{begin,end}): Change fatal to complain. | Jim Kingdon | 2 | -5/+21 | |
1993-04-14 | * gdb.t07/watchpoint.exp: Remove setup_xfail for i486 | Fred Fish | 1 | -0/+17 | |
watchpoint problem that is now fixed. * gdb.t30/chexp.exp: Remove setup_xfail for printing uninitialized convenience variables. * gdb.t31/chillvars.exp: Fix expected patterns for printing structures. | |||||
1993-04-14 | * ch-exp.y: Fix thinko that broke parsing of FALSE. | Per Bothner | 1 | -1/+1 | |
1993-04-14 | * stabsread.c (read_member_functions): Initialize domain for stubbed | Peter Schauer | 3 | -0/+12 | |
member functions to avoid gdb core dumps when printing pointers to member functions. * cp-valprint.c (cp_print_class_method): Check for stubbed member functions. | |||||
1993-04-14 | Note changes to gdb.t31/chillvars.exp. | Per Bothner | 1 | -0/+7 | |
1993-04-14 | gprof(1) can have more than one profile data file, so have the usage | Sean Eric Fagan | 1 | -1/+1 | |
message reflect that. | |||||
1993-04-13 | * M Makefile.in: Add -g to CFLAGS. | Per Bothner | 5 | -14/+24 | |
Ads LDFLAGS and use in place of CFLAGS where appropriate. * configure.in: Make a sysdep.hlink in the same way other bfd-based directories do. * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned short'. * gprof.h: #include sysdep.h instead of a bunch of stuff. * gprof.c (main): Fix typo gproff->gprof. | |||||
1993-04-13 | * expprint.c (print_subexp): If opcode not found in op_print_tab, | Jim Kingdon | 1 | -0/+4 | |
stop with an error(). eval.c (evaluate_subexp): Change error message. | |||||
1993-04-13 | * objfiles.c (build_objfile_section_table): Cast return value | Jim Kingdon | 2 | -1/+7 | |
from obstack_finish. | |||||
1993-04-13 | * config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAIN | Jim Kingdon | 2 | -0/+31 | |
to rs6000_frame_chain and deal with it if we're in a signal handler. (FRAME_SAVED_PC): Use rs6000_frame_chain. | |||||
1993-04-13 | kill it dead | Ken Raeburn | 1 | -2673/+0 | |
1993-04-12 | * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path. | Rob Savoye | 1 | -0/+9 | |
1993-04-12 | Make sure $GDB contains a real program. | Rob Savoye | 1 | -3/+12 | |
1993-04-12 | * breakpoint.c (within_scope): New function. | Jim Kingdon | 1 | -0/+3 | |
(enable_breakpoint, watchpoint_check): Use it. | |||||
1993-04-12 | Clean up old comments | John Gilmore | 1 | -0/+4 | |