]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-i386/lea1.s
Convert mov to lea for loading address of local common symbol
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-i386 / lea1.s
index 6afad884d1a625c9c011eb6351179af3ffb37618..f754ec03374f9d9e02315bf976f1df2d8258729d 100644 (file)
@@ -8,4 +8,7 @@ foo:
        .type   _start, @function
 _start:
        movl    foo@GOT(%ecx), %eax
+       movl    bar@GOT(%ecx), %eax
        .size   _start, .-_start
+       .comm   pad,4,4
+       .comm   bar,4,4