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:
Joel Sherrill
2008-08-08 15:55:19 +00:00
parent 747c92ebad
commit e5a39e3282
6 changed files with 33 additions and 0 deletions

View File

@@ -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

View File

@@ -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)
*/

View File

@@ -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

View File

@@ -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)
*/

View File

@@ -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

View File

@@ -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)
*/