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
/
sys
/
arch
/
sh3
/
include
/
asm.h
Age
Commit message (
Expand
)
Author
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2010-12-20
Consistently use .gnu.warning with .pushsectio and .popsection on all
joerg
2008-09-19
Use pushsection/popsection for RCSID.
uwe
2006-01-20
Add a STRONG_ALIAS macro
christos
2006-01-06
Provide PIC_EPILOGUE_SLOT that is safe to use in delay slot.
uwe
2006-01-05
Introduce PIC_PROLOGUE_NOSAVE for functions that do non-local jumps
uwe
2006-01-05
mova can only have r0 as destination, so PIC_PROLOGUE can not specify
uwe
2006-01-05
Macros for .size directive.
uwe
2005-12-31
First cut at PIC macros.
uwe
2005-12-24
Implement WARN_REFERENCES.
uwe
2005-12-24
Prettify.
uwe
2005-12-11
merge ktrace-lwp.
christos
2003-11-24
Definition of __KERNEL_RCSID for asm files.
uwe
2003-08-27
Bring _PROF_PROLOGUE back. The breakage was caused by calls to
uwe
2003-08-10
Undo previous. It breaks profiling, but I managed to test against the
uwe
2003-08-10
Real _PROF_PROLOGUE so that assembly language functions can be profiled.
uwe
2003-08-09
For ELF put RCSID strings into .ident section.
uwe
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-04-28
Use "#define<tab>", white space nits.
uch
2002-03-17
cosmetic changes, fix comments.
uch
2001-12-16
Consider __NO_LEADING_UNDERSCORES__ provided by the new ELF toolchain.
thorpej
2001-06-10
.type xxx,@function isn't supported under COFF
msaitoh
2001-04-09
Altentries should also be marked as functions, to keep linker happy.
marcus
2001-04-09
Mark syscalls as functions.
marcus
2001-02-25
check __LEADING_UNDERSCORE
msaitoh
2000-12-14
Made weak_alias create correct labels on sh-elf.
marcus
2000-06-23
Add a WEAK_ALIAS() macro.
kleink
1999-09-13
Merge in NetBSD/sh3 from cvs.kame.net repository.
itojun