diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-11 18:50:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-11 18:50:11 +0000 |
commit | 913e783b3be3463462e767e810121750b67b880e (patch) | |
tree | 764a07f4730a17f9994ad932c4da115f8b820580 /packages/binutils/binutils-2.16.91.0.6/binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch | |
parent | e787843e9f0773cf72aa30b70ec08a04156c65b1 (diff) |
add binutils 2.6.91.0.6
Diffstat (limited to 'packages/binutils/binutils-2.16.91.0.6/binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch')
-rw-r--r-- | packages/binutils/binutils-2.16.91.0.6/binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/binutils/binutils-2.16.91.0.6/binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch b/packages/binutils/binutils-2.16.91.0.6/binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch new file mode 100644 index 0000000000..5959c718d2 --- /dev/null +++ b/packages/binutils/binutils-2.16.91.0.6/binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch @@ -0,0 +1,26 @@ +--- binutils/bfd/elf32-mips.c~ ++++ binutils/bfd/elf32-mips.c +@@ -1613,7 +1613,9 @@ + + /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses + page sizes of up to that limit, so we need to respect it. */ +-#define ELF_MAXPAGESIZE 0x10000 ++/*#define ELF_MAXPAGESIZE 0x10000*/ ++/* Use 4K to shrink the elf header. NOT for general use! */ ++#define ELF_MAXPAGESIZE 0x1000 + #define elf32_bed elf32_tradbed + + /* Include the target file again for this target. */ +--- binutils/bfd/elfn32-mips.c~ ++++ binutils/bfd/elfn32-mips.c +@@ -2399,7 +2399,9 @@ + + /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses + page sizes of up to that limit, so we need to respect it. */ +-#define ELF_MAXPAGESIZE 0x10000 ++/*#define ELF_MAXPAGESIZE 0x10000*/ ++/* Use 4K to shrink the elf header. NOT for general use! */ ++#define ELF_MAXPAGESIZE 0x1000 + #define elf32_bed elf32_tradbed + + /* Include the target file again for this target. */ |