diff options
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 dc5f02a..a611417 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2007-10-04 Nick Clifton <nickc@redhat.com> + PR linker/4844 + * emultempl/pep.em (pep_find_data_imports): Issue a warning + message if auto importing is triggered without + --enable-auto-import having been specified on the command line. + * emultempl/pe.em (pe_find_data_imports): Likewise. + PR linker/5097 * emultempl/armelf.em (arm_elf_finish): Fix spelling typo. |