diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/localize-hidden-2.s')
-rw-r--r-- | binutils/testsuite/binutils-all/localize-hidden-2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/localize-hidden-2.s b/binutils/testsuite/binutils-all/localize-hidden-2.s index d428c3a..5305926 100644 --- a/binutils/testsuite/binutils-all/localize-hidden-2.s +++ b/binutils/testsuite/binutils-all/localize-hidden-2.s @@ -1,2 +1,2 @@ .globl G - .equ G,0x100 + .set G,0x100 |