aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-09-02Removed the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used.Nick Clifton2-8/+8
1997-09-02Add note on TAGS support.David Edelsohn1-2/+33
1997-09-02(TAGS): Add support for "/* TAGS: foo */" marker.David Edelsohn2-1/+2
1997-09-02 * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.David Edelsohn3-15/+66
* sim-n-bits.h: Add TAGS comments for all functions. * sim-n-core.h: Likewise. * sim-n-endian.h: Likewise.
1997-09-02Sanitation fixes.Joern Rennecke1-1/+41
1997-09-02* config/tc-v850.c (md_assemble): Use opcode->name instead ofAndrew Cagney2-1/+12
opcode->opcode as the sentinal. Zero is a valid opcode.
1997-09-02Typo in e700 #ifdef'd code.Andrew Cagney1-0/+5
1997-09-02Merge SH4 branch simulator in to devo.Andrew Cagney4-362/+1964
1997-09-01Test/fix pabsh, pabsw, psrlvw.Andrew Cagney14-37/+119
1997-09-01Compile from UNIX to cygwin32.Andrew Cagney5-87/+476
1997-09-01Add ``set processor'' - an alias to ``set architecture''.Andrew Cagney2-0/+6
1997-09-01Use sim_state_alloc to create common sim object.Andrew Cagney5-22/+37
1997-09-01Passify cross compilation and GCC -WallAndrew Cagney3-4/+25
1997-08-30 * config/sparc/sparclite.mt: Removed simulator references (erc32Bob Manson2-2/+5
has been disabled).
1997-08-30Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney9-141/+311
1997-08-30Passify GCC.Andrew Cagney2-2/+7
1997-08-29SH4 assembler extensions.Joern Rennecke5-0/+114
1997-08-29 * Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.Ian Lance Taylor3-2/+7
* Makefile.in: Rebuild.
1997-08-28Remove arc sanitization.David Edelsohn1-28/+0
1997-08-28 * sim-options.c (standard_option_handler): Use xstrdup, not strdup.David Edelsohn2-1/+5
1997-08-28 * configure.tgt (arc-*-elf*): Recognize.David Edelsohn5-70/+35
* Makefile.am (ALL_EMULATIONS): Add earcelf.o. * Makefile.in: Regenerate. * emulparams/arcelf.sh: New file. Removes arc sanitization.
1997-08-28Remove arc sanitization.David Edelsohn1-8/+1
1997-08-28 * binutils-all/objdump.exp (cpus_expected): Add arc.David Edelsohn1-0/+10
1997-08-28Remove arc sanitization.David Edelsohn2-51/+23
1997-08-28New commands ``set architecture'', ``show architecture'' and ``infoAndrew Cagney8-205/+348
architecture''. Update SH target to use new target_architecture_hook.
1997-08-28Add sh3 et.al. to SH arch table.Andrew Cagney5-7/+62
Improve machine name parsing for v850 and SH.
1997-08-28Make igen available when v850 is being build.Andrew Cagney3-0/+9
1997-08-28Add --target=BFDTARGET and --architecture=MACHINE options.Andrew Cagney4-3/+71
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney15-3/+94
1997-08-27Add MSBIT* and LSBIT* macro's to sim-bits.hAndrew Cagney7-1/+1214
Add more macro's for extracting sub word quantites to sim-endian.h
1997-08-27Only pass endianess to simulator when explicitly set by user with setAndrew Cagney4-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 Cagney2-1/+5
1997-08-27New file - generic implementation of sim_load for hardware onlyAndrew Cagney1-0/+53
simulators.
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney35-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 - ExtractAndrew Cagney2-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-27Save a copy of argv, not just a pointer.Andrew Cagney3-18/+54
1997-08-26 * Makefile.am: Rebuild dependencies.Ian Lance Taylor3-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-26fix v850 machine number stuffIan Lance Taylor2-3/+3
1997-08-26 * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.Ian Lance Taylor3-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 Taylor3-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 theIan Lance Taylor1-0/+3
number will fit in 64 bits.
1997-08-26 * config/tc-alpha.c (load_expression): Check explicitly for O_big,Ian Lance Taylor2-5/+60
rather than calling abort.
1997-08-26 * as.h: Don't define alloca if __GNUC__. Just declare it.Ian Lance Taylor3-23/+105
* macro.c: Copy alloca handling from as.h.
1997-08-26 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. FromIan Lance Taylor1-1/+4
Gabriel Paubert <paubert@iram.es>.
1997-08-26 * i386.h (two_byte_segment_defaults): Correct base register 5 inIan Lance Taylor1-0/+4
modes 1 and 2 to be ss rather than ds. From Gabriel Paubert <paubert@iram.es>.
1997-08-26Corrected name of tiny data area label.Nick Clifton2-2/+9
1997-08-26 * i386.h: Set ud2 to 0x0f0b. From Gabriel PaubertIan Lance Taylor2-1/+4
<paubert@iram.es>.
1997-08-26Made immediate parameter of MOVHI be unsignedNick Clifton2-1/+7
1997-08-26 * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel PaubertIan Lance Taylor2-4/+7
<paubert@iram.es>.
1997-08-26Use address size prefix for loopw as for jcxz.Ian Lance Taylor2-2/+8