]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rtld-elf: add some debug print statements
authorStefan Eßer <se@FreeBSD.org>
Thu, 21 Mar 2024 15:31:49 +0000 (16:31 +0100)
committerStefan Eßer <se@FreeBSD.org>
Thu, 21 Mar 2024 15:31:49 +0000 (16:31 +0100)
commit173953182af060dcab43990e179ee91e9f2d1e54
tree1a5f7763b5785fc473b29a472c45fc97f02261c4
parent36de8bb226671ef9fe373d8d95f77cdb76157738
rtld-elf: add some debug print statements

The byte-order independent code has been reported to fail on powerpc64.
Add some more debug statements to help identify the parametrs used and
to verify the correct operation of the byte-swap macros used..
libexec/rtld-elf/rtld.c