diff options
author | Nick Clifton <nickc@redhat.com> | 1999-06-04 06:35:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-06-04 06:35:04 +0000 |
commit | 6a65d3142889a57413f745e84e4a60a5f30df7b8 (patch) | |
tree | f98b1f0505970ce80dccff4fc4e3966ee7713f30 /bfd/elfxx-target.h | |
parent | f6bd7e9f2b11eeca0fb9425179da1a25b8917dba (diff) | |
download | gdb-6a65d3142889a57413f745e84e4a60a5f30df7b8.tar.gz |
(ELF_MAXPAGESIZE): Default to 0x1000 not 1
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 976e68baff0..e2641309623 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 |