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
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
2004-08-21
Temporary hack to work around ld problems when linking Thumb
rearnsha
2004-08-07
map the data segment with PROT_EXEC since the PLT lives there.
chs
2004-05-18
Add code code for .init and .fini section fallthroughs and regression
skrll
2004-05-17
Update for ELF.
skrll
2004-04-30
Fix typos so that we define _start and __start.
skrll
2004-03-09
Include bsd.own.mk before testing MKPIC
skrll
2004-02-14
Use -fPIC only if MKPIC isn't "no".
simonb
2004-02-14
Don't build lcrt.o (version of crt0.o that looks in /libexec/ for the
simonb
2003-12-22
Add MD_CALL_STATIC_FUNCTION. This allows crt* to compiled with -g.
matt
2003-12-03
Make sure this still compiles with gcc-2.95. Hello vaxen!
christos
2003-12-02
Use __attribute__((__used__,__noinline__)) (instead of __unused__)
lukem
2003-11-28
The x86_64 assembler seems to get it wrong when assembling
fvdl
2003-11-11
Make {g|s|l}crt0.o depend on crt.o and remove the non-standand .afterdepend
dsl
2003-11-11
Make gcrt0.o depend on crt0.o so that it picks up the dependencies from .depend.
dsl
2003-10-13
Move Matt Green's code from a 4-clause to a 3-clause licence by removing
agc
2003-10-06
Deal with the new toolchain.
matt
[next]