diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2005-07-10 01:33:13 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2005-07-10 01:33:13 +0000 |
commit | 2c7fd14a3bab13c2c4ccf90f99feb3f5ff7b3727 (patch) | |
tree | ced0590a85cbc459b28bc3c4a688061242b7c49b /ld/ChangeLog | |
parent | bf943cbb7f2087904ea6500db07d7a9cb32f5612 (diff) | |
download | gdb-2c7fd14a3bab13c2c4ccf90f99feb3f5ff7b3727.zip gdb-2c7fd14a3bab13c2c4ccf90f99feb3f5ff7b3727.tar.gz gdb-2c7fd14a3bab13c2c4ccf90f99feb3f5ff7b3727.tar.bz2 |
* emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtime
relocation by default.
(compute_dll_image_base): Avoid linking into cygwin dll address space.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6143817..77e0245 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2005-07-09 Christopher Faylor <cgf@timesys.com> + + * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtime + relocation by default. + (compute_dll_image_base): Avoid linking into cygwin dll address space. + 2005-07-08 Alan Modra <amodra@bigpond.net.au> * ldlang.c (wild_sort): Formatting. |