binutils-gdb.git
26 years agoOopps - forgot to save cgen.h before commiting previous delta.
Nick Clifton [Fri, 23 Jan 1998 01:58:25 +0000 (01:58 +0000)]
Oopps - forgot to save cgen.h before commiting previous delta.

26 years agoAdd prototypes for fixup swapping functions.
Nick Clifton [Fri, 23 Jan 1998 01:57:11 +0000 (01:57 +0000)]
Add prototypes for fixup swapping functions.
Change prototype of cgen_asm_finish_insn to return a char *

26 years agoAdd support for swapping the fixups when insn are swapped.
Nick Clifton [Fri, 23 Jan 1998 01:54:39 +0000 (01:54 +0000)]
Add support for swapping the fixups when insn are swapped.

26 years agoAdded tests of automatic parallelisation.
Nick Clifton [Fri, 23 Jan 1998 01:45:06 +0000 (01:45 +0000)]
Added tests of automatic parallelisation.

26 years ago- added first batch of PKE code
Frank Ch. Eigler [Fri, 23 Jan 1998 00:38:10 +0000 (00:38 +0000)]
- added first batch of PKE code
- PKE memory region registration
- basic R/W operations
- combined pke[01] -> pke

26 years ago * cgen.sh: Rewrite to be like simulator's version.
Doug Evans [Fri, 23 Jan 1998 00:22:56 +0000 (00:22 +0000)]
* cgen.sh: Rewrite to be like simulator's version.
* Makefile.am (cgen): Update call to cgen.sh.
* Makefile.in: Regenerate

26 years agoFix sanitization.
Mark Alexander [Fri, 23 Jan 1998 00:19:49 +0000 (00:19 +0000)]
Fix sanitization.

26 years ago* ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this
Richard Henderson [Fri, 23 Jan 1998 00:18:50 +0000 (00:18 +0000)]
* ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this
pattern could match.

26 years agoAdd sanitize-sky for txvu stuff.
Ron Unrau [Thu, 22 Jan 1998 23:25:18 +0000 (23:25 +0000)]
Add sanitize-sky for txvu stuff.

26 years agoRecognize txvu-elf as a target.
Ron Unrau [Thu, 22 Jan 1998 23:22:22 +0000 (23:22 +0000)]
Recognize txvu-elf as a target.

26 years agoAllow gdb to recognize txvu-elf as a valid configuration.
Ron Unrau [Thu, 22 Jan 1998 23:19:14 +0000 (23:19 +0000)]
Allow gdb to recognize txvu-elf as a valid configuration.

26 years ago * .cvsignore: Remove *-info and *-install since they match
Fred Fish [Thu, 22 Jan 1998 22:48:02 +0000 (22:48 +0000)]
* .cvsignore: Remove *-info and *-install since they match
release-info and mpw-install, which we don't want to just ignore.

26 years ago * gdb.base/break.exp (test_next_with_recursion): Remove
Fred Fish [Thu, 22 Jan 1998 22:13:07 +0000 (22:13 +0000)]
* gdb.base/break.exp (test_next_with_recursion): Remove
  gdb_suppress_tests for d10v-*-*.
* lib/gdb.exp (gdb_suppress_tests): Disable this function
pending review of whether it is useful or not.

26 years ago * interp.c (UMEM_SEGMENTS): New define, set to 128.
Fred Fish [Thu, 22 Jan 1998 21:51:31 +0000 (21:51 +0000)]
* interp.c (UMEM_SEGMENTS): New define, set to 128.
(sim_size): Use UMEM_SEGMENTS rather than hardwired constant.
(sim_close): Reset prog_bfd to NULL after closing it.  Also
reset prog_bfd_was_opened_p after closing prog_bfd.
(sim_load): Reset prog_bfd_was_opened_p after closing prog_bfd.
(sim_create_inferior): Get start address from abfd not prog_bfd.
(xfer_mem): Do bounds checking on addresses and return zero length
read/write on bad addresses, rather than aborting.  Prepare to
be able to handle xfers that cross segment boundaries, but not
yet implemented.  Only emit debug message when d10v_debug is
set as well as DEBUG being defined.

26 years ago* Incorporate GPR_SET() macro from mips/sim-main.h
Ian Carmichael [Thu, 22 Jan 1998 20:48:22 +0000 (20:48 +0000)]
*  Incorporate GPR_SET() macro from mips/sim-main.h

