From: Dave Anglin Date: Mon, 2 Mar 2009 23:33:02 +0000 (+0000) Subject: * binutils-all/localize-hidden-1.s: Change .equ to .set. X-Git-Tag: sid-snapshot-20090401~373 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfd1e198d6dca0e2ce24013942afde0a17d6f2a8;p=platform%2Fupstream%2Fbinutils.git * binutils-all/localize-hidden-1.s: Change .equ to .set. * binutils-all/localize-hidden-2.s: Likewise. --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 9615e57..df1c213 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-03-02 John David Anglin + + * binutils-all/localize-hidden-1.s: Change .equ to .set. + * binutils-all/localize-hidden-2.s: Likewise. + 2009-01-29 Nick Clifton * binutils-all/objdump.W: Do not assume that high and low PC diff --git a/binutils/testsuite/binutils-all/localize-hidden-1.s b/binutils/testsuite/binutils-all/localize-hidden-1.s index bdaa69d..bd32cb2 100644 --- a/binutils/testsuite/binutils-all/localize-hidden-1.s +++ b/binutils/testsuite/binutils-all/localize-hidden-1.s @@ -20,17 +20,17 @@ .protected Gprotected .protected Wprotected - .equ Ldefault, 0x1100 - .equ Lhidden, 0x1200 - .equ Linternal, 0x1300 - .equ Lprotected, 0x1400 + .set Ldefault, 0x1100 + .set Lhidden, 0x1200 + .set Linternal, 0x1300 + .set Lprotected, 0x1400 - .equ Gdefault, 0x2100 - .equ Ghidden, 0x2200 - .equ Ginternal, 0x2300 - .equ Gprotected, 0x2400 + .set Gdefault, 0x2100 + .set Ghidden, 0x2200 + .set Ginternal, 0x2300 + .set Gprotected, 0x2400 - .equ Wdefault, 0x3100 - .equ Whidden, 0x3200 - .equ Winternal, 0x3300 - .equ Wprotected, 0x3400 + .set Wdefault, 0x3100 + .set Whidden, 0x3200 + .set Winternal, 0x3300 + .set Wprotected, 0x3400 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