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