26 years agoAdd dve.exp.
Mark Alexander [Thu, 22 Jan 1998 18:37:04 +0000 (18:37 +0000)]
Add dve.exp.

26 years agoFix sanitization errors.
Mark Alexander [Thu, 22 Jan 1998 18:23:43 +0000 (18:23 +0000)]
Fix sanitization errors.

26 years agoAdd forgotten files.
Jeff Law [Thu, 22 Jan 1998 17:38:05 +0000 (17:38 +0000)]
Add forgotten files.

26 years ago * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing
Ian Lance Taylor [Thu, 22 Jan 1998 05:02:50 +0000 (05:02 +0000)]
* emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing
a relocateable link, set the image base to 0, and don't define the
various symbols.
* emulparams/i386pe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define.
* scripttempl/pe.sc: Swap the .data and .bss sections so that
.data comes first.  If doing a relocateable link, use
RELOCATEABLE_OUTPUT_FORMAT if it is defined, and start the
sections at 0, and don't define any symbols.

26 years ago * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
Ian Lance Taylor [Thu, 22 Jan 1998 04:58:01 +0000 (04:58 +0000)]
* coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
  adjust addend for an output common symbol (from Jimmy Blair
  <jimmyb@wrs.com>).  If COFF_WITH_PE, adjust addend for PC relative
  defined symbol to counteract adjustment made in generic relocation
  code.

26 years ago * ldlang.c (lang_memory_default): Correct parenthisization of
Ian Lance Taylor [Thu, 22 Jan 1998 03:27:36 +0000 (03:27 +0000)]
* ldlang.c (lang_memory_default): Correct parenthisization of
expression.

26 years agocomment fix
Ian Lance Taylor [Thu, 22 Jan 1998 03:18:51 +0000 (03:18 +0000)]
comment fix

26 years agotipoe
Ian Lance Taylor [Thu, 22 Jan 1998 02:32:28 +0000 (02:32 +0000)]
tipoe

26 years agotipoes
Ian Lance Taylor [Thu, 22 Jan 1998 02:27:29 +0000 (02:27 +0000)]
tipoes

26 years agoWed Jan 21 21:24:08 1998 Manfred Hollstein <manfred@s-direktnet.de>
Ian Lance Taylor [Thu, 22 Jan 1998 02:25:14 +0000 (02:25 +0000)]
Wed Jan 21 21:24:08 1998  Manfred Hollstein  <manfred@s-direktnet.de>
* gas/m88k/init.d: Fix hexadecimal offsets.

26 years agoWed Jan 21 21:20:32 1998 Manfred Hollstein <manfred@s-direktnet.de>
Ian Lance Taylor [Thu, 22 Jan 1998 02:22:03 +0000 (02:22 +0000)]
Wed Jan 21 21:20:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
* emultempl/sunos.em: Don't include sys/types.h and sys/stat.h
here; they are included already via sysdep.h.

26 years ago * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
Ian Lance Taylor [Thu, 22 Jan 1998 02:19:35 +0000 (02:19 +0000)]
* dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.

26 years ago * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
Ian Lance Taylor [Thu, 22 Jan 1998 02:17:53 +0000 (02:17 +0000)]
* coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
(GET_SCNDHR_NLNNO): Likewise.

26 years ago * listing.c (file_info_struct): Remove FILE, add POS.
Richard Henderson [Thu, 22 Jan 1998 00:50:17 +0000 (00:50 +0000)]
* listing.c (file_info_struct): Remove FILE, add POS.
(last_open_file_info, last_open_file): New; a one entry FILE* cache.
(file_info): Don't open the file.
(buffer_line): Check for the file in the last_open cache, updating
as necessary.
(print_source): Don't reference file_info->file.
(listing_listing): Likewise.
(listing_print): Close the file in the cache, if any.

26 years agoUse macro GPR_SET(N,VAL) to clear zero registers.
Andrew Cagney [Wed, 21 Jan 1998 22:08:37 +0000 (22:08 +0000)]
Use macro GPR_SET(N,VAL) to clear zero registers.

26 years agoDelete bogus line in ChangeLog
Andrew Cagney [Wed, 21 Jan 1998 22:08:32 +0000 (22:08 +0000)]
Delete bogus line in ChangeLog

