From: Andrew Pinski Date: Thu, 8 Apr 2004 17:17:25 +0000 (-0700) Subject: re PR target/10129 ([3.4 only] Ada bootstrap fails on PPC-Darwin - invalid assembler... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=467f3af023d0794a67636bed334683a62fdb7058;p=gcc.git re PR target/10129 ([3.4 only] Ada bootstrap fails on PPC-Darwin - invalid assembler emitted - PIC related) 2004-04-08 Andrew Pinski PR target/10129 * config/darwin.c (darwin_encode_section_info): When the decl has a DECL_INITIAL, it is only defined also when it is not a common. From-SVN: r80512 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5fdb04cb64..b0718ffcfcb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-04-08 Andrew Pinski + PR target/10129 * config/darwin.c (darwin_encode_section_info): When the decl has a DECL_INITIAL, it is only defined also when it is not a common.