diff options
author | David S. Miller <davem@redhat.com> | 2008-04-17 07:07:37 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2008-04-17 07:07:37 +0000 |
commit | 32b769e114e262a41fcbb64d8c1f891b19bc09f1 (patch) | |
tree | 4136d54cce655d4e24b021cbdbcc3a454cbcaa21 /gold/ChangeLog | |
parent | 11936fb17845839b4b8aff0c7736272570ed978f (diff) | |
download | gdb-32b769e114e262a41fcbb64d8c1f891b19bc09f1.zip gdb-32b769e114e262a41fcbb64d8c1f891b19bc09f1.tar.gz gdb-32b769e114e262a41fcbb64d8c1f891b19bc09f1.tar.bz2 |
* sparc.cc (Target_sparc::Scan): Change from struct to class.
Add issued_non_pic_error_ field. Declare check_non_pic.
(Target_sparc::Scan::check_non_pic): New function.
(Target_sparc::Scan::local): Call check_non_pic as appropriate.
(Target_sparc::Scan::global): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1f60009..b290666 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -27,6 +27,12 @@ 2008-04-16 David S. Miller <davem@davemloft.net> + * sparc.cc (Target_sparc::Scan): Change from struct to class. + Add issued_non_pic_error_ field. Declare check_non_pic. + (Target_sparc::Scan::check_non_pic): New function. + (Target_sparc::Scan::local): Call check_non_pic as appropriate. + (Target_sparc::Scan::global): Likewise. + * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64. * configure: Rebuild. |