commit-hurd
[Top][All Lists]
Advanced

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

hurd-l4/libl4 ChangeLog powerpc/l4/bits/stubs-i...


From: Marcus Brinkmann
Subject: hurd-l4/libl4 ChangeLog powerpc/l4/bits/stubs-i...
Date: Thu, 16 Oct 2003 07:55:51 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/10/16 07:55:51

Modified files:
        libl4          : ChangeLog 
        libl4/powerpc/l4/bits: stubs-init.h syscall.h 

Log message:
        2003-10-16  Johan Rydberg  <address@hidden>
        
        * powerpc/l4/bits/stubs-init.h (__L4_SETUP_SYSCALL): Do correct
        relocation (that means none).
        
        * powerpc/l4/bits/syscall.h (__L4_PPC_XCLOB): Add ctr and lr.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libl4/ChangeLog.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libl4/powerpc/l4/bits/stubs-init.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libl4/powerpc/l4/bits/syscall.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: hurd-l4/libl4/ChangeLog
diff -u hurd-l4/libl4/ChangeLog:1.23 hurd-l4/libl4/ChangeLog:1.24
--- hurd-l4/libl4/ChangeLog:1.23        Sun Oct  5 17:58:43 2003
+++ hurd-l4/libl4/ChangeLog     Thu Oct 16 07:55:50 2003
@@ -1,3 +1,10 @@
+2003-10-16  Johan Rydberg  <address@hidden>
+
+       * powerpc/l4/bits/stubs-init.h (__L4_SETUP_SYSCALL): Do correct
+       relocation (that means none).
+
+       * powerpc/l4/bits/syscall.h (__L4_PPC_XCLOB): Add ctr and lr.
+
 2003-10-05  Marcus Brinkmann  <address@hidden>
 
        * l4/kip.h: Include <l4/math.h>.
Index: hurd-l4/libl4/powerpc/l4/bits/stubs-init.h
diff -u hurd-l4/libl4/powerpc/l4/bits/stubs-init.h:1.1 
hurd-l4/libl4/powerpc/l4/bits/stubs-init.h:1.2
--- hurd-l4/libl4/powerpc/l4/bits/stubs-init.h:1.1      Mon Sep 22 16:57:58 2003
+++ hurd-l4/libl4/powerpc/l4/bits/stubs-init.h  Thu Oct 16 07:55:51 2003
@@ -26,7 +26,7 @@
 #define __L4_SETUP_SYSCALL(name)                                       \
 extern void (*__l4_ ## name) (void);                                   \
   __l4_ ## name = (void (*) (void))                                    \
-    (((l4_word_t) l4_kip ()) + l4_kip ()->name)
+    ((l4_word_t) l4_kip ()->name)
 
 
 /* Initialize the syscall stubs.  */
Index: hurd-l4/libl4/powerpc/l4/bits/syscall.h
diff -u hurd-l4/libl4/powerpc/l4/bits/syscall.h:1.4 
hurd-l4/libl4/powerpc/l4/bits/syscall.h:1.5
--- hurd-l4/libl4/powerpc/l4/bits/syscall.h:1.4 Thu Sep 25 09:35:44 2003
+++ hurd-l4/libl4/powerpc/l4/bits/syscall.h     Thu Oct 16 07:55:51 2003
@@ -35,7 +35,8 @@
    the IPC system calls.  */
 #define __L4_PPC_XCLOB "r18", "r19",                                   \
   "r20", "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29",        
\
-  "cr0", "cr1", "cr2", "cr3", "cr4", "cr5", "cr6", "cr7", "xer", "memory"
+  "cr0", "cr1", "cr2", "cr3", "cr4", "cr5", "cr6", "cr7", "xer",        \
+  "ctr", "lr", "memory"
 #define __L4_PPC_CLOB "r0", "r11", "r12", "r13", "r14", "r15", "r16",  \
   "r17", __L4_PPC_XCLOB
 




reply via email to

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