Ian Lance Taylor
c86158e591
Add SH ELF support.
...
* elf32-sh.c: New file.
* elf.c (prep_headers): Handle bfd_arch_sh.
* elfcode.h (write_relocs): Handle absolute symbol.
* elf-bfd.h (_bfd_elf32_link_read_relocs): Declare.
(_bfd_elf64_link_read_relocs): Declare.
* elflink.h (NAME(_bfd_elf,link_read_relocs)): Rename from
elf_link_read_relocs. Make globally visible. Change all
callers.
(elf_link_input_bfd): Get external symbols from cache in
symtab_hdr->contents. Get contents from cache in
elf_section_data.
* elfxx-target.h (bfD_elfNN_bfd_relax_section): Only define if not
already defined.
* reloc.c: Define BFD_RELOC_SH_* relocs.
* libbfd-in.h (_bfd_sh_align_load_span): Declare.
* coff-sh.c (sh_insns_conflict): Fix a return value.
(_bfd_sh_align_load_span): New globally visible function, broken
out of sh_align_load.
(sh_align_load): Call _bfd_sh_align_load_span.
(sh_swap_insns): Change relocs parameter to PTR.
* bfd-in2.h, libbfd.h: Rebuild.
* targets.c (bfd_elf32_sh_vec): Declare.
(bfd_elf32_shl_vec): Declare.
* config.bfd (sh-*-elf*): New target.
* configure.in (bfd_elf32_sh_vec): New target vector.
(bfd_elf32_shl_vec): New target vector.
* configure: Rebuild.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add elf32-sh.o.
(BFD32_BACKENDS_CFILES): Add elf32-sh.c.
* elf.c (map_sections_to_segments): Check that LMA does not skip a
page before checking D_PAGED.
1996-08-30 22:09:51 +00:00
Jeff Law
787d66bb4d
* simops.c: Fix "not1" and "set1".
1996-08-30 21:55:26 +00:00
Martin Hunt
20dbcd5c31
Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* config/tc-d10v.c (find_opcode): Fix problem with calculating
branch sizes in across sections.
1996-08-30 21:50:52 +00:00
Jeff Law
3046d87986
* simops.c: Don't forget to initialize temp for
...
"ld.h" and "ld.w"
1996-08-30 20:15:51 +00:00
Jeff Law
1a393e50be
* gas/v850/misc.s: Tweak register numbers for better testing.
...
* gas/v850/basic.exp (misc_tests): Corresponding changes.
1996-08-30 19:59:06 +00:00
Jeff Law
e9ebb36451
* v850-opc.c (v850_operands): Define SR2 operand.
...
(v850_opcodes): "ldsr" uses R1,SR2.
ldsr is kinda weird.
1996-08-30 19:44:42 +00:00
Jeff Law
ba853302f2
* interp.c: Remove various debugging printfs.
1996-08-30 16:42:49 +00:00
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