summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-08 23:02:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-08 23:02:33 +0000
commit14c2084879bfe4d68f280b690ea9f82aad1136f0 (patch)
treed9a318ccfe5b1a50205143fb4e81b4baa31c1692
parent2002-02-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-14c2084879bfe4d68f280b690ea9f82aad1136f0.tar.bz2
2002-02-08 Joel Sherrill <joel@OARcorp.com>
* Makefile, stubinit.S, r46kstub.ld, ioaddr.h: Removed as unused with RTEMS. * r46kstub.c: Renamed to mips-stub.c. * mips-stub.c: New file -- was r46kstub.c. * memlimits.h: New file was limits.h. * limits.h: Removed. * r4600.h: Eliminated need for this file. * README: Updated. * gdb_if.h: Added CVS Id. * mips-stub.c: Attempt to deal with MIPS1 versus MIPS3.
-rw-r--r--contrib/solaris/.cvsignore6
-rw-r--r--contrib/solaris/ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/contrib/solaris/.cvsignore b/contrib/solaris/.cvsignore
new file mode 100644
index 0000000000..8e86131514
--- /dev/null
+++ b/contrib/solaris/.cvsignore
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.*
+configure
diff --git a/contrib/solaris/ChangeLog b/contrib/solaris/ChangeLog
index 15bafa8bb3..cc287ccae9 100644
--- a/contrib/solaris/ChangeLog
+++ b/contrib/solaris/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-08 Joel Sherrill <joel@OARcorp.com>
+
+ * .cvsignore: New file.
+
2001-02-05 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: New file, missed previously.