From 467f3af023d0794a67636bed334683a62fdb7058 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Thu, 8 Apr 2004 10:17:25 -0700 Subject: [PATCH] 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 --- gcc/ChangeLog | 1 + 1 file changed, 1 insertion(+) 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.