26 years ago * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config
Stan Shebs [Wed, 21 Jan 1998 03:01:47 +0000 (03:01 +0000)]
* configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config
recognition, no source files for these (note that the i386 Mach
is pre-Mach 3).
(mips*-*-mach3*, ns32k-*-mach3*): Fix file names.
* config/mips/mipsel64.mt: Remove, never referenced.

26 years ago#if 0 unused variable
Michael Meissner [Wed, 21 Jan 1998 02:38:09 +0000 (02:38 +0000)]
#if 0 unused variable

26 years agocheckpoint
Doug Evans [Wed, 21 Jan 1998 01:43:40 +0000 (01:43 +0000)]
checkpoint

26 years agoAdded opportunistic parallelisation of adjacent instructions.
Nick Clifton [Wed, 21 Jan 1998 01:13:47 +0000 (01:13 +0000)]
Added opportunistic parallelisation of adjacent instructions.

26 years agocheckpoint
Doug Evans [Wed, 21 Jan 1998 01:12:57 +0000 (01:12 +0000)]
checkpoint

26 years agocheckpoint
Doug Evans [Wed, 21 Jan 1998 00:50:24 +0000 (00:50 +0000)]
checkpoint

26 years agocheckpoint
Doug Evans [Wed, 21 Jan 1998 00:30:46 +0000 (00:30 +0000)]
checkpoint

26 years ago * reloc.c (BFD_RELOC_TXVU_11_PCREL): New reloc.
Doug Evans [Tue, 20 Jan 1998 23:14:05 +0000 (23:14 +0000)]
* reloc.c (BFD_RELOC_TXVU_11_PCREL): New reloc.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
* elf32-txvu.c (txvu_elf_howto_table): Add entry for it.
(txvu_reloc_map): Likewise.

26 years agocheckpoint
Doug Evans [Tue, 20 Jan 1998 23:05:37 +0000 (23:05 +0000)]
checkpoint

26 years agoFixed duplicate definition of h_accums field in fmt_53_sadd structure
Nick Clifton [Tue, 20 Jan 1998 22:23:34 +0000 (22:23 +0000)]
Fixed duplicate definition of h_accums field in fmt_53_sadd structure

26 years ago * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
Mark Alexander [Tue, 20 Jan 1998 21:12:35 +0000 (21:12 +0000)]
* gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.

26 years agocheckpoint
Doug Evans [Tue, 20 Jan 1998 20:24:40 +0000 (20:24 +0000)]
checkpoint

26 years agocheckpoint
Doug Evans [Tue, 20 Jan 1998 19:39:54 +0000 (19:39 +0000)]
checkpoint

26 years ago* Devices now get a issue() call.
Ian Carmichael [Tue, 20 Jan 1998 19:22:25 +0000 (19:22 +0000)]
* Devices now get a issue() call.
*
* Modified Files:
*  ChangeLog configure engine-sky.c hardware.h pke0.c pke0.h
*  pke1.c pke1.h vu0.c vu0.h vu1.c vu1.h

26 years agocheckpoint
Doug Evans [Tue, 20 Jan 1998 18:07:07 +0000 (18:07 +0000)]
checkpoint

26 years agoAdd m32rx sanitization for new files.
Doug Evans [Tue, 20 Jan 1998 10:43:37 +0000 (10:43 +0000)]
Add m32rx sanitization for new files.

26 years ago * Makefile.in: Add m32rx objs, and rules to build them.
Doug Evans [Tue, 20 Jan 1998 10:43:16 +0000 (10:43 +0000)]
* Makefile.in: Add m32rx objs, and rules to build them.
* cpux.h, decodex.h, decodex.c, readx.c, semx.c, modelx.c: New files.
* m32rx.c, mloopx.in: New files.

26 years agoRegenerate.
Doug Evans [Tue, 20 Jan 1998 10:38:29 +0000 (10:38 +0000)]
Regenerate.

26 years ago* aclocal.m4: Recognize --enable-maintainer-mode.
Doug Evans [Tue, 20 Jan 1998 06:37:00 +0000 (06:37 +0000)]
* aclocal.m4: Recognize --enable-maintainer-mode.
*/configure: Regenerated.

