This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: allow PE executables to have an export table


We do need an assignment from Fabrizio so this can't go in until
that happens.
Is that the official judgement? <g> Last I saw, you asked on-list if it would be necessary, but no one responded. Fabrizio's patch adds or modifies 18 nonblank lines...

You might want to submit your unrelated patch separately in the
meantime.
Okay, but it won't have any real effect until after Fabrizio's patch is accepted, because DLLs don't *have* a 'cygwin_crt0' symbol to export.

--Chuck

2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>

* ld/pe-dll.c (autofilter_symbollist): add cygwin_crt0

Index: pe-dll.c
===================================================================
RCS file: /cvs/src/src/ld/pe-dll.c,v
retrieving revision 1.52
diff -u -u -r1.52 pe-dll.c
--- pe-dll.c	2 Jan 2003 10:26:41 -0000	1.52
+++ pe-dll.c	3 Jan 2003 11:50:21 -0000
@@ -225,6 +225,7 @@
   { "impure_ptr", 10 },
   { "_pei386_runtime_relocator", 25 },
   { "do_pseudo_reloc", 15 },
+  { "cygwin_crt0", 11 },
   { NULL, 0 }
 };
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]