This is the mail archive of the binutils-cvs@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-gdb] Compile-in IAMCU linker scripts


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c742574f825fe43d1e7203fca8690c008b525e97

commit c742574f825fe43d1e7203fca8690c008b525e97
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jun 26 05:39:45 2015 -0700

    Compile-in IAMCU linker scripts
    
    	* emulparams/elf_iamcu.sh (COMPILE_IN): New.

Diff:
---
 ld/ChangeLog               | 4 ++++
 ld/emulparams/elf_iamcu.sh | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 38dbb8b..69eef8f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* emulparams/elf_iamcu.sh (COMPILE_IN): New.
+
 2015-06-15  Nick Clifton  <nickc@redhat.com>
 
 	PR ld/18466
diff --git a/ld/emulparams/elf_iamcu.sh b/ld/emulparams/elf_iamcu.sh
index adab897..39c7a57 100644
--- a/ld/emulparams/elf_iamcu.sh
+++ b/ld/emulparams/elf_iamcu.sh
@@ -8,6 +8,7 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH=iamcu
 MACHINE=
+COMPILE_IN=yes
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes


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