diff options
Diffstat (limited to 'bfd/elfxx-target.h')
-rw-r--r-- | bfd/elfxx-target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h index 976e68b..e264130 100644 --- a/bfd/elfxx-target.h +++ b/bfd/elfxx-target.h @@ -201,8 +201,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define elf_info_to_howto_rel 0 #endif +/* The default here used to 1, but that is silly. Set it to 0x1000 instead. */ #ifndef ELF_MAXPAGESIZE -#define ELF_MAXPAGESIZE 1 +#define ELF_MAXPAGESIZE 0x1000 #endif #ifndef elf_backend_collect |