mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Merge branch 'ltrace-fix' of https://github.com/cpackham/crosstool-ng
This commit is contained in:
commit
fe148013f0
14
packages/ltrace/0.7.3/0008-mips-printf-format.patch
vendored
Normal file
14
packages/ltrace/0.7.3/0008-mips-printf-format.patch
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
diff -Naur ltrace-0.7.3-orig/sysdeps/linux-gnu/mips/plt.c ltrace-0.7.3/sysdeps/linux-gnu/mips/plt.c
|
||||
--- ltrace-0.7.3-orig/sysdeps/linux-gnu/mips/plt.c 2013-09-17 11:04:28.000000000 +1200
|
||||
+++ ltrace-0.7.3/sysdeps/linux-gnu/mips/plt.c 2021-04-14 22:05:45.950413823 +1200
|
||||
@@ -356,8 +356,8 @@
|
||||
|
||||
name = strdup(a_name);
|
||||
if (name == NULL) {
|
||||
- fprintf(stderr, "%s: failed %s(%#llx): %s\n", __func__,
|
||||
- name, addr, strerror(errno));
|
||||
+ fprintf(stderr, "%s: failed (%#llx): %s\n", __func__,
|
||||
+ addr, strerror(errno));
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user