------- Comment #7 from jakub at gcc dot gnu dot org 2005-11-23 20:47 ------- Subject: Bug 21098
Author: jakub Date: Wed Nov 23 20:47:12 2005 New Revision: 107432 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107432 Log: 2005-05-04 Jakub Jelinek <[EMAIL PROTECTED]> Revert: 2005-04-29 Alan Modra <[EMAIL PROTECTED]> PR target/21098 * config/rs6000/rs6000.c (rs6000_elf_end_indicate_exec_stack): New. * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Use the above. 2004-09-20 Jakub Jelinek <[EMAIL PROTECTED]> * config/rs6000/ppc-asm.h: Add .note.GNU-stack section also on ppc64-linux. * config/ia64/lib1funcs.asm: Add .note.GNU-stack section on ia64-linux. * config/ia64/crtbegin.asm: Likewise. * config/ia64/crtend.asm: Likewise. * config/ia64/crti.asm: Likewise. * config/ia64/crtn.asm: Likewise. 2004-05-14 Jakub Jelinek <[EMAIL PROTECTED]> * config/ia64/linux.h (TARGET_ASM_FILE_END): Define. boehm-gc/ 2005-02-08 Jakub Jelinek <[EMAIL PROTECTED]> * ia64_save_regs_in_stack.s: Moved to... * ia64_save_regs_in_stack.S: ... this. Add .note.GNU-stack on Linux. libffi/ 2005-02-08 Jakub Jelinek <[EMAIL PROTECTED]> * src/alpha/osf.S: Add .note.GNU-stack on Linux. * src/s390/sysv.S: Likewise. * src/powerpc/linux64.S: Likewise. * src/powerpc/linux64_closure.S: Likewise. * src/powerpc/ppc_closure.S: Likewise. * src/powerpc/sysv.S: Likewise. * src/x86/unix64.S: Likewise. * src/x86/sysv.S: Likewise. * src/sparc/v8.S: Likewise. * src/sparc/v9.S: Likewise. * src/m68k/sysv.S: Likewise. * src/ia64/unix.S: Likewise. * src/arm/sysv.S: Likewise. Added: branches/redhat/gcc-4_1-branch/boehm-gc/ia64_save_regs_in_stack.S - copied, changed from r107414, branches/redhat/gcc-4_1-branch/boehm-gc/ia64_save_regs_in_stack.s Removed: branches/redhat/gcc-4_1-branch/boehm-gc/ia64_save_regs_in_stack.s Modified: branches/redhat/gcc-4_1-branch/boehm-gc/ChangeLog branches/redhat/gcc-4_1-branch/gcc/ChangeLog branches/redhat/gcc-4_1-branch/gcc/config/ia64/crtbegin.asm branches/redhat/gcc-4_1-branch/gcc/config/ia64/crtend.asm branches/redhat/gcc-4_1-branch/gcc/config/ia64/crti.asm branches/redhat/gcc-4_1-branch/gcc/config/ia64/crtn.asm branches/redhat/gcc-4_1-branch/gcc/config/ia64/lib1funcs.asm branches/redhat/gcc-4_1-branch/gcc/config/ia64/linux.h branches/redhat/gcc-4_1-branch/gcc/config/rs6000/linux64.h branches/redhat/gcc-4_1-branch/gcc/config/rs6000/ppc-asm.h branches/redhat/gcc-4_1-branch/gcc/config/rs6000/rs6000.c branches/redhat/gcc-4_1-branch/libffi/ChangeLog branches/redhat/gcc-4_1-branch/libffi/src/alpha/osf.S branches/redhat/gcc-4_1-branch/libffi/src/arm/sysv.S branches/redhat/gcc-4_1-branch/libffi/src/ia64/unix.S branches/redhat/gcc-4_1-branch/libffi/src/m68k/sysv.S branches/redhat/gcc-4_1-branch/libffi/src/powerpc/linux64.S branches/redhat/gcc-4_1-branch/libffi/src/powerpc/linux64_closure.S branches/redhat/gcc-4_1-branch/libffi/src/powerpc/ppc_closure.S branches/redhat/gcc-4_1-branch/libffi/src/powerpc/sysv.S branches/redhat/gcc-4_1-branch/libffi/src/s390/sysv.S branches/redhat/gcc-4_1-branch/libffi/src/sparc/v8.S branches/redhat/gcc-4_1-branch/libffi/src/sparc/v9.S branches/redhat/gcc-4_1-branch/libffi/src/x86/sysv.S branches/redhat/gcc-4_1-branch/libffi/src/x86/unix64.S -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21098