Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2016 17:37:14 +0100
From:      Jan Beich <jbeich@vfemail.net>
To:        Ruslan Bukin <br@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r294665 - head/usr.bin/ldd
Message-ID:  <d1sr-c4sl-wny@vfemail.net>
In-Reply-To: <201601241515.u0OFFvhb001608@repo.freebsd.org> (Ruslan Bukin's message of "Sun, 24 Jan 2016 15:15:57 %2B0000 (UTC)")
References:  <201601241515.u0OFFvhb001608@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Ruslan Bukin <br@FreeBSD.org> writes:

> Modified: head/usr.bin/ldd/ldd.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/usr.bin/ldd/ldd.c	Sun Jan 24 15:12:49 2016	(r294664)
> +++ head/usr.bin/ldd/ldd.c	Sun Jan 24 15:15:57 2016	(r294665)
> @@ -48,8 +48,8 @@ __FBSDID("$FreeBSD$");
>=20=20
>  #include "extern.h"
>=20=20
> -/* We don't support a.out executables on arm64 */
> -#ifndef __aarch64__
> +/* We don't support a.out executables on arm64 and riscv */
> +#if !defined(__aarch64__) && !defined(__riscv__)

a.out in userland is only supported by i386. On amd64 it'd mean 32bit jail
after |kldload aout|.

r292623 maybe an example fix if you can ignore whitespace noise.

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAEBCgBmBQJWpP26XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF
NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3b4sUIAJhzcAMMqosxZV7dAfchM9OS
+1dQMtX106fJ8EzqYhi1dPKUBC5B6tbq8o7JpnyRrWBtetRMSODb5rdP18dl0s2X
yJaBRwFliO+7ouf1xn7Q17ARaIL1nkLPipW3eK8dSdAgArlrOYAa0e0nJn+Oldu7
PVZzJfZbvZW5KlnJ4ZfAFsg23x3auMYhSDbSfBB5r08HZRRgmRlXasW7+8QPc7NF
4XNNv7+ZbDtJjqy7/KCUk0KsCIYPiFh7zWuKdpYQ5laL4mCg+2CMTEmt1Y2vgYn4
lrwUiWXrQ++O34YhUJ4zw9+dWWaSSdkis1jakGYQ7oSpaoINADC9KRJcco5z5b0=
=QSsd
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d1sr-c4sl-wny>