aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2009-03-27 18:19:09 +0000
committerCary Coutant <ccoutant@google.com>2009-03-27 18:19:09 +0000
commit33aea2fd651cf208e9e3c94c43cc3e10a12f03ea (patch)
tree85f6f707475bfa73beaf31674458f1f998ed04bb /gold/ChangeLog
parent4a149252f16212640bf5c7ce6299e82f6a422dcd (diff)
downloadgdb-33aea2fd651cf208e9e3c94c43cc3e10a12f03ea.zip
gdb-33aea2fd651cf208e9e3c94c43cc3e10a12f03ea.tar.gz
gdb-33aea2fd651cf208e9e3c94c43cc3e10a12f03ea.tar.bz2
* powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
position independent. * sparc.cc (Target_sparc::check_non_pic): Likewise. * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 7044e28..0f4063c 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-27 Cary Coutant <ccoutant@google.com>
+
+ * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
+ position independent.
+ * sparc.cc (Target_sparc::check_non_pic): Likewise.
+ * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
+
2009-03-24 Cary Coutant <ccoutant@google.com>
* symtab.h (needs_plt_entry): Check for unsatisfied reference from
@@ -17,7 +24,7 @@
* object.h (is_elf_object): Declare.
* archive.cc (Archive::get_elf_object_for_member): Call
is_elf_object.
- * readsymc.cc (Read_symbols::do_read_symbols): Likewise.
+ * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
2009-03-24 Elliott Hughes <enh@google.com>