NetBSD/lib/csu
mrg e487cf62f5 add a .globl to MD_SECTION_PROLOGUE so that the symbol is exported.
this fixes build problems with GCC4 (which will use smaller/faster call
methods for local/static functions) and is the right thing anyway.
2006-06-12 22:05:49 +00:00
..
alpha Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
arm32 bare asm -> __asm 2005-12-24 21:51:51 +00:00
arm_elf Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
c++ bare asm -> __asm 2005-12-24 21:51:51 +00:00
common_aout bare asm -> __asm 2005-12-24 22:45:33 +00:00
common_elf remove support for building (with) GCC 2.95. also: 2006-06-02 22:16:18 +00:00
hppa Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
i386 bare asm -> __asm 2005-12-24 21:51:51 +00:00
i386_elf Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
m68k bare asm -> __asm 2005-12-24 21:51:51 +00:00
m68k_elf Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
mips add a .globl to MD_SECTION_PROLOGUE so that the symbol is exported. 2006-06-12 22:05:49 +00:00
ns32k Don't use multi-line string literals. 2002-06-05 02:51:03 +00:00
powerpc Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
sh3 bare asm -> __asm 2005-12-24 21:51:51 +00:00
sh3_elf Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
sh5 Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
sparc __asm__ -> __asm 2005-12-24 21:38:40 +00:00
sparc64 Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
sparc_elf Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
vax bare asm -> __asm 2005-12-24 21:51:51 +00:00
vax_elf Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
x86_64 Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
Makefile ${MACHINE_ARCH} != "arm32" is always true now, so remove it from an if. 2002-05-02 16:42:53 +00:00