aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1997-09-02Removed the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used.Nick Clifton2-8/+8
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney2-53/+38
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.
1997-08-26 * i386.h (two_byte_segment_defaults): Correct base register 5 inIan Lance Taylor1-0/+4
modes 1 and 2 to be ss rather than ds. From Gabriel Paubert <paubert@iram.es>.
1997-08-26 * i386.h: Set ud2 to 0x0f0b. From Gabriel PaubertIan Lance Taylor2-1/+4
<paubert@iram.es>.
1997-08-26 * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel PaubertIan Lance Taylor2-4/+7
<paubert@iram.es>.
1997-08-26tipoIan Lance Taylor1-1/+1
1997-08-26 * i386.h (JUMP_ON_CX_ZERO): Uncomment (define again).Ian Lance Taylor2-11/+12
(JUMP_ON_EXC_ZERO): Remove commented out macro.
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney2-25/+100
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
1997-08-25Added magic numbers for V850E and V850EQ.Nick Clifton3-4/+81
1997-08-22Added new flag: V850_NOT_R0 to indicate that r0 is not a valid register forNick Clifton2-8/+35
this operand.
1997-08-15fix v850 sanitizationIan Lance Taylor2-25/+25
1997-08-15 * arc.h (enum reloc): Move here from elf32-arc.c.David Edelsohn1-27/+25
1997-08-14Undo last change, add comment saying why I think I was wrong.David Edelsohn1-4/+10
1997-08-14 * callback.h (cb_printf, cb_eprintf): Declare.David Edelsohn2-25/+16
1997-08-14Tidied up sanitization.Nick Clifton1-0/+5
1997-08-14Added support for new v850e and v850eq instructions.Nick Clifton2-60/+92
1997-08-10keep arc.hIan Lance Taylor2-1/+2
1997-08-09 * arc.h: New file.David Edelsohn1-36/+0
* common.h (EM_CYGNUS_ARC): Define. Plus remove arc sanitization.
1997-08-08 * arc.h: New file.David Edelsohn1-37/+0
Plus remove arc sanitization.
1997-08-08 * dis-asm.h (arc_get_disassembler): Declare.David Edelsohn1-28/+0
Plus remove arc sanitization.
1997-07-22Tue Jul 22 18:18:58 1997 Robert Hoehne ↵Ian Lance Taylor2-0/+21
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * go32exe.h: New file.
1997-07-22 * libiberty.h (PEXECUTE_*): Define.Ian Lance Taylor1-0/+5
(pexecute, pwait): Declare.
1997-07-11 * mips.h (FP_S, FP_D): Define. Bitmasks indicating if an insnJeff Law1-0/+8
uses single or double precision floating point resources. (INSN_NO_ISA, INSN_ISA1): Define. (cpu specific INSN macros): Tweak into bitmasks outside the range of INSN_ISA field. toshiba_5900 stuff
1997-07-08> * tic80.h (TIC80_TARGET_ID): Add define.Fred Fish2-4/+30
> * internal.h (struct internal_filehdr): Add f_target_id field.
1997-06-16Mon Jun 16 14:10:00 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+20
* i386.h: Fix pand opcode.
1997-06-06sim_kill() isn't used.Andrew Cagney2-6/+22
1997-05-24 * internal.h (C_UEXT, C_STATLAB, C_EXTLAB, C_SYSTEM):Fred Fish2-1/+18
New storage classes for TIc80. PR 12236
1997-05-22Restrict simulator commands to an enabled simulator.Andrew Cagney2-38/+64
1997-05-21Watchpoint interface.Andrew Cagney2-5/+11
1997-05-20Part II of adding callback argument to sim_open(). Update all theAndrew Cagney1-8/+11
other simulators; remove SIM_DESC from depreciated function sim_set_callbacks().
1997-05-20Depreciate sim_set_callbacks() function. Set simulator callbacksAndrew Cagney2-2/+10
during sim_open().
1997-05-19Graft sim/common event and other code onto the mips simulator.Andrew Cagney2-1/+5
1997-05-15 * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun,Mark Alexander1-0/+5
obstack_freefun): Eliminate compile warnings in gdb.
1997-05-14Added support for storing ARM Procedure Calling Standard variant, and ARMNick Clifton1-0/+14
architecture variant in the BFD and COFF structures. This goes towards fixing PRs 11709 and 11326 and will integrate with future updates to LD and GCC.
1997-05-05 * i386.h: Add MMX instructions.Ian Lance Taylor2-1/+68
1997-05-05Mon May 5 12:45:19 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor2-22/+36
* i386.h: Remove W modifier from conditional move instructions.
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney3-3/+59
o Provide poll_quit callback to simulators so that they can poll for SIGINT on clueless OS's. o Add sim_stop to simulators so that clients can request a halt (eg gdbtk's STOP button) Works for PPC! o Re-arange remote-sim.c so that the hard work is moved from gdbsim_resume() to gdbsim_wait() (where it should be).
1997-04-17Tweak comment.David Edelsohn1-2/+1
1997-04-17 * remote-sim.h (struct _bfd): Declare.David Edelsohn2-17/+18
(sim_load): Return SIM_RC. New arg `abfd'. (sim_create_inferior): Return SIM_RC. Delete arg `start_address'.
1997-04-17Cleanups to compile under FreeBSDAndrew Cagney2-0/+18
1997-04-10 * cgen.h (<cpu>_cgen_assemble_insn): New arg for errmsg.David Edelsohn1-1/+6
(cgen_parse_operand_fn): Declare. (cgen_init_parse_operand): Declare. (cgen_parse_operand): Renamed from cgen_asm_parse_operand, new argument `want'. (enum cgen_parse_operand_result): Renamed from cgen_asm_result. (enum cgen_parse_operand_type): New enum.
1997-04-10 * cgen.h (<cpu>_cgen_assemble_insn): New arg for errmsg.David Edelsohn2-17/+37
(cgen_asm_parse_operand_fn): Declare.
1997-04-05 * i386.h: Revert last patch for the NON_BROKEN_OPCODES cases.Ian Lance Taylor2-8/+18
1997-04-04cgen header fileDavid Edelsohn3-0/+660
1997-04-04update copyrightIan Lance Taylor1-1/+1
1997-04-04 * i386.h: Correct opcode values for fsubp, fsubrp, fdivp, andIan Lance Taylor2-16/+30
fdivrp.
1997-04-02(sim_open): Update comment.David Edelsohn1-2/+5
1997-04-02 * remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.David Edelsohn1-1/+13
(sim_open): New argument `kind'.
1997-04-02 * COPYING: Update FSF address.Ian Lance Taylor1-0/+12
1997-04-01remove m32r sanitizationIan Lance Taylor1-36/+1