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]

Support -z relro on metag


Applying.

	* emulparams/elf32metag.sh (COMMONPAGESIZE): Define.

diff --git a/ld/emulparams/elf32metag.sh b/ld/emulparams/elf32metag.sh
index 861daba..2a1d072 100644
--- a/ld/emulparams/elf32metag.sh
+++ b/ld/emulparams/elf32metag.sh
@@ -7,6 +7,7 @@ OUTPUT_FORMAT="elf32-metag"
 TEXT_START_ADDR=0x10005000
 ARCH=metag
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
+COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ENTRY=__start
 NOP=0xa0fffffe
 EXTRA_EM_FILE=metagelf

-- 
Alan Modra
Australia Development Lab, IBM


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