2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/linkcmds: Correct name of ENTRY.
This commit is contained in:
Joel Sherrill
2009-05-18 17:54:24 +00:00
parent 498b2bc7b8
commit 6ef192c2dd
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Correct name of ENTRY.
2009-04-28 Chris Johns <chrisj@rtems.org>
* startup/start.S: Update for boot_card command line change.

View File

@@ -7,7 +7,7 @@
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH(powerpc)
ENTRY(start)
ENTRY(_start)
/*
* Declare some sizes.