Set maxpagesize for NTO targets to 4k
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index 0f38e115a7a86c73d6e1fb5811a0105dc37924ea..a2eec938b9e318b1c554e3ad6de24318cde5fea9 100644 (file)
@@ -6026,7 +6026,11 @@ ppc_elf_final_write_processing (bfd *abfd, bfd_boolean linker ATTRIBUTE_UNUSED)
 #define TARGET_BIG_NAME                "elf32-powerpc"
 #define ELF_ARCH               bfd_arch_powerpc
 #define ELF_MACHINE_CODE       EM_PPC
+#ifdef __QNXTARGET__
+#define ELF_MAXPAGESIZE                0x1000
+#else
 #define ELF_MAXPAGESIZE                0x10000
+#endif
 #define elf_info_to_howto      ppc_elf_info_to_howto
 
 #ifdef  EM_CYGNUS_POWERPC
This page took 0.033811 seconds and 4 git commands to generate.