summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-29 13:33:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-29 13:33:23 +0000
commit4cb5d29e6e0a7c32c4ed525553a3fce9fa3e593f (patch)
tree4e4f103f1f8f41eac3f6dd3c2933f11b90ab59bc /c/src/lib/libbsp/powerpc/shared/ChangeLog
parent2000-09-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4cb5d29e6e0a7c32c4ed525553a3fce9fa3e593f.tar.bz2
2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
* startup/linkcmds: Added lines so DWARF debug information would be available. Otherwise gdb complains that the offsets for the debug info are incorrect and doesn't load the files.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index f618ae4906..e9cd56d014 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -1,3 +1,9 @@
+ These modifications are part of the conversion of the
+ mpc8xx CPU to the "new exception processing model."
+
+2000-11-01 Joel Sherrill <joel@OARcorp.com>
+
+ * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
was cleaned up while doing this.