diff options
author | Alan Modra <amodra@gmail.com> | 2011-02-25 13:45:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-02-25 13:45:54 +0000 |
commit | e1e9003466dcc4d2c77362fad3817c35179cd5b6 (patch) | |
tree | 32cb225770e31b013ed099f44ba00ceaa37b17fb /ld/testsuite/ld-sh | |
parent | eba5cfbc38107d45b945c41b4e2c51957e3790bd (diff) | |
download | binutils-gdb-e1e9003466dcc4d2c77362fad3817c35179cd5b6.tar.gz |
PR gas/12519
* config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
* ld-mn10300/i135409-3.s: Correct .size label reference.
* ld-sh/sh64/stolib.s: Likewise.
Diffstat (limited to 'ld/testsuite/ld-sh')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/stolib.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-sh/sh64/stolib.s b/ld/testsuite/ld-sh/sh64/stolib.s index 587faa6d161..a5dee2b2869 100644 --- a/ld/testsuite/ld-sh/sh64/stolib.s +++ b/ld/testsuite/ld-sh/sh64/stolib.s @@ -4,4 +4,4 @@ bar: ptabs r18, tr0 blink tr0, r63 - .Lfe_bar: .size bar,.Lfe_bar-X +.Lfe_bar: .size bar,.Lfe_bar-bar |