-/* $OpenBSD: rtld_machine.c,v 1.69 2022/01/08 06:49:42 guenther Exp $ */
+/* $OpenBSD: rtld_machine.c,v 1.70 2024/03/30 08:44:20 miod Exp $ */
/*
* Copyright (c) 1999 Dale Rahn
} else if (value < (1L<<42)) {
/*
* Target 42bits or smaller.
- * We can generate this pattern:
*
* The resulting code in the jump slot is:
*
} else if (value > -(1UL<<41)) {
/*
* Large target >= 0xfffffe0000000000UL
- * We can generate this pattern:
*
* The resulting code in the jump slot is:
*