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
2014-03-04
Add GENASSYM_CPPFLAGS in two more places.
joerg
2014-02-27
Use _ENTRY
matt
2014-02-27
Use the CALL() macro.
matt
2014-02-27
Add powerpc64 support
matt
2014-02-27
G/c old unused sh3 csu. Requested by joerg@
uwe
2014-02-26
Make the .note section mergable and set proper "item" length.
martin
2014-02-01
sparc and sparc64 have moved to new world order, remove legacy files.
martin
2014-01-31
Remove old compiler based crt stuff for alpha mips powerpc and vax
matt
2014-01-29
Also make sure the __CTOR_LIST__ is just aligned to a pointer boundary.
bouyer
2014-01-11
Using ${LD} -x screws up BE arm. Use ${OBJCOPY} ${OBJCOPYLIBFLAGS} instead
matt
2013-12-20
Drop .fpu. Discussed with Matt.
joerg
2013-12-11
Make sure the __CTOR_LIST__ is just aligned to a pointer boundary.
matt
2013-12-08
Make sure t9 ($25) is properly set before calling ___start
matt
2013-11-29
Include crtbegin.h first to make it possible to build with the stricter
joerg
2013-11-17
Simplify previous by using CSU_MACHINE_ARCH. Hint from Takeshi Nakayama.
martin
2013-11-16
We do not want to build the code model markes when creating the 32bit
martin
2013-11-14
On sparc64: create additional "marker" object files, that can be used by the
martin
2013-11-11
Explicitly depend on sys/param.h to pick up __NetBSD_Version changes.
joerg
2013-09-18
Fix previous: use PICFLAGS for crtbeginS.o
uwe
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2013-09-10
Define ELF_NOTE_MARCH_DESC for when running non-eabi in compat_netbsd32
matt
2013-09-10
MARCH note is conditional
matt
2013-09-10
Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
matt
2013-09-05
mips .eh_frame is writable
matt
2013-09-05
bic sp not allowed in thumb (even with thumb2)
matt
2013-08-26
MIPS wants a read/write eh_frame.
matt
2013-08-21
Thumbify
matt
2013-08-19
Put the ctors code in .text.startup and dtors code in .text.exit
matt
2013-08-19
G/C arm COMPILERCRTSTUFF
skrll
2013-08-05
Alpha needs crtfm.o for USE_COMPILERCRTSTUFF=no
matt
2013-08-04
G/C old csu stuff for hppa.
skrll
2013-07-27
In .fini invoke destructors (fix copy & pasto)
martin
2013-07-26
Use jbsr and add END(__start)
matt
2013-07-26
Simplify to new ___start() signature.
martin
2013-07-19
Deal with m68010 not having bsrl so usr jsr on !__pic__
matt
2013-07-18
Only supplie -fPIE to crtbegin.c if MKPIC is yes.
matt
2013-07-18
s/bsrl/jsr/ and let gas figure it out
matt
2013-07-17
Use -fPIE for crtbegin.o (instead of -fpie).
martin
2013-07-13
Add crtstuff for hppa. Lightly tested.
skrll
2013-07-13
crt0 actually calls ___start
skrll
2013-07-11
Use pc-relative branch in crt0.S
matt
2013-07-11
Add crtstuff for alpha. Compile tested only.
matt
2013-07-11
Make this work for N64 as well.
matt
2013-07-11
Add support for sparc and sparc64
martin
2013-07-10
Add END(func) so gdb doesn't get so confused.
matt
2013-07-10
Fix another bneq -> beql botch
matt
2013-07-10
Add a ELFSIZE define
matt
2013-07-10
Fix logic inversion.
matt
2013-07-10
Try to also document the variant using common C code - Matt, please review!
martin
2013-07-10
Fix typo
martin
[next]