bug-glibc
[Top][All Lists]
Advanced

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

PA: ptrace & modutils fixes


From: Matthew Wilcox
Subject: PA: ptrace & modutils fixes
Date: Fri, 20 Apr 2001 14:51:47 -0600

2001-04-20  Richard Hirst  <address@hidden>

        * elf/elf.h: Corrected R_PARISC_DIR14R (should be 6, not 5),
        and added R_PARISC_DPREL21L and R_PARISC_DPREL14R for modutils.

        * sysdeps/unix/sysv/linux/hppa/syscalls.list: removed ptrace
        entry so the ptrace.c wrapper is used.

diff -urNx CVS glibc-2.2.1/elf/elf.h glibc/elf/elf.h
--- glibc-2.2.1/elf/elf.h       Thu Nov 16 12:58:55 2000
+++ glibc/elf/elf.h     Wed Dec 13 10:56:11 2000
@@ -1503,12 +1504,14 @@
 #define R_PARISC_DIR21L                2       /* Left 21 bits of eff. 
address.  */
 #define R_PARISC_DIR17R                3       /* Right 17 bits of eff. 
address.  */
 #define R_PARISC_DIR17F                4       /* 17 bits of eff. address.  */
-#define R_PARISC_DIR14R                5       /* Right 14 bits of eff. 
address.  */
+#define R_PARISC_DIR14R                6       /* Right 14 bits of eff. 
address.  */
 #define R_PARISC_PCREL32       9       /* 32-bit rel. address.  */
 #define R_PARISC_PCREL21L      10      /* Left 21 bits of rel. address.  */
 #define R_PARISC_PCREL17R      11      /* Right 17 bits of rel. address.  */
 #define R_PARISC_PCREL17F      12      /* 17 bits of rel. address.  */
 #define R_PARISC_PCREL14R      14      /* Right 14 bits of rel. address.  */
+#define R_PARISC_DPREL21L      18      /* Left 21 bits of rel. address.  */
+#define R_PARISC_DPREL14R      22      /* Right 14 bits of rel. address.  */
 #define R_PARISC_GPREL21L      26      /* GP-relative, left 21 bits.  */
 #define R_PARISC_GPREL14R      30      /* GP-relative, right 14 bits.  */
 #define R_PARISC_LTOFF21L      34      /* LT-relative, left 21 bits.  */
diff -urNx CVS glibc-2.2.1/sysdeps/unix/sysv/linux/hppa/syscalls.list 
glibc/sysdeps/unix/sysv/linux/hppa/syscalls.list
--- glibc-2.2.1/sysdeps/unix/sysv/linux/hppa/syscalls.list      Thu Nov 16 
13:00:55 2000
+++ glibc/sysdeps/unix/sysv/linux/hppa/syscalls.list    Thu Dec 21 06:16:11 2000
@@ -32,8 +32,6 @@
 socket         -       socket          i:iii   __socket        socket
 socketpair     -       socketpair      i:iiif  __socketpair    socketpair
 
-ptrace         -       ptrace          4       __ptrace        ptrace
-
 getresuid      -       getresuid       i:ppp   getresuid
 getresgid      -       getresgid       i:ppp   getresgid
 



reply via email to

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