aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-02-20 * m32r.c (do_lock,do_unlock): Delete.Doug Evans14-1656/+2284
* cpu.[ch],decode.[ch],extract.c,model.c: Regenerate. * sem.c,sem-switch.c: Regenerate. * cpux.[ch],decodex.[ch],readx.c,semx.c: Regenerate.
1998-02-20 (DVP_OPCODE_IGNORE_DIS): New macro.Doug Evans1-0/+1
1998-02-20Yet more tests of m32r instructionsNick Clifton1-0/+7
1998-02-20* listing.c (list_symbol_table): Categorize symbols byRichard Henderson1-0/+5
undefined_section rather than sy_frag->line == NULL. PR 14986
1998-02-19Even more instruction testsNick Clifton5-8/+96
1998-02-19Test even more instructions.Nick Clifton1-0/+21
1998-02-19 * config/tc-dvp.c (LOCAL_LABEL_PREFIX,END_LABEL_PREFIX): New macros.Doug Evans2-191/+216
(inline_dmadata): Renamed from s_dmadata_implied. (assemble_one_insn): Rewrite dma operand processing. (md_apply_fix3): Handle DVP_OPERAND_DMA_NEXT. (unique_name,setup_autocount): New functions.
1998-02-19Rewrite dma operands/opcodes tables.Doug Evans1-0/+11
1998-02-19 * dvp.h (DVP_OPERAND_DMA_*): Rewrite.Doug Evans1-2/+2
(DVP_OPERAND_AUTOCOUNT): New modifier. (dma_operand_{count,addr}): Declare.
1998-02-19test 32 bit BCL instruction.Nick Clifton1-8/+9
1998-02-19Fall back from using igen to using gencode for the mips64vr4100 becauseJohn Metzler1-0/+10
igen is not ready yet.
1998-02-19Add more tests.Nick Clifton1-0/+6
1998-02-19Added a couple of tests.Nick Clifton2-1/+22
1998-02-19 * configure.in: Don't build libgui for a cygwin32 target when not onIan Lance Taylor2-3/+13
a cygwin32 host.
1998-02-19 * interp.c (load_memory): Add missing "break"'s.Gavin Romig-Koch2-6/+25
1998-02-19 * config/tc-dvp.c: Include stdarg.h/varargs.h.Doug Evans1-227/+325
(md_pseudo_table): Add .word. (assemble_dma): Set alignment to 16 bytes. Enable code that records fixups. (assemble_one_insn): Handle DVP_OPERAND_DMA_{ADDR,AUTOCOUNT}. (md_apply_fix3): Handle DVP_OPERAND_DMA_ADDR. (parse_dma_addr_autocount): Renamed from parse_dma_ptr_autocount. Rewrite. (eval_expr): New function. (create_label,create_colon_label): New function. (s_enddmadata): Rewrite.
1998-02-19 * dvp.h (DVP_OPERAND_DMA_{ADDR,AUTOCOUNT}): SplitDoug Evans1-0/+12
DVP_OPERAND_DMA_PTR_AUTOCOUNT into two. (dma_operand_{count,addr}): Declare.
1998-02-19* Makefile.am (install-exec-local): Install properly when lnRichard Henderson1-0/+5
fails or tooldir == prefix.
1998-02-19Special case handling of updates to the condition bit to allow for the factNick Clifton1-0/+7
that it is shadowed by several registers.
1998-02-19* tc-dvp.c: Allow FAKE arguments to have a parser handler.Doug Evans1-1/+2
1998-02-19Allow FAKE arguments to have a parser handler.Doug Evans1-2/+11
1998-02-18fix thinko in last patchDoug Evans1-2/+5
1998-02-18 * config/tc-dvp.c (parse_float): New function.Doug Evans2-56/+74
(assemble_vu): Handle loi insns. (assemble_one_insn): Simplify suffix parsing. Handle DVP_OPERAND_FLOAT.
1998-02-18 * dvp-dis.c (print_vu): Handle loi insns.Doug Evans1-0/+6
(print_insn): Likewise. * dvp-opc.c (vu_lower_opcodes): Add "loi".
1998-02-18Added --Wp and --Wnp abbreviations for --[no-]warn-explicit-parallel-conflicts.Nick Clifton1-0/+12
Forced parallel constructions to use non-relaxable aliases of insns.
1998-02-18* Started PKE sim unit testing. A number of minor errors were corrected.Frank Ch. Eigler2-89/+183
A few PKE instructions even run correctly! Next missing function of interest: FIFO pruning. * sky-pke.c (pke_issue): Take extra SIM_DESC argument. (pke_attach): Attach correct PKE0/PKE1 device. Open trace file if VIF{0,1}_TRACE_FILE env. var. is defined. (pke_io_write_buffer): Classify words in FIFO quadword. Use kludgey sim_core routines to access DMA registers. (pke_pc_advance): Add PKEcode classification. Correct DMA tag skipping. Emit trace records. (pke_pc_fifo): Add PKEcode operand classification. (pke_check_stall): Perform stall checks against updated register scheme. (pke_code_unpack): Correct operand-count calculation. (pke_code_stmask): Correct instruction skipping. * sky-pke.h (PKE_MEM_WRITE, PKE_MEM_READ): New kludge macros. (BIT_MASK_BTW): Corrected off-by-one error. (enum wordclass): Classify words in a FIFO quadword. * sky-dma.c (dma_io_read_buffer): Correct address checking assertions. * sky-engine.c (engine_run): Pass along SIM_DESC to PKE instruction issue code.
1998-02-18Delete rac-d,rac-ds,rach-d,rach-ds, they're aliases.Doug Evans5-48/+0
1998-02-18.Sanitize for devo/sim/testsuite/sim/m32r.Doug Evans1-0/+217
1998-02-18 * simops.c (multiply instructions): Cast input operands to aJeff Law1-17/+20
signed64/unsigned64 type as appropriate.
1998-02-18Treat a double vertical bar as a seperator between instructions.Nick Clifton1-0/+5
1998-02-18DMA define names changed (SRCADDR -> MADR).James Lemke1-1/+1
1998-02-18 (CGEN_{INSN,KEYWORD,OPERAND}_NBOOL_ATTRS): Renamed from ..._MAX_ATTRS.Doug Evans1-0/+1
1998-02-18 * cgen.h (CGEN_SYNTAX_MAKE_FIELD): New macro.Doug Evans2-0/+5
1998-02-18Extend sim-trace.[hc] to include a generic set of macro's for tracingAndrew Cagney3-76/+813
ALU/... inputs/outputs. Base implementation on original v850 code. Update igen to generate code interfacing with newer sim-trace.[hc].
1998-02-18 * config.bfd (targ_archs): If mips64r5900-sky-elf, add bfd_dvp_arch.Doug Evans1-0/+6
1998-02-18 * cen.c (cgen_md_apply_fix3): Delete call to validate_operand.Doug Evans1-0/+5
Test result of insert_operand for error.
1998-02-18 * dvp-opc.c (parse_vfreg): Dest spec is optional.Doug Evans1-0/+9
(print_vfreg): Don't print dest spec. (parse_accdest): Dest spec is optional. (print_accdest): Don't print dest spec.
1998-02-18 * gas/dvp/{basic-1,lower-1,upper-1,upper-2}.d: Update to remove destDoug Evans1-0/+7
spec on operands.
1998-02-18 * objcopy.c (compare_section_lma): Rename from _vma.Richard Henderson2-4/+6
(copy_object): Gap fill based on LMA not VMA. * binutils.texi: Update and clarify. * objcopy.1: Likewise. PR 14917
1998-02-18remove #ifdef HAVE_CPU_M32RX uses. tweak some commentsDoug Evans1-15/+4
1998-02-18 * Makefile.in (M32R_OBJS): Add cpu.o.Doug Evans5-834/+1317
(cpu.o): Add rule for. (NL_TARGET): Define. * configure.in: Add AC_CHECK_PROG(SCHEME). * cpu.c: New file. * cpuall.h,cpu.h,decode.c,decode.h,extract.c,model.c: Regenerate. * sem-switch.c,sem.c: Regenerate. * mloop.in (execute): Update call to semantic fn. (M32RX_OBJS): Add cpux.o. (cpux.o): Add rule for. cpux.c: New file. * cpux.h,decodex.c,decodex.h,modelx.c,readx.c,semx.c: Regenerate. * m32rx.c (m32rx_h_accums_{get,set}): Rewrite. (m32rx_h_cr_{get,set}): New functions. (m32rx_h_accums_{get,set}): New functions. * mloopx.in: Rewrite main loop. * m32r.c (do_trap): Move from here. * sim-if.c (do_trap): To here, and rewrite to use CB_SYSCALL support. (sim_create_inferior): Use h_pc_set. (h_pc_{get,set}): New functions. (h_gr_{get,set}): New functions. (syscall_{read,write}_mem): New functions. * sim-main.h (h_{gr,pc}_{get,set}): Declare.
1998-02-18 * Make-common.in (CGEN_MAIN_SCM): Update.Doug Evans1-0/+3
* aclocal.m4 (USE_MAINTAINER_MODE): New variable.
1998-02-18 * dlltool.c (make_one_lib_file): Don't add 1 to hint.Ian Lance Taylor1-0/+4
1998-02-18 * cgen-sim.h (SEMANTIC_CACHE_FN): Delete.Doug Evans1-0/+10
(SEMANTIC_FN): Rewrite declaration. (DECODE): Update type of semantic_fast member. ({EX,SEM}_FN_NAME): Have only one version. * cgen.sh: Support building cpu.c. * sim-base.h (sim_state_base): Delete conditionals surrounding member scache_size.
1998-02-18 * Makefile.am (CGENFILES): Update.Doug Evans2-17/+28
* Makefile.in: Regenerate. * cgen-asm.in (insert_normal): Result is error message now. Validate value to be inserted. (insert_insn_normal): Result is error message now. (@arch@_cgen_assemble_insn): Update. * cgen-asm.c (cgen_parse_{signed,unsigned}_integer): Delete min,max arguments. Don't perform validation here. * m32r-asm.c,m32r-dis.c,m32r-opc.c: Regenerate.
1998-02-18 * cgen.h (cgen_insert_fn): Change type of result to const char *.Doug Evans2-9/+20
(cgen_parse_{signed,unsigned}_integer): Delete min,max arguments.
1998-02-17* XGKICK now uses memory-based GIF fifo.Ian Carmichael1-1/+1
1998-02-17 * remote-mips.c (mips_request): Use unsigned long during parsingFrank Ch. Eigler2-2/+7
returned value from monitor, to prevent accidental sign extension.
1998-02-17Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Jason Molenda5-6/+17
* acconfig.h: FORCE_MMCHECK changed to MMCHECK_FORCE. * configure.in: Ditto. * configure: Regenerated. Tue Feb 17 14:07:34 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * gdbtypes.c (check_typedef): Do not try to resolve the length of a type which has TYPE_FLAG_TARGET_STUB set, if the target type has set TYPE_FLAG_TARGET_STUB as well. Patches from Peter.
1998-02-17keep config, lib, sim.Doug Evans1-0/+3