[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/14859] Redundant ASP generated for jecxz
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug gas/14859] Redundant ASP generated for jecxz |
Date: |
Tue, 20 Nov 2012 13:55:57 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=14859
--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-20 13:55:57
UTC ---
(In reply to comment #2)
> It's caused by HJ's Intel TSX patch on 2012-02-08:
> http://sourceware.org/ml/binutils-cvs/2012-02/msg00030.html
>
> I don't see any jecxz-related logic changes in that patch, but a lot of
> updates
> to a data table indexed by insn, including the jecxz entry. A typo there
> perhaps?
There was a latent bug before my change:
static void
output_jump (void)
{
...
p = frag_more (1 + size);
*p++ = i.tm.base_opcode;
It simply ignores i.tm.opcode_length. I will fix it.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
- [Bug gas/14859] New: Redundant ASP generated for jecxz, kyukhin at gcc dot gnu.org, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz, kyukhin at gcc dot gnu.org, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz, kyukhin at gcc dot gnu.org, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz, mikpe at it dot uu.se, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz, hjl.tools at gmail dot com, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz, cvs-commit at gcc dot gnu.org, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz, cvs-commit at gcc dot gnu.org, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz, hjl.tools at gmail dot com, 2012/11/20
- [Bug gas/14859] Redundant ASP generated for jecxz,
hjl.tools at gmail dot com <=