summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-09-12 00:30:27 +0000
committerIan Lance Taylor <ian@airs.com>1999-09-12 00:30:27 +0000
commitcb43721da5d2e451a068fc3397b89ec1f47ce2bc (patch)
treeb84634985c22d5e591833c198e072d11ef1d0772 /bfd/ChangeLog
parent5933bdc9a1882e0d81d8da7b869c5339b6bf2fc4 (diff)
downloadbinutils-gdb-cb43721da5d2e451a068fc3397b89ec1f47ce2bc.tar.gz
1999-09-11 Donn Terry <donn@interix.com>
* peicode.h (coff_swap_scnhdr_in): If COFF_IMAGE_WITH_PE, the get the overflow of the s_nlnno field from the s_nreloc field. * peigen.c (_bfd_pei_swap_scnhdr_out): If doing a final link, swap the s_nlnno overflow of the .text section into the s_nreloc field.
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 28d57801d6c..ff1f9423354 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -7,6 +7,12 @@
1999-09-11 Donn Terry <donn@interix.com>
+ * peicode.h (coff_swap_scnhdr_in): If COFF_IMAGE_WITH_PE, the
+ get the overflow of the s_nlnno field from the s_nreloc field.
+ * peigen.c (_bfd_pei_swap_scnhdr_out): If doing a final link, swap
+ the s_nlnno overflow of the .text section into the s_nreloc
+ field.
+
* peigen.c (add_data_entry): Declare.
(pei_swap_aouthdr_out): Get image size right. Set linker version
more intuitively.