aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-04-18 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysvDavid D. Zuhn1-1/+1
* config/mh-delta88: remove extraneous GCC references
1993-04-17 * aoutf1.h (internal_sunos_core): Make c_stacktop a bfd_vma.Jim Kingdon2-38/+40
(swapcore_sparc): Make sp a bfd_vma.
1993-04-17 * munch: Don't use head command. It doesn't exist everywhere.Stu Grossman2-1/+5
1993-04-17 * libbfd.c: Add signed versions of bfd_{h_,}{get,put}_signed_<size>.Jim Kingdon11-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-16Remove chill sanitizations, which are no longer necessary.Fred Fish14-211/+38
1993-04-16Remove chill sanitization stuff and add chill files to keep list.Fred Fish1-54/+5
1993-04-16Remove chill sanitize lines that are no longer needed.Fred Fish1-60/+0
1993-04-16 * inflow.c (new_tty): Remove spurious 'o' character at endFred Fish1-0/+5
of #endif line.
1993-04-16 * mips-tdep.c (mips_skip_prologue): Always skip the typical prologuePeter Schauer3-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-16More doc fixesJim Kingdon1-1/+3
1993-04-16 * symtab.{c,h}: Doc fixes (remove symseg references, last relevantJim Kingdon3-40/+52
in gdb 2.8!).
1993-04-16 * config/unix-gdb.exp: Add back missing return 0 which mysteriouslyPeter Schauer2-1/+7
disappeared.
1993-04-16 * depend, alldeps.mak: Update, now that gcc -MM bug is fixed.Fred Fish3-4/+53
1993-04-15Add h8.texi to things-to-keepRoland Pesch1-1/+5
1993-04-15as.texinfo, Makefile.inRoland Pesch1-0/+16
1993-04-15(1) Hitachi SH material (sanitizable)Roland Pesch1-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-15Include Hitachi SH (sanitizably); remove MACH-DEP setting, no longer usedRoland Pesch1-0/+64
1993-04-15Arrange to clean out references to Hitachi SH.Roland Pesch1-1/+23
1993-04-15Configuration for Hitachi chips, recast for current conditionals.Roland Pesch2-15/+30
1993-04-15 * source.c (select_source_symtab): Clean up comment. Also, ifJim Kingdon2-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-15Check in new generated bfd.h to go with:Jim Kingdon2-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-15Thu Apr 15 09:09:18 1993 Jim Kingdon (kingdon@cygnus.com)Jim Kingdon3-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 Gilmore2-2/+3
* stabsread.h: Declare it. * partial-stab.h: Use it.
1993-04-15* dbxread.c (unknown_symchar_complaint): Add new complaint.John Gilmore4-103/+101
* stabsread.c: Declare it. * partial-stab.h: Use it. * utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC.
1993-04-15Minor cleanup.John Gilmore2-5/+9
1993-04-15Avoid $< in explicit rule.John Gilmore1-0/+4
1993-04-15* aoutx.h (aout_*_adjust_sizes_and_vmas): Avoid `sanity'John Gilmore2-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-15Fix minor merge botch in prev change.John Gilmore1-1/+1
1993-04-15* ieee.c (ieee_slurp_sections): Pass all ieee section namesJohn Gilmore2-50/+50
straight through into BFD sections. Add comments.
1993-04-15Cleanup in preparation for better 64-bit host support.John Gilmore3-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 Gilmore3-143/+499
1993-04-15 * stack.c (print_frame_info): Print specially if dummy frame.Jim Kingdon2-3/+12
1993-04-15 * breakpoint.c: Add comments regarding within_scope future direction.Jim Kingdon2-10/+147
1993-04-15Version 4.8.3Jim Kingdon2-4/+4
1993-04-15minor xcoff changesJim Kingdon2-48/+72
1993-04-15 * xcoffread.c (record_include_{begin,end}): Change fatal to complain.Jim Kingdon2-5/+21
1993-04-14 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486Fred Fish1-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 Bothner1-1/+1
1993-04-14 * stabsread.c (read_member_functions): Initialize domain for stubbedPeter Schauer3-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-14Note changes to gdb.t31/chillvars.exp.Per Bothner1-0/+7
1993-04-14gprof(1) can have more than one profile data file, so have the usageSean Eric Fagan1-1/+1
message reflect that.
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner5-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 Kingdon1-0/+4
stop with an error(). eval.c (evaluate_subexp): Change error message.
1993-04-13 * objfiles.c (build_objfile_section_table): Cast return valueJim Kingdon2-1/+7
from obstack_finish.
1993-04-13 * config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAINJim Kingdon2-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-13kill it deadKen Raeburn1-2673/+0
1993-04-12 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.Rob Savoye1-0/+9
1993-04-12Make sure $GDB contains a real program.Rob Savoye1-3/+12
1993-04-12 * breakpoint.c (within_scope): New function.Jim Kingdon1-0/+3
(enable_breakpoint, watchpoint_check): Use it.
1993-04-12Clean up old commentsJohn Gilmore1-0/+4