]> git.wh0rd.org - patches.git/blob - binutils-ld-test-defined-set.patch
initial import
[patches.git] / binutils-ld-test-defined-set.patch
1 2008-04-25 Mike Frysinger <vapier@gentoo.org>
2
3 * ld-scripts/defined.s: Use .set syntax rather than =.
4
5 Index: testsuite/ld-scripts/defined.s
6 ===================================================================
7 RCS file: /cvs/src/src/ld/testsuite/ld-scripts/defined.s,v
8 retrieving revision 1.1.1.1
9 diff -u -p -r1.1.1.1 defined.s
10 --- testsuite/ld-scripts/defined.s 3 May 1999 07:29:09 -0000 1.1.1.1
11 +++ testsuite/ld-scripts/defined.s 26 Apr 2008 00:13:04 -0000
12 @@ -1,2 +1,2 @@
13 .globl defined
14 - defined = 1
15 + .set defined, 1