diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-03-22 07:05:12 -0800 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-03-22 07:05:12 -0800 |
commit | 19a0330388adbe2baae823dd85cdab560d83f456 (patch) | |
tree | 533836b42feb01cf7cb1185217d7bdb653fba33a | |
parent | aa6d25c99d99aef40d7df9e2157c8ec82fe39e96 (diff) | |
download | gcc-19a0330388adbe2baae823dd85cdab560d83f456.zip gcc-19a0330388adbe2baae823dd85cdab560d83f456.tar.gz gcc-19a0330388adbe2baae823dd85cdab560d83f456.tar.bz2 |
re PR target/14580 (symbol emitted instead of a non_lazy_symbol)
2004-03-22 Andrew Pinski <pinskia@physics.uc.edu>
PR target/14580
* config/rs6000/rs6000.c (symbol_ref_operand): Reject symbols
who are not local for Darwin PIC.
From-SVN: r79831
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d374850..f3f09db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-03-22 Andrew Pinski <pinskia@physics.uc.edu> + PR target/14580 * config/rs6000/rs6000.c (symbol_ref_operand): Reject symbols who are not local for Darwin PIC. |