|
Message
From: Matjaz Breskvar <phoenix@o...>
Date: Fri, 14 Nov 2003 02:00:21 +0100
Subject: [openrisc] binutils pagesize bug
hi all,
i think i found a bug that's been biting me last couple of days but
before i fix it in cvs i'd like to make sure nobody is depending on it.
in binutils/bfd/elf32-or32.c there is wrong definition of MAX_PAGESIZE:
#define ELF_MAXPAGESIZE 0x1000
the or1k arch manual clearly states (page 269 among others) that page size
is 8K (0x2000 hex). this thing came up when trying to run userspace
programs with more than 1 elf program header (under linux 2.4).
regards,
p.
|