2009-04-28 Chris Johns <chrisj@rtems.org>

* dlentry/dlentry.S: Update for boot_card command line change.
This commit is contained in:
Chris Johns
2009-04-28 06:32:31 +00:00
parent c5612edf0b
commit 0aa4b0fd61
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2009-04-28 Chris Johns <chrisj@rtems.org>
* dlentry/dlentry.S: Update for boot_card command line change.
2008-12-18 Michael Hamel <nigel@adi.co.nz>
PR 1349/bsps

View File

@@ -40,6 +40,11 @@
* Id: dlentry.S,v 1.2 2000/08/02 16:30:57 joel Exp
*/
#warning Call to boot_card has changed and needs checking.
#warning The call is "void boot_card(const char* cmdline);"
#warning You need to pass a NULL.
#warning Please check and remove these warnings.
#include <rtems/asm.h>
/*
@@ -137,10 +142,7 @@ text_length:
bl __eabi /* Initialise EABI: sets up r2 & r13 */
lis r5,environ@ha
la r5,environ@l(r5) /* environp */
li r4, 0 /* argv */
li r3, 0 /* argc */
li r3, 0 /* command line */
b SYM (boot_card) /* call the first C routine */

View File

@@ -1,3 +1,7 @@
2009-04-28 Chris Johns <chrisj@rtems.org>
* dlentry/dlentry.S: Update for boot_card command line change.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -37,6 +37,11 @@
#include <rtems/asm.h>
#warning Call to boot_card has changed and needs checking.
#warning The call is "void boot_card(const char* cmdline);"
#warning You need to pass a NULL.
#warning Please check and remove these errors.
/*
* The virtex ELF link scripts support three special sections:
* .entry The actual entry point