aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-09-03Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney6-24/+180
Use in sim-events.
1997-09-03 * cofflink.c (coff_link_check_ar_symbols): Handle C_SYSTEM symsFred Fish1-0/+9
the same as C_EXT syms. (coff_link_add_symbols): Ditto. (_bfd_coff_link_input_bfd): Ditto. (_bfd_coff_write_task_globals): Add save_global_to_static. Use it to preserve and restore state of global_to_static flag. PR 13202
1997-09-03Standard simulator header file.Andrew Cagney1-0/+172
1997-09-03Add real SIM_DESC arg to v850 simulator.Andrew Cagney8-424/+532
Add --enable-sim-warnings, use/fix errors. Add --enable-sim-endian, don't use. Add common modules. Don't yet use most.
1997-09-03Stanify error reporting memory overlaps.Andrew Cagney3-10/+28
1997-09-03 * config/sparclet.exp: Detect gratuitous change to sparclet gdbBob Manson2-19/+38
target mode.
1997-09-03Set machine number based in bits in e_flags field rather than magic number.Nick Clifton3-25/+159
1997-09-03Replaced magic numbers with bits in e_flags field.Nick Clifton3-6/+59
1997-09-03 * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions areJeff Law1-0/+5
relative to the next instruction, not the current instruction. pr13171.
1997-09-03 * cpu-arc.c (arc_get_mach): Properly scan defined mach entries.David Edelsohn1-0/+4
1997-09-03 * config/tc-mn10200.c (md_convert_frag): PC relative instructions arexJeff Law1-0/+6
relative to the next instruction, not the current instruction. (md_assemble): Similarly. pr13171
1997-09-03 * elf-m10200.c (mn10200_elf_final_link_relocate): PC relativeJeff Law1-0/+7
instructions are relative to the next instruction, not the current instruction. (mn10200_elf_relax_section): Similarly. pr13171
1997-09-03 Fix missing global verbose declaration. grrrr. this is NOTBob Manson1-0/+1
right.
1997-09-02Explanations of offsets in SDA/ZDA areas fixed.Nick Clifton2-5/+18
1997-09-02Support for new relocations added. Support for SDA/TDA/ZDA sections added.Nick Clifton3-197/+338
1997-09-02Support restore-sanitize-sh4 .Joern Rennecke1-1/+1
1997-09-02Switched over to using new reloc types.Nick Clifton6-233/+699
1997-09-02Comment typo fix.Joern Rennecke1-1/+1
1997-09-02Removed use of V850_OPERNAD_ADJUST_SHORT_MEMORY.Nick Clifton3-46/+63
Fixed several operand patterns.
1997-09-02sanitization fixes.Felix Lee1-19/+19
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