.. |
alpha
|
Alpha MD_DO_NOT_NEED_FALLTHRU
|
2006-10-19 16:47:38 +00:00 |
arm32
|
bare asm -> __asm
|
2005-12-24 21:51:51 +00:00 |
arm_elf
|
MD_DO_NOT_NEED_FALLTHRU for ARM.
|
2006-09-08 07:29:19 +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 the call to init_fallthru/fini_fallthru and call _init/_fini
|
2006-06-30 09:00:46 +00:00 |
hppa
|
MD_DO_NOT_NEED_FALLTHRU for hppa
|
2006-09-08 19:18:26 +00:00 |
i386
|
bare asm -> __asm
|
2005-12-24 21:51:51 +00:00 |
i386_elf
|
Implement MD_DO_NOT_NEED_FALLTHRU for i386.
|
2006-08-25 12:44:19 +00:00 |
ia64
|
ANSIfy
|
2006-09-15 05:29:44 +00:00 |
m68k
|
bare asm -> __asm
|
2005-12-24 21:51:51 +00:00 |
m68k_elf
|
MD_DO_NOT_NEED_FALLTHRU - from Nick Hudson.
|
2007-01-02 14:32:34 +00:00 |
mips
|
Remove the call to init_fallthru/fini_fallthru and call _init/_fini
|
2006-06-30 09:00:46 +00:00 |
ns32k
|
Don't use multi-line string literals.
|
2002-06-05 02:51:03 +00:00 |
powerpc
|
powerpc MD_DO_NOT_NEED_FALLTHRU.
|
2006-10-19 18:59:30 +00:00 |
powerpc64
|
Nothing from <machine/asm.h> is even used here, so don't include it.
|
2006-07-07 19:57:29 +00:00 |
sh3
|
bare asm -> __asm
|
2005-12-24 21:51:51 +00:00 |
sh3_elf
|
Switch to MD_DO_NOT_NEED_FALLTHRU.
|
2006-10-17 01:10:26 +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
|
MD_DO_NOT_NEED_FALLTHRU for sparc and sparc64, from Nick Hudson.
|
2006-10-19 08:37:46 +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 |