diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:55:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:55:25 +0000 |
commit | 8524166df4a01d692920721b0bfbb3df8d7f6a22 (patch) | |
tree | 03f00e98402b335a1461b95dcb7740a2d5902856 /ld/ChangeLog | |
parent | 9f39ef2bb8db3e72361e7957343c73349839f36e (diff) | |
download | gdb-8524166df4a01d692920721b0bfbb3df8d7f6a22.zip gdb-8524166df4a01d692920721b0bfbb3df8d7f6a22.tar.gz gdb-8524166df4a01d692920721b0bfbb3df8d7f6a22.tar.bz2 |
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.
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. |