26 years ago* arch-defs.h: Deleted.
Doug Evans [Tue, 20 Jan 1998 06:24:44 +0000 (06:24 +0000)]
* arch-defs.h: Deleted.
* sem-switch.c: Regenerate.

26 years ago* cpu.h: New file.
Doug Evans [Tue, 20 Jan 1998 06:20:45 +0000 (06:20 +0000)]
* cpu.h: New file.

26 years agoRegenerate.
Doug Evans [Tue, 20 Jan 1998 06:18:51 +0000 (06:18 +0000)]
Regenerate.

26 years ago * arch.c, arch.h, cpuall.h: New files.
Doug Evans [Tue, 20 Jan 1998 06:17:32 +0000 (06:17 +0000)]
* arch.c, arch.h, cpuall.h: New files.
* arch-defs.h: Deleted.
* mloop.in: Renamed from mainloop.in.
* sem.c: Renamed from semantics.c.
* Makefile.in: Update.
* sem-ops.h: Deleted.
* mem-ops.h: Deleted.
start-sanitize-cygnus
Add cgen support for generating files.
end-sanitize-cygnus
(arch): Renamed from CPU.
* decode.c: Redone.
* decode.h: Redone.
* extract.c: Redone.
* model.c: Redone.
* sem-switch.c: Redone.
* sem.c: Renamed from semantics.c, and redone.
* m32r-sim.h (PROFILE_COUNT_FILLNOPS): Update.
(GETTWI,SETTWI,BRANCH_NEW_PC): Define.
* m32r.c (WANT_CPU,WANT_CPU_M32R): Define.
(m32r_{fetch,store}_register): New functions.
(model_mark_{get,set}_h_gr): Prefix with m32r_.
(m32r_model_mark_{busy,unbusy}_reg): Prefix with m32r_.
(h_cr_{get,set}): Prefix with m32r_.
(do_trap): Fetch state from current_cpu, not current_state.
Call sim_engine_halt instead of engine_halt.
* sim-if.c (alloc_cpu): New function.
(free_state): New function.
(sim_open): Call sim_state_alloc, and malloc space for selected cpu
type.  Call sim_analyze_program.
(sim_create_inferior): Handle selected cpu type when setting PC.
start-sanitize-m32rx
(sim_resume): Handle m32rx.
end-sanitize-m32rx
(sim_stop_reason): Deleted.
(print_m32r_misc_cpu): Update.
start-sanitize-m32rx
(sim_{fetch,store}_register): Handle m32rx.
end-sanitize-m32rx
(sim_{read,write}): Deleted.
(sim_engine_illegal_insn): New function.
* sim-main.h: Don't include arch-defs.h,sim-core.h,sim-events.h.
Include arch.h,cpuall.h.  Include cpu.h,decode.h if m32r.
start-sanitize-m32rx
Include cpux.h,decodex.h if m32rx.
end-sanitize-m32rx
(_sim_cpu): Include member appropriate cpu_data member for the cpu.
(M32R_MISC_PROFILE): Renamed from M32R_PROFILE.
(sim_state): Delete members core,events,halt_jmp_buf.
Change `cpu' member to be a pointer to the cpu's struct, rather than
record inside the state struct.
* tconfig.in (WITH_DEVICES): Define here.
(WITH_FAST,WITH_SEM_SWITCH_{FULL,FAST}): Define for the cpu.

26 years agoregenerate
Doug Evans [Tue, 20 Jan 1998 04:16:37 +0000 (04:16 +0000)]
regenerate

26 years ago* Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.
Doug Evans [Tue, 20 Jan 1998 03:57:14 +0000 (03:57 +0000)]
* Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.

26 years agosanitize keep-cygnus cgen generation
Doug Evans [Tue, 20 Jan 1998 02:36:21 +0000 (02:36 +0000)]
sanitize keep-cygnus cgen generation

26 years ago * top.c (print_gdb_version): Restore to original message.
Stan Shebs [Mon, 19 Jan 1998 22:31:03 +0000 (22:31 +0000)]
* top.c (print_gdb_version): Restore to original message.

26 years ago * Make-common.in (cgen-{arch,cpu,decode}): New targets.
Doug Evans [Mon, 19 Jan 1998 21:14:14 +0000 (21:14 +0000)]
* Make-common.in (cgen-{arch,cpu,decode}): New targets.
* cgen.sh: New file.
* cgen-scache.h: Deleted.
* cgen-scache.c: Only compile contents if WITH_SCACHE.
(scache_init): Use runtime computed size of SCACHE.
(scache_flush): Likewise.
* cgen-mem.h (GETIMEMU[QHSD]I): Declare.
([GS]ETT{QI,UQI,HI,UHI,SI,USI,DI,UDI}): Declare.
* cgen-sim.h: Scache support moved here.
(PC): Redo definition.
(ARGBUF,SCACHE,PARALLEL_EXEC): Provide forward decls.
(DECODE): Add parallel execution support.
Only include semantic label members if using switch.
(SWITCH,CASE,BREAK,DEFAULT,ENDSWITCH): Portable computed goto support.
(CGEN_CPU): Delete members exec_state, halt_sigrc, halt_jmp_buf.
(IADDR,CIA,SEM_ARG,EX_FN_NAME,SEM_FN_NAME,RECORD_IADDR,SEM_ARGBUF,
SEM_NEXT_PC,SEM_BRANCH_VIA_{CACHE,ADDR},SEM_NEW_PC_ADDR): Moved here
from cgen-types.h.
(engine_{stop,run,resume,halt,signal}): Delete decls.
* cgen-types.h (CGEN_{XCAT3,CAT3}): Delete.
(argbuf,scache): Delete forward decls.
(STATE): Delete decl.
* cgen-utils.c: Don't include decode.h, mem-ops.h, sem-ops.h.
Include cgen-mem.h, cgen-ops.h.
(engine_halt,engine_signal): Delete.
({ex,exc,sem,semc}_illegal): Delete.
(sim_disassemble_insn): Result of extract fn is in bits.
* genmloop.sh: Rewrite.

26 years ago * sim-base.h (sim_state_base): Delete member `model'.
Doug Evans [Mon, 19 Jan 1998 21:11:00 +0000 (21:11 +0000)]
* sim-base.h (sim_state_base): Delete member `model'.
(sim_cpu_base): Add member `model'.
* sim-model.h (IMP_PROPERTIES): New type.
(MACH): New members imp_props, models.
(models): Delete decl.
* sim-model.c (set_model): Update.
* sim-profile.c (profile_print_model): Update.

