Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc / dist / libmudflap
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 18 02:55:05 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.1: +2 -1
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:31 2011 UTC (2 years ago) by mrg
Branch: MAIN
Initial revision