aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-05-26 08:55:22 +0000
committerTristan Gingold <gingold@adacore.com>2010-05-26 08:55:22 +0000
commitf9eeb9c926526185210dd56597014ba89ee29b53 (patch)
treebf357e45476423a82fe8f89cb88eb2c352cd5d09 /bfd/ChangeLog
parent65077aa81507c722eb00b1ed594d2ee11c491cc6 (diff)
downloadgdb-f9eeb9c926526185210dd56597014ba89ee29b53.zip
gdb-f9eeb9c926526185210dd56597014ba89ee29b53.tar.gz
gdb-f9eeb9c926526185210dd56597014ba89ee29b53.tar.bz2
2010-05-26 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c: Update comments. (alpha_vms_write_exec): Set lnkflags. Write the GST. (alpha_vms_link_output_symbol): New function. (alpha_vms_bfd_final_link): Generate the VMS symbol table. Set dst_section private field. (alpha_vms_bfd_final_link): Remove code that set dst_section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2f4d9e7..471d1f3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,14 @@
2010-05-26 Tristan Gingold <gingold@adacore.com>
+ * vms-alpha.c: Update comments.
+ (alpha_vms_write_exec): Set lnkflags. Write the GST.
+ (alpha_vms_link_output_symbol): New function.
+ (alpha_vms_bfd_final_link): Generate the VMS symbol table.
+ Set dst_section private field.
+ (alpha_vms_bfd_final_link): Remove code that set dst_section.
+
+2010-05-26 Tristan Gingold <gingold@adacore.com>
+
* bfdio.c: Declare and define _bfd_memory_iovec.
(bfd_bread): Move code for BFD_IN_MEMORY...
(bfd_bwrite): ... Ditto ...