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
commita2bfdf72fc04108b34bda71dd333491f73edebdd (patch)
treec9eda0a14d44879c21204da40213f7da837b68eb
parentef497b2ce021cbd6fd0727055cf9c50cab19be67 (diff)
downloadgdb-a2bfdf72fc04108b34bda71dd333491f73edebdd.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