diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2010-12-02 13:25:13 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2010-12-02 13:25:13 +0000 |
commit | c969da647374bec1548589cd47406e2a12a7800c (patch) | |
tree | 70576c6e17cf11e39b7eb45aac6bf109929e911e /gas/ChangeLog | |
parent | 0c98115d15fbd16d6808a5a7718d748072c00dd7 (diff) | |
download | gdb-c969da647374bec1548589cd47406e2a12a7800c.zip gdb-c969da647374bec1548589cd47406e2a12a7800c.tar.gz gdb-c969da647374bec1548589cd47406e2a12a7800c.tar.bz2 |
gas/
* symbols.c (S_FORCE_RELOC): Return true for indirect functions
even if !strict.
* expr.c (operand): Don't convert absolute symbols to constants
if S_FORCE_RELOC is true.
(expr): Only reduce subtractions between different symbols if
S_FORCE_RELOC is false for both of them.
* write.c (fixup_segment): Don't remove symbols if S_FORCE_RELOC
is true for them, regardless of their segment.
gas/testsuite/
* gas/i386/ifunc-2.s, gas/i386/ifunc-2.l: New test.
* gas/i386/ifunc-3.s, gas/i386/ifunc-3.d: Likeise.
* gas/i386/i386.exp: Run them.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e8e58fd..b0a1966 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2010-12-02 Richard Sandiford <richard.sandiford@linaro.org> + + * symbols.c (S_FORCE_RELOC): Return true for indirect functions + even if !strict. + * expr.c (operand): Don't convert absolute symbols to constants + if S_FORCE_RELOC is true. + (expr): Only reduce subtractions between different symbols if + S_FORCE_RELOC is false for both of them. + * write.c (fixup_segment): Don't remove symbols if S_FORCE_RELOC + is true for them, regardless of their segment. + 2010-12-01 Maciej W. Rozycki <macro@codesourcery.com> * symbols.h (dot_symbol): New declaration. |