From: Alan Modra Date: Fri, 11 May 2007 07:16:28 +0000 (+0000) Subject: * binutils-all/needed-by-reloc.s: Use .long rather than .4byte. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4de647686a85b468c90656c71236432b25ccbfd;p=binutils-gdb.git * binutils-all/needed-by-reloc.s: Use .long rather than .4byte. --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 8b613b20f59..6fce5bd7512 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-05-11 Alan Modra + + * binutils-all/needed-by-reloc.s: Use .long rather than .4byte. + 2007-05-08 Mark Shinwell * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo diff --git a/binutils/testsuite/binutils-all/needed-by-reloc.s b/binutils/testsuite/binutils-all/needed-by-reloc.s index 8251e8c0f8a..40ebdedfe90 100644 --- a/binutils/testsuite/binutils-all/needed-by-reloc.s +++ b/binutils/testsuite/binutils-all/needed-by-reloc.s @@ -1,7 +1,7 @@ .globl foo .data - .4byte foo + .long foo .text foo: .long 1