aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-25 15:21:48 +0000
committerTristan Gingold <gingold@adacore.com>2010-06-25 15:21:48 +0000
commit1b3d1dbfad9b7e43048f995ebe1ec1908664c1d9 (patch)
tree08090537727394f8c52e70f749971c3284c54349 /bfd/ChangeLog
parent0f6a939d8663bfe0fcb4bf353c7ed5f6323b2de4 (diff)
downloadgdb-1b3d1dbfad9b7e43048f995ebe1ec1908664c1d9.zip
gdb-1b3d1dbfad9b7e43048f995ebe1ec1908664c1d9.tar.gz
gdb-1b3d1dbfad9b7e43048f995ebe1ec1908664c1d9.tar.bz2
2010-06-25 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (_bfd_vms_write_egsd): Set target_index field of sections. Mark .vmsdebug section as SEC_DEBUGGING. Do not create dummy psect anymore. Adjust. (_bfd_vms_write_eeom): Adjust (use target_index instead of index) (_bfd_vms_write_etir): Ditto. (start_etir_or_etbt_record): Test for SEC_DEBUGGING instead of section name. Adjust.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d0b37bc..3971419 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,15 @@
2010-06-25 Tristan Gingold <gingold@adacore.com>
+ * vms-alpha.c (_bfd_vms_write_egsd): Set target_index field of
+ sections. Mark .vmsdebug section as SEC_DEBUGGING. Do not create
+ dummy psect anymore. Adjust.
+ (_bfd_vms_write_eeom): Adjust (use target_index instead of index)
+ (_bfd_vms_write_etir): Ditto.
+ (start_etir_or_etbt_record): Test for SEC_DEBUGGING instead of
+ section name. Adjust.
+
+2010-06-25 Tristan Gingold <gingold@adacore.com>
+
* vms-alpha.c (alpha_vms_write_exec): Set linktime field.
2010-06-25 Alan Modra <amodra@gmail.com>