26 years ago * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.
Doug Evans [Mon, 19 Jan 1998 21:09:43 +0000 (21:09 +0000)]
* sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.

26 years ago*** empty log message ***
Jim Blandy [Mon, 19 Jan 1998 20:28:36 +0000 (20:28 +0000)]
*** empty log message ***

26 years ago From cgf@bbc.com (Chris Faylor):
Ian Lance Taylor [Mon, 19 Jan 1998 18:38:51 +0000 (18:38 +0000)]
From cgf@bbc.com (Chris Faylor):
* win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to
let the child exit.
(child_kill_inferior): Respond to all debug events as the child is
terminating.

26 years ago * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT).
Ian Lance Taylor [Mon, 19 Jan 1998 18:36:49 +0000 (18:36 +0000)]
* Makefile.in (all): Change gdb dependency to gdb$(EXEEXT).
(uninstall): Add $(EXEEXT) to file name to remove.
(gdb$(EXEEXT)): Rename target from plain gdb.
(gdb1$(EXEEXT)): Rename target from plain gdb1.
(clean, mostlyclean): Add $(EXEEXT) to binary names to remove.

26 years ago * config/dve.exp: New file to support Densan boards.
Mark Alexander [Mon, 19 Jan 1998 18:31:47 +0000 (18:31 +0000)]
* config/dve.exp: New file to support Densan boards.

26 years ago * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
Ian Lance Taylor [Mon, 19 Jan 1998 17:50:41 +0000 (17:50 +0000)]
* cpu-sh.c (arch_info_struct): Correct next field of sh3e.

26 years ago * gdb.base/break.exp: Increase timeout for slow TX39 boards.
Mark Alexander [Mon, 19 Jan 1998 16:56:35 +0000 (16:56 +0000)]
* gdb.base/break.exp: Increase timeout for slow TX39 boards.
* config/dve.exp: New file to support Densan boards.

26 years agoFix comment.
Doug Evans [Mon, 19 Jan 1998 14:13:30 +0000 (14:13 +0000)]
Fix comment.

