diff options
author | DJ Delorie <dj@redhat.com> | 2000-09-28 20:58:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-09-28 20:58:57 +0000 |
commit | 1bd591624cb3a059a2db9292b0c1f3311ea29c63 (patch) | |
tree | bc5bbd6ae54512fc4499e5b5f0194b081f130d43 /ld/emultempl | |
parent | 45b1f63c8cdded5c3b874abc87b02ee079ac4e93 (diff) | |
download | ppe42-binutils-1bd591624cb3a059a2db9292b0c1f3311ea29c63.tar.gz ppe42-binutils-1bd591624cb3a059a2db9292b0c1f3311ea29c63.zip |
oops, didn't mean to check in that change yet
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/pe.em | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index b556fac90d..0ffeffc061 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -876,27 +876,6 @@ gld_${EMULATION_NAME}_after_open () } } } - - { - LANG_FOR_EACH_INPUT_STATEMENT (is) - { - asection *sec; - char *new_name, seq; - - - if (is->the_bfd->my_archive) - for (sec = is->the_bfd->sections; sec; sec = sec->next) - if (strcmp (sec->name, ".idata\$7") == 0 - && sec->reloc_count == 0) - { - char *name = xmalloc (sec->_raw_size + 1); - bfd_get_section_contents (is->the_bfd, sec, name, 0, sec->_raw_size); - name[sec->_raw_size] = 0; - printf ("dj: implib \"%s\" for dll \"%s\" %d\n", - is->the_bfd->my_archive->filename, name, sec->_raw_size); - } - } - } } static void |