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

[...@gnu-6 tmp]$ cat x.s
 ljmp $0x8, $gdt_update_flush
 .intel_syntax noprefix
 ljmp 0x:gdt_update_flush
[...@gnu-6 tmp]$ gcc -c x.s -m32    
[...@gnu-6 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
[...@gnu-6 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to