Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc / dist / libmudflap
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 19 15:52:39 2012 UTC (14 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Make declarations consistent, and change unsigned int to unsigned long so that this works on LP64 machines. Why is the __mf_uintptr_t needed anyway?
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 18 02:55:05 2012 UTC (14 months ago) by christos
Branch: MAIN
Changes since 1.1: +19 -12
lines
Diff to previous 1.1 (colored)
NetBSD fixes: 1. thread_self() returns a pointer, not an unsigned integer 2. Add NetBSD to Apple and FreeBSD defines 3. Add _NETBSD_SOURCE where needed 4. Add an extra define BEGIN_PROTECTV for void functions to avoid return free(); where free is void. 5. Avoid weak symbol hacks to determine if we are threaded or not. We have a threaded copy of the library, why bother? 6. change __attribute -> __attribute__ since the former is not covered by our cdefs.h
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 21 01:23:33 2011 UTC (23 months, 4 weeks ago) by mrg
Branch: MAIN
Initial revision