26 years ago * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
Jeff Law [Sun, 18 Jan 1998 04:30:18 +0000 (04:30 +0000)]
    * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
        local_prefix to sub-make invocations.

26 years ago * configure.in: Check makefile fragments in the source
Jeff Law [Sun, 18 Jan 1998 04:05:34 +0000 (04:05 +0000)]
    * configure.in: Check makefile fragments in the source
        directory.

26 years agosnapshot
Doug Evans [Fri, 16 Jan 1998 22:21:16 +0000 (22:21 +0000)]
snapshot

26 years agoreplaced call to CGEN_INSN_SYNTAX()->mnemonic with CGEN_INSN_MNEMONIC()
Nick Clifton [Fri, 16 Jan 1998 20:36:07 +0000 (20:36 +0000)]
replaced call to CGEN_INSN_SYNTAX()->mnemonic with CGEN_INSN_MNEMONIC()

26 years ago * top.c (print_gdb_version): delete stutter.
Felix Lee [Fri, 16 Jan 1998 20:26:57 +0000 (20:26 +0000)]
* top.c (print_gdb_version): delete stutter.

26 years agoFix typo: .syntax.name should have been .name
Nick Clifton [Fri, 16 Jan 1998 20:19:21 +0000 (20:19 +0000)]
Fix typo: .syntax.name   should have been   .name

26 years ago * read.c (dwarf_file_string): New file static variable.
Ian Lance Taylor [Fri, 16 Jan 1998 19:56:43 +0000 (19:56 +0000)]
* read.c (dwarf_file_string): New file static variable.
(emit_expr): Look for constant sequence that leads up to a file
name in DWARF debugging output.
(stringer): Use dwarf_file_string to decide whether to accept a
string as a file name.
PR 13210.

26 years ago * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.
Richard Henderson [Fri, 16 Jan 1998 19:35:15 +0000 (19:35 +0000)]
    * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.
        (crack_operand): Add reg->reglst MRI hack.
        (r_seg): Put reglst symbols in reg_section.
        (m68k_frob_symbol): Frob reglst symbols into absolute_section.

26 years ago* Initial Device Support
Ian Carmichael [Fri, 16 Jan 1998 19:27:02 +0000 (19:27 +0000)]
* Initial Device Support
*
*Modified Files:
*    .Sanitize ChangeLog
*Added Files:
*    Makefile.in README.Cygnus config.in configure configure.in
*    device.c device.h dma.c dma.h engine-sky.c gencode.c gpuif.c
*    gpuif.h hardware.c hardware.h interp.c m16.igen mdmx.igen
*    mips.dc mips.igen pke0.c pke0.h pke1.c pke1.h r5900.igen
*    sim-main.h tconfig.in vr5400.igen vu0.c vu0.h vu1.c vu1.h

26 years ago * configure.in: check whether host and target makefile
Jeff Law [Fri, 16 Jan 1998 07:41:21 +0000 (07:41 +0000)]
    * configure.in: check whether host and target makefile
        fragments exist before adding them to *_makefile_frag

26 years agoDocument existence of old (gencode) and new (igen) MIPS ISA simulators.
Andrew Cagney [Fri, 16 Jan 1998 01:09:15 +0000 (01:09 +0000)]
Document existence of old (gencode) and new (igen) MIPS ISA simulators.

26 years agobackout m32rx stuff, not ready to be checked in
Doug Evans [Fri, 16 Jan 1998 00:26:51 +0000 (00:26 +0000)]
backout m32rx stuff, not ready to be checked in

26 years agoUse `set -e' to behave like `make'.
Doug Evans [Fri, 16 Jan 1998 00:23:38 +0000 (00:23 +0000)]
Use `set -e' to behave like `make'.

26 years agotweak m32rx sanitization
Doug Evans [Fri, 16 Jan 1998 00:14:59 +0000 (00:14 +0000)]
tweak m32rx sanitization

26 years ago* tc-sh.c (get_specific): Handle SGR & DBR.
Richard Henderson [Thu, 15 Jan 1998 22:17:44 +0000 (22:17 +0000)]
* tc-sh.c (get_specific): Handle SGR & DBR.
PR 14523

26 years ago* tc-h8500.c (parse_reg): Likewise.
Richard Henderson [Thu, 15 Jan 1998 21:51:12 +0000 (21:51 +0000)]
* tc-h8500.c (parse_reg): Likewise.

