aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-03-31 14:02:26 +0000
committerDaniel Jacobowitz <drow@false.org>2008-03-31 14:02:26 +0000
commit3a3b672568f59c5130cd4c48532937b13572ac16 (patch)
tree62c23b4395809eacbb8d127b2491d264da4c8bdb /bfd/ChangeLog
parent55b411d9982f80269fe46fd30d93861666c217a8 (diff)
downloadgdb-3a3b672568f59c5130cd4c48532937b13572ac16.zip
gdb-3a3b672568f59c5130cd4c48532937b13572ac16.tar.gz
gdb-3a3b672568f59c5130cd4c48532937b13572ac16.tar.bz2
* elfxx-mips.c (mips_elf_record_got_page_entry): Update comment.
(_bfd_mips_elf_check_relocs): Update comments. Always call mips_elf_record_got_page_entry for R_MIPS_GOT_PAGE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 063a304..22df737 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,4 +1,10 @@
-2008-03-27 Cary Coutant <ccoutant@google.com>
+2008-03-31 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * elfxx-mips.c (mips_elf_record_got_page_entry): Update comment.
+ (_bfd_mips_elf_check_relocs): Update comments. Always call
+ mips_elf_record_got_page_entry for R_MIPS_GOT_PAGE.
+
+2008-03-27 Cary Coutant <ccoutant@google.com>
Add support for thin archives.
* archive.c (_bfd_find_nested_archive): New function.