Ensure that %func() expressions are outermost terms
authorDJ Delorie <dj@redhat.com>
Tue, 21 Jan 2014 20:12:19 +0000 (15:12 -0500)
committerDJ Delorie <dj@redhat.com>
Tue, 21 Jan 2014 20:12:19 +0000 (15:12 -0500)
commitc9d665580ec705dab16bdf27147e584b44f70ed5
tree3738321caec9c0fe53181c20f2b3e5c609a4eff5
parent4869db5e97b2062a3adf81158577171990248ef3
Ensure that %func() expressions are outermost terms

This is to avoid expressions like:  %hi(foo) + 1, which will
not do what you expect.  The complex relocations can handle it,
but the internal fixups can't.
gas/ChangeLog
gas/config/tc-rl78.c