* elf32-v850.c (v850_elf_is_target_special_symbol): New function.
authorNick Clifton <nickc@redhat.com>
Wed, 3 Apr 2013 14:42:10 +0000 (14:42 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 3 Apr 2013 14:42:10 +0000 (14:42 +0000)
commit41702d50f7b112ca176a93d79121c2f5a1dc9606
tree17cdbf1ea369323f131270af8632bf410339ad0f
parentcb8af559c12b9a85acb429fed4d59e858574a43c
* elf32-v850.c (v850_elf_is_target_special_symbol): New function.
(bfd_elf32_bfd_is_target_special_symbol): Define.

* v850.h (V850_INVERSE_PCREL): Define.

* v850-dis.c (print_value): With V850_INVERSE_PCREL compute the
destination address by subtracting the operand from the current
address.
* v850-opc.c (insert_u16_loop): Disallow negative offsets.  Store
a positive value in the insn.
(extract_u16_loop): Do not negate the returned value.
(D16_LOOP): Add V850_INVERSE_PCREL flag.

(ceilf.sw): Remove duplicate entry.
(cvtf.hs): New entry.
(cvtf.sh): Likewise.
(fmaf.s): Likewise.
(fmsf.s): Likewise.
(fnmaf.s): Likewise.
(fnmsf.s): Likewise.
(maddf.s): Restrict to E3V5 architectures.
(msubf.s): Likewise.
(nmaddf.s): Likewise.
(nmsubf.s): Likewise.
bfd/ChangeLog
bfd/elf32-v850.c
include/opcode/ChangeLog
include/opcode/v850.h
opcodes/ChangeLog
opcodes/v850-dis.c
opcodes/v850-opc.c
This page took 0.025194 seconds and 4 git commands to generate.