Mail Archives: cygwin/2002/12/20/23:26:06
--------------000902020907010902020304
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
I don't think these symbols should be auto-exported by DLLs; they are
internal, and are added (if the platform supports it) to every DLL and
EXE. Since everybody has their own copy, there's no need for any DLL to
export them.
Ralf?
2002-12-20 Charles Wilson <cwilson AT ece DOT gatech DOT edu>
* pe-dll.c (autofilter_symbollist): add do_pseudo_reloc
and _pei386_runtime_relocator to the exclude list.
--Chuck
--------------000902020907010902020304
Content-Type: text/plain;
name="exclude_reloc.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="exclude_reloc.patch"
Index: pe-dll.c
===================================================================
RCS file: /cvs/src/src/ld/pe-dll.c,v
retrieving revision 1.50
diff -u -r1.50 pe-dll.c
--- pe-dll.c 16 Dec 2002 18:02:14 -0000 1.50
+++ pe-dll.c 21 Dec 2002 04:18:43 -0000
@@ -223,6 +223,8 @@
{ "_cygwin_crt0_common AT 8", 21 },
{ "_cygwin_noncygwin_dll_entry AT 12", 30 },
{ "impure_ptr", 10 },
+ { "_pei386_runtime_relocator", 25 },
+ { "do_pseudo_reloc", 15 },
{ NULL, 0 }
};
--------------000902020907010902020304
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--------------000902020907010902020304--
- Raw text -