Michael Snyder
1f205f9d6e
cosmetic fixups, mainly long lines.
1999-01-06 03:06:20 +00:00
Michael Snyder
d036abbfd1
cosmetic changes, mainly long lines.
1999-01-06 03:04:45 +00:00
Doug Evans
368fc7dba8
* 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.
1999-01-06 03:04:25 +00:00
David Taylor
d9455383f9
updates to reflect recent HP additions.
1999-01-06 00:52:29 +00:00
Doug Evans
f5cd4d758c
* 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.
1999-01-06 00:42:34 +00:00
Doug Evans
5730d39d2c
* 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.
1999-01-06 00:21:27 +00:00
David Taylor
80909c45f8
fix anon-union tests from HP.
1999-01-06 00:11:17 +00:00
David Taylor
17f18ac4e5
new files -- part of HP merge.
1999-01-05 23:31:03 +00:00
David Taylor
490825560e
target.c (noprocess): terminate sentence with a period.
...
breakpoint.c (catch_command_1): ditto.
1999-01-05 22:01:26 +00:00
David Taylor
2d46b1af8d
*** empty log message ***
1999-01-05 21:59:02 +00:00
David Taylor
61e635a444
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.
1999-01-05 21:58:18 +00:00
Doug Evans
e151691b86
* 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.
1999-01-05 21:55:55 +00:00
Jason Molenda
8a4ca570ba
Fix a typeo, 1997 -> 1998 in a date entry.
1999-01-05 21:11:53 +00:00
Michael Snyder
8903ab7935
Fix couple spelling errors.
1999-01-05 19:44:19 +00:00
Michael Snyder
9bff382ded
Cosmetic and indentation fixes.
1999-01-05 19:42:47 +00:00
David Taylor
eceede3100
c_value_print -- remove hack^2 from HP -- it causes testsuite losses with
...
no real gain.
1999-01-05 17:08:19 +00:00
David Taylor
2819d3d65f
restore START_INFERIOR_TRAPS_EXPECTED if not already defined by tm-*.h
1999-01-05 16:58:28 +00:00
Stan Shebs
18b1e896d4
* gdbint.texinfo: Expand on GDB's coding standards,
...
specify the use of arg names with prototypes.
1999-01-05 02:31:51 +00:00
Jason Molenda
d951f9e4f9
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
...
* configure.in: Fix whitespace indentation for --help.
* configure: Regenerated.
1999-01-05 01:42:38 +00:00
Jason Molenda
d7f71863da
1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
...
* main.c: Add --write command line option, document -w.
* gdb.1: Document --write.
1999-01-05 00:50:49 +00:00
Jason Molenda
d5159c2520
1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
...
* configure.in: Require autoconf 2.12.1 or higher.
1999-01-05 00:27:19 +00:00
Stan Shebs
1de1323172
fix copyright dates
1999-01-05 00:18:06 +00:00
Jason Molenda
f240337a6f
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.
1999-01-05 00:17:07 +00:00
David Taylor
c87f565f5a
new functions -- skip_hp_tests, gdb_preprocess; gdb_compile takes new
...
optional argument specifying c++.
1999-01-04 22:40:38 +00:00
David Taylor
2e11d9ccf2
add gdb.hp to list of subdirectories.
1999-01-04 22:22:56 +00:00
David Taylor
f5f706d8d1
change log entries for changes just committed.
1999-01-04 22:15:25 +00:00
David Taylor
709c6ee051
* 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.
1999-01-04 22:12:40 +00:00
David Taylor
b3d32d4f8f
configure.in -- decide whether to configure gdb.hp; configure -- regenerated.
1999-01-04 22:11:08 +00:00
David Taylor
298e0bc56e
doc new files.
1999-01-04 21:40:46 +00:00
David Taylor
53c8a4de28
new files -- part of HP merge.
1999-01-04 21:35:27 +00:00
Stan Shebs
ee7ae7ae52
keep split ChangeLog
1999-01-04 21:07:18 +00:00
Stan Shebs
73ec6020e5
Split the ChangeLog by year
1999-01-04 21:06:51 +00:00
Stan Shebs
64aa82eb77
* 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.
1999-01-04 21:01:58 +00:00
David Taylor
97bff53b38
delete redundant definition of STARTUP_INFERIOR_TRAPS_EXPECTED.
1999-01-04 20:21:16 +00:00
David Taylor
3e1d3d67b9
change <sys/unistd.h> to <unistd.h> and conditionalize its inclusion.
1999-01-04 20:07:59 +00:00
David Taylor
61ada545ec
hp merge changes; 5 new files.
1999-01-04 16:23:14 +00:00
David Taylor
e8ff198e34
update to reflect new hp merge files.
1999-01-04 16:04:45 +00:00
David Taylor
8e260d5270
new files -- part of HP merge.
1999-01-04 15:37:21 +00:00
Ken Raeburn
7cada34aec
(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.
1999-01-03 23:55:33 +00:00
Ken Raeburn
6772620740
sanitization for new test case. discard it when sanitizing, until it gets
...
rewritten or assigned to the fsf.
1999-01-03 23:27:11 +00:00
Ken Raeburn
c81b48112f
* 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.
1999-01-03 16:09:55 +00:00
Ken Raeburn
687788cd4b
* 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.
1999-01-03 16:03:47 +00:00
Stan Shebs
4c49748e82
* corelow.c (core_ops): Don't initialize statically.
...
(init_core_ops): New function, fills in core_ops.
(_initialize_corelow): Use it.
1998-12-31 23:28:57 +00:00
Stan Shebs
b5c7e12253
Add a sky sanitization, cosmetic changes for consistency
1998-12-31 23:25:34 +00:00
David Taylor
65b07ddca8
all remaining *.c *.h files from hp merge.
1998-12-31 21:58:30 +00:00
Christopher Faylor
c450a7fe3f
* configure.in: Search devo libtermcap directory for termcap.h
...
when compiling for cygwin.
* configure: Regenerated.
1998-12-31 20:06:32 +00:00
David Taylor
03b93bdc82
HP tui support files for gdb.
1998-12-31 17:46:28 +00:00
Christopher Faylor
9f0dcc0f37
* configure.in: Search devo libtermcap directory for termcap.h when
...
compiling for cygwin.
* configure: Regenerated.
1998-12-31 17:08:29 +00:00
Frank Ch. Eigler
ba50f16ab7
* 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.
1998-12-31 06:00:29 +00:00
Michael Meissner
fb9d16b9bd
Do not copy old versions of libreadline.a/libhistory.a if they do not exist
1998-12-31 04:18:57 +00:00