Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-22 | Removed v850eq sanitization. | Nick Clifton | 1 | -3/+1 | |
1997-09-22 | remove v850 sanitization | Ian Lance Taylor | 2 | -10/+0 | |
1997-09-22 | only remove more.parse if it exists | Ian Lance Taylor | 1 | -4/+5 | |
1997-09-22 | Add memory alignment config option. | Andrew Cagney | 6 | -87/+204 | |
1997-09-22 | Enable --alignment option, stop sim-options.c hardwiring the alignment. | Andrew Cagney | 4 | -3/+8 | |
1997-09-22 | Fix disabling of model code when simulator does not support modeling. | Andrew Cagney | 2 | -2/+24 | |
Stops `-p' crashing simulators. | |||||
1997-09-22 | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 15 | -50/+145 | |
1997-09-22 | don't sanitize out empty directories if they're not here (e.g., 'cvs co -P') | Ken Raeburn | 2 | -7/+10 | |
1997-09-22 | Lose the empty directories only if they exist; otherwise Sanitize complains. | Ken Raeburn | 1 | -5/+7 | |
1997-09-22 | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 17 | -80/+311 | |
Add support for --alignment={strict,nonstrict,forced} to simulator common run-time options. For v850 use, make the default NONSTRICT_ALIGNMENT. | |||||
1997-09-21 | Fixed v850eq sanitization | Nick Clifton | 1 | -30/+0 | |
1997-09-21 | Fixed sanitization for v850eq | Nick Clifton | 1 | -52/+0 | |
1997-09-21 | Fixed sanitization bugs. | Nick Clifton | 4 | -61/+14 | |
1997-09-21 | Removed v850eq sanitization. | Nick Clifton | 3 | -39/+6 | |
1997-09-21 | Removed v850eq sanitization. | Nick Clifton | 6 | -143/+24 | |
Added Things-to-loose entries for unspecifed/empty directories. | |||||
1997-09-20 | Removed v850eq sanitization. | Nick Clifton | 3 | -53/+14 | |
Changed mismatch architecture message to a warning. | |||||
1997-09-20 | Removed the v850eq sanitization | Nick Clifton | 3 | -72/+7 | |
1997-09-20 | Removed v850eq sanitization. | Nick Clifton | 1 | -34/+2 | |
1997-09-20 | Removed v850eq sanitization. | Nick Clifton | 2 | -65/+2 | |
1997-09-20 | Remove use of sanitization to select target CPU. This is now done based | Nick Clifton | 1 | -4/+36 | |
on the contents of the configuration string TARGET_CPU. | |||||
1997-09-20 | Add handling for 3900's SDBBP, DERET, and RFE insns. | Gavin Romig-Koch | 2 | -7/+15 | |
* gencode.c (SDBBP,DERET): Added (3900) insns. (RFE): Turn on for 3900. * interp.c (DebugBreakPoint,DEPC,Debug,Debug_*): Added. (dsstate): Made global. (SUBTARGET_R3900): Added. (CANCELDELAYSLOT): New. (SignalException): Ignore SystemCall rather than ignore and terminate. Add DebugBreakPoint handling. (decode_coproc): New insns RFE, DERET; and new registers Debug and DEPC protected by SUBTARGET_R3900. (sim_engine_run): Use CANCELDELAYSLOT rather than clearing bits explicitly. * Makefile.in,configure.in: Add mips subtarget option. * configure: Update. | |||||
1997-09-20 | * config/i386/windows.mh (XDEPFILES): need to list some files | Felix Lee | 2 | -13/+13 | |
explicitly, for odd reasons. | |||||
1997-09-19 | * config/tc-mn10300.c (md_assemble): Use strcasecomp instead | Jeff Law | 1 | -0/+5 | |
of strcmp where appropriate. Fixes problem in one of mec's prs. | |||||
1997-09-19 | * gencode.c: Add r3900 (tx39). | Gavin Romig-Koch | 2 | -21/+40 | |
* gencode.c: Fix some configuration problems by improving the relationship between tx19 and tx39. | |||||
1997-09-19 | Add alignment option. | Andrew Cagney | 1 | -0/+1 | |
Add support for hardwired and default alignment to configuration. | |||||
1997-09-19 | More tests. | Andrew Cagney | 9 | -16/+255 | |
Have sld check verify that the processor is a v850eq. | |||||
1997-09-19 | Clean up tracing for Bcond & jmp insns. | Andrew Cagney | 4 | -369/+162 | |
Fix computation of disp16 and disp22. Clean up tracing of sld* insns. | |||||
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 | |