Support more relocs on 16-bit insn fields
authorAlan Modra <amodra@gmail.com>
Wed, 5 Mar 2014 09:01:45 +0000 (19:31 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 5 Mar 2014 09:01:45 +0000 (19:31 +1030)
commita0593ad95626fddd6777a418feb3dd3722e1ef66
treefa42872009fcc4ecc202315fec99a665bde73ffe
parentf50c47f1184b39831f7c8a8200bc349f47619ac3
Support more relocs on 16-bit insn fields

This patch allows gas to assemble a testcase like
li 3,ext_sym
which oddly was not accepted while the following is OK:
li 3,ext_sym@l

* config/tc-ppc.c (md_assemble): Move code adjusting reloc types
later.  Merge absolute and relative branch reloc selection.
Generate 16-bit relocs for most 16-bit insn fields given a
non-constant expression.
gas/ChangeLog
gas/config/tc-ppc.c
This page took 0.026015 seconds and 4 git commands to generate.