binutils-2.22.90 snapshot is available
H.J. Lu
hjl.tools@gmail.com
Mon Jul 30 17:49:00 GMT 2012
On Fri, Jul 27, 2012 at 2:09 AM, Tristan Gingold <gingold@adacore.com> wrote:
> Hi,
>
> I have just created the 2.23 branch and uploded prerelease 2.22.90 at:
> ftp://sourceware.org/pub/binutils/snapshots/binutils-2.22.90.tar.bz2
>
> 1c3cff60834006839e2a0cb39a9f93d7 binutils-2.22.90.tar.bz2
>
> This snapshot was sanity-checked for i686-pc-linux-gnu
> Please test it for your favorite hosts/targets.
>
> Tristan.
I checked this patch into 2.23 branch to fix the x86 gas test
failure.
H.J.
---
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 85968f8..caa3ccb 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/inval-equ-2.l: Updated.
+
2012-07-24 Sandra Loosemore <sandra@codesourcery.com>
Jie Zhang <jzhang918@gmail.com>
diff --git a/gas/testsuite/gas/i386/inval-equ-2.l
b/gas/testsuite/gas/i386/inval-equ-2.l
index aed89b4..7a4f483 100644
--- a/gas/testsuite/gas/i386/inval-equ-2.l
+++ b/gas/testsuite/gas/i386/inval-equ-2.l
@@ -15,5 +15,7 @@ GAS LISTING .*
[ ]*6[ ]+\.globl bar2
[ ]*7[ ]+\.set bar3,\(%eax\+1\)
[ ]*8[ ]+\?\?\?\? A12A0000 mov bar3,%eax
+\*\*\*\* Error:can't make global register symbol `bar1'
+\*\*\*\* Error:can't make global register symbol `bar2'
\*\*\*\* Error:can't make global register symbol `bar3'
[ ]*8[ ]+00
--
H.J.
More information about the Binutils
mailing list