From 14c2084879bfe4d68f280b690ea9f82aad1136f0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Feb 2002 23:02:33 +0000 Subject: 2002-02-08 Joel Sherrill * 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. --- contrib/solaris/.cvsignore | 6 ++++++ contrib/solaris/ChangeLog | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 contrib/solaris/.cvsignore 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 + + * .cvsignore: New file. + 2001-02-05 Joel Sherrill * Makefile.am: New file, missed previously. -- cgit v1.2.3