diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-07-24 16:49:07 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-07-24 16:49:07 +0000 |
commit | 068c3704ee9bbc19e9589a79c299418df3194293 (patch) | |
tree | b5295db96076e6d681229c1b2ea12648d35e568d | |
parent | 1f0a227c5874d281efa90b86d0ca17481c819513 (diff) | |
download | fsf-binutils-gdb-068c3704ee9bbc19e9589a79c299418df3194293.zip fsf-binutils-gdb-068c3704ee9bbc19e9589a79c299418df3194293.tar.gz fsf-binutils-gdb-068c3704ee9bbc19e9589a79c299418df3194293.tar.bz2 |
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.csl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 677486c..c37b256 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 |