CVS kaffe (robilad): ignore cscope database
Kaffe CVS <[email protected]>
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7627 Date: 2007/12/31 01:52:15 Author: robilad Branch: HEAD Tag: (none) Log: ignore cscope database 2007-12-30 Dalibor Topic <[email protected]> * .cvsignore: Added CScope database files. Members: .cvsignore:1.3->1.4 ChangeLog:1.5125->1.5126 Index: kaffe/.cvsignore diff -u kaffe/.cvsignore:1.3 kaffe/.cvsignore:1.4 --- kaffe/.cvsignore:1.3 Fri Jul 7 17:24:48 2006 +++ kaffe/.cvsignore Mon Dec 31 01:52:15 2007 @@ -8,4 +8,6 @@ autom4te.cache project.xml project.properties +cscope.files +cscope.out Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5125 kaffe/ChangeLog:1.5126 --- kaffe/ChangeLog:1.5125 Mon Dec 31 01:50:40 2007 +++ kaffe/ChangeLog Mon Dec 31 01:52:15 2007 @@ -1,5 +1,9 @@ 2007-12-30 Dalibor Topic <[email protected]> + * .cvsignore: Added CScope database files. + +2007-12-30 Dalibor Topic <[email protected]> + * config/i386/linux/md.h (SP_OFFSET): Set to 3 to fix crashes with jthreads caused by bad SP_OFFSET. Still crashes for me later, though.