summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc/0034-inject-file-assembly-directives.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc/0034-inject-file-assembly-directives.patch b/meta/recipes-core/glibc/glibc/0034-inject-file-assembly-directives.patch
index 3f9f8cf189..55eba2d43e 100644
--- a/meta/recipes-core/glibc/glibc/0034-inject-file-assembly-directives.patch
+++ b/meta/recipes-core/glibc/glibc/0034-inject-file-assembly-directives.patch
@@ -257,3 +257,16 @@ index 244d87fb6d..14d3e2ce14 100644
257 /* Initial entry point code for the dynamic linker. 257 /* Initial entry point code for the dynamic linker.
258 The C function `_dl_start' is the real entry point; 258 The C function `_dl_start' is the real entry point;
259 its return value is the user program's entry point. */ 259 its return value is the user program's entry point. */
260diff --git a/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S b/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S
261index d26ad1f8d3..a0de10bf81 100644
262--- a/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S
263+++ b/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S
264@@ -27,6 +27,8 @@
265 ARM unwind tables for register to register moves, the actual opcodes
266 are not defined. */
267
268+ .file "libc-do-syscall.S"
269+
270 #if defined(__thumb__)
271 .thumb
272 .syntax unified