aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-02-12 * decode.c, decode.h, sem.c, sem-switch.c, model.c: Regenerate.Doug Evans12-540/+2291
* cpux.c, decodex.c, decodex.h, readx.c, semx.c, modelx.c: Regenerate.
1998-02-12 * cgen.h (CGEN_FIELDS): Define here.Doug Evans2-31/+133
(CGEN_HW_ENTRY): New member `type'. (hw_list): Delete decl. (enum cgen_mode): Declare. (CGEN_OPERAND): New member `hw'. (enum cgen_operand_instance_type): Declare. (CGEN_OPERAND_INSTANCE): New type. (CGEN_INSN): New member `operands'. (CGEN_OPCODE_DATA): Make hw_list const. (get_insn_operands,lookup_insn): Add prototypes for.
1998-02-12(check_parallel_io_clash): Add #if 0'd out code that uses new operandDoug Evans1-19/+30
usage facility.
1998-02-12* tekhex.c (tekhex_write_object_contents): Call tekhex_init.Richard Henderson1-0/+9
PR 14804
1998-02-12 * gas/dvp/{*}: .text renamed to .vutext.Doug Evans1-0/+11
* gas/dvp/vif-1.[sd]: Renamed from pke-1.[sd].
1998-02-12 * symcat.h: New file.Doug Evans3-0/+65
1998-02-12* read.c (s_fill): Handle non-constant repeat counts by creatingRichard Henderson1-0/+6
an rs_space fragment. PR 14940
1998-02-12update copyright dateDoug Evans1-6/+66
1998-02-11(insert_operand): Bring over possible change from branch.Doug Evans1-74/+89
1998-02-11Update DMA register addressesJames Lemke1-2/+2
1998-02-11* sim-load.c (sim_load_file): Print LMA/VMA according to valueAndrew Cagney1-0/+11
used.
1998-02-11- PKE simulation code almost complete. Still missing:Frank Ch. Eigler2-811/+1046
* handling of super duper packed UNPACK arguments * skipping of in-progress instruction on break/stop * interrupt generation to 5900 * PATH2/PATH3 status checking & masking * ability to write to FIFO one word (instead of quadword) at a time
1998-02-11Document M32Rx warnings and errors.Nick Clifton3-9/+149
Document --warn-explicit-parallel-conflicts.
1998-02-11Enable remote-tcp on a FreeBSD host.Andrew Cagney1-0/+4
1998-02-11Update tests to match recently modified ABIAndrew Cagney2-16/+46
1998-02-11Don't abort() when system call is unknown.Andrew Cagney2-1/+4
1998-02-11Ensure zero-hardwired bits in DPSW remain zero.Andrew Cagney3-4/+77
1998-02-11Handle xxx@word + N. Treat it as xxx >> 2 + N.Andrew Cagney1-18/+56
1998-02-11 * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hookKeith Seitz5-13/+52
if it exists. Remove static declaration of free_actions. * tracepoint.h: Add declaration of free_actions. * gdbtk.c (gdbtk_modify_tracepoint): Define new tracepoint modification hook. (gdbtk_print_frame_info): Define this hook so that current_source_symtab is set properly. (gdb_actions_command): Use free_actions () from tracepoint.c/h.
1998-02-11Do not complain when merging m32r binaries into m32rx binaries.Nick Clifton1-1/+4
1998-02-10Fix PR14909 by reducing the paranoia in locating the assocaueted HI16S relocNick Clifton1-0/+7
of a LO16 reloc.
1998-02-10 * config/tc-dvp.c (*): pke->vif, gpuif->gif.Doug Evans1-0/+6
1998-02-10Remove dvp testsuite entry.Doug Evans1-1/+2
Fix up sky sanitization.
1998-02-10[TEXT|DATA|BSS]_SECTION_NAMEJames Lemke1-0/+7
1998-02-10 * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, useIan Lance Taylor1-0/+5
seg_fix_rotP rather than fix_root from seg_info.
1998-02-10 * dvp-opc.c (*): pke,gpuif renamed to vif,gif.Doug Evans1-0/+7
* dvp-dis.c (*): Likewise.
1998-02-10Define default values of [TEXT|DATA|BSS]_SECTION_NAMEJames Lemke1-0/+5
1998-02-10 * archures.c (bfd_mach_dvp_{vif,gif}): Renamed from ..._{pke,gpuif}.Doug Evans1-0/+10
(bfd_txvu_arch): Delete. * cpu-mips.c (arch_info_struct): dvp:{vif,gif} renamed from dvp:{pke,gpuif}. * bfd-in2.h: Regenerate.
1998-02-10Tue Feb 10 16:17:20 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-0/+4
* ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix.
1998-02-10* Add support for 0x1_2_3_4 bignums.Ian Carmichael1-0/+5
1998-02-10Mon Feb 10 12:37:47 1998 Philippe De Muyter <phdm@macqel.be>Jason Molenda4-11/+42
* m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for `REGISTER_CONVERT_TO_VIRTUAL is `TYPE', not `REGISTER_VIRTUAL_TYPE (FP0_REGNUM)'; (STORE_RETURN_VALUE): Ditto, and offset for `write_register_bytes' is `REGISTER_BYTE (FP0_REGNUM)', not `FP0_REGNUM'. (FRAME_NUM_ARGS): New macro. * m68k/tm-news.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Ditto. * delta68-nat.c (clear_insn_cache): New function, forgotten in previous patch.
1998-02-10 * Makefile.am (Makefile): Add target, for dependencies onIan Lance Taylor1-0/+7
configure.host and configure.tgt. * configure.host, configure.tgt: Change -linux* to -linux-gnu*. * Makefile.in: Rebuild.
1998-02-10* Many changes to make sky sim build with --enable-sim-warnings.Ian Carmichael6-27/+34
1998-02-10 * configure.in: Change -linux* to -linux-gnu*.Ian Lance Taylor1-0/+3
* configure: Rebuild.
1998-02-10 * configure.in: Change -linux* to -linux-gnu*.Ian Lance Taylor3-8/+14
* config.bfd, configure.host: Likewise. * configure: Rebuild.
1998-02-10 * app.c (do_scrub_begin): Treat \r as whitespace.Ian Lance Taylor1-0/+4
1998-02-10 * Makefile.in (ALL_EMULATIONS): Add eelf32l5900.oJeff Law6-2/+56
(eelf32l5900.c): Add rule for building. * configure.tgt: Use r5900 specific emulation script. * emulparams/elf32l5900.sh: 5900 specific emulation script.
1998-02-10D10v memory map changed. Update.Andrew Cagney1-136/+173
Initialize IMAP/DMAP registers to hardware reset value.
1998-02-10D10V memory map changed. Update.Andrew Cagney3-36/+37
Replace all references to [ID]MEM_ADDR with conversion macros.
1998-02-10D10v memory map changed, update.Andrew Cagney1-0/+7
1998-02-10(PR14907) Fix HI16S/LO16 relocations when buf[-1] is evaluated.Nick Clifton2-93/+149
1998-02-10 * decode.c, sem.c: Regenerate.Doug Evans2-293/+344
start-sanitize-m32rx * cpux.h, decodex.c, readx.c, semx.c: Regenerate. * m32rx.c (m32rx_h_accums_set): New function. (m32rx_model_mark_[gs]et_h_gr): New function. * mloopx.in: Rewrite. * Makefile.in (mloopx.o): Build with -parallel. * sim-main.h (_sim_cpu): Delete member `par_exec'. * tconfig.in (WITH_SEM_SWITCH_FULL): Define as 0 for m32rx. end-sanitize-m32rx
1998-02-10 (PAREXEC): Renamed from PARALLEL_EXEC. All uses updated.Doug Evans1-0/+2
(SEMANTIC{,_CACHE}_FN): Fix return type.
1998-02-10 * cgen-sim.h (DECODE): Always use switch for `read' for now.Doug Evans2-8/+5
* cgen.sh (decode): Add s/@arch@/$arch/. * genmloop.sh (@cpu@_engine_run): Delete `current_state'. (engine_resume): Likewise. Make `engine' volatile. Save copy of cpu pointer in volatile object. Initialize read switch if -parallel.
1998-02-10Add tests for DIVH instruction and new versions of RAC and RACH instruction.Nick Clifton1-0/+6
Renamed MACHL1 to MACLH1.
1998-02-10Improved warning message generation for parallel instructionsNick Clifton1-0/+8
1998-02-10* Make it so vu.bin is an optional file.Ian Carmichael1-7/+6
1998-02-09* Add hardware_init hook.Ian Carmichael2-1/+14
1998-02-09 * symtab.c (fixup_psymbol_section): Move forward declaration toDoug Evans1-5/+7
top of file with other such decls. Make it a static function. * symtab.h: Minor formatting tweaks. Via Fred, from m32r branch.
1998-02-09 * symtab.c (fixup_psymbol_section): Move forward declaration toDoug Evans1-0/+6
top of file with other such decls. Make it a static function. * symtab.h: Minor formatting tweaks. Via Fred, from m32r branch.