aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1998-01-28txvu.h renamed to dvp.hDoug Evans3-358/+3
1998-01-28txvu.h deleted in favor of generating mips filesDoug Evans3-49/+130
1998-01-28 * dis-asm.h (print_insn_dvp,dvp_insn_p): Add prototypes.Doug Evans1-1/+2
Delete old txvu stuff.
1998-01-28Partial implementation of DMA tags (instructions).James Lemke1-0/+5
Checkin to facilitate a component name change.
1998-01-27 * txvu.h (txvu_{opcode,operand}): New typedefs.Doug Evans2-32/+52
(txvu_operand): Add opcode,operand,mods arguments consistently to each of the parse/insert/extract/print routines.
1998-01-27add pke field bit macrosDoug Evans1-0/+25
1998-01-27(enum gpuif_reg): Declare.Doug Evans1-0/+18
1998-01-27 * txvu.h (txvu_opcode): insert/extract/print take pointer toDoug Evans2-17/+55
instruction rather than instruction itself. Result of insert is `void'. Add decls for dma, pke, gpuif support.
1998-01-26checkpointDoug Evans1-0/+21
1998-01-23add comment.Doug Evans1-1/+3
1998-01-23 * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassemblyFred Fish1-0/+1
function there is a reloc on this line.
1998-01-23Oopps - forgot to save cgen.h before commiting previous delta.Nick Clifton1-3/+3
1998-01-23Add prototypes for fixup swapping functions.Nick Clifton2-3/+15
Change prototype of cgen_asm_finish_insn to return a char *
1998-01-21checkpointDoug Evans1-5/+12
1998-01-20checkpointDoug Evans1-2/+7
1998-01-20checkpointDoug Evans1-20/+17
1998-01-20checkpointDoug Evans1-9/+10
1998-01-15Formatting changes to improve readability.Nick Clifton2-55/+97
1998-01-14snapshotDoug Evans1-0/+4
1998-01-12 * cgen.h (*): Clean up pass over `struct foo' usage.Doug Evans2-162/+247
(CGEN_ATTR): Make unsigned char. (CGEN_ATTR_TYPE): Update. (CGEN_ATTR_{ENTRY,TABLE}): New types. (cgen_base): Move member `attrs' to cgen_insn. (CGEN_KEYWORD): New member `null_entry'. (CGEN_{SYNTAX,FORMAT}): New types. (cgen_insn): Format and syntax separated from each other.
1998-01-05(TXVU_MASK_VFREG): Renamed from TXVU_MASK_REG.Doug Evans1-1/+1
1998-01-05opcode header file for the txvuDoug Evans3-0/+268
1997-12-22 * dis-asm.h (print_insn_txvu): Declare.Doug Evans2-3/+31
1997-12-22 * common.h (EM_CYGNUS_TXVU): New macro.Doug Evans3-3/+7
1997-12-22 * txvu.h: New file.Doug Evans3-4/+77
1997-12-16Added m32rx sanitizationNick Clifton1-0/+28
1997-12-15Add support for m32rx processor.Nick Clifton2-0/+69
1997-12-15Move 'P' and PERFREG stuff outside of the vr5400 sanitization markers.Jeff Law1-1/+2
1997-12-12Renamed v850eq -> v850eaNick Clifton2-4/+27
1997-12-02Add new disassmebler function prototype: disasm_symaddr()Nick Clifton2-8/+49
Add new compile time flag: COFFARM
1997-12-01bfd:Joern Rennecke1-0/+8
* coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry. (get_symbol_value): Handle R_SH_SWITCH8. (sh_relax_delete_bytes): Likewise. include: * coff/sh.h (R_SH_SWITCH8): New. gas: * config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1. (SWITCH_TABLE): Handle BFD_RELOC_8. (md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1. (coff_reloc_map): Add BFD_RELOC_8_PCREL entry. (sh_coff_reloc_mangle): SWITCH_TABLE case: Handle BFD_RELOC_8. PR 14155
1997-12-01 * callback.h (CB_SYSCALL): Comment out arg names in prototypes.Doug Evans1-4/+6
1997-11-26Use names for all prototype argumentsMichael Meissner2-2/+7
1997-11-26 * callback.h (CB_SYSCALL): Change byte count arguments toDoug Evans2-3/+29
{read,write}_mem to `int'. New member `magic'. (CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros.
1997-11-25 * callback.h (struct stat): Move forward decl up.Doug Evans2-14/+34
(host_callback): Pass stat struct pointer to stat,fstat. (CB_SYS_nnn): Reorganize. (CB_SYSCALL): New members p1,p2. (cb_host_to_target_stat): Delete fourth arg.
1997-11-22Clarify meaning of sim_signalled's SIGRC argument. Document that thisAndrew Cagney1-2/+5
isn't possible in sim-reason.c and just return the target SIGRC instead. For simulators that rely on sim-reason.c, replace SIG* with SIM_SIG*. Hack nrun.c so that when it is executed (ARGV[0]) as `step' instead of `run' it single steps the simulator. Allows testing of single step without full GDB.
1997-11-20move include entries from ../ChangeLogIan Lance Taylor1-0/+7
1997-11-18 * include/opcode/d10v.h (OPERAND_FLAG): Split into:Joern Rennecke1-0/+10
(OPERAND_FFLAG, OPERAND_CFLAG) . * opcodes/d10v-opc.c (OPERAND_FLAG): Split into: (OPERAND_FFLAG, OPERAND_CFLAG) . (FSRC): Split into: (FFSRC, CFSRC). * gas/config/tc-d10v.c (parallel_ok, find_opcode): Split OPERAND_FLAG into OPERAND_FFLAG and OPERAND_CFLAG. Fix for PR 13985.
1997-11-17 * callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map.Doug Evans2-29/+173
(host_callback): Add stat, fstat, syscall_map, errno_map, open_map, signal_map, stat_map. (errn_map,open_map): Renamed to cb_init_foo_map. (cb_host_to_target_errno,cb_target_to_host_open): Renamed from host_to_target_errno,target_to_host_open. (cb_read_target_syscall_maps): Add prototype. (cb_target_to_host_syscall): Likewise. (cb_host_to_target_stat): Likewise. (cb_syscall): Likewise. (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat, argvlen,argv,chdir,stat,chmod,utime,time}): Define. (CB_SYSCALL): New type. (CB_RC): New enum.
1997-11-07 * include/libiberty.h: Add extern "C" { so it can be used with C++Rob Savoye1-0/+8
progrms. * include/remote-sim.h: Add extern "C" { so it can be used with C++ programs.
1997-10-29 * include/opcode/mips.h (INSN_4900): Added.Gavin Romig-Koch3-0/+39
1997-10-28add a couple more notes to commentKen Raeburn1-2/+9
1997-10-28checkpoint vr5400 additionsKen Raeburn3-15/+105
1997-10-23 * sparc.h (DT_SPARC_REGISTER): New macro.Richard Henderson2-7/+103
(DT_SPARC_PLTFMT): In support of old sparc64-linux .plts; will go away soon.
1997-10-23 * sparc.h: Add '_' and '/' for v9a asr's.Richard Henderson1-0/+5
Patch from David Miller <davem@vger.rutgers.edu>
1997-10-22Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney1-5/+12
Update all simulators. Clarify behavour of sim_load in remote-sim.h
1997-10-14Added new field to disassemble_info structure to provide a function whichNick Clifton1-28/+0
determines if a symbol can be found at a given address.
1997-10-14 * h8300.h: Bit ops with absolute addresses not in the 8 bitJeff Law1-0/+9
area are not available in the base model (H8/300). pr 13467.
1997-10-14remote-sim.h: Clarify sim_read, sim_write MEM argument.Andrew Cagney2-8/+28
1997-09-25 * remote-sim.h (SIM_RC): Add a bunch of new return codes forStu Grossman1-1/+17
breakpoint stuff. * Add functions to tell the simulator to set/clear/enable/disable intrinsic breakpoints.