This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH v2 0/4] x86: (not just) branch handling adjustments
- From: Jan Beulich <JBeulich at suse dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Fri, 27 Dec 2019 08:42:02 +0000
- Subject: Re: [PATCH v2 0/4] x86: (not just) branch handling adjustments
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=mw/TMGGpfTsLCXjFDDiyiGFonzX4J8vqJFA94Ufrw74=; b=AViW9W4pWP4lnN7zDAd/Ob6FMkXgraH4E93/IghQV4kIiKb8LE87JXupvIh2hs8JVpq8STPDGh1VidhFW6tsoKstI7Uq8E0mOqk4xDj6aXiZzTv8jvCeGR81YbAJx2lyEDrejfovUHNWG4/grHKqnsnFVc8asxyYRHXy+TiYkm1hIJ4VJuNiJT6E8px/03ts9x0dPP0zwxqHAq5YmBOiV1ekDAIEM26eTg53b+pA1QNnUhyFe8NNXGJOPV1OQ/dpssjxy/ICagWih46eyhebwwH90MosU9i3fDopprGruL0rSONgu3O/7vadM77rQWsmOS043pG853LSOImwmqzQOA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=H13k/jzQfEWD0XyVozNKseQlc0/OsjvUJJF6rryDTl3WRi9G/i/r2j8mgU2NUgBtyeivKt6qzqWsrQIUmUrK/vCp6qlxxhNmRFcNUeHEFWqKjTHlWeCsOaM6W5q8Rah8uhDGObEJtyibCYZNw261etd/fAGsHw7mvLm5nu5kqdpJIHVDilytqCCDVzC/i+kk8jFnpB37U0wVAuAOFYiUMo3TYAvASmFOf3yTWplW7h19t5q10GgFCQ1J1ItctmCiuqbJU7eqxmW+PzmLJZUtDJjdqH7Ln7U2+nKjdv1H19qvZGZqw6fInklGViMOahj9PpG+HqOiztTBLs4fY984sg==
- References: <e955ecd9-0f7c-340e-e16b-e7a4576a6418@suse.com> <CAMe9rOojVh1sbEqQXuG_hVuUG9MY6585KpCYBgLdCi59t4YT-Q@mail.gmail.com>
On 23.12.2019 14:54, H.J. Lu wrote:
> Ok for all.
Thanks. FTR - I had to rebase this ahead of
https://sourceware.org/ml/binutils/2019-11/msg00349.html
for it to apply. I did previously ping this still pending
patch.
Jan
> On Mon, Dec 23, 2019, 8:01 AM Jan Beulich <jbeulich@suse.com> wrote:
>
>> In the middle of addressing PR gas/24546 I've run into an issue
>> with a pre-existing test case, pointing out problems to be fixed
>> prior to being able to actually deal with the issues reported
>> there. In turn I've then noticed further issues, which the first
>> and the last two patches deal with.
>>
>> 1: x86: consolidate Disp<NN> handling a little
>> 2: x86-64: fix Intel64 handling of branch with data16 prefix
>> 3: x86-64: correct / adjust prefix emission
>> 4: x86: adjust ignored prefix warning for branches
>>
>> Jan
>>
>