aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-03-05 11:54:29 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-03-05 11:54:29 +0000
commita07ee50e95c6176ea58919254e4001a15dd7622b (patch)
treed3c6181836a2914783a2f5f9d633124c531e38fc /ld/ChangeLog
parentee36d91878ff644d64438a90d5c6ff5d3fe91746 (diff)
downloadgdb-a07ee50e95c6176ea58919254e4001a15dd7622b.zip
gdb-a07ee50e95c6176ea58919254e4001a15dd7622b.tar.gz
gdb-a07ee50e95c6176ea58919254e4001a15dd7622b.tar.bz2
* configure.host: Add x86_64-*-cygwin* as valid host.
* configure.tgt: Add x86_64-*-cygwin* as valid target. * emultempl/pep.em: Handle different requirements for Cygwin in terms of start addresses for executables and DLLs, based on memory model in http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d24b266..ec75b6b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-05 Corinna Vinschen <vinschen@redhat.com>
+
+ * configure.host: Add x86_64-*-cygwin* as valid host.
+ * configure.tgt: Add x86_64-*-cygwin* as valid target.
+ * emultempl/pep.em: Handle different requirements for Cygwin in terms
+ of start addresses for executables and DLLs, based on memory model in
+ http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
+
2013-03-05 Alan Modra <amodra@gmail.com>
PR ld/15222