Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
1997-09-24 | fix copyright | Ian Lance Taylor | 1 | -1/+1 | |
1997-09-24 | * m68k.h: Document q and v operand specifiers. | Ian Lance Taylor | 2 | -2191/+170 | |
1997-09-21 | Fixed sanitization bugs. | Nick Clifton | 1 | -1/+1 | |
1997-09-20 | Removed v850eq sanitization. | Nick Clifton | 2 | -65/+2 | |
1997-09-18 | sanitization fixes. typoes, missing fences, "start" instead of "end", etc. | Felix Lee | 2 | -11/+1 | |
1997-09-18 | v850 files that weren't being removed if !keep-v850 | Felix Lee | 2 | -2/+11 | |
1997-09-17 | Added new relocations to handle the call table. | Nick Clifton | 2 | -0/+8 | |
1997-09-16 | Add new reloc, R_V850_TDA_16_16_OFFSET. | Nick Clifton | 2 | -0/+5 | |
1997-09-16 | Added new field to v850_opcode structure. | Nick Clifton | 2 | -0/+28 | |
1997-09-15 | merge from d30v-970225-branch | Ken Raeburn | 1 | -0/+20 | |
1997-09-08 | * cgen.h: Move assembler interface section | David Edelsohn | 1 | -0/+6 | |
up so cgen_parse_operand_result is defined for cgen_parse_address. (cgen_parse_address): Update prototype. | |||||
1997-09-03 | * mips.h: Correct typo in comment. | Richard Henderson | 1 | -0/+4 | |
1997-09-03 | Removed v850 sanitization | Nick Clifton | 2 | -39/+2 | |
1997-09-03 | Removed v850 sanitization. | Nick Clifton | 2 | -58/+1 | |
1997-09-03 | Removed R_V850_16_PCREL. | Nick Clifton | 2 | -1/+4 | |
1997-09-03 | Replaced magic numbers with bits in e_flags field. | Nick Clifton | 3 | -6/+59 | |
1997-09-02 | Removed the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used. | Nick Clifton | 2 | -8/+8 | |
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 2 | -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 in | Ian Lance Taylor | 1 | -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 Paubert | Ian Lance Taylor | 2 | -1/+4 | |
<paubert@iram.es>. | |||||
1997-08-26 | * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel Paubert | Ian Lance Taylor | 2 | -4/+7 | |
<paubert@iram.es>. | |||||
1997-08-26 | tipo | Ian Lance Taylor | 1 | -1/+1 | |
1997-08-26 | * i386.h (JUMP_ON_CX_ZERO): Uncomment (define again). | Ian Lance Taylor | 2 | -11/+12 | |
(JUMP_ON_EXC_ZERO): Remove commented out macro. | |||||
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 2 | -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-25 | Added magic numbers for V850E and V850EQ. | Nick Clifton | 3 | -4/+81 | |