* binutils-all/localize-hidden-1.s: Change .equ to .set.
authorDave Anglin <dave.anglin@nrc.ca>
Mon, 2 Mar 2009 23:33:02 +0000 (23:33 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Mon, 2 Mar 2009 23:33:02 +0000 (23:33 +0000)
* binutils-all/localize-hidden-2.s: Likewise.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/localize-hidden-1.s
binutils/testsuite/binutils-all/localize-hidden-2.s

index 9615e57..df1c213 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * binutils-all/localize-hidden-1.s: Change .equ to .set.
+       * binutils-all/localize-hidden-2.s: Likewise.
+
 2009-01-29  Nick Clifton  <nickc@redhat.com>
 
        * binutils-all/objdump.W: Do not assume that high and low PC
index bdaa69d..bd32cb2 100644 (file)
        .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
index d428c3a..5305926 100644 (file)
@@ -1,2 +1,2 @@
        .globl  G
-       .equ    G,0x100
+       .set    G,0x100