summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-07-24 16:49:07 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-07-24 16:49:07 +0000
commit068c3704ee9bbc19e9589a79c299418df3194293 (patch)
treeb5295db96076e6d681229c1b2ea12648d35e568d
parent1f0a227c5874d281efa90b86d0ca17481c819513 (diff)
downloadbinutils-gdb-068c3704ee9bbc19e9589a79c299418df3194293.tar.gz
libgloss/
* m68k/cf.sc: Set entry point to _start. * m68k/crt0.X (_start): New name for entrypoint (start): Weak alias for start.
-rw-r--r--ChangeLog.csl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 677486caec1..c37b25668ab 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,10 @@
+2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
+
+ libgloss/
+ * m68k/cf.sc: Set entry point to _start.
+ * m68k/crt0.X (_start): New name for entrypoint
+ (start): Weak alias for start.
+
2006-06-23 Mark Mitchell <mark@codesourcery.com>
Issue #754