projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6ace3
)
unsubmitted-quiet-ldconfig
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Thu, 17 Jul 2025 11:21:32 +0000
(13:21 +0200)
committer
Aurelien Jarno
<aurel32@debian.org>
Thu, 17 Jul 2025 11:21:32 +0000
(13:21 +0200)
Gbp-Pq: Topic i386
Gbp-Pq: Name unsubmitted-quiet-ldconfig.diff
sysdeps/x86/readelflib.c
patch
|
blob
|
history
diff --git
a/sysdeps/x86/readelflib.c
b/sysdeps/x86/readelflib.c
index acb25d710bf4368cf7890976243d864ba9cc1fbb..f036eee605c9f320be2ea7ebf5bb8647aa49bd01 100644
(file)
--- a/
sysdeps/x86/readelflib.c
+++ b/
sysdeps/x86/readelflib.c
@@
-46,8
+46,11
@@
process_elf_file (const char *file_name, const char *lib, int *flag,
break;
/* Fall through. */
default:
- error (0, 0, _("%s is for unknown machine %d.\n"),
- file_name, elf_header->e_machine);
+ if (opt_verbose)
+ {
+ error (0, 0, _("%s is for unknown machine %d.\n"),
+ file_name, elf_header->e_machine);
+ }
return 1;
}