File: hppa-socketcalls.diff

package info (click to toggle)
dietlibc 0.34~cvs20160606-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,388 kB
  • sloc: ansic: 71,664; asm: 13,008; cpp: 1,860; makefile: 804; sh: 292; perl: 62
file content (42 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Description: Fix fifth and sixth syscall argument in setsockopt
 Also uses implicit space register selection in generic syscall code.
From: John David Anglin <dave.anglin@bell.net>
Bug-Debian: https://bugs.debian.org/944489
Last-Update: 2019-11-10
Forwarded: not-yet

--- /dev/null
+++ b/parisc/__setsockopt.S
@@ -0,0 +1,3 @@
+#include "syscalls.h"
+
+syscall5_weak(setsockopt, setsockopt, __libc_setsockopt);
--- a/parisc/unified.S
+++ b/parisc/unified.S
@@ -42,9 +42,9 @@ exit:
 	nop
 
 __unified_syscall6:
-	ldw -0x38(%sr0, %sp), %r21
+	ldw -0x38(%sp), %r21
 __unified_syscall5:
-	ldw -0x34(%sr0, %sp), %r22
+	ldw -0x34(%sp), %r22
 __unified_syscall:
 	be,l 0x100(%sr2, %r0), %sr0, %r31
 	nop
@@ -56,12 +56,12 @@ __error_unified_syscall:
 	copy %r2, %r23
 	bl __errno_location, %r2
 	copy %ret0, %r20
-	stw %r20, 0(%sr0, %ret0)
+	stw %r20, 0(%ret0)
 	copy %r23, %r2
 #else
 	ldil LP%errno, %r26
 	ldo  RP%errno(%r26), %r26
-	stw  %ret0, 0(%r0, %r26)
+	stw  %ret0, 0(%r26)
 #endif
 	ldi -1, %ret0
 .Lnoerr: