summaryrefslogtreecommitdiff
path: root/bfd/elfxx-target.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-06-04 12:45:07 +0000
committerNick Clifton <nickc@redhat.com>1999-06-04 12:45:07 +0000
commitba46246ed0dfa039e50d08d846375538cfe465e0 (patch)
tree8e7da13e93a2c9811818da5caf01b0e971a77f8f /bfd/elfxx-target.h
parent6428cd131173d560c45e01d623ad7142ab892897 (diff)
downloadgdb-ba46246ed0dfa039e50d08d846375538cfe465e0.tar.gz
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.h4
1 files changed, 2 insertions, 2 deletions
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