mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-03 03:26:39 +00:00
scripts/xldd: fix typoes
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
c49c8b1ac2
commit
727612bcf6
@ -18,7 +18,7 @@ do_error() {
|
|||||||
|
|
||||||
do_opt_error() {
|
do_opt_error() {
|
||||||
do_error "$@"
|
do_error "$@"
|
||||||
printf "Try \`%s --help' for more information\n >&2"
|
printf "Try \`%s --help' for more information\n" >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
show_version() {
|
show_version() {
|
||||||
@ -74,7 +74,7 @@ The paths are relative to the specified root directory, or to the sysroot
|
|||||||
|
|
||||||
The expected load address 'loadaddr' is a faked address to match the output
|
The expected load address 'loadaddr' is a faked address to match the output
|
||||||
of the real ldd, but has no actual meaning (set to some constants for now,
|
of the real ldd, but has no actual meaning (set to some constants for now,
|
||||||
0x8badf00d for libraries from the sysroot, 0xdeadbeff for others).
|
0x8badf00d for libraries from the sysroot, 0xdeadbeef for others).
|
||||||
_EOF_
|
_EOF_
|
||||||
|
|
||||||
# Unimplemeted yet:
|
# Unimplemeted yet:
|
||||||
|
Loading…
Reference in New Issue
Block a user