Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-19 | Correctly locate `_' in generated names. | Andrew Cagney | 1 | -1/+1 | |
1997-09-19 | Fix cmov immed. | Andrew Cagney | 4 | -34/+77 | |
1997-09-19 | Correct ordering of args for cmov insn. | Andrew Cagney | 2 | -1/+7 | |
1997-09-19 | Update sparc -A/-xarch docs. | David Edelsohn | 1 | -3/+11 | |
1997-09-19 | * config/tc-sparc.c: (lookup_arch,init_default_arch): New functions. | David Edelsohn | 5 | -102/+113 | |
(default_arch,default_init_p,sparc_arch_table): New static locals. (sparc_arch_size): New static local. (max_architecture): Initialize in init_default_arch. (md_parse_options): Call init_default_arch if necessary. Rewrite -xarch/-A processing. (md_show_usage): Print -A values from sparc_arch_table. (md_begin): Call init_default_arch if necessary. (sparc_md_end): Handle both 32 and 64 bit environments. * config/tc-sparc.h (TARGET_FORMAT): Likewise. * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete. (DEFAULT_ARCH): Add. * config.in: Regenerate. * configure.in (sparc): Default DEFAULT_ARCH based on target cpu. (SPARC_V9,SPARC_ARCH64): Delete. * configure: Regenerate. * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete. | |||||
1997-09-19 | Change semantic function name to semantic_<INSN>_<FMT> instead of | Andrew Cagney | 2 | -3/+8 | |
semantic_<FMT>_<INSN>. | |||||
1997-09-19 | Fix cmov insn. | Andrew Cagney | 4 | -17/+30 | |
1997-09-19 | Reset processor mask if specified by command line switch | Nick Clifton | 2 | -1/+4 | |
1997-09-18 | * gas/sparc/splet.d: Update to new objdump output format. | David Edelsohn | 1 | -0/+4 | |
* gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Likewise. * gas/sparc/set64.[ds]: New testcase. * gas/sparc/splet-2.[ds]: New testcase. * gas/sparc/sparc.exp: Run them. | |||||
1997-09-18 | * gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Update to new | David Edelsohn | 4 | -0/+91 | |
objdump output format. * gas/sparc/set64.[ds]: New testcase. * gas/sparc/splet-2.[ds]: New testcase. * gas/sparc/sparc.exp: Run them. | |||||
1997-09-18 | Oops - fixed typos in previous delta. | Nick Clifton | 1 | -2/+2 | |
1997-09-18 | Allow tk, tcl, itcl et.al. to be built with a canadian cross. | Andrew Cagney | 1 | -0/+5 | |
1997-09-18 | Proced error messages when special data are relocations are used on | Nick Clifton | 2 | -10/+32 | |
instructions which do not support them. | |||||
1997-09-18 | Improved error message to include symbol's name. | Nick Clifton | 2 | -9/+15 | |
1997-09-18 | * config/tc-sparc.c: Reorganize file. | David Edelsohn | 2 | -854/+809 | |
(SPECIAL_CASE_NONE): New macro. (md_assemble): Use it. | |||||
1997-09-18 | Added code to cope with a constant offset to a ZDA relocation. | Nick Clifton | 2 | -2/+12 | |
1997-09-18 | * config/tc-sparc.c (parse_keyword_arg): Allow numbers in reg names. | David Edelsohn | 2 | -2/+6 | |
1997-09-18 | * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr. | David Edelsohn | 2 | -0/+7 | |
1997-09-18 | * gas/sparc/splet.d: Update to new objdump output format. | David Edelsohn | 1 | -0/+4 | |
1997-09-18 | Remove arc sanization. | David Edelsohn | 1 | -32/+0 | |
1997-09-18 | Remove arc sanitization. | David Edelsohn | 1 | -8/+2 | |
1997-09-18 | sanitization fixes. typoes, missing fences, "start" instead of "end", etc. | Felix Lee | 9 | -62/+28 | |
1997-09-18 | add missing files. | Felix Lee | 9 | -4/+96 | |
1997-09-18 | v850 files that weren't being removed if !keep-v850 | Felix Lee | 9 | -13/+47 | |
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 | |