Jeff Law
0e4ccc58f2
* simops.c: Fix satadd, satsub boundary case handling.
1996-08-30 16:41:39 +00:00
Jeff Law
83fc3bac9f
* interp.c (hash): Fix.
...
* interp.c (do_format_8): Get operands correctly and
call the target function.
* simops.c: Rough cut at "clr1", "not1", "set1", and "tst1".
1996-08-30 16:35:10 +00:00
Ian Lance Taylor
76a61985c1
* gmon.h: Replace #elif with #else/#endif.
1996-08-30 16:19:15 +00:00
Ian Lance Taylor
492cfc71b8
* ihex.c (ihex_scan): Removed unnecessary extbase variable.
...
(ihex_write_object_contents): Remove extbase; always use segbase
instead.
1996-08-30 15:52:40 +00:00
Jackie Smith Cashion
5132850605
Fri Aug 30 15:07:14 1996 James G. Smith <jsmith@cygnus.co.uk>
...
* remote-mips.c: Provide support for CAIRO target board.
(cairo_open, cairo_ops): Added.
(mips_monitor_type): MON_CAIRO Added.
(mips_enter_debug, mips_exit_debug, mips_initialize,
mips_fetch_registers, common_breakpoint, mips_load,
_initialize_remote_mips): Updated.
Add simple support for NEC CAIRO Vr4300 development board.
1996-08-30 14:15:27 +00:00
Jeff Law
05631de266
* config/tc-850.c (md_assemble): Handle hi() correctly. Handle
...
hi0() too.
Bugfix.
1996-08-30 06:44:44 +00:00
Jeff Law
1f17971dee
* gas/v850/hilo.s: New testfile.
...
* gas/v850/basic.exp: Run hilo tests.
1996-08-30 06:40:44 +00:00
Jeff Law
3cb6bf7818
* interp.c (do_format_4): Get operands correctly and
...
call the target function.
* simops.c: Rough cut at "sld.b", "sld.h", "sld.w", "sst.b",
"sst.h", and "sst.w".
1996-08-30 05:49:07 +00:00
Jeff Law
28647e4c0c
* v850_sim.h: The V850 doesn't have split I&D spaces. Change
...
accordingly. Remove many unused definitions.
* interp.c: The V850 doesn't have split I&D spaces. Change
accordingly.
(get_longlong, get_longword, get_word): Deleted.
(write_longlong, write_longword, write_word): Deleted.
(get_operands): Deleted.
(get_byte, get_half, get_word): New functions.
(put_byte, put_half, put_word): New functions.
* simops.c: Remove unused functions. Rough cut at
"ld.b", "ld.h", "ld.w", "st.b", "st.h", "st.w" insns.
1996-08-30 05:41:10 +00:00
Jeff Law
614f1c68ed
* v850_sim.h (struct _state): Remove "psw" field. Add
...
"sregs" field.
(PSW): Remove bogus definition.
* simops.c: Change condition code handling to use the psw
register within the sregs array. Handle "ldsr" and "stsr".
1996-08-30 05:09:08 +00:00
Jeff Law
dca41ba76b
* simops.c: Handle "satadd", "satsub", "satsubi", "satsubr".
1996-08-30 04:59:02 +00:00
Jeff Law
e9b6cbaca5
* interp.c (do_format_5): Get operands correctly and
...
call the target function.
(sim_resume): Don't do a PC update for format 5 instructions.
* simops.c: Handle "jarl" and "jmp" instructions.
1996-08-30 04:27:48 +00:00
Jeff Law
3095b8dfc5
* simops.c: Fix minor typos. Handle "cmp", "setf", "tst"
...
"di", and "ei" instructions correctly.
1996-08-30 04:11:32 +00:00
Jeff Law
2108e86459
* interp.c (do_format_3): Get operands correctly and call
...
the target function.
* simops.c: Handle bCC instructions.
1996-08-30 03:48:13 +00:00
Jeff Law
35404c7d07
* simops.c: Add condition code handling to shift insns.
...
Fix minor typos in condition code handling for other insns.
1996-08-30 03:23:36 +00:00
Jeff Law
aabce0f46c
* Makefile.in: Fix typo.
...
* simops.c: Add condition code handling to "sub" "subr" and
"divh" instructions.
1996-08-30 03:07:24 +00:00
Jeff Law
0ef0eba580
* interp.c (hash): Update to be more accurate.
...
(lookup_hash): Call hash rather than computing the hash
code here.
(do_format_1_2): Handle format 1 and format 2 instructions.
Get operands correctly and call the target function.
(do_format_6): Get operands correctly and call the target
function.
(do_formats_9_10): Rough cut so shift ops will work.
(sim_resume): Tweak to deal with format 1 and format 2
handling in a single funtion. Don't update the PC
for format 3 insns. Fix typos.
* simops.c: Slightly reorganize. Add condition code handling
to "add", "addi", "and", "andi", "or", "ori", "xor", "xori"
and "not" instructions.
* v850_sim.h (reg_t): Registers are 32bits.
(_state): The V850 has 32 general registers. Add a 32bit
psw and pc register too. Add accessor macros
Fixing lots of stuff. Starting to add condition code support. Basically
check pointing the work to date.
1996-08-29 23:39:23 +00:00
Michael Meissner
7fa565a6d3
Recognize i586-dg-dgux and use generic System V config file to nop ranlib
1996-08-29 22:45:33 +00:00
Jeff Law
775533747d
* simops.c: Add shift support.
1996-08-29 22:29:41 +00:00
Jeff Law
fb8eb42bd6
Fix typos in multiply and divide code.
1996-08-29 22:05:15 +00:00
Michael Meissner
ba5f27cd57
gdbserver/configure does not exist
1996-08-29 21:43:31 +00:00
Geoffrey Noer
22dd55c2d6
sanitize change
1996-08-29 21:42:15 +00:00
Michael Meissner
26c543ea67
Recognize i686 as pentium pro
1996-08-29 21:42:11 +00:00
Michael Meissner
3d5aa9924a
Recognize i686-*-* for pentium pro
1996-08-29 21:28:01 +00:00
Michael Meissner
f7954d868f
Recognize i686-*-* for pentium pro
1996-08-29 21:16:27 +00:00
Jeff Law
e98e3b2c5a
* simops.c: Add multiply & divide support. Abort for system
...
instructions.
1996-08-29 20:08:37 +00:00
Jeff Law
1fe983dcdf
* simops.c: Add logicals, mov, movhi, movea, add, addi, sub
...
and subr. No condition codes yet.
1996-08-29 19:53:37 +00:00
Jeff Law
e7f3e5fbbf
* v850-opc.c (v850_opcodes): Fix opcode specs for
...
sld.w, sst.b, sst.h, sst.w, and nop.
1996-08-29 17:11:13 +00:00
Ian Lance Taylor
93f66767b9
* objdump.c (L_tmpnam): Never define.
...
(display_target_list): Use choose_temp_base instead of tmpnam.
(display_info_table): Likewise.
PR 10482.
1996-08-29 15:30:19 +00:00
Jackie Smith Cashion
d833e7e3c8
Thu Aug 29 11:32:23 1996 James G. Smith <jsmith@cygnus.co.uk>
...
* gas/arm/arm7t.d: Explicitly force little-endian assembly.
1996-08-29 10:34:09 +00:00
Martin Hunt
e592d28fa4
Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* config/tc-d10v.c (find_opcode): Fix a bug which could generate
the wrong opcode for cases like st2w where there are many forms
of the same instruction.
1996-08-29 02:22:25 +00:00
Jeff Law
22c1c7ddea
* ChangeLog, Makefile.in, configure, configure.in, v850_sim.h,
...
gencode.c, interp.c, simops.c: Created.
So we've got something to hack on.
1996-08-29 01:06:42 +00:00
Jeff Law
085114ca36
* configure.in (v850-*-*): Added V850 simulator.
1996-08-29 01:05:40 +00:00
Martin Hunt
d70b4d426b
Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems.
1996-08-29 00:35:11 +00:00
Jeff Law
e7dd77751d
* v850-opc.c (v850_opcodes): Add null opcode to mark the
...
end of the opcode table.
For the simulator
1996-08-28 21:56:03 +00:00
Martin Hunt
1049a07218
Fix it.
1996-08-28 19:26:04 +00:00
Martin Hunt
b6a557f2ab
New file.
1996-08-28 19:16:02 +00:00
Martin Hunt
fbe695a36f
Fix d10v_files.
1996-08-28 19:15:20 +00:00
Martin Hunt
166acb9f8f
New file.
1996-08-28 18:09:06 +00:00
Ian Lance Taylor
0cf433d937
* configure.in: If CY_AC_PATH_TCLCONFIG can't find TCL, don't run
...
CY_AC_LOAD_TCLCONFIG.
* configure: Rebuild.
1996-08-28 17:13:00 +00:00
Ian Lance Taylor
6fce31a64b
* expr.c (operand): If md_parse_name is defined, call it before
...
calling symbol_find_or_make.
* config/tc-ppc.h (md_parse_name): Define.
(ppc_parse_name): Declare.
* config/tc-ppc.c (reg_name_search): Add regs and regcount
parameters.
(register_name): Update call to reg_name_search.
(cr_operand): New static variable.
(cr_names): New static const array.
(ppc_parse_name): New function.
(md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
cr_operand before calling expression.
PR 10460.
1996-08-27 17:56:47 +00:00
Jeff Law
a58b037adc
* config/tc-hppa.c (tc_gen_reloc): Add new argument to
...
hppa_gen_reloc_type call.
Fixing a problem with -mlinker-opt.
1996-08-27 15:21:30 +00:00
Michael Meissner
855f9c5870
Regenerate configure
1996-08-27 14:18:23 +00:00
Geoffrey Noer
0579b53d5b
Tue Aug 27 04:25:08 1996 Geoffrey Noer <noer@cygnus.com>
...
* configure.in: work around host_alias configure bug.
AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
and second by AC_CANONICAL_SYSTEM). The second clobbers the
previous setting. Circumventing by moving the second check
to before the first.
* configure: regenerated
1996-08-27 11:32:34 +00:00
Ian Lance Taylor
4da624ddb3
* elf32-mips.c (mips_elf_check_relocs): Set dynobj if needed for
...
R_MIPS_32 and R_MIPS_REL32. Set sgot and g as soon as possible.
(mips_elf_size_dynamic_sections): Don't require .got to exist.
(mips_elf_finish_dynamic_sections): Likewise.
1996-08-27 04:14:13 +00:00
Martin Hunt
ab0268b74b
Mon Aug 26 18:36:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* d10v.mt: New file.
* tm-d10v.h: New file.
1996-08-27 01:52:31 +00:00
Martin Hunt
947489e292
Mon Aug 26 18:36:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* d10v/d10v.mt: New file.
* d10v/tm-d10v.h: New file.
1996-08-27 01:52:18 +00:00
Martin Hunt
7b3fa778e2
Mon Aug 26 18:36:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* config/d10v/d10v.mt: New file.
* config/d10v/tm-d10v.h: New file.
* configure.in: New target D10V.
* d10v-tdep.c: New file.
1996-08-27 01:51:55 +00:00
Martin Hunt
d59209cfeb
Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* configure.in (noconfigdirs): Removed gdb for D10V.
1996-08-27 01:48:04 +00:00
Martin Hunt
4f425a3203
Mon Aug 26 18:30:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* d10v_sim.h (SEXT32): Added.
* interp.c: Commented out printfs.
* simops.c: Fixed error in sb and st2w.
1996-08-27 01:32:48 +00:00