WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] NPTL/TLS segment flipping code problem

To: <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] NPTL/TLS segment flipping code problem
From: "Jan Beulich" <JBeulich@xxxxxxxxxx>
Date: Wed, 12 Jan 2005 15:52:52 +0100
Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 13 Jan 2005 09:02:58 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
>Your analysis of these opcodes (A1 and A3) is correct, but both have
>code 'O|4' in the insn_decode table, so they don't go thru 'case 1:'.

>
>A0 and A2 have code 'O|1' which are instructions:
> MOV moffs8,AL   ;   MOV AL,moffs8
>These have a single-byte offset incoded within the instruction.
>The 'case 1:' *is* needed for A0 and A2.

Hmm, I'm sorry, I actually meant A0 and A2. Just look at what the
assembler generates for 

        movb    symbol, %al
        movb    %al, symbol

(gas -al=movb.l -o movb.o movb.s):

GAS LISTING movb.s                      page 1


   1 0000 A0000000              movb    symbol, %al
   1      00
   2 0005 A2000000              movb    %al, symbol
   2      00

Jan



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel