~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to debian/patches/mips/cvs-non-pic-n32-64-syscall.diff

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
2
 
 
3
 
        * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
4
 
        jump delay slot.
5
 
        * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
6
 
 
7
 
diff --git a/ports/sysdeps/unix/mips/mips64/n32/sysdep.h b/ports/sysdeps/unix/mips/mips64/n32/sysdep.h
8
 
index ec93fad..df1391d 100644
9
 
--- a/ports/sysdeps/unix/mips/mips64/n32/sysdep.h
10
 
+++ b/ports/sysdeps/unix/mips/mips64/n32/sysdep.h
11
 
@@ -45,6 +45,7 @@ L(syse1):
12
 
   .set noreorder;                                                            \
13
 
   .align 2;                                                                  \
14
 
   99: j __syscall_error;                                                     \
15
 
+  nop;                                                                        \
16
 
   ENTRY(name)                                                                \
17
 
   .set noreorder;                                                            \
18
 
   li v0, SYS_ify(syscall_name);                                                      \
19
 
diff --git a/ports/sysdeps/unix/mips/mips64/n64/sysdep.h b/ports/sysdeps/unix/mips/mips64/n64/sysdep.h
20
 
index 502b667..da5f6a0 100644
21
 
--- a/ports/sysdeps/unix/mips/mips64/n64/sysdep.h
22
 
+++ b/ports/sysdeps/unix/mips/mips64/n64/sysdep.h
23
 
@@ -45,6 +45,7 @@ L(syse1):
24
 
   .set noreorder;                                                            \
25
 
   .align 2;                                                                  \
26
 
   99: j __syscall_error;                                                     \
27
 
+  nop;                                                                        \
28
 
   ENTRY(name)                                                                \
29
 
   .set noreorder;                                                            \
30
 
   li v0, SYS_ify(syscall_name);                                                      \