[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061206070014.GA535@lucon.org>
Date: Tue, 5 Dec 2006 23:00:14 -0800
From: "H. J. Lu" <hjl@...on.org>
To: gcc@....gnu.org, GNU C Library <libc-alpha@...rces.redhat.com>,
linux kernel <linux-kernel@...r.kernel.org>
Subject: Change x86 prefix order
On x86, the order of prefix SEG_PREFIX, ADDR_PREFIX, DATA_PREFIX and
LOCKREP_PREFIX isn't fixed. Currently, gas generates
LOCKREP_PREFIX ADDR_PREFIX DATA_PREFIX SEG_PREFIX
I will check in a patch:
http://sourceware.org/ml/binutils/2006-12/msg00054.html
tomorrow and change gas to generate
SEG_PREFIX ADDR_PREFIX DATA_PREFIX LOCKREP_PREFIX
H.J.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists