mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: All SPARC executables should include rtems_get_version_string so the monitor used can provide RTEMS awareness based upon the version.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: All SPARC executables should include
|
||||
rtems_get_version_string so the monitor used can provide RTEMS
|
||||
awareness based upon the version.
|
||||
|
||||
2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1294/bsps
|
||||
|
||||
@@ -81,6 +81,11 @@ MEMORY
|
||||
ram : ORIGIN = 0x02000000, LENGTH = 32M
|
||||
}
|
||||
|
||||
/*
|
||||
* SPARC monitor assumes this is present to provide proper RTEMS awareness.
|
||||
*/
|
||||
EXTERN(rtems_get_version_string);
|
||||
|
||||
/*
|
||||
* stick everything in ram (of course)
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: All SPARC executables should include
|
||||
rtems_get_version_string so the monitor used can provide RTEMS
|
||||
awareness based upon the version.
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -81,6 +81,11 @@ MEMORY
|
||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||
}
|
||||
|
||||
/*
|
||||
* SPARC monitor assumes this is present to provide proper RTEMS awareness.
|
||||
*/
|
||||
EXTERN(rtems_get_version_string);
|
||||
|
||||
/*
|
||||
* stick everything in ram (of course)
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: All SPARC executables should include
|
||||
rtems_get_version_string so the monitor used can provide RTEMS
|
||||
awareness based upon the version.
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -81,6 +81,11 @@ MEMORY
|
||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||
}
|
||||
|
||||
/*
|
||||
* SPARC monitor assumes this is present to provide proper RTEMS awareness.
|
||||
*/
|
||||
EXTERN(rtems_get_version_string);
|
||||
|
||||
/*
|
||||
* stick everything in ram (of course)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user