Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-18 | Corrected spelling mistake! | Nick Clifton | 2 | -1/+3 | |
1997-09-17 | Added support for ctoff() reloc prefix. | Nick Clifton | 3 | -77/+145 | |
1997-09-17 | Added support for the call table relocations. | Nick Clifton | 3 | -17/+144 | |
1997-09-17 | * sim-main.h (kill): macro was missing args. | Felix Lee | 2 | -1/+10 | |
(SIGTRAP): define for MSVC. | |||||
1997-09-17 | Added support for the call table data area. | Nick Clifton | 5 | -73/+144 | |
1997-09-17 | Added new relocations to handle the call table. | Nick Clifton | 2 | -0/+8 | |
1997-09-17 | Fix tx19 sanitization. | Mark Alexander | 1 | -4/+14 | |
1997-09-17 | Catch relocations against non-existant symbols. | Nick Clifton | 2 | -0/+23 | |
1997-09-17 | Test US bit of v850eq. | Andrew Cagney | 3 | -0/+65 | |
Loop program for testing interrupt delivery. | |||||
1997-09-17 | Clean up more tracing. | Andrew Cagney | 5 | -211/+112 | |
FIX interrupt delivery - was zapping PSW before it had been saved. FIX interrupt return, was one instruction out. | |||||
1997-09-17 | * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for | Andrew Cagney | 1 | -0/+10 | |
trace output. * sim-core.c (sim_core_signal): When bad access halt simulator SIGSEGV / SIGBUS instead of aborting. (signal.h): Include. * sim-watch.c (sim_watchpoint_install): Handler for watchpoint options was missing. | |||||
1997-09-17 | Fix tracing for: "ctret", "bsw", "hsw" | Andrew Cagney | 4 | -144/+140 | |
Fix bugs in: "bsh", "callt", "stsr". | |||||
1997-09-17 | Define MOVED macro, move sub-bitfield from XXX to YYY. | Andrew Cagney | 1 | -0/+4 | |
1997-09-17 | More v850 simulator tests. | Andrew Cagney | 8 | -8/+62 | |
1997-09-17 | * gdb.base/callfuncs.exp: Fix indentation. | Bob Manson | 2 | -42/+68 | |
* lib/gdb.exp(gdb_expect): Set remote_suppress_flag if suppress_flag has been set. (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub target feature. | |||||
1997-09-17 | * valops.c (search_struct_field): Search basesclasses in | Per Bothner | 1 | -1/+5 | |
ascending, not descending order. Hack to avoid virtual baseclass botch for Java interfaces. | |||||
1997-09-17 | * jv-exp.y (push_fieldnames): New, to handle EXP.FIELD1....FIELDN. | Per Bothner | 6 | -46/+345 | |
(push_expression_name): New, to handle expression names. (push_qualified_expression_name): New, for qualified expression names. (parse_number): Fix bugs in parsing of non-decimal integers. * jv-lang.h, jv-lang.c (java_demangle_type_signature): New. * jv-lang.c (type_from_class): Just use name with java_lookup_class. (java_link_class_type): Add dummy "class" field. (java_lookup_type): New. (evaluate_subexp_java case STRUCTOP_STRUCT): Force to address. * jv-typeprint.c (java_type_print_base): Don't print "class" field. Use java_demangle_type_signature to print array class types. * jv-valprint.c (java_value_print): Preliminary array support. Print pointer as TYPE@HEXADDR, instead of (TYPE)0xHEXADDR. (java_val_print): Move check for object type to java_value_print. Check for null. Print pointer as @HEXADDR, not 0xHEXADDR. | |||||
1997-09-17 | More v850 simulator tests. | Andrew Cagney | 12 | -23/+1114 | |
1997-09-17 | Add/test 8bit bit manipuation macros. | Andrew Cagney | 2 | -32/+71 | |
Test LS and MS versions of SEXT macro. Simplify/test macro returning a single bit. | |||||
1997-09-17 | * util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups): | Per Bothner | 1 | -0/+10 | |
New cleanup clean for cleanups to be run when at each 'run' command. * infcmd.c (run_command): Call do_run_cleanups. * solib.c (find_solib): Register cleanup to call clear_solib on a new 'run' command. (symbol_add_stub): First look for existing objfile with same name. | |||||
1997-09-16 | * monitor.h (MO_SREC_ACK_PLUS, MO_SREC_ACK_ROTATE): New flags. | Stan Shebs | 4 | -6/+27 | |
* monitor.c (monitor_wait_srec_ack): Add DINK32-specific ack code. * dsrec.c (load_srec): Always write a header S-record. * dink32-rom.c (dink32_regnames): Fix the names of float registers. (dink32_cmds): Set to use S-record downloading with acks. * remote-est.c (est_cmds): Add MO_SREC_ACK_PLUS flag. | |||||
1997-09-16 | Generic rules for building simple simulator test programs. | Andrew Cagney | 1 | -0/+48 | |
1997-09-16 | * remote-sds.c (sds_load): New function. | Stan Shebs | 2 | -49/+26 | |
(sds_ops): Use it. (sds_open): Don't set inferior_pid yet. (sds_kill): Remove contents. (sds_create_inferior): Rewrite to work more like monitor interfaces. (sds_restart): Remove, no longer used. | |||||
1997-09-16 | Further rearrangements of the opcodes. | Nick Clifton | 2 | -30/+55 | |
1997-09-16 | * d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change. (PR 13051) | Ken Raeburn | 1 | -0/+6 | |
1997-09-16 | Add support for a 16 bit reloc against the TDA pointer! | Nick Clifton | 5 | -0/+59 | |
1997-09-16 | Add support for a 16 bit relocation against the TDA register! | Nick Clifton | 2 | -5/+13 | |
1997-09-16 | Add new reloc, R_V850_TDA_16_16_OFFSET. | Nick Clifton | 2 | -0/+5 | |
1997-09-16 | * sim/mips/gencode.c (build_instruction): Don't need to subtract 4 for | Gavin Romig-Koch | 2 | -1/+7 | |
JALR, just 2. | |||||
1997-09-16 | merge from d30v-970225-branch, plus bugfixes for 64-bit host | Ken Raeburn | 1 | -0/+31 | |
1997-09-16 | Uli's libio/libstdc++ changes. | Jeff Law | 3 | -36/+65 | |
1997-09-16 | Entries in v850_opcodes reordered to put same named entries adjacent to each ↵ | Nick Clifton | 2 | -5/+18 | |
other. | |||||
1997-09-16 | * sim/mips/interp.c: Correct some HASFPU problems. | Gavin Romig-Koch | 2 | -5/+19 | |
1997-09-16 | * mips-opc.c: Added tx39 insns sdbbp, rfe, and deret. | Gavin Romig-Koch | 2 | -0/+35 | |
* mips16-opc.c: Added mips16 sdbbp. | |||||
1997-09-16 | Smooth some of ALU tracing's rough edges. | Andrew Cagney | 5 | -277/+292 | |
Fix switch insn. | |||||
1997-09-16 | More sim-bits testing. | Andrew Cagney | 2 | -4/+37 | |
1997-09-16 | Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT. | Andrew Cagney | 3 | -25/+107 | |
1997-09-16 | Use trace_one_insn in trace functions. Buffer up trace data so that | Andrew Cagney | 3 | -164/+133 | |
it is displayed in a single block. | |||||
1997-09-16 | v850eq simulator tests. | Andrew Cagney | 6 | -0/+132 | |
1997-09-16 | Restrict ldsr (load system register) to modifying just non-reserved PSW bits. | Andrew Cagney | 5 | -59/+55 | |
For v850eq, include PSW[US] in bits that can be modified. | |||||
1997-09-16 | * config/tc-hppa.c (fix_new_hppa): Make declaration match | Jeff Law | 1 | -0/+5 | |
definition. Net bug. | |||||
1997-09-16 | remove one more arc dreg | Stan Shebs | 1 | -3/+9 | |
1997-09-16 | Remove/retain old ARC stuff as appropriate | Stan Shebs | 5 | -1071/+5 | |
1997-09-16 | Add v850e version of breakpoint. Make v850 breakpoint unique. | Andrew Cagney | 2 | -1/+16 | |
1997-09-16 | Add v850e version of breakpoint instruction. | Andrew Cagney | 4 | -5/+34 | |
1997-09-16 | Differentiate between a non-zero string and a constant zero field. | Andrew Cagney | 1 | -0/+5 | |
1997-09-16 | Install tcl before itcl - stops itcl giving warning about bad tcl | Andrew Cagney | 1 | -0/+4 | |
installation. | |||||
1997-09-16 | * simops.c (Multiply64): Don't store into register zero. | Jim Wilson | 2 | -2/+11 | |
1997-09-16 | Added checking of instructions against target cpu. | Nick Clifton | 3 | -2/+55 | |
1997-09-16 | Add initialisation of the processors field of the v850_opcode structure. | Nick Clifton | 2 | -169/+166 | |