On 30/5/26 23:12, Richard Henderson wrote:
This simplifies check for no commpage to a NULL pointer check, rather than reserved values for LO_COMMPAGE and HI_COMMPAGE.Unify {LO,HI}_COMMPAGE into a single COMMPAGE define. Signed-off-by: Richard Henderson <[email protected]> --- linux-user/arm/target_elf.h | 2 +- linux-user/hppa/target_elf.h | 2 +- linux-user/arm/elfload.c | 2 +- linux-user/elfload.c | 64 ++++++++++++++---------------------- linux-user/hppa/elfload.c | 4 +-- 5 files changed, 30 insertions(+), 44 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
