Fred Fish
9c22565940
* inflow.c (new_tty): Remove spurious 'o' character at end
...
of #endif line.
1993-04-16 22:15:26 +00:00
Peter Schauer
e157305cd9
* mips-tdep.c (mips_skip_prologue): Always skip the typical prologue
...
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 19:29:14 +00:00
Jim Kingdon
95330ec393
More doc fixes
1993-04-16 17:46:01 +00:00
Jim Kingdon
0b28c26082
* symtab.{c,h}: Doc fixes (remove symseg references, last relevant
...
in gdb 2.8!).
1993-04-16 17:36:49 +00:00
Peter Schauer
987b4233ae
* config/unix-gdb.exp: Add back missing return 0 which mysteriously
...
disappeared.
1993-04-16 16:39:49 +00:00
Fred Fish
dd052d9a4b
* depend, alldeps.mak: Update, now that gcc -MM bug is fixed.
1993-04-16 04:19:09 +00:00
Roland Pesch
4f6a1ad158
Add h8.texi to things-to-keep
1993-04-15 23:55:45 +00:00
Roland Pesch
97a6070c83
as.texinfo, Makefile.in
1993-04-15 23:27:39 +00:00
Roland Pesch
f009d0ab7e
(1) Hitachi SH material (sanitizable)
...
(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 23:23:21 +00:00
Roland Pesch
b657d1c254
Include Hitachi SH (sanitizably); remove MACH-DEP setting, no longer used
1993-04-15 23:10:28 +00:00
Roland Pesch
b0c4169465
Arrange to clean out references to Hitachi SH.
1993-04-15 23:06:08 +00:00
Roland Pesch
17b05fe5ab
Configuration for Hitachi chips, recast for current conditionals.
1993-04-15 23:04:25 +00:00
Jim Kingdon
9fa59efdd9
* source.c (select_source_symtab): Clean up comment. Also, if
...
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 20:11:01 +00:00
Jim Kingdon
a1ed71360d
Check in new generated bfd.h to go with:
...
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 19:30:42 +00:00
Jim Kingdon
34b6a8c305
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 19:29:51 +00:00
John Gilmore
6f49b01e47
* dbxread.c (unknown_symchar_complaint): Add new complaint.
...
* stabsread.h: Declare it.
* partial-stab.h: Use it.
1993-04-15 09:43:33 +00:00
John Gilmore
65ce5df44f
* dbxread.c (unknown_symchar_complaint): Add new complaint.
...
* stabsread.c: Declare it.
* partial-stab.h: Use it.
* utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC.
1993-04-15 09:41:59 +00:00
John Gilmore
4d7f562d49
Minor cleanup.
1993-04-15 09:35:54 +00:00
John Gilmore
acb771de03
Avoid $< in explicit rule.
1993-04-15 09:28:58 +00:00
John Gilmore
a99c3d7094
* aoutx.h (aout_*_adjust_sizes_and_vmas): Avoid `sanity'
...
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 08:44:58 +00:00
John Gilmore
b07d03ba16
Fix minor merge botch in prev change.
1993-04-15 08:19:43 +00:00
John Gilmore
7185848601
* ieee.c (ieee_slurp_sections): Pass all ieee section names
...
straight through into BFD sections. Add comments.
1993-04-15 08:05:31 +00:00
John Gilmore
b6090f4d65
Cleanup in preparation for better 64-bit host support.
...
* 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 04:53:14 +00:00
John Gilmore
8f8fefccf5
* aout-adobe.c, cpu-h8300.c, mipsbsd.c, srec.c: lint -Wall.
1993-04-15 04:52:32 +00:00
Jim Kingdon
df2a1bd7d9
* stack.c (print_frame_info): Print specially if dummy frame.
1993-04-15 03:36:02 +00:00
Jim Kingdon
fa99ebe19f
* breakpoint.c: Add comments regarding within_scope future direction.
1993-04-15 01:45:35 +00:00
Jim Kingdon
ee7e82fedb
Version 4.8.3
1993-04-15 01:13:52 +00:00
Jim Kingdon
3a8bc841b0
minor xcoff changes
1993-04-15 00:33:51 +00:00
Jim Kingdon
486b440e04
* xcoffread.c (record_include_{begin,end}): Change fatal to complain.
1993-04-15 00:14:37 +00:00
Fred Fish
a08317af9f
* gdb.t07/watchpoint.exp: Remove setup_xfail for i486
...
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 23:43:51 +00:00
Per Bothner
c9a9bf776c
* ch-exp.y: Fix thinko that broke parsing of FALSE.
1993-04-14 21:04:50 +00:00
Peter Schauer
39cb3d0488
* stabsread.c (read_member_functions): Initialize domain for stubbed
...
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 19:53:11 +00:00
Per Bothner
b54a2f2d90
Note changes to gdb.t31/chillvars.exp.
1993-04-14 06:21:34 +00:00
Sean Eric Fagan
6699a5555d
gprof(1) can have more than one profile data file, so have the usage
...
message reflect that.
1993-04-14 00:04:18 +00:00
Per Bothner
9d65137307
* M Makefile.in: Add -g to CFLAGS.
...
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 23:20:14 +00:00
Jim Kingdon
e2ff731bf7
* expprint.c (print_subexp): If opcode not found in op_print_tab,
...
stop with an error().
eval.c (evaluate_subexp): Change error message.
1993-04-13 19:18:37 +00:00
Jim Kingdon
ccd87bf2b4
* objfiles.c (build_objfile_section_table): Cast return value
...
from obstack_finish.
1993-04-13 15:31:29 +00:00
Jim Kingdon
f36492275c
* config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAIN
...
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 06:15:14 +00:00
Ken Raeburn
79f1d6a385
kill it dead
1993-04-13 05:32:52 +00:00
Rob Savoye
ce30725700
* config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
1993-04-12 22:27:06 +00:00
Rob Savoye
32a02b2a49
Make sure $GDB contains a real program.
1993-04-12 22:15:10 +00:00
Jim Kingdon
0a819c0429
* breakpoint.c (within_scope): New function.
...
(enable_breakpoint, watchpoint_check): Use it.
1993-04-12 21:22:46 +00:00
John Gilmore
d0b09ced76
Clean up old comments
1993-04-12 21:18:31 +00:00
Jim Kingdon
affc968624
source.c (openp): Handle "exec-file ./ls" correctly.
1993-04-12 18:21:25 +00:00
Jim Kingdon
0a62ff3608
(breakpoint_1): use wrap_here before "at"
1993-04-12 17:56:35 +00:00
Ian Lance Taylor
9a9a88c18f
Fix typo, change appropriate instances of -2 to SERIAL_TIMEOUT, add
...
explicit != 0 tests, improve comments.
1993-04-10 20:25:54 +00:00
Ian Lance Taylor
da962137db
* test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
...
targets, rather than for MIPS hosts.
1993-04-10 19:05:18 +00:00
Per Bothner
5a7c9cceb7
* ch-exp.y: Clean up lexing of identifiers and
...
reserved words. (E.g. don't recognize FALSEXXX as the
keyword FALSE followed by the identifier XXX.)
Also, convert identifiers to lower case.
1993-04-10 08:35:32 +00:00
Stu Grossman
1724c671da
* remote-mips.c, remote-monitor.c, remote-st2000.c: Convert to
...
new serial interface.
1993-04-09 22:55:00 +00:00
Stu Grossman
4febd10272
* remote.c (remote_open): Use SERIAL_OPEN instead of serial_open.
...
(putpkt, getpkt): Use new return codes for SERIAL_READCHAR.
* ser-go32.c: Return -1 on most failures, 0 on most successes,
and use new return codes for go32_readchar().
* ser-unix.c: Ditto. Also, move error handling up to caller for
SERIAL_SETBAUDRATE().
* serial.c (serial_open): Internal call, not SERIAL_OPEN to get
to specific routine.
(serial_close): New routine to wrap around device close routine.
serial.h: Clean & document return values more clearly.
1993-04-09 22:14:04 +00:00