diff options
author | David S. Miller <davem@redhat.com> | 2012-04-17 02:09:42 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2012-04-17 02:09:42 +0000 |
commit | 661d7a80a2bcfc452a9355e6b474673ae48c61a8 (patch) | |
tree | 99e48aee17a9c051ec1506e837b5ab79f1cec27f /gold/ChangeLog | |
parent | 8c2bf391c45bdef4221494db53295b88da0bc813 (diff) | |
download | gdb-661d7a80a2bcfc452a9355e6b474673ae48c61a8.zip gdb-661d7a80a2bcfc452a9355e6b474673ae48c61a8.tar.gz gdb-661d7a80a2bcfc452a9355e6b474673ae48c61a8.tar.bz2 |
gold: Build Gold IFUNC tests with -fPIC/-fPIE instead of -fpic/-fpie.
gold/
* Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
-fpic and -fpie respectively.
* Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index eb3ad3a..51779fb 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,9 @@ 2012-04-16 David S. Miller <davem@davemloft.net> + * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of + -fpic and -fpie respectively. + * Makefile.in: Regenerate. + * sparc.cc (class Target_sparc): Add rela_ifunc_. (Target_sparc::Target_sparc): Initialize new field. (Target_sparc::do_plt_section_for_global): New function. |