Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-02 | Removed the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used. | Nick Clifton | 2 | -8/+8 | |
1997-09-02 | Add note on TAGS support. | David Edelsohn | 1 | -2/+33 | |
1997-09-02 | (TAGS): Add support for "/* TAGS: foo */" marker. | David Edelsohn | 2 | -1/+2 | |
1997-09-02 | * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker. | David Edelsohn | 3 | -15/+66 | |
* sim-n-bits.h: Add TAGS comments for all functions. * sim-n-core.h: Likewise. * sim-n-endian.h: Likewise. | |||||
1997-09-02 | Sanitation fixes. | Joern Rennecke | 1 | -1/+41 | |
1997-09-02 | * config/tc-v850.c (md_assemble): Use opcode->name instead of | Andrew Cagney | 2 | -1/+12 | |
opcode->opcode as the sentinal. Zero is a valid opcode. | |||||
1997-09-02 | Typo in e700 #ifdef'd code. | Andrew Cagney | 1 | -0/+5 | |
1997-09-02 | Merge SH4 branch simulator in to devo. | Andrew Cagney | 4 | -362/+1964 | |
1997-09-01 | Test/fix pabsh, pabsw, psrlvw. | Andrew Cagney | 14 | -37/+119 | |
1997-09-01 | Compile from UNIX to cygwin32. | Andrew Cagney | 5 | -87/+476 | |
1997-09-01 | Add ``set processor'' - an alias to ``set architecture''. | Andrew Cagney | 2 | -0/+6 | |
1997-09-01 | Use sim_state_alloc to create common sim object. | Andrew Cagney | 5 | -22/+37 | |
1997-09-01 | Passify cross compilation and GCC -Wall | Andrew Cagney | 3 | -4/+25 | |
1997-08-30 | * config/sparc/sparclite.mt: Removed simulator references (erc32 | Bob Manson | 2 | -2/+5 | |
has been disabled). | |||||
1997-08-30 | Passify GCC. Convert 0x0LL to something more portable in the FP code. | Andrew Cagney | 9 | -141/+311 | |
1997-08-30 | Passify GCC. | Andrew Cagney | 2 | -2/+7 | |
1997-08-29 | SH4 assembler extensions. | Joern Rennecke | 5 | -0/+114 | |
1997-08-29 | * Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@. | Ian Lance Taylor | 3 | -2/+7 | |
* Makefile.in: Rebuild. | |||||
1997-08-28 | Remove arc sanitization. | David Edelsohn | 1 | -28/+0 | |
1997-08-28 | * sim-options.c (standard_option_handler): Use xstrdup, not strdup. | David Edelsohn | 2 | -1/+5 | |
1997-08-28 | * configure.tgt (arc-*-elf*): Recognize. | David Edelsohn | 5 | -70/+35 | |
* Makefile.am (ALL_EMULATIONS): Add earcelf.o. * Makefile.in: Regenerate. * emulparams/arcelf.sh: New file. Removes arc sanitization. | |||||
1997-08-28 | Remove arc sanitization. | David Edelsohn | 1 | -8/+1 | |
1997-08-28 | * binutils-all/objdump.exp (cpus_expected): Add arc. | David Edelsohn | 1 | -0/+10 | |
1997-08-28 | Remove arc sanitization. | David Edelsohn | 2 | -51/+23 | |
1997-08-28 | New commands ``set architecture'', ``show architecture'' and ``info | Andrew Cagney | 8 | -205/+348 | |
architecture''. Update SH target to use new target_architecture_hook. | |||||
1997-08-28 | Add sh3 et.al. to SH arch table. | Andrew Cagney | 5 | -7/+62 | |
Improve machine name parsing for v850 and SH. | |||||
1997-08-28 | Make igen available when v850 is being build. | Andrew Cagney | 3 | -0/+9 | |
1997-08-28 | Add --target=BFDTARGET and --architecture=MACHINE options. | Andrew Cagney | 4 | -3/+71 | |
1997-08-27 | Fix doco on enable-sim-inline. | Andrew Cagney | 15 | -3/+94 | |
1997-08-27 | Add MSBIT* and LSBIT* macro's to sim-bits.h | Andrew Cagney | 7 | -1/+1214 | |
Add more macro's for extracting sub word quantites to sim-endian.h | |||||
1997-08-27 | Only pass endianess to simulator when explicitly set by user with set | Andrew Cagney | 4 | -10/+36 | |
endian. Prepend endian argument so that it can be overriden with target sim -ARGS. | |||||
1997-08-27 | * archures.c (bfd_archures_list): Always NULL terminate the list. | Andrew Cagney | 2 | -1/+5 | |
1997-08-27 | New file - generic implementation of sim_load for hardware only | Andrew Cagney | 1 | -0/+53 | |
simulators. | |||||
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 35 | -382/+626 | |
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-27 | * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract | Andrew Cagney | 2 | -3/+13 | |
sign bit using 64 bit and not a 32 bit mask. * sim_calls.c (sim_load): From Ian Lance Taylor - free argv after it has been used, not before. | |||||
1997-08-27 | Save a copy of argv, not just a pointer. | Andrew Cagney | 3 | -18/+54 | |
1997-08-26 | * Makefile.am: Rebuild dependencies. | Ian Lance Taylor | 3 | -22/+25 | |
(ALL_MACHINES_CFILES): Add cpu-arc.c. (ALL_MACHINES_CFILES): Add elf32-arc.c. (elf32-arc.lo): Remove explicit dependency. * Makefile.in: Rebuild. | |||||
1997-08-26 | fix v850 machine number stuff | Ian Lance Taylor | 2 | -3/+3 | |
1997-08-26 | * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD. | Ian Lance Taylor | 3 | -48/+82 | |
* doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT. * aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild. | |||||
1997-08-26 | * doc/as.texinfo (Machine Dependencies): Add v850 to menu. | Ian Lance Taylor | 3 | -1/+9 | |
* doc/c-v850.texi: Change node name to match other chapter nodes. | |||||
1997-08-26 | * expr.c (integer_constant): If BFD64, don't make a bignum if the | Ian Lance Taylor | 1 | -0/+3 | |
number will fit in 64 bits. | |||||
1997-08-26 | * config/tc-alpha.c (load_expression): Check explicitly for O_big, | Ian Lance Taylor | 2 | -5/+60 | |
rather than calling abort. | |||||
1997-08-26 | * as.h: Don't define alloca if __GNUC__. Just declare it. | Ian Lance Taylor | 3 | -23/+105 | |
* macro.c: Copy alloca handling from as.h. | |||||
1997-08-26 | * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From | Ian Lance Taylor | 1 | -1/+4 | |
Gabriel Paubert <paubert@iram.es>. | |||||
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 | Corrected name of tiny data area label. | Nick Clifton | 2 | -2/+9 | |
1997-08-26 | * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert | Ian Lance Taylor | 2 | -1/+4 | |
<paubert@iram.es>. | |||||
1997-08-26 | Made immediate parameter of MOVHI be unsigned | Nick Clifton | 2 | -1/+7 | |
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 | Use address size prefix for loopw as for jcxz. | Ian Lance Taylor | 2 | -2/+8 | |