summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-22 11:56:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-22 11:56:21 +0000
commitac6ddad170ac2df73ea90047b7d290e3b87fa8fb (patch)
treeac1e63703a3e45cfb2d48e27492b7008a9654247 /c/src/lib/libbsp/shared/ChangeLog
parent2001-10-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ac6ddad170ac2df73ea90047b7d290e3b87fa8fb.tar.bz2
2001-10-22 Joel Sherrill <joel@OARcorp.com>
* bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the application namespace.
Diffstat (limited to 'c/src/lib/libbsp/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index 09eb7cb25e..2df300d8e3 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-22 Joel Sherrill <joel@OARcorp.com>
+
+ * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
+ pollutes the application namespace.
+
2001-10-17 Joel Sherrill <joel@OARcorp.com>
* timerstub.c: New stub file for BSPs that don't have timer hardware.