Author: kib
Date: Tue Jun 2 17:33:10 2020
New Revision: 361728
URL: https://svnweb.freebsd.org/changeset/base/361728
Log:
Uppercase 'dso' to indicate that it is abbreviation.
Suggested by: arichardson
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Modified:
head/libexec/rtld-elf/rtld.c
Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c Tue Jun 2 17:18:16 2020
(r361727)
+++ head/libexec/rtld-elf/rtld.c Tue Jun 2 17:33:10 2020
(r361728)
@@ -2583,7 +2583,7 @@ do_load_object(int fd, const char *name, char *path, s
if (!digest_dynamic(obj, 0))
goto errp;
if (obj->z_pie) {
- _rtld_error("Cannot load PIE binary %s as dso", obj->path);
+ _rtld_error("Cannot load PIE binary %s as DSO", obj->path);
goto errp;
}
dbg("%s valid_hash_sysv %d valid_hash_gnu %d dynsymcount %d", obj->path,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"