patch to build pcc-elf without libstdc++
[toolchains.git] / binutils-patch.txt
blobf95506e68ae5ea752bd368ce12d5829146ea0eb0
1 diff -r -u binutils-2.17/bfd/elf32-arm.c binutils-2.17.patched/bfd/elf32-arm.c
2 --- binutils-2.17/bfd/elf32-arm.c       2006-05-02 06:35:48.000000000 -0700
3 +++ binutils-2.17.patched/bfd/elf32-arm.c       2006-11-15 14:02:48.000000000 -0800
4 @@ -8085,7 +8085,8 @@
5  #ifdef __QNXTARGET__
6  #define ELF_MAXPAGESIZE                        0x1000
7  #else
8 -#define ELF_MAXPAGESIZE                        0x8000
9 +//#define ELF_MAXPAGESIZE                      0x8000
10 +#define ELF_MAXPAGESIZE                        0x1000 /* align to 4K boundaries by default */
11  #endif
12  #define ELF_MINPAGESIZE                        0x1000