Ian Lance Taylor [Wed, 29 Mar 1995 18:20:33 +0000 (18:20 +0000)]
* coff-i960.c (coff_i960_relocate): Cache the section symbol in
the used_by_bfd field of the section, to avoid looping for each
reloc.
PR 6638.
Ian Lance Taylor [Wed, 29 Mar 1995 17:02:34 +0000 (17:02 +0000)]
* cpu-h8500.c (arch_info_struct): Change name from "H8/300" to
"h8300" for consistency with other cpu-* files.
Michael Meissner [Wed, 29 Mar 1995 14:13:43 +0000 (14:13 +0000)]
Do not declare atof if it is a macro.
Peter Schauer [Wed, 29 Mar 1995 08:16:05 +0000 (08:16 +0000)]
* rs6000-tdep.c (skip_prologue): Skip saving of LR and CR in
the stack frame, fix typos in `st rx,NUM(r1)' and `stu r1,NUM(r1)'
tests.
Per Bothner [Wed, 29 Mar 1995 01:15:04 +0000 (01:15 +0000)]
* pr-6632.ch, pr-6632-grt.ch, pr-6632.exp, Makefile.in: New test case.
Per Bothner [Wed, 29 Mar 1995 01:11:45 +0000 (01:11 +0000)]
* gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB
set, set TYPE_FLAG_TARGET_STUB.
(check_stub_type): Recalculate TYPE_LENGTH for range type.
* stabsread.c (read_range_type): If index type number is followed
by '=', back up, call read_type. and assume we have a true range.
* gdbtypes.h (TYPE_FLAG_TARGET_STUB): Update comment.
This fixes PR 6632.
J.T. Conklin [Wed, 29 Mar 1995 00:57:44 +0000 (00:57 +0000)]
* remote.texi (NetWare): Changed example to use BOARD= instead of
NODE= argument to reflect correspoding change to gdbserve.nlm.
Jeff Law [Tue, 28 Mar 1995 23:28:50 +0000 (23:28 +0000)]
Add entry I forgot to commit:
* som.c (som_set_reloc_info): Sign extend constants from
R_DATA_OVERRIDE fixups.
* libhppa.h (sign_extend): Renamed from sign_ext. Fix.
(low_sign_extend): Likewise.
Jason Molenda [Tue, 28 Mar 1995 22:50:45 +0000 (22:50 +0000)]
Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
build-all.mk,config/mh-solaris: revert these two changes:
Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
* build-all.mk: Use CC=cc -Xs on Solaris.
Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* config/mh-solaris: SunPRO C needs -Xs to be able to get a
working xmakefile for Emacs.
xmakefile no longer used for emacs; recent versions of SunPRO C
allegedly drop -Xs; running configure will assume ``cc'' but when you
compile, it uses ``cc -Xs'' (ansi vs old SunOS behavior) which causes
all kinds of problems rebuilding the source using the SunPRO compiler.
Ian Lance Taylor [Tue, 28 Mar 1995 20:27:35 +0000 (20:27 +0000)]
* bout.c (b_out_canonicalize_reloc): Handle SEC_CONSTRUCTOR
sections.
(b_out_get_reloc_upper_bound): Likewise.
Ian Lance Taylor [Tue, 28 Mar 1995 20:17:37 +0000 (20:17 +0000)]
* linker.c (generic_link_add_symbol_list): Skip constructor
symbols which the main linker code did not do anything with.
(_bfd_generic_link_output_symbols): Use udata.p if it is set,
rather than looking the symbol up in the hash table. Just pass
through constructor symbols for which udata.p is not set. If the
linker defined the symbol, clear the constructor flag.
Fix -r for b.out file format when constructor symbols are defined.
Ken Raeburn [Tue, 28 Mar 1995 19:44:13 +0000 (19:44 +0000)]
keep binutils-hppa
Jim Kingdon [Tue, 28 Mar 1995 17:33:10 +0000 (17:33 +0000)]
* gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
Don't rely on the value of an auto variable before it has been
initialized. Use gdb_test more.
Ian Lance Taylor [Tue, 28 Mar 1995 16:19:22 +0000 (16:19 +0000)]
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
for m68*-ericsson-ose and m88*-*-coff.
Peter Schauer [Tue, 28 Mar 1995 06:58:39 +0000 (06:58 +0000)]
* config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
Fix definitions.
Peter Schauer [Tue, 28 Mar 1995 06:57:39 +0000 (06:57 +0000)]
* alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c,
sparc-tdep.c (supply_gregset, supply_fpregset): Fill inaccessible
registers with zero to handle recent read_register_bytes change.
* irix4-nat.c, irix5-nat.c, mipsv4-nat.c (supply_gregset,
fill_gregset): Fix handling of CAUSE_REGNUM.
* mips-nat.c (store_inferior_registers): Handle unwritable
registers when storing a single register.
* config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
Fix definitions.
* mdebugread.c (parse_symbol, psymtab_to_symtab_1): Clear
allocated mips_extra_func_info, if the debug info is corrupt,
the PDR to fill it in might be missing.
Kung Hsu [Mon, 27 Mar 1995 22:47:04 +0000 (22:47 +0000)]
* vx-share/regPacket.h: a new file interfacing with vxworks.
J.T. Conklin [Mon, 27 Mar 1995 18:49:58 +0000 (18:49 +0000)]
* run.c: parse arguments with getopt().
Ian Lance Taylor [Mon, 27 Mar 1995 16:28:16 +0000 (16:28 +0000)]
* binutils-all/objcopy.exp: Add setup_xfail for simply copy test
for m68*-*-vxworks*.
Ian Lance Taylor [Mon, 27 Mar 1995 16:11:22 +0000 (16:11 +0000)]
* ldmain.c (main): Revert patch of March 10, since the SVR4 linker
does mark shared libraries as executable.
Jim Kingdon [Mon, 27 Mar 1995 16:05:08 +0000 (16:05 +0000)]
* lib/gdb.exp (default_gdb_version): A version number must start
with a digit, but other than that contains all characters up to
the first whitespace character.
Jim Kingdon [Sun, 26 Mar 1995 21:43:41 +0000 (21:43 +0000)]
* gdb.base/commands.exp (breakpoint_command_test): New tests.
Jim Kingdon [Sun, 26 Mar 1995 21:39:51 +0000 (21:39 +0000)]
* breakpoint.c (bpstat_do_actions): Once we've executed the
commands, set bs->commands to NULL.
Jim Kingdon [Sat, 25 Mar 1995 23:46:43 +0000 (23:46 +0000)]
* gdb.c++/*.exp: Warn if executable does not exist. The original
reason for skipping the warning was that configure.in sometimes
intentionally skipped building the executables but the tcl code
had no way of knowing. That (a) was always bogus with respect to
error handling, (b) is no longer true (right now there is no way
to skip C++ tests).
* gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
Peter Schauer [Sat, 25 Mar 1995 09:26:16 +0000 (09:26 +0000)]
* gdb.base/list.exp: Add expect patterns for output from
SunPRO compiled executables.
* gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
types.
Peter Schauer [Sat, 25 Mar 1995 09:25:06 +0000 (09:25 +0000)]
* sparc-tdep.c, config/sparc/tm-sun4sol2.h
(sunpro_static_transform_name): Renamed from
solaris_static_transform_name.
* config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME):
Define to sunpro_static_transform_name for acc 3.0 compiled
executables.
Peter Schauer [Sat, 25 Mar 1995 09:23:10 +0000 (09:23 +0000)]
* buildsym.c (patch_subfile_name): Update last_source_file
with the real source file name.
* dbxread.c (end_psymtab): Handle static functions in the
SOFUN_ADDRESS_MAYBE_MISSING case by passing pst->filename
to lookup_minimal_symbol.
(process_one_symbol): Ignore extra outermost context from
SunPRO cc and acc.
* stabsread.c (define_symbol): Do not complain for SunPRO
static variable encoding if STATIC_TRANSFORM_NAME is defined.
* sparc-tdep.c, config/sparc/tm-sun4sol2.h
(sunpro_static_transform_name): Renamed from
solaris_static_transform_name.
* config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME):
Define to sunpro_static_transform_name for acc 3.0 compiled
executables.
* procfs.c, config/alpha/nm-osf2.h (PROCFS_DONT_TRACE_FAULTS):
Renamed from PROCFS_DONT_TRACE_IFAULT, don't trace any faults
if defined.
* procfs.c (info_proc_siginfo): Cast sip->si_addr to
`unsigned long' and use `lx' format for printing it.
Jim Kingdon [Sat, 25 Mar 1995 06:01:20 +0000 (06:01 +0000)]
* gdb.base/break.exp (test_next_with_recursion): Accept any line
number (we are already testing that the correct source line text
gets printed).
* gdb.base/break.exp: Make one test if $usestubs. I'm not sure
that is what is intended, but something needed to be done to get
sunos4 native working again.
* gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
Stu Grossman [Sat, 25 Mar 1995 00:41:54 +0000 (00:41 +0000)]
* configure.in: Move test for m68*-est-* before m68*-*-coff*.
* findvar.c: Move default def of CANNOT_STORE_REGISTER closer to
the beginning of the code.
* (write_register_gen): New routine. Analogous to
read_register_gen.
* (write_register_bytes): Another rewrite! Make it smarter about
not updating regs with the same value.
* monitor.c (printf_monitor readchar): Use stderr instead of
stdout to output debug info. Also cleanup readchar a little.
* (expect): Make sure that excessive responses are null
terminated.
* (monitor_open): Check for magic number in monitor_ops struct.
Allow multiple commands as init strings. Also, clear all
breakpoints.
* (monitor_resume monitor_wait): Send a command to dump all the
regs for those targets which don't do so when waking up after a
continue command.
* (monitor_wait): Handle excessive response output better.
* (monitor_write_memory): Use block fill, word, and long word
commands (if they exist) to write memory more efficiently.
* General cleanups to use flag bits instead of individual flag
words in monitor_ops struct.
* (monitor_command): Return output from command.
* (monitor_load_srec): Allocate buffer only once. Use alloca.
Wait for load response string instead of using a timeout to start
sending S-records. Fix bug where value of srec_frame shrinks. If
hashmark is set, print `-' for retransmissions. General cleanups.
* (monitor_make_srec): Get rid of S-record default type kludge.
* monitor.h: Use seperate struct for memory and register
read/write commands. Memory commands can come in byte, word,
long, and longlong forms.
* (monitor_ops): Change lots of fields. Generalize some stuff.
Put all flags into flags word. Allow init to be a list of commands.
Add command for clearing all breakpoints, block fill, dumping all
registers.
* remote-est.c: Rewrite to use new monitor conventions.
* config/m68k/est.mt (TDEPFILES): Add monitor.o.
* config/m68k/tm-est.h: Set NUM_REGS to 18.
* testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test
more thoroughly.
Stu Grossman [Sat, 25 Mar 1995 00:37:09 +0000 (00:37 +0000)]
New file for controlling the EST.
Stu Grossman [Sat, 25 Mar 1995 00:36:01 +0000 (00:36 +0000)]
* configure.in: Move test for m68*-est-* before m68*-*-coff*.
* findvar.c: Move default def of CANNOT_STORE_REGISTER closer to
the beginning of the code.
* (write_register_gen): New routine. Analogous to
read_register_gen.
* (write_register_bytes): Another rewrite! Make it smarter about
not updating regs with the same value.
* monitor.c (printf_monitor readchar): Use stderr instead of
stdout to output debug info. Also cleanup readchar a little.
* (expect): Make sure that excessive responses are null
terminated.
* (monitor_open): Check for magic number in monitor_ops struct.
Allow multiple commands as init strings. Also, clear all
breakpoints.
* (monitor_resume monitor_wait): Send a command to dump all the
regs for those targets which don't do so when waking up after a
continue command.
* (monitor_wait): Handle excessive response output better.
* (monitor_write_memory): Use block fill, word, and long word
commands (if they exist) to write memory more efficiently.
* General cleanups to use flag bits instead of individual flag
words in monitor_ops struct.
* (monitor_command): Return output from command.
* (monitor_load_srec): Allocate buffer only once. Use alloca.
Wait for load response string instead of using a timeout to start
sending S-records. Fix bug where value of srec_frame shrinks. If
hashmark is set, print `-' for retransmissions. General cleanups.
* (monitor_make_srec): Get rid of S-record default type kludge.
* monitor.h: Use seperate struct for memory and register
read/write commands. Memory commands can come in byte, word,
long, and longlong forms.
* (monitor_ops): Change lots of fields. Generalize some stuff.
Put all flags into flags word. Allow init to be a list of commands.
Add command for clearing all breakpoints, block fill, dumping all
registers.
* remote-est.c: Rewrite to use new monitor conventions.
* config/m68k/est.mt (TDEPFILES): Add monitor.o.
* config/m68k/tm-est.h: Set NUM_REGS to 18.
* testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test
more thoroughly.
Jim Kingdon [Fri, 24 Mar 1995 23:06:46 +0000 (23:06 +0000)]
* gdb.base/a1-selftest.exp (test_with_self): Remove comment which
apparently went with a (very) old xfail.
Kung Hsu [Fri, 24 Mar 1995 22:06:00 +0000 (22:06 +0000)]
* gdb.base/callfuncs.exp: call runto_main instead of runto main.
runto_main is a proc in gdb.exp that will do 'step' for target use
stubs.
* gdb.base/exprs.exp: ditto.
* gdb.base/interrupt.exp: ditto.
* gdb.base/opaque.exp: ditto.
* gdb.base/printcmds.exp: ditto.
* gdb.base/ptype.exp: ditto.
* gdb.base/scope.exp: ditto.
* gdb.base/setvar.exp: ditto.
* gdb.base/signals.exp: ditto.
* gdb.base/twice.exp: ditto.
* gdb.base/break.exp: no run and hit main for stubs. Change line
numbers for breakpoints and info breakpoint.
* gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
breakpoint().
* gdb.base/callfuncs.c: ditto.
* gdb.base/exprs: ditto.
* gdb.base/interrupt.c: ditto.
* gdb.base/opaque0.c: ditto.
* gdb.base/printcmds.c: ditto.
* gdb.base/ptype.c: ditto.
* gdb.base/scope0.c: ditto.
* gdb.base/setvar.c: ditto.
* gdb.base/signals.c: ditto.
* gdb.base/twice.c: ditto.
Kung Hsu [Fri, 24 Mar 1995 22:02:15 +0000 (22:02 +0000)]
* gdb.base/callfuncs.exp: call runto_main instead of runto main.
runto_main is a proc in gdb.exp that will do 'step' for target use
stubs.
* gdb.base/exprs.exp: ditto.
* gdb.base/interrupt.exp: ditto.
* gdb.base/opaque.exp: ditto.
* gdb.base/printcmds.exp: ditto.
* gdb.base/ptype.exp: ditto.
* gdb.base/scope.exp: ditto.
* gdb.base/setvar.exp: ditto.
* gdb.base/signals.exp: ditto.
* gdb.base/twice.exp: ditto.
* gdb.c++/classes.exp: ditto.
* gdb.c++/inherit.exp: ditto.
* gdb.c++/templates.exp: ditto.
* gdb.base/break.exp: no run and hit main for stubs. Change line
numbers for breakpoints and info breakpoint.
* gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
breakpoint().
* gdb.base/callfuncs.c: ditto.
* gdb.base/exprs: ditto.
* gdb.base/interrupt.c: ditto.
* gdb.base/opaque0.c: ditto.
* gdb.base/printcmds.c: ditto.
* gdb.base/ptype.c: ditto.
* gdb.base/scope0.c: ditto.
* gdb.base/setvar.c: ditto.
* gdb.base/signals.c: ditto.
* gdb.base/twice.c: ditto.
* gdb.c++/misc.cc: ditto.
* gdb.c++/templates.cc: ditto.
Jim Kingdon [Fri, 24 Mar 1995 20:05:28 +0000 (20:05 +0000)]
* config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
Ian Lance Taylor [Fri, 24 Mar 1995 16:49:14 +0000 (16:49 +0000)]
* strings.c: Include "bfd.h" before other headers. Include
"sysdep.h".
* bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
and print them with %ld.
Ian Lance Taylor [Fri, 24 Mar 1995 16:46:02 +0000 (16:46 +0000)]
* binutils-hppa/objdump.exp: Correct hppa*-*-* check.
Jim Kingdon [Fri, 24 Mar 1995 16:38:06 +0000 (16:38 +0000)]
* gdb.base/a1-selftest.exp: Don't check for # followed by a digit
somewhere between `read' and `main.c'. I'm pretty sure the
pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
and it isn't particularly useful.
Jim Kingdon [Fri, 24 Mar 1995 14:13:35 +0000 (14:13 +0000)]
* gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
Jeff Law [Fri, 24 Mar 1995 06:21:44 +0000 (06:21 +0000)]
* somsolib.c (som_solib_add): Handle case where a shared library
referenced by a core file has sections without the SEC_ALLOC bit
set (eg stabs sections).
Jim Kingdon [Thu, 23 Mar 1995 23:36:33 +0000 (23:36 +0000)]
* gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
Jim Kingdon [Thu, 23 Mar 1995 23:35:00 +0000 (23:35 +0000)]
* breakpoint.c (bpstat_do_actions): For each element in the bpstat
chain, do all the commands regardless of whether they run the
inferior.
David Edelsohn [Thu, 23 Mar 1995 03:39:24 +0000 (03:39 +0000)]
* mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as
BREAKPOINT if mono-endian.
(break_insn): Deleted.
(big_break_insn, little_break_insn): Define.
(memory_insert_breakpoint): Handle bi-endian cpus.
(BREAKPOINT_LEN): Define.
(memory_remove_breakpoint): Use it.
(memory_breakpoint_size): Likewise.
Kung Hsu [Thu, 23 Mar 1995 02:38:39 +0000 (02:38 +0000)]
* config/mt-slite: add LIBS and -nostdlib.
* config/slite-gdb.exp: add this new file to support sparclite target.
David Edelsohn [Wed, 22 Mar 1995 05:42:22 +0000 (05:42 +0000)]
* config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
David Edelsohn [Wed, 22 Mar 1995 04:54:35 +0000 (04:54 +0000)]
* gdb.base/a2-run.exp: Change argument to istarget from
"*-*-vxworks" to "*-*-vxworks*".
* gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
David Edelsohn [Wed, 22 Mar 1995 04:52:25 +0000 (04:52 +0000)]
Change argument to istarget from "*-*-vxworks" to "*-*-vxworks*".
Kung Hsu [Wed, 22 Mar 1995 01:13:08 +0000 (01:13 +0000)]
* lib/gdb.exp: add proc runto_main, for targets that use stubs, this
will not runto main but do a 'step' to step out of breakpoint().
* config/mt-slite: add -Dusestubs.
Kung Hsu [Wed, 22 Mar 1995 01:12:04 +0000 (01:12 +0000)]
* config/mt-slite: add -Dusestubs.
Kung Hsu [Wed, 22 Mar 1995 01:11:34 +0000 (01:11 +0000)]
* lib/gdb.exp: add proc runto_main, for targets that use stubs, this
will not runto main but do a 'step' to step out of breakpoint().
Kung Hsu [Wed, 22 Mar 1995 01:06:36 +0000 (01:06 +0000)]
* sparc-stub.c: add nop after 'bg good_wim'.
* sparcl-stub.c: ditto.
Jim Kingdon [Tue, 21 Mar 1995 22:24:00 +0000 (22:24 +0000)]
* gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
instead of just @.
Jim Kingdon [Tue, 21 Mar 1995 22:02:06 +0000 (22:02 +0000)]
* gdb.base/signals.exp: Add test for "handle all print".
* TODO: Remove "handle all print". Also remove item about
checking copyright date (I don't like the idea of a spurious FAIL
based on when we run the tests).
Jim Kingdon [Tue, 21 Mar 1995 21:59:03 +0000 (21:59 +0000)]
* infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT.
Ian Lance Taylor [Tue, 21 Mar 1995 21:54:25 +0000 (21:54 +0000)]
* config/tc-mips.c (md_show_usage): Mention -mips4 and -m4650.
Jim Kingdon [Tue, 21 Mar 1995 21:12:24 +0000 (21:12 +0000)]
* gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
for SunOS4 (reason for failure not investigated). Remove
redundant test for $binfile.
Jim Kingdon [Tue, 21 Mar 1995 21:01:53 +0000 (21:01 +0000)]
* gdb.base/nodebug.c (array_index): Call malloc.
Jim Kingdon [Tue, 21 Mar 1995 20:17:49 +0000 (20:17 +0000)]
* gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
Ian Lance Taylor [Tue, 21 Mar 1995 20:17:07 +0000 (20:17 +0000)]
* ldlang.c (lang_common): Change power to int. Pass larger values
before smaller values.
(lang_one_common): Treat info as int *. Don't bother to check for
last value, since it is now zero.
Jim Kingdon [Tue, 21 Mar 1995 20:11:37 +0000 (20:11 +0000)]
* tuples.exp (do_tests): Make names of "print v_ps" test unique.
Jeff Law [Tue, 21 Mar 1995 17:49:53 +0000 (17:49 +0000)]
* binutils-hppa/addendbug.s: New testcase.
* binutils-hppa/objdump.exp: Run it.
Jeff Law [Tue, 21 Mar 1995 05:47:14 +0000 (05:47 +0000)]
* gas/hppa/unsorted/common.s: New test.
* gas/hppa/unsorted/unsorted.exp: Run it.
Jeff Law [Tue, 21 Mar 1995 05:40:30 +0000 (05:40 +0000)]
* som.c (som_slurp_symbol_table): Tighten test to determine
what symbols are section symbols.
Stu Grossman [Mon, 20 Mar 1995 23:41:51 +0000 (23:41 +0000)]
* config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register
dump handling.
Stu Grossman [Mon, 20 Mar 1995 23:40:33 +0000 (23:40 +0000)]
* findvar.c (read_register_bytes write_register_bytes): Make
these routines much smarter about updating registers from the
target, only doing so when absolutely necessary. This really
speeds up register modification on some remote targets.
* monitor.c: More cleanups. Get rid of monitor_load_ascii_srec.
BFD makes this unnecessary. Lots of debugging speedups.
* (expect): NULL terminate return string.
* (monitor_open monitor_supply_register parse_register_dump
monitor_wait monitor_fetch_register): Switch to using GNU regexp
library to parse multi-register displays.
* (monitor_read_memory): Read multiple bytes (up to 16) at once.
* (monitor_create_inferior): Call clear_proceed_status to make run
command notice first breakpoint.
* (monitor_load): Clean up. Reset inferior_pid, set pc to start
address and reset symbol table stuff to make loads put things into
a fresh state.
* (monitor_load_srec): Lower sleep time to 1 second.
* monitor.h (struct monitor_ops): Add register_pattern and
supply_register to monitor_ops.
* rom68k-rom.c: Add new support for handling register dumps.
* config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register
dump handling.
Ian Lance Taylor [Mon, 20 Mar 1995 19:31:58 +0000 (19:31 +0000)]
* lib/utils-lib.exp (default_binutils_run): Quote any dollar signs
in progargs before passing it to exec.
Jeff Law [Mon, 20 Mar 1995 17:11:35 +0000 (17:11 +0000)]
* hppab-nat.c (store_inferior_registers): Sync with HPUX version.
Jeff Law [Mon, 20 Mar 1995 17:09:25 +0000 (17:09 +0000)]
* gdb.base/recurse.exp: Update gdb_test invocation to use new
conventions and slightly simplify the matching regexp.
Stu Grossman [Mon, 20 Mar 1995 15:38:56 +0000 (15:38 +0000)]
* hppah-nat.c (store_inferior_registers): Move check for
CANNOT_STORE_REGISTER to a better place. Fixes ptrace I/O errors
found by test suite during function calls, which attempts to write
unwritable registers.
Peter Schauer [Sat, 18 Mar 1995 13:16:51 +0000 (13:16 +0000)]
* mdebugread.c (parse_symbol): If finishing a function without
known parameter type info, set that from parameter symbols.
Remove commented-out add_param_to_type support.
Ian Lance Taylor [Sat, 18 Mar 1995 06:56:51 +0000 (06:56 +0000)]
tipo
Ian Lance Taylor [Sat, 18 Mar 1995 06:56:00 +0000 (06:56 +0000)]
* elfcode.h (elf_bfd_link_add_symbols): An empty archive is OK.
Ian Lance Taylor [Sat, 18 Mar 1995 06:53:14 +0000 (06:53 +0000)]
* ldlang.c (load_symbols): An empty is archive is OK.
Stan Shebs [Sat, 18 Mar 1995 00:50:51 +0000 (00:50 +0000)]
* mpw-config.in (TDEFINES): Put empty definition into
makefile fragment.
* mpw-make.in (xmalloc.c.o): Remove.
(as.new): Depend on Version.r.
(Version.r): Generate from version info.
Stan Shebs [Sat, 18 Mar 1995 00:42:17 +0000 (00:42 +0000)]
* mpw-configure: Revert previous move of target_cpu
calculation, mpw-config.in needs it.
* mpw-config.in: Add generic include forwards for cpu-specific
include files in aout and elf directories.
Stan Shebs [Sat, 18 Mar 1995 00:23:15 +0000 (00:23 +0000)]
* mpw-config.in (TDEFINES): Define as empty in makefile frag.
Stan Shebs [Sat, 18 Mar 1995 00:14:30 +0000 (00:14 +0000)]
update for changed mpw filename
Stan Shebs [Sat, 18 Mar 1995 00:13:26 +0000 (00:13 +0000)]
* mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
(i386-unknown-coff): Remove.
(sh-hitachi-hms): New target.
(emulation_ofiles): Set correctly for each target.
(version, TDEFINES): Add to makefile fragment.
* mpw-make.in (BISON): Use byacc instead of bison.
(em_*.c): Replace with e*.c everywhere.
(ldgram.h): Separate action from ldgram.c generation.
(LD_PROG): Depend on Version.r.
(Version.r): generate from version info.
* mpw-em.c: Remove.
* mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
Jeff Law [Fri, 17 Mar 1995 23:45:36 +0000 (23:45 +0000)]
* config/hppa.sed: Sed script to transform bintest.s into proper
PA assembly code.
* binutils-all/nm.exp: Enable these tests on the PA.
* binutils-all/objcopy.exp: Enable these tests on the PA. Expect
simple copy to fail.
* binutils-all/objdump.exp: Enable these tests on the PA. Handle
"CODE" as a section name.
* binutils-all/size.exp: Enable these tests on the PA.
* lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*",
run the assembly through a sed script before passing it to the
assembler.
Stan Shebs [Fri, 17 Mar 1995 23:21:12 +0000 (23:21 +0000)]
* mpw-config.in (i386-unknown-go32): Change from aout.
(sh-hitachi-hms): New target.
* mpw-make.in (BISON): Use byacc instead of bison.
(VERSION): Bump to 4.14.1.
(*-pinsn.*): Remove mentions everywhere.
(all): Don't build MacGDB.
(gdb, SiowGDB): Depend on Version.r.
(Version.r): Generate from version info.
* main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
(main) [MPW]: Remove debugging hook.
* mac-xdep.c (debug_openp): New flag.
(mac_init): Set flag if env variable defined.
* ser-mac.c (mac_open): Clarify error message.
(mac_readchar): Call PROGRESS while looping.
(mac_write): Call sleep instead of sec_sleep.
(sec_sleep): Remove.
* source.c (openp) [MPW]: Only print debugging info if debugging.
* utils.c (query) [MPW]: Clarify that behavior is a bug.
Jeff Law [Fri, 17 Mar 1995 19:42:22 +0000 (19:42 +0000)]
* config/tc-hppa.c (pa_comm): Make sure to always reset the frag
and section for common symbols.
Ian Lance Taylor [Fri, 17 Mar 1995 16:51:36 +0000 (16:51 +0000)]
* elfcode.h (elf_link_add_object_symbols): Check whether a dynamic
object has already been included, and ignore it the second time.
Jim Kingdon [Fri, 17 Mar 1995 15:20:42 +0000 (15:20 +0000)]
* lib/gdb.exp: Skip CHILL for AIX and Solaris.
Jim Kingdon [Fri, 17 Mar 1995 14:49:24 +0000 (14:49 +0000)]
* stabs.texinfo (Negative Type Numbers): Mention the fact that
GDB, as well as AIX dbx, supports the size type attribute.
Jim Kingdon [Fri, 17 Mar 1995 14:46:55 +0000 (14:46 +0000)]
* gdb.base/nodebug.exp: Comment out redundant test. Make name of
tests unique.
Jim Kingdon [Fri, 17 Mar 1995 13:59:56 +0000 (13:59 +0000)]
* gdb.base/nodebug.exp: Comment out redundant test. Make name of
test unique.
Jim Kingdon [Fri, 17 Mar 1995 13:45:00 +0000 (13:45 +0000)]
* lib/gdb.exp: Skip CHILL for AIX.
Jason Merrill [Fri, 17 Mar 1995 01:20:00 +0000 (01:20 +0000)]
Duh. Really, duh.
Jim Kingdon [Fri, 17 Mar 1995 00:41:40 +0000 (00:41 +0000)]
* xcoffread.c (process_linenos): Make sure filename we pass to
start_subfile will cause deduce_language_from_filename to return
the correct thing. Reindent function to GNU standards.
Jim Kingdon [Fri, 17 Mar 1995 00:32:31 +0000 (00:32 +0000)]
* gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
one argument of type "<non-float parameter>".
J.T. Conklin [Fri, 17 Mar 1995 00:03:11 +0000 (00:03 +0000)]
* nlm/gdbserve.c (handle_exception): #if out call to StopBell,
as it is not available on NetWare 3 or PIN.
* nlm/ppc.c (StopBell): Removed.
Jim Kingdon [Thu, 16 Mar 1995 22:45:35 +0000 (22:45 +0000)]
* xcoffread.c (read_xcoff_symtab): When creating a dummy parameter
inferred from the traceback tags, give its type the name
"<non-float parameter>".
Michael Meissner [Thu, 16 Mar 1995 22:22:39 +0000 (22:22 +0000)]
Provide eabi C++ static constructor/destructor support.
Jason Merrill [Thu, 16 Mar 1995 21:37:09 +0000 (21:37 +0000)]
Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
* configure.in: Fix --enable-shared logic in per-host.
Jim Kingdon [Thu, 16 Mar 1995 20:37:09 +0000 (20:37 +0000)]
* stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.
Jim Kingdon [Thu, 16 Mar 1995 20:31:08 +0000 (20:31 +0000)]
* stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
Ian Lance Taylor [Thu, 16 Mar 1995 19:14:24 +0000 (19:14 +0000)]
* ld.texinfo, ld.1: Document --whole-archive.
Ian Lance Taylor [Thu, 16 Mar 1995 19:06:41 +0000 (19:06 +0000)]
* ldlang.c (load_symbols): If whole_archive is true and ENTRY
describes an archive, call bfd_link_add_symbols on each member.
* ldmain.c (whole_archive): New variable.
(main): Initialize it to false.
* ldmain.h: Declare whole_archive.
* lexsup.c (parse_args): Grok --whole-archive switch.
Ian Lance Taylor [Thu, 16 Mar 1995 17:03:26 +0000 (17:03 +0000)]
* genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not
using the default emulation.
Ian Lance Taylor [Thu, 16 Mar 1995 16:39:53 +0000 (16:39 +0000)]
* config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set
LDEMULATION.
* config/hppaelf.mh (HOSTING_EMU): Likewise.