26 years ago * tc-h8300.c (parse_reg): Take the length of the symbol into
Richard Henderson [Thu, 15 Jan 1998 21:46:57 +0000 (21:46 +0000)]
* tc-h8300.c (parse_reg): Take the length of the symbol into
account when attempting to match a register name.

26 years ago * gdbtk.c (gdb_immediate_command): New function which does not buffer an
Keith Seitz [Thu, 15 Jan 1998 20:43:37 +0000 (20:43 +0000)]
   * gdbtk.c (gdb_immediate_command): New function which does not buffer an
y
        output. (Contrast to gdb_cmd.)
        (gdbtk_init): Install "gdb_immediate" command into interpreter.

26 years agoApplied patch from Tony.Thompson@arm.com
Nick Clifton [Thu, 15 Jan 1998 20:33:03 +0000 (20:33 +0000)]
Applied patch from Tony.Thompson@arm.com

26 years agoInitial vr4111 Sanitization marks.
Gavin Romig-Koch [Thu, 15 Jan 1998 18:46:32 +0000 (18:46 +0000)]
Initial vr4111 Sanitization marks.

26 years agoOnly look for two parallel instructions when we are at a 32 bit boundary
Nick Clifton [Thu, 15 Jan 1998 18:35:08 +0000 (18:35 +0000)]
Only look for two parallel instructions when we are at a 32 bit boundary

26 years ago(Temporarily) added m32r-asm.in and m32r-dis.in to the list of kept files.
Nick Clifton [Thu, 15 Jan 1998 18:01:56 +0000 (18:01 +0000)]
(Temporarily) added m32r-asm.in and m32r-dis.in to the list of kept files.

26 years ago* configure.in: Add sky support
Ian Carmichael [Thu, 15 Jan 1998 15:45:41 +0000 (15:45 +0000)]
* configure.in: Add sky support
* configure: Regenerated

26 years ago toplevel--
Gavin Romig-Koch [Thu, 15 Jan 1998 15:27:13 +0000 (15:27 +0000)]
toplevel--
* config.sub: Create the vr4111 as a copy of vr4100.
gas--
* config/tc-mips.c (md_begin): Create the vr4111 as a copy of
the vr4100.
gcc--
* config.sub: Create the vr4111 as a copy of the vr4100.
* configure.in: Same.
* configure: Rebuild.
gdb--
* configure.tgt: Create the vr4111 as a copy of the vr4100.

26 years agoInitial file creation
Ian Carmichael [Thu, 15 Jan 1998 15:24:16 +0000 (15:24 +0000)]
Initial file creation

26 years agoSky Sanitization
Ian Carmichael [Thu, 15 Jan 1998 15:12:51 +0000 (15:12 +0000)]
Sky Sanitization

26 years ago toplevel--
Gavin Romig-Koch [Thu, 15 Jan 1998 14:56:12 +0000 (14:56 +0000)]
toplevel--
* config.sub: Create the vr4111 as a copy of vr4100.
gas--
* config/tc-mips.c (md_begin): Create the vr4111 as a copy of
the vr4100.
gcc--
* config.sub: Create the vr4111 as a copy of the vr4100.
* configure.in: Same.
* configure: Rebuild.
gdb--
* configure.tgt: Create the vr4111 as a copy of the vr4100.

26 years ago * configure.in (target_configdirs): Add cygmon for sparc64-elf.
Bob Manson [Thu, 15 Jan 1998 07:40:11 +0000 (07:40 +0000)]
* configure.in (target_configdirs): Add cygmon for sparc64-elf.

26 years ago * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
Stan Shebs [Thu, 15 Jan 1998 03:44:01 +0000 (03:44 +0000)]
* config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
Remove, no longer used.

26 years agogenerated file imported from cgen
Nick Clifton [Thu, 15 Jan 1998 01:59:10 +0000 (01:59 +0000)]
generated file imported from cgen

26 years agoAdd support for parallel instructions.
Nick Clifton [Thu, 15 Jan 1998 01:58:34 +0000 (01:58 +0000)]
Add support for parallel instructions.

26 years agoFix test case so that they pass.
Nick Clifton [Thu, 15 Jan 1998 01:53:12 +0000 (01:53 +0000)]
Fix test case so that they pass.