projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
385b3fa
)
unsubmitted-quiet-ldconfig
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Tue, 24 Sep 2024 19:46:16 +0000
(21:46 +0200)
committer
Aurelien Jarno
<aurel32@debian.org>
Tue, 24 Sep 2024 19:46:16 +0000
(21:46 +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 8ce65cdb6524f70d34c9299c0cc6a939b08f50bd..fd633c097ed3027e040355faf4f2c90914e42711 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;
}