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] Fix a typo in scripttempl/elf32xc16x.sc


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

commit 550892eb5a320c5a55fb4f45750514cd16433baf
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Dec 11 06:18:12 2018 -0800

    Fix a typo in scripttempl/elf32xc16x.sc
    
    	* scripttempl/elf32xc16x.sc: Fix a typo.

Diff:
---
 ld/ChangeLog                 | 4 ++++
 ld/scripttempl/elf32xc16x.sc | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 75c9c7d..f032451 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* scripttempl/elf32xc16x.sc: Fix a typo.
+
 2018-12-07  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/23958
diff --git a/ld/scripttempl/elf32xc16x.sc b/ld/scripttempl/elf32xc16x.sc
index 4c7cc36..baf7b15 100644
--- a/ld/scripttempl/elf32xc16x.sc
+++ b/ld/scripttempl/elf32xc16x.sc
@@ -31,7 +31,7 @@ MEMORY
 	ldata  : o =0x4000 ,l = 0x0200
 }
 
-ELF
+EOF
 
 cat <<EOF
 SECTIONS


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