[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/11535] "jmp [foo]" no longer works
From: |
hjl dot tools at gmail dot com |
Subject: |
[Bug gas/11535] "jmp [foo]" no longer works |
Date: |
24 Apr 2010 17:44:18 -0000 |
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-04-24
17:41 -------
Subject: Bug 11535
CVSROOT: /cvs/src
Module name: src
Changes by: address@hidden 2010-04-24 17:41:04
Modified files:
gas : ChangeLog
gas/config : tc-i386-intel.c
gas/testsuite : ChangeLog
gas/testsuite/gas/i386: intelok.d intelok.s
Log message:
Restore "call|jmp [xtrn]" in x86 assembler.
gas/
2010-04-24 H.J. Lu <address@hidden>
PR gas/11535
* config/tc-i386-intel.c (intel_state): Add is_indirect.
(i386_intel_operand): Initialize intel_state.is_indirect. Check
intel_state.is_indirect for "call|jmp [symbol]".
gas/testsuite/
2010-04-24 H.J. Lu <address@hidden>
PR gas/11535
* gas/i386/intelok.s: Add tests for "call|jmp [xtrn]".
* gas/i386/intelok.d: Updated.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4141&r2=1.4142
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386-intel.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1659&r2=1.1660
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/intelok.d.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/intelok.s.diff?cvsroot=src&r1=1.12&r2=1.13
------- Additional Comments From hjl dot tools at gmail dot com 2010-04-24
17:44 -------
Fixed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=11535
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.