.. |
alpha
|
Build and install crtfm.o (sets the Alpha FP_C in a way that GCC's
|
2002-01-14 01:31:58 +00:00 |
arm32
|
ANSIfy and merge some stylistic changes from arm26/crt0.c.
|
2001-02-18 23:03:34 +00:00 |
arm_elf
|
%progbits, not @progbits (@ is a comment character in ARM assembly).
|
2002-01-01 01:36:21 +00:00 |
c++
|
…
|
|
common_aout
|
set FILESDIR to "${LIBDIR}", not hard coded /usr/lib.
|
2001-06-07 15:22:49 +00:00 |
common_elf
|
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
|
2002-08-19 09:41:27 +00:00 |
hppa
|
A new crt0.c for hppa, with support for dynamic linking.
|
2002-07-01 15:56:41 +00:00 |
i386
|
…
|
|
i386_elf
|
don't include <machine/asm.h> to avoid conflicts with definitions
|
2002-01-14 12:06:49 +00:00 |
m68k
|
…
|
|
m68k_elf
|
Multi-line string literals are not in ISO-C.
|
2002-01-23 03:55:33 +00:00 |
mips
|
Enlarge the stack frame to 16 bytes, and store the return address 8
|
2001-08-16 03:44:46 +00:00 |
ns32k
|
Don't use multi-line string literals.
|
2002-06-05 02:51:03 +00:00 |
powerpc
|
To make things clearer, use register prefixes in asm() code.
|
2002-07-29 21:54:35 +00:00 |
sh3
|
…
|
|
sh3_elf
|
Remove __LEADING_UNDERSCORE case.
|
2002-06-08 17:27:25 +00:00 |
sh5
|
Use an assembler trampoline to call the real start entrypoint, at least
|
2002-07-10 13:13:47 +00:00 |
sparc
|
…
|
|
sparc64
|
Don't make ___start static as gcc can't tell it's referenced and complains.
|
2002-04-04 08:22:11 +00:00 |
sparc_elf
|
don't include machine/asm.h (make this build again).
|
2002-09-19 01:24:43 +00:00 |
vax
|
Comment out token after #endif.
|
2002-05-16 19:30:41 +00:00 |
vax_elf
|
Allow this to compile under gcc-current. No multiline strings for asm.
|
2002-06-09 06:18:34 +00:00 |
x86_64
|
Add init/fini handling.
|
2002-06-06 19:18:22 +00:00 |
Makefile
|
${MACHINE_ARCH} != "arm32" is always true now, so remove it from an if.
|
2002-05-02 16:42:53 +00:00 |