bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/10150] GAS doesn't allow ljmp foo:bar syntax when using .intel_


From: hjl dot tools at gmail dot com
Subject: [Bug gas/10150] GAS doesn't allow ljmp foo:bar syntax when using .intel_syntax mode
Date: 18 May 2009 18:16:43 -0000

------- Additional Comments From hjl dot tools at gmail dot com  2009-05-18 
18:16 -------
Works with binutils in CVS:

address@hidden tmp]$ cat x.s
 ljmp $0x8, $gdt_update_flush
 .intel_syntax noprefix
 ljmp 0x:gdt_update_flush
address@hidden tmp]$ gcc -c x.s -m32    
address@hidden tmp]$ objdump -dwr  x.o

x.o:     file format elf32-i386


Disassembly of section .text:

00000000 <.text>:
   0:   ea 00 00 00 00 08 00    ljmp   $0x8,$0x0        1: R_386_32     
gdt_update_flush
   7:   ea 00 00 00 00 00 00    ljmp   $0x0,$0x0        8: R_386_32     
gdt_update_flush
address@hidden tmp]$ 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Version|unspecified                 |2.20 (HEAD)


http://sourceware.org/bugzilla/show_bug.cgi?id=10150

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]