]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
gas:
authorZack Weinberg <zackw@panix.com>
Thu, 30 Jun 2005 18:33:17 +0000 (18:33 +0000)
committerZack Weinberg <zackw@panix.com>
Thu, 30 Jun 2005 18:33:17 +0000 (18:33 +0000)
commit2fc8bdacf338d587111c1542b4b16e6cc4511e49
tree546953555562ff9e1c23f7c7843942a285d2b40d
parentb116d4a7eb22626b1cd82c9bf02622d41033b174
gas:
* config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
(encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
(do_t_branch, insns [b, bl]): Don't encode pipeline offset.
(s_arm_elf_cons): Disallow use of (plt) suffix.
(do_adrl): Adjust X_add_number unconditionally.
(md_pcrel_from): Rename md_pcrel_from_section, add second segT
argument.  Handle all adjustment for pipeline offset here.
(md_apply_fix): No need to undo work of md_pcrel_from.  No
need to extract pre-encoded pipeline adjustments from various
branch instructions.  Generally, assume instructions are already
all-bits-zero in the field being fixed up.  Remove all OBJ_ELF
special cases.  Handle BFD_RELOC_ARM_PLT32 like
BFD_RELOC_ARM_PCREL_BRANCH.
(tc_gen_reloc): Remove OBJ_ELF special case.
* config/tc-arm.c: Define MD_PCREL_FROM_SECTION.

gas/testsuite:
* gas/arm/arm.exp: Don't special case ldconst, arm7t, or copro
for *-wince-*.
* gas/arm/wince_arm7t.d, gas/arm/wince_copro.d
* gas/arm/wince_ldconst.d: Delete.
gas/ChangeLog
gas/config/tc-arm.c
gas/config/tc-arm.h
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/arm.exp
gas/testsuite/gas/arm/pic.d
gas/testsuite/gas/arm/wince_arm7t.d [deleted file]
gas/testsuite/gas/arm/wince_copro.d [deleted file]
gas/testsuite/gas/arm/wince_ldconst.d [deleted file]