This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-or32 1/3] linker: remove custom template


Use elf32 default template, adjust pagesize to 0x2000.



-- 
Balint Cristian
diff -Nru binutils-2005-12-13-ORIG/src/ld/emulparams/or32elf.sh binutils-2005-12-13-DONE/src/ld/emulparams/or32elf.sh
--- binutils-2005-12-13-ORIG/src/ld/emulparams/or32elf.sh	2002-01-31 19:33:07.000000000 +0200
+++ binutils-2005-12-13-DONE/src/ld/emulparams/or32elf.sh	2005-12-13 18:45:23.000000000 +0200
@@ -2,5 +2,6 @@
 OUTPUT_FORMAT="elf32-or32"
 TEXT_START_ADDR=0x1000000
 TARGET_PAGE_SIZE=0x1000000
-MAXPAGESIZE=0x1000
+MAXPAGESIZE=0x2000
 ARCH=or32
+TEMPLATE_NAME=elf32
\ No newline at end of file

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]