aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2009-06-16 01:52:13 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2009-06-16 01:52:13 +0000
commit7b6021f1972b04daee9d9afd467be3e1782c2158 (patch)
treef77665f0443fa451e57df1f6677ab2c69d1fa0f6 /bfd/ChangeLog
parentb9f026bcd53ac6ec1171f4699d10e2a6e3a4e0bd (diff)
downloadgdb-7b6021f1972b04daee9d9afd467be3e1782c2158.zip
gdb-7b6021f1972b04daee9d9afd467be3e1782c2158.tar.gz
gdb-7b6021f1972b04daee9d9afd467be3e1782c2158.tar.bz2
bfd/
* elf32-vax.c (elf_vax_check_relocs): Handle the visibility attribute. (elf_vax_relocate_section): Likewise. gas/ * config/tc-vax.c (md_estimate_size_before_relax): Accept indirect symbol references in the PIC mode and emit a PC-relative relocation instead of a GOT/PLT one. Likewise for symbols known to be hidden at this point.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4d4469b..f9dbef7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
+
+ * elf32-vax.c (elf_vax_check_relocs): Handle the visibility
+ attribute.
+ (elf_vax_relocate_section): Likewise.
+
2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_allocate_dynrelocs): Update comments.