From: Alan Modra Date: Fri, 29 Jul 2005 03:03:44 +0000 (+0000) Subject: * config/rs6000/sysv4.h (TARGET_ASM_EXCEPTION_SECTION): Delete. X-Git-Tag: releases/gcc-3.4.5~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2febfc63dff1bffe387b640227fed6b806589724;p=thirdparty%2Fgcc.git * config/rs6000/sysv4.h (TARGET_ASM_EXCEPTION_SECTION): Delete. From-SVN: r102544 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f5c77d738437..45cb9249f849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-29 Alan Modra + + * config/rs6000/sysv4.h (TARGET_ASM_EXCEPTION_SECTION): Delete. + 2005-07-28 Richard Henderson PR rtl-opt/22619 diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 57af869db443..a2e0c35321b4 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1,6 +1,6 @@ /* Target definitions for GNU compiler for PowerPC running System V.4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004 Free Software Foundation, Inc. + 2004, 2005 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. @@ -1354,8 +1354,6 @@ ncrtn.o%s" ? (((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_pcrel | DW_EH_PE_sdata4) \ : DW_EH_PE_absptr) -#define TARGET_ASM_EXCEPTION_SECTION readonly_data_section - #define DOUBLE_INT_ASM_OP "\t.quad\t" /* Generate entries in .fixup for relocatable addresses. */