index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csu
Age
Commit message (
Expand
)
Author
2007-09-27
<machine/profile.h> needs <sys/types.h>; why crt0.c needs <machine/profile.h>
dogcow
2007-05-15
All platforms are MD_DO_NOT_NEED_FALLTHRU now so no need to keep it
skrll
2007-05-15
MD_DO_NOT_NEED_FALLTHRU for amd64.
skrll
2007-04-08
Remove support for NetBSD/{,evb}sh5.
scw
2007-03-31
MD_DO_NOT_NEED_FALLTHRU for sh5. Compile tested only.
skrll
2007-03-16
Didn't fix it completely. Now fixed.
matt
2007-03-16
Use MD_DO_NOT_NEED_FALLTHRU
matt
2007-01-02
MD_DO_NOT_NEED_FALLTHRU - from Nick Hudson.
martin
2006-10-19
powerpc MD_DO_NOT_NEED_FALLTHRU.
skrll
2006-10-19
Alpha MD_DO_NOT_NEED_FALLTHRU
skrll
2006-10-19
MD_DO_NOT_NEED_FALLTHRU for sparc and sparc64, from Nick Hudson.
martin
2006-10-17
Switch to MD_DO_NOT_NEED_FALLTHRU.
uwe
2006-09-15
ANSIfy
skrll
2006-09-14
-DELFSIZE=64 for csu build
cherry
2006-09-08
MD_DO_NOT_NEED_FALLTHRU for hppa
skrll
2006-09-08
MD_DO_NOT_NEED_FALLTHRU for ARM.
skrll
2006-08-25
Implement MD_DO_NOT_NEED_FALLTHRU for i386.
skrll
2006-07-18
Tidy up for MD_DO_NOT_NEED_FALLTHRU.
skrll
2006-07-07
Nothing from <machine/asm.h> is even used here, so don't include it.
ross
2006-07-06
add missing .globl's in new direct fallthru .init .fini
ross
2006-07-05
Conform to new world order where .init/.fini fallthru code
ross
2006-07-02
First round at ia64 csu
cherry
2006-07-01
fix comment
ross
2006-06-30
powerpc64 assembly for .init / .fini
ross
2006-06-30
Remove the call to init_fallthru/fini_fallthru and call _init/_fini
simonb
2006-06-12
add a .globl to MD_SECTION_PROLOGUE so that the symbol is exported.
mrg
2006-06-02
remove support for building (with) GCC 2.95. also:
mrg
2006-05-19
Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use:
christos
2006-05-18
change __weak_extern to __weak_reference so that gcc4 works.
christos
2006-05-17
Revert previous changes which are unnecessary now the _DYNAMIC is marked
christos
2006-05-17
Mark _DYNAMIC to have attribute __weakref__, so that gcc-4 does not optimize
christos
2006-05-17
Back out accidental commit that changed -I-
christos
2006-05-17
Fool gcc to compare against a null variable instead of the NULL constant
christos
2006-05-17
Avoid weak symbol related bug with _DYNAMIC not being referenced in the
christos
2006-05-13
with GCC4 we *need* to pass -fno-unit-at-a-time otherwise GCC
mrg
2005-12-24
bare asm -> __asm
perry
2005-12-24
bare asm -> __asm
perry
2005-12-24
__asm__ -> __asm
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-05-21
Copyright Maintenance
skrll
2004-08-28
Error out if we try to build with GCC 3.3 or later; we should be using
thorpej
2004-08-28
Switch to using GCC's supplied crtbegin / crtend files.
thorpej
2004-08-26
Use ANSI function decls.
thorpej
2004-08-26
Remove the "allows linking without crtbegin / crtend" hack.
thorpej
2004-08-26
Use ANSI function decls.
thorpej
2004-08-26
Use ANSI function decls.
thorpej
2004-08-26
- Use ANSI function decls.
thorpej
2004-08-26
_strrchr()'s second argument is actually an int.
thorpej
2004-08-26
Use ANSI function decls.
thorpej
2004-08-26
Remove sysident.h-related comment; that stuff is handled by crti.c these
thorpej
[next]