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]

Add final newline to emulparams/m68kelf.sh


I noticed that emulparams/m68kelf.sh was missing a final newline.  I've 
applied this patch as obvious to fix this.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/ChangeLog,v
retrieving revision 1.1925
diff -u -r1.1925 ChangeLog
--- ChangeLog	4 Feb 2009 09:13:22 -0000	1.1925
+++ ChangeLog	5 Feb 2009 21:52:14 -0000
@@ -1,3 +1,7 @@
+2009-02-05  Joseph Myers  <joseph@codesourcery.com>
+
+	* emulparams/m68kelf.sh: Add newline at end of file.
+
 2009-02-04  Nick Clifton  <nickc@redhat.com>
 
 	PR 9805
Index: emulparams/m68kelf.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/m68kelf.sh,v
retrieving revision 1.8
diff -u -r1.8 m68kelf.sh
--- emulparams/m68kelf.sh	22 Oct 2008 05:20:44 -0000	1.8
+++ emulparams/m68kelf.sh	5 Feb 2009 21:52:14 -0000
@@ -11,4 +11,4 @@
 EXTRA_EM_FILE=m68kelf
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
-NO_SMALL_DATA=yes
\ No newline at end of file
+NO_SMALL_DATA=yes

-- 
Joseph S. Myers
joseph@codesourcery.com


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