From 79e5982fedce17e8d61581892353d486bcc3c25f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 4 Jun 1999 12:45:07 +0000 Subject: Define ELF_MAXPAGESIZE for all ELF based ports. Produce an error message of ELF_MAXPAGESIZE is not defined. --- bfd/elfxx-target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elfxx-target.h') diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h index e2641309623..735d95e4644 100644 --- a/bfd/elfxx-target.h +++ b/bfd/elfxx-target.h @@ -201,9 +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 0x1000 + #error ELF_MAXPAGESIZE is not defined +#define ELF_MAXPAGESIZE 1 #endif #ifndef elf_backend_collect -- cgit v1.2.1