Nick Clifton [Sat, 9 Jan 1999 11:02:56 +0000 (11:02 +0000)]
prevent accidental redefinition of obj_adjust_symtab
David Taylor [Sat, 9 Jan 1999 00:10:18 +0000 (00:10 +0000)]
new files -- part of the HP merge.
David Taylor [Sat, 9 Jan 1999 00:00:54 +0000 (00:00 +0000)]
new files -- from HP merge.
David Taylor [Fri, 8 Jan 1999 23:42:20 +0000 (23:42 +0000)]
new file -- part of HP merge.
David Taylor [Fri, 8 Jan 1999 23:40:55 +0000 (23:40 +0000)]
new files -- part of HP merge.
David Taylor [Fri, 8 Jan 1999 23:38:29 +0000 (23:38 +0000)]
renamed to have names 14 characters long or shorter.
David Taylor [Fri, 8 Jan 1999 23:28:15 +0000 (23:28 +0000)]
new files; part of HP merge.
Stan Shebs [Fri, 8 Jan 1999 20:03:11 +0000 (20:03 +0000)]
* exec.c (exec_ops): Don't initialize statically.
(init_exec_ops): New function, fills in exec_ops.
(_initialize_exec): Use it.
Zdenek Radouch [Thu, 7 Jan 1999 22:54:18 +0000 (22:54 +0000)]
Beta version of the FR30 port.
Frank Ch. Eigler [Thu, 7 Jan 1999 13:06:14 +0000 (13:06 +0000)]
* Removing last known memories of tx3904 and am30 sanitization.
Frank Ch. Eigler [Thu, 7 Jan 1999 08:55:49 +0000 (08:55 +0000)]
* Test for PR 18679.
1999-01-07 Frank Ch. Eigler <fche@cygnus.com>
* do-2wordops.S: New test for sign-extension by ld2h.
Doug Evans [Thu, 7 Jan 1999 00:48:45 +0000 (00:48 +0000)]
* config/tc-m32r.c (OPERAND_IS_COND_BIT): Add check for psw.
pr 18634
Doug Evans [Thu, 7 Jan 1999 00:45:24 +0000 (00:45 +0000)]
* gas/m32r/interfere.s: New testcase.
* gas/m32r/error.exp: Run it.
pr 18634
Doug Evans [Thu, 7 Jan 1999 00:08:46 +0000 (00:08 +0000)]
* cpu.h: Regenerate.
* cpux.h: Regenerate.
Doug Evans [Thu, 7 Jan 1999 00:06:59 +0000 (00:06 +0000)]
* m32r-dis.c: Regenerate.
David Taylor [Wed, 6 Jan 1999 23:10:48 +0000 (23:10 +0000)]
HP merge related changes; TUI stuff; new configs for 10.20 and 11.00; new files.
Stan Shebs [Wed, 6 Jan 1999 21:52:14 +0000 (21:52 +0000)]
* gdb.base/default.exp: Reflect wording change in remote.c.
Stan Shebs [Wed, 6 Jan 1999 20:14:30 +0000 (20:14 +0000)]
* remote.c: Pacify --enable-build-warnings, reformat code
to conform to standards, fix spelling errors.
(ishex, stubhex, record_currthread, etc): Declare.
(ishex, stubhex): Declare char arg as int.
(pack_string): Comment out, never used but possibly useful.
(threadref_to_int, remote_get_threadinfo, etc): Make static.
Christopher Faylor [Wed, 6 Jan 1999 17:26:06 +0000 (17:26 +0000)]
* configure.in: Use LOCAL_CFLAGS rather than CFLAGS for
searching libtermcap directory.
* configure: Regenerate.
David Taylor [Wed, 6 Jan 1999 17:01:03 +0000 (17:01 +0000)]
The following changes were made by Edith Epstein <eepstein@cygnus.com>
as part of a project to merge in changes made by HP.
all-cfg.texi -- set HPPA for HP PA-RISC targets.
refcard.tex -- change documentation about catch; removed info catch.
HPPA-cfg.texi -- new file; HPPA configuration for manual.
David Taylor [Wed, 6 Jan 1999 16:52:17 +0000 (16:52 +0000)]
HP merge changes by eepstein and ezannoni; added external flag
hp_som_som_object_present; added true and false tokens; changed some of
the template processing code for handling HP aCC templates.
Frank Ch. Eigler [Wed, 6 Jan 1999 12:50:58 +0000 (12:50 +0000)]
* Fix for PR 18665, from sky branch.
1999-01-06 Frank Ch. Eigler <fche@cygnus.com>
* mips-opc.c (div1): Add three-operand pattern, just like "div".
(divu1): Ditto for "divu".
Frank Ch. Eigler [Wed, 6 Jan 1999 12:47:21 +0000 (12:47 +0000)]
* Test for PR 18665, from sky branch.
1999-01-06 Frank Ch. Eigler <fche@cygnus.com>
* gas/mips/r5900.[sd]: Add tests for multu1/div1/divu1 insns.
Doug Evans [Wed, 6 Jan 1999 06:00:46 +0000 (06:00 +0000)]
* config/tc-mips.c (mips_frob_file): Disable "Unmatched %hi reloc" warning.
pr 18655
Michael Snyder [Wed, 6 Jan 1999 03:16:31 +0000 (03:16 +0000)]
Update to reflect current help text.
Michael Snyder [Wed, 6 Jan 1999 03:08:10 +0000 (03:08 +0000)]
* remote.c (record_curthread): Must not modify inferior_pid when
called from wait_for_inferior. Instead, if a new thread-id is
detected, call add_thread. (MAGIC_NULL_PID): new macro, use
instead of the magic number "42000". (remote_find_new_threads):
if inferior_pid is unknown, get and use the current thread id.
(remote_start_remote): on connecting, attempt to get the current
thread id for inferior_pid. (remote_resume): If pid == -1,
then resume any-thread (not the current thread specifically).
* thread.c (info_threads_command): don't initialize current_pid
until after call to FIND_NEW_THREADS (which may change inferior_pid).
Michael Snyder [Wed, 6 Jan 1999 03:06:20 +0000 (03:06 +0000)]
cosmetic fixups, mainly long lines.
Michael Snyder [Wed, 6 Jan 1999 03:04:45 +0000 (03:04 +0000)]
cosmetic changes, mainly long lines.
Doug Evans [Wed, 6 Jan 1999 03:04:25 +0000 (03:04 +0000)]
* Makefile.in (MAIN_INCLUDE_DEPS): Delete.
(INCLUDE_DEPS,OPS_INCLUDE_DEPS): Delete.
(sim-if.o): Use SIM_MAIN_DEPS.
(arch.o,traps.o,devices.o): Ditto.
(M32RBF_INCLUDE_DEPS): Use CGEN_MAIN_CPU_DEPS.
(m32r.o,mloop.o,cpu.o,decode.o,sem.o,model.o): Simplify dependencies.
(m32rx.o,mloopx.o,cpux.o,decodex.o,semx.o,modelx.o): Ditto.
(stamp-arch): Pass mach=all to cgen-arch.
* cpu.c,cpu.h,decode.c,model.c,sem-switch.c,sem.c: Regenerate.
* m32r-sim.h (fr30bf_h_cr_[gs]et_handler): Declare.
([GS]ET_H_CR): Define.
(fr30bf_h_psw_[gs]et_handler): Declare.
([GS]ET_H_PSW): Define.
(fr30bf_h_accum_[gs]et_handler): Declare.
([GS]ET_H_ACCUM): Define.
(fr30xf_h_{cr,psw,accum}_[gs]et_handler): Declare.
(fr30bf_h_accums_[gs]et_handler): Declare.
([GS]ET_H_ACCUMS): Define.
* sim-if.c (sim_open): Model probing code moved to sim-model.c.
* m32r.c (WANT_CPU): Define as m32rbf.
(all register access fns): Rename to ..._handler.
* cpux.c,cpux.h,decodex.c,modelx.c,semx.c: Regenerate.
* m32rx.c (WANT_CPU): Define as m32rxf.
(all register access fns): Rename to ..._handler.
David Taylor [Wed, 6 Jan 1999 00:52:29 +0000 (00:52 +0000)]
updates to reflect recent HP additions.
Doug Evans [Wed, 6 Jan 1999 00:42:34 +0000 (00:42 +0000)]
* Make-common.in (CGEN_INCLUDE_DEPS): Add cgen-defs.h, cgen-engine.h.
(CGEN_MAIN_SCM): Add rtx-funcs.scm.
(cgen-arch): Pass $(mach) to cgen.sh.
* cgen-engine.h (SEM_BRANCH_FINI): New arg pcvar, all uses updated.
(SEM_BRANCH_INIT_EXTRACT): New macro.
(SEM_BRANCH_INIT): Add taken_p.
(TARGET_SEM_BRANCH_FINI): Provide default definition.
(SEM_BRANCH_FINI): Use it.
(SEM_INSN): Update.
* cgen-run.c (sim_resume): Handle tracing of last insn.
* cgen-scache.h (WITH_SCACHE): Define as 0 if not defined.
* cgen-trace.c (current_abuf): New static global.
(trace_insn_init): Initialize it.
(trace_insn_fini): Use it.
(trace_insn): Set it.
* cgen.sh (arch case): Pass -m ${mach} to cgen.
* genmloop.sh (@cpu@_emit_before): Only define if WITH_SCACHE_PBB.
(@cpu@_emit_after): Ditto.
(simple @cpu@_engine_run_full): New local `pc'. Initialize semantic
labels if WITH_SEM_SWITCH_FULL.
* sim-model.c: Include bfd.h.
(sim_model_init): New function.
(sim_model_install): Record init fn.
* sim-model.h (MACH): New member bfd_name.
* sim-module.c (modules): Initialize model before scache.
Doug Evans [Wed, 6 Jan 1999 00:21:27 +0000 (00:21 +0000)]
* cgen-asm.in (insert_normal): Use CGEN_BOOL_ATTR.
* cgen-asm.in (extract_normal): Ditto.
* fr30-asm.c,fr30-dis.c,fr30-opc.h,fr30-opc.c: Regenerate.
* i960c-asm.c,i960c-dis.c,i960c-opc.h,i960c-opc.c: Regenerate.
* m32r-asm.c,m32r-dis.c,m32r-opc.h,m32r-opc.c: Regenerate.
David Taylor [Wed, 6 Jan 1999 00:11:17 +0000 (00:11 +0000)]
fix anon-union tests from HP.
David Taylor [Tue, 5 Jan 1999 23:31:03 +0000 (23:31 +0000)]
new files -- part of HP merge.
David Taylor [Tue, 5 Jan 1999 22:01:26 +0000 (22:01 +0000)]
target.c (noprocess): terminate sentence with a period.
breakpoint.c (catch_command_1): ditto.
David Taylor [Tue, 5 Jan 1999 21:59:02 +0000 (21:59 +0000)]
*** empty log message ***
David Taylor [Tue, 5 Jan 1999 21:58:18 +0000 (21:58 +0000)]
hp merge changes; mostly new files.
scope.exp, langs.exp, list.exp -- compile one file at a time, then link.
default.exp -- change expected messages for catch and info catch tests to
reflect hp merge changes.
Doug Evans [Tue, 5 Jan 1999 21:55:55 +0000 (21:55 +0000)]
* cgen.h (CGEN_ATTR_VALUE_TYPE): New typedef.
(CGEN_ATTR): Use it.
(CGEN_ATTR_TYPE,CGEN_ATTR_ENTRY): Ditto.
(CGEN_ATTR_TABLE): New member dfault.
Jason Molenda [Tue, 5 Jan 1999 21:11:53 +0000 (21:11 +0000)]
Fix a typeo, 1997 -> 1998 in a date entry.
Michael Snyder [Tue, 5 Jan 1999 19:44:19 +0000 (19:44 +0000)]
Fix couple spelling errors.
Michael Snyder [Tue, 5 Jan 1999 19:42:47 +0000 (19:42 +0000)]
Cosmetic and indentation fixes.
David Taylor [Tue, 5 Jan 1999 17:08:19 +0000 (17:08 +0000)]
c_value_print -- remove hack^2 from HP -- it causes testsuite losses with
no real gain.
David Taylor [Tue, 5 Jan 1999 16:58:28 +0000 (16:58 +0000)]
restore START_INFERIOR_TRAPS_EXPECTED if not already defined by tm-*.h
Stan Shebs [Tue, 5 Jan 1999 02:31:51 +0000 (02:31 +0000)]
* gdbint.texinfo: Expand on GDB's coding standards,
specify the use of arg names with prototypes.
Jason Molenda [Tue, 5 Jan 1999 01:42:38 +0000 (01:42 +0000)]
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Fix whitespace indentation for --help.
* configure: Regenerated.
Jason Molenda [Tue, 5 Jan 1999 00:50:49 +0000 (00:50 +0000)]
1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
* main.c: Add --write command line option, document -w.
* gdb.1: Document --write.
Jason Molenda [Tue, 5 Jan 1999 00:27:19 +0000 (00:27 +0000)]
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Require autoconf 2.12.1 or higher.
Stan Shebs [Tue, 5 Jan 1999 00:18:06 +0000 (00:18 +0000)]
fix copyright dates
Jason Molenda [Tue, 5 Jan 1999 00:17:07 +0000 (00:17 +0000)]
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Require autoconf 2.12.1 or higher.
* doc/configure.in: Ditto.
* nlm/configure.in: Ditto.
* rdi-share/configure.in: Ditto.
* testsuite/configure.in: Ditto.
* doc/Makefile.in: Don't hardcode $(SHELL).
* nlm/Makefile.in: Ditto.
* rdi-share/Makefile.in: Ditto.
* testsuite/Makefile.in: Ditto.
David Taylor [Mon, 4 Jan 1999 22:40:38 +0000 (22:40 +0000)]
new functions -- skip_hp_tests, gdb_preprocess; gdb_compile takes new
optional argument specifying c++.
David Taylor [Mon, 4 Jan 1999 22:22:56 +0000 (22:22 +0000)]
add gdb.hp to list of subdirectories.
David Taylor [Mon, 4 Jan 1999 22:15:25 +0000 (22:15 +0000)]
change log entries for changes just committed.
David Taylor [Mon, 4 Jan 1999 22:12:40 +0000 (22:12 +0000)]
* gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
to delete on clean.
(EXECUTABLES): update to reflect new additions.
* gdb.base/commands.exp: update message expected.
* gdb.base/default.exp: add copyright notice.
* gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
* gdb.base/help.exp: update messages to reflect current text.
* gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
targets for recurse tests.
* gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
skip this file.
David Taylor [Mon, 4 Jan 1999 22:11:08 +0000 (22:11 +0000)]
configure.in -- decide whether to configure gdb.hp; configure -- regenerated.
David Taylor [Mon, 4 Jan 1999 21:40:46 +0000 (21:40 +0000)]
doc new files.
David Taylor [Mon, 4 Jan 1999 21:35:27 +0000 (21:35 +0000)]
new files -- part of HP merge.
Stan Shebs [Mon, 4 Jan 1999 21:07:18 +0000 (21:07 +0000)]
keep split ChangeLog
Stan Shebs [Mon, 4 Jan 1999 21:06:51 +0000 (21:06 +0000)]
Split the ChangeLog by year
Stan Shebs [Mon, 4 Jan 1999 21:01:58 +0000 (21:01 +0000)]
* remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
inits of new fields, including ref to bogus field.
(vx_ops, vx_run_ops): Make static.
David Taylor [Mon, 4 Jan 1999 20:21:16 +0000 (20:21 +0000)]
delete redundant definition of STARTUP_INFERIOR_TRAPS_EXPECTED.
David Taylor [Mon, 4 Jan 1999 20:07:59 +0000 (20:07 +0000)]
change <sys/unistd.h> to <unistd.h> and conditionalize its inclusion.
David Taylor [Mon, 4 Jan 1999 16:23:14 +0000 (16:23 +0000)]
hp merge changes; 5 new files.
David Taylor [Mon, 4 Jan 1999 16:04:45 +0000 (16:04 +0000)]
update to reflect new hp merge files.
David Taylor [Mon, 4 Jan 1999 15:37:21 +0000 (15:37 +0000)]
new files -- part of HP merge.
Ken Raeburn [Sun, 3 Jan 1999 23:55:33 +0000 (23:55 +0000)]
(Ugh. Last checkin was supposed to have been aborted. Oops.)
Replace elf-offset.ld with a version we can ship.
Use "-T" in linker invocation when specifying linker script.
Ken Raeburn [Sun, 3 Jan 1999 23:27:11 +0000 (23:27 +0000)]
sanitization for new test case. discard it when sanitizing, until it gets
rewritten or assigned to the fsf.
Ken Raeburn [Sun, 3 Jan 1999 16:09:55 +0000 (16:09 +0000)]
* Makefile.am (check-DEJAGNU): No longer provide HOSTING_EMU, HOSTING_CRT0,
HOSTING_LIBS; the test suite can extract them from configure.host and
configure.tgt now.
* Makefile.in: Rebuild.
Ken Raeburn [Sun, 3 Jan 1999 16:03:47 +0000 (16:03 +0000)]
* config/default.exp (get_link_files, get_target_emul): New procs;
run shell commands to extract information from configure.host and
configure.tgt in the source tree.
(top level): Use them to get information needed to run tests, if
not otherwise provided.
Should allow running of at least some of the tests by releng.
* ld-shared/elf-offset.ld: New file. Builds a shared library, but
gives non-zero addresses for memory region.
* ld-shared/shared.exp: Run the non-PIC non-AIX test again using
the new linker script.
PR ld/17962 -- not fixed, but customer has what should be an adequate
workaround.
Stan Shebs [Thu, 31 Dec 1998 23:28:57 +0000 (23:28 +0000)]
* corelow.c (core_ops): Don't initialize statically.
(init_core_ops): New function, fills in core_ops.
(_initialize_corelow): Use it.
Stan Shebs [Thu, 31 Dec 1998 23:25:34 +0000 (23:25 +0000)]
Add a sky sanitization, cosmetic changes for consistency
David Taylor [Thu, 31 Dec 1998 21:58:30 +0000 (21:58 +0000)]
all remaining *.c *.h files from hp merge.
Christopher Faylor [Thu, 31 Dec 1998 20:06:32 +0000 (20:06 +0000)]
* configure.in: Search devo libtermcap directory for termcap.h
when compiling for cygwin.
* configure: Regenerated.
David Taylor [Thu, 31 Dec 1998 17:46:28 +0000 (17:46 +0000)]
HP tui support files for gdb.
Christopher Faylor [Thu, 31 Dec 1998 17:08:29 +0000 (17:08 +0000)]
* configure.in: Search devo libtermcap directory for termcap.h when
compiling for cygwin.
* configure: Regenerated.
Frank Ch. Eigler [Thu, 31 Dec 1998 06:00:29 +0000 (06:00 +0000)]
* sky test case updates for MTIR insn PR
1998-12-31 Frank Ch. Eigler <fche@cygnus.com>
* sim/sky/t-cop2.s: Adjust vmtir instruction tests for new syntax.
* sim/sky/t-cop2.vuexpect: Matching changes.
Michael Meissner [Thu, 31 Dec 1998 04:18:57 +0000 (04:18 +0000)]
Do not copy old versions of libreadline.a/libhistory.a if they do not exist
Stan Shebs [Thu, 31 Dec 1998 01:50:43 +0000 (01:50 +0000)]
From J.T. Conklin <jtc@redbacknetworks.com>:
* i386-stub.c: Fix error string in last change.
Christopher Faylor [Thu, 31 Dec 1998 01:37:06 +0000 (01:37 +0000)]
* configure.in: makefile stub for cygwin target is probably
unnecessary. Remove it for now.
* config/mt-cygwin: Remove.
Jason Molenda [Thu, 31 Dec 1998 01:30:52 +0000 (01:30 +0000)]
1998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)
* utils.c: <readline/readline.h> instead of "readline/readline.h".
* configure.in (TERM_LIB): Search for the appropriate term library
on the host system.
* configure: Regenerated.
* Makefile.in (TERMCAP): Set based on autoconf check.
* config/*/*.mh: Don't override TERMCAP setting.
Mark Alexander [Thu, 31 Dec 1998 01:29:30 +0000 (01:29 +0000)]
* value.c (value_virtual_fn_field): Handle the situation where
vtbl is a pointer to a structure instead of a pointer to an array.
Felix Lee [Thu, 31 Dec 1998 01:07:51 +0000 (01:07 +0000)]
* sim/sky/sky-defs.tcl: various changes for remote host testing.
* sim/sky/mload.exp: ditto.
* sim/sky/sky_sce.exp: ditto.
* sim/sky/sky_sce_accurate.exp: ditto.
* sim/sky/sky_sce_fast.exp: ditto.
* sim/sky/mload.exp: mark as unresolved on error.
Frank Ch. Eigler [Wed, 30 Dec 1998 21:16:14 +0000 (21:16 +0000)]
* resolution of eCos-vs.-sky merge conflict!
[ChangeLog]
1998-12-30 Frank Ch. Eigler <fche@cygnus.com>
* mips.igen (BREAK): Call signal_exception instead of sim_engine_halt.
start-sanitize-sky
* interp.c (signal_exception): Call SIM_CPU_EXCEPTION_TRIGGER hook.
Call sim_engine_halt on BreakPoint.
end-sanitize-sky
[ChangeLog.sky]
1998-12-30 Frank Ch. Eigler <fche@cygnus.com>
* sky-gdb.c (sky_sim_engine_halt): Do not set CIA here.
Stan Shebs [Wed, 30 Dec 1998 21:16:13 +0000 (21:16 +0000)]
Tue Dec 29 16:03:53 1998 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in, configure (mips64vr5*-*-*): Added missing ;; in
case statement.
(actually a sanitize-cygnus mistake, but Rainer doesn't know that)
David Taylor [Wed, 30 Dec 1998 21:08:18 +0000 (21:08 +0000)]
change void * to PTR (two places).
Frank Ch. Eigler [Wed, 30 Dec 1998 18:30:48 +0000 (18:30 +0000)]
* build / debug improvements for gx JIT sim prototype
Keith Seitz [Wed, 30 Dec 1998 17:57:16 +0000 (17:57 +0000)]
* gdb.gdbtk/{console.exp, browser.exp}: If no DISPLAY is set,
skip the tests.
Gavin Romig-Koch [Wed, 30 Dec 1998 14:40:48 +0000 (14:40 +0000)]
mips16-opc.c: Mark branch insns with MIPS16_INSN_BRANCH.
Gavin Romig-Koch [Wed, 30 Dec 1998 14:15:53 +0000 (14:15 +0000)]
MIPS16_INSN_BRANCH
Frank Ch. Eigler [Wed, 30 Dec 1998 12:21:43 +0000 (12:21 +0000)]
* eCos->devo merge; tx3904 sanitize tags removed
1998-12-29 Frank Ch. Eigler <fche@cygnus.com>
* interp.c (sim_open): Allocate jm3904 memory in smaller chunks.
(load_word): Call SIM_CORE_SIGNAL hook on error.
(signal_exception): Call SIM_CPU_EXCEPTION_TRIGGER hook before
starting. For exception dispatching, pass PC instead of NULL_CIA.
(decode_coproc): Use COP0_BADVADDR to store faulting address.
* sim-main.h (COP0_BADVADDR): Define.
(SIM_CORE_SIGNAL): Define hook to call mips_core_signal.
(SIM_CPU_EXCEPTION*): Define hooks to call mips_cpu_exception*().
(_sim_cpu): Add exc_* fields to store register value snapshots.
* mips.igen (*): Replace memory-related SignalException* calls
with references to SIM_CORE_SIGNAL hook.
* dv-tx3904irc.c (tx3904irc_port_event): printf format warning
fix.
* sim-main.c (*): Minor warning cleanups.
Frank Ch. Eigler [Wed, 30 Dec 1998 12:17:11 +0000 (12:17 +0000)]
* ChangeLog tweak
Frank Ch. Eigler [Wed, 30 Dec 1998 12:17:10 +0000 (12:17 +0000)]
* eCos->devo merge; am30 sanitization tags removed
1998-12-29 Frank Ch. Eigler <fche@cygnus.com>
* Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o.
* interp.c (sim_open): Add stub mn103002 cache control memory regions.
Set OPERATING_ENVIRONMENT on "stdeval1" board.
(mn10300_core_signal): New function to intercept memory errors.
(program_interrupt): New function to dispatch to exception vector
(mn10300_exception_*): New functions to snapshot pre/post exception
state.
* sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal.
(SIM_ENGINE_HALT_HOOK): Do nothing.
(SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*().
(_sim_cpu): Add exc_* fields to store register value snapshots.
* dv-mn103ser.c (*): Support dv-sockser backend for UART I/O.
Various endianness and warning fixes.
* mn10300.igen (illegal): Call program_interrupt on error.
(break): Call program_interrupt on breakpoint
Several changes from <janczyn@cygnus.com> and <cagney@cygnus.com>
merged in:
* dv-mn103int.c (mn103int_ioctl): New function for NMI
generation. (mn103int_finish): Install it as ioctl handler.
* dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
Frank Ch. Eigler [Wed, 30 Dec 1998 12:09:13 +0000 (12:09 +0000)]
* eCos->devo merge
1998-12-24 Frank Ch. Eigler <fche@cygnus.com>
* dv-sockser.c (DEFAULT_TIMEOUT): Increase to 1 ms.
* nrun.c (main): Remain in simulation loop for traps and
exceptions when in operating environment mode.
(ui_loop_hook): New stub hook for standalone use.
* sim-events.c (sim_events_process): Call ui_loop_hook
periodically on CYGWIN host.
* sim-reason.c (sim_stop_reason): Return host signal numbers
to gdb on sim_stopped and sim_signalled cases.
* sim-engine.c (sim_engine_halt): Call SIM_CPU_EXCEPTION_SUSPEND
hook just before longjmp.
* sim-resume.c (sim_resume): Call SIM_CPU_EXCEPTION_RESUME
hook just before sim_engine_run.
* sim-n-core.h (sim_core_trace_M): Allay const warning.
* sim-trace.h (trace_generic): Ditto.
* sim-trace.c (trace_generic): Ditto.
Christopher Faylor [Wed, 30 Dec 1998 06:18:02 +0000 (06:18 +0000)]
* configure.in: libtermcap.a should be built when cygwin is the
target as well as the host.
* config.guess: Allow mixed case in cygwin uname output.
* Makefile.in: Add libtermcap target.
* config/mt-cygwin: New file. libtermcap target info.
Christopher Faylor [Wed, 30 Dec 1998 04:50:59 +0000 (04:50 +0000)]
* cross-build/cygwin.cache: Add a couple more known settings.
* configure.in: Fix typo.
* configure: Regenerated.
Elena Zannoni [Tue, 29 Dec 1998 23:16:42 +0000 (23:16 +0000)]
Tue Dec 29 18:11:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* cross-build: new directory.
* cross-build/cygwin.cache: new file. Used for Cygwin cross builds.
Elena Zannoni [Tue, 29 Dec 1998 23:12:23 +0000 (23:12 +0000)]
Tue Dec 29 18:11:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* configure.in: added tests for cross-build for Cygwin.
Gavin Romig-Koch [Tue, 29 Dec 1998 15:46:59 +0000 (15:46 +0000)]
* config/tc-mips.c (append_insn): For mips16, insert a nop between
a read of HI or LO and an immediatly following branch.
Gavin Romig-Koch [Tue, 29 Dec 1998 14:09:36 +0000 (14:09 +0000)]
1998-12-29 Gavin Romig-Koch <gavin@cygnus.com>
* config/tc-mips.c (md_begin): Another correction to the setting of
mips_eabi64.
David Taylor [Mon, 28 Dec 1998 23:06:13 +0000 (23:06 +0000)]
hp merge changes -- too numerous to mention here; see ChangeLog and
ChangeLog-gdbtk for details.
David Taylor [Mon, 28 Dec 1998 22:30:59 +0000 (22:30 +0000)]
revert change 1.104 --> 1.105. sigh. this reversal breaks 18470. double
sigh. this is to 'fix' a conflict with hp merge changes that are about
to go in.
This page took 0.039689 seconds and 4 git commands to generate.