diff options
author | Nick Clifton <nickc@redhat.com> | 1999-06-04 12:45:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-06-04 12:45:07 +0000 |
commit | 79e5982fedce17e8d61581892353d486bcc3c25f (patch) | |
tree | 6d9c1e7e11588e94f3165b75e536251a8c0bc3a2 /bfd/elfxx-target.h | |
parent | 4a54b4654de21aa1cd92c9d7ba607f31ce68f657 (diff) | |
download | gdb-79e5982fedce17e8d61581892353d486bcc3c25f.zip gdb-79e5982fedce17e8d61581892353d486bcc3c25f.tar.gz gdb-79e5982fedce17e8d61581892353d486bcc3c25f.tar.bz2 |
Define ELF_MAXPAGESIZE for all ELF based ports.
Produce an error message of ELF_MAXPAGESIZE is not defined.
Diffstat (limited to 'bfd/elfxx-target.h')
-rw-r--r-- | bfd/elfxx-target.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h index e264130..735d95e 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 |