Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-01-28 | txvu.h renamed to dvp.h | Doug Evans | 3 | -358/+3 | |
1998-01-28 | txvu.h deleted in favor of generating mips files | Doug Evans | 3 | -49/+130 | |
1998-01-28 | * dis-asm.h (print_insn_dvp,dvp_insn_p): Add prototypes. | Doug Evans | 1 | -1/+2 | |
Delete old txvu stuff. | |||||
1998-01-28 | Partial implementation of DMA tags (instructions). | James Lemke | 1 | -0/+5 | |
Checkin to facilitate a component name change. | |||||
1998-01-27 | * txvu.h (txvu_{opcode,operand}): New typedefs. | Doug Evans | 2 | -32/+52 | |
(txvu_operand): Add opcode,operand,mods arguments consistently to each of the parse/insert/extract/print routines. | |||||
1998-01-27 | add pke field bit macros | Doug Evans | 1 | -0/+25 | |
1998-01-27 | (enum gpuif_reg): Declare. | Doug Evans | 1 | -0/+18 | |
1998-01-27 | * txvu.h (txvu_opcode): insert/extract/print take pointer to | Doug Evans | 2 | -17/+55 | |
instruction rather than instruction itself. Result of insert is `void'. Add decls for dma, pke, gpuif support. | |||||
1998-01-26 | checkpoint | Doug Evans | 1 | -0/+21 | |
1998-01-23 | add comment. | Doug Evans | 1 | -1/+3 | |
1998-01-23 | * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly | Fred Fish | 1 | -0/+1 | |
function there is a reloc on this line. | |||||
1998-01-23 | Oopps - forgot to save cgen.h before commiting previous delta. | Nick Clifton | 1 | -3/+3 | |
1998-01-23 | Add prototypes for fixup swapping functions. | Nick Clifton | 2 | -3/+15 | |
Change prototype of cgen_asm_finish_insn to return a char * | |||||
1998-01-21 | checkpoint | Doug Evans | 1 | -5/+12 | |
1998-01-20 | checkpoint | Doug Evans | 1 | -2/+7 | |
1998-01-20 | checkpoint | Doug Evans | 1 | -20/+17 | |
1998-01-20 | checkpoint | Doug Evans | 1 | -9/+10 | |
1998-01-15 | Formatting changes to improve readability. | Nick Clifton | 2 | -55/+97 | |
1998-01-14 | snapshot | Doug Evans | 1 | -0/+4 | |
1998-01-12 | * cgen.h (*): Clean up pass over `struct foo' usage. | Doug Evans | 2 | -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 Evans | 1 | -1/+1 | |
1998-01-05 | opcode header file for the txvu | Doug Evans | 3 | -0/+268 | |
1997-12-22 | * dis-asm.h (print_insn_txvu): Declare. | Doug Evans | 2 | -3/+31 | |
1997-12-22 | * common.h (EM_CYGNUS_TXVU): New macro. | Doug Evans | 3 | -3/+7 | |
1997-12-22 | * txvu.h: New file. | Doug Evans | 3 | -4/+77 | |
1997-12-16 | Added m32rx sanitization | Nick Clifton | 1 | -0/+28 | |
1997-12-15 | Add support for m32rx processor. | Nick Clifton | 2 | -0/+69 | |
1997-12-15 | Move 'P' and PERFREG stuff outside of the vr5400 sanitization markers. | Jeff Law | 1 | -1/+2 | |
1997-12-12 | Renamed v850eq -> v850ea | Nick Clifton | 2 | -4/+27 | |
1997-12-02 | Add new disassmebler function prototype: disasm_symaddr() | Nick Clifton | 2 | -8/+49 | |
Add new compile time flag: COFFARM | |||||
1997-12-01 | bfd: | Joern Rennecke | 1 | -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 Evans | 1 | -4/+6 | |
1997-11-26 | Use names for all prototype arguments | Michael Meissner | 2 | -2/+7 | |
1997-11-26 | * callback.h (CB_SYSCALL): Change byte count arguments to | Doug Evans | 2 | -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 Evans | 2 | -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-22 | Clarify meaning of sim_signalled's SIGRC argument. Document that this | Andrew Cagney | 1 | -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-20 | move include entries from ../ChangeLog | Ian Lance Taylor | 1 | -0/+7 | |
1997-11-18 | * include/opcode/d10v.h (OPERAND_FLAG): Split into: | Joern Rennecke | 1 | -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 Evans | 2 | -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 Savoye | 1 | -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-Koch | 3 | -0/+39 | |
1997-10-28 | add a couple more notes to comment | Ken Raeburn | 1 | -2/+9 | |
1997-10-28 | checkpoint vr5400 additions | Ken Raeburn | 3 | -15/+105 | |
1997-10-23 | * sparc.h (DT_SPARC_REGISTER): New macro. | Richard Henderson | 2 | -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 Henderson | 1 | -0/+5 | |
Patch from David Miller <davem@vger.rutgers.edu> | |||||
1997-10-22 | Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file(). | Andrew Cagney | 1 | -5/+12 | |
Update all simulators. Clarify behavour of sim_load in remote-sim.h | |||||
1997-10-14 | Added new field to disassemble_info structure to provide a function which | Nick Clifton | 1 | -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 bit | Jeff Law | 1 | -0/+9 | |
area are not available in the base model (H8/300). pr 13467. | |||||
1997-10-14 | remote-sim.h: Clarify sim_read, sim_write MEM argument. | Andrew Cagney | 2 | -8/+28 | |
1997-09-25 | * remote-sim.h (SIM_RC): Add a bunch of new return codes for | Stu Grossman | 1 | -1/+17 | |
breakpoint stuff. * Add functions to tell the simulator to set/clear/enable/disable intrinsic breakpoints. |