|
@@ -79,7 +79,8 @@ NR_R15W,$0103000f,r15w,%r15w,r15w,r15w,-1,-1,15,OT_REG16,0,64
|
|
|
NR_R15D,$0104000f,r15d,%r15d,r15d,r15d,-1,-1,15,OT_REG32,0,64
|
|
|
|
|
|
; EIP is needed for DWARF call frame info return address (RA)
|
|
|
-NR_EIP,$05000000,EIP,EIP,EIP,EIP,-1,8,16,OT_NONE,0
|
|
|
+NR_RIP,$05000000,rip,%rip,rip,rip,-1,8,16,OT_NONE,0,64
|
|
|
+NR_EIP,$05000000,eip,%eip,eip,eip,-1,8,16,OT_NONE,0
|
|
|
NR_CS,$05000001,cs,%cs,cs,cs,-1,-1,-1,OT_REG_CS,1
|
|
|
NR_DS,$05000002,ds,%ds,ds,ds,-1,-1,-1,OT_REG_DESS,3
|
|
|
NR_ES,$05000003,es,%es,es,es,-1,-1,-1,OT_REG_DESS,0
|
|
@@ -142,7 +143,10 @@ NR_XMM15,$0400000f,xmm15,%xmm15,xmm15,xmm15,-1,-1,32,OT_XMMREG,7,64
|
|
|
|
|
|
;
|
|
|
; $Log$
|
|
|
-; Revision 1.5 2004-06-16 20:07:11 florian
|
|
|
+; Revision 1.6 2005-02-06 00:05:56 florian
|
|
|
+; + x86_64 pic draft
|
|
|
+;
|
|
|
+; Revision 1.5 2004/06/16 20:07:11 florian
|
|
|
; * dwarf branch merged
|
|
|
;
|
|
|
; Revision 1.4.2.2 2004/04/20 16:35:58 peter
|