From: danglin Date: Sat, 29 May 2010 22:24:59 +0000 (+0000) Subject: PR target/44165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=700ae97c889e790ead06239e5da23d1e79174457;p=thirdparty%2Fgcc.git PR target/44165 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160038 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e4e63efc795..3f1a7e34bbe5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-29 John David Anglin + + PR target/44165 + * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used. + 2010-05-29 Jan Hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges, diff --git a/gcc/config/pa/pa32-linux.h b/gcc/config/pa/pa32-linux.h index 28f52075a1fc..1ccb66c8ca16 100644 --- a/gcc/config/pa/pa32-linux.h +++ b/gcc/config/pa/pa32-linux.h @@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see " .text\n" \ " .word __canonicalize_funcptr_for_compare-$PIC_pcrel$0"); \ STATIC func_ptr __CTOR_LIST__[1] \ - __attribute__ ((__unused__, section(".ctors"), \ + __attribute__ ((__used__, section(".ctors"), \ aligned(sizeof(func_ptr)))) \ = { (func_ptr) (-1) }