diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-04-08 10:17:25 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-04-08 10:17:25 -0700 |
commit | 467f3af023d0794a67636bed334683a62fdb7058 (patch) | |
tree | 81d82369ea246bfff6f5d16f92f699d3d69d6242 /gcc | |
parent | bfbdca0bf1ed2203cebb3daaa8ad755e983bc2d7 (diff) | |
download | gcc-467f3af023d0794a67636bed334683a62fdb7058.zip gcc-467f3af023d0794a67636bed334683a62fdb7058.tar.gz gcc-467f3af023d0794a67636bed334683a62fdb7058.tar.bz2 |
re PR target/10129 ([3.4 only] Ada bootstrap fails on PPC-Darwin - invalid assembler emitted - PIC related)
2004-04-08 Andrew Pinski <pinskia@physics.uc.edu>
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5fdb04..b0718ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-04-08 Andrew Pinski <pinskia@physics.uc.edu> + 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. |