This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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: binutils 20021107-2


Charles Wilson wrote:


Nope. Chris should apply the attached patch to binutils and re-release. It's surprising we didn't catch this when gcc-3.x/gcc2-2.95 were getting their shakedown this summer. Oh well.

Also, Chris, you could take the opportunity of binutils-20021107-3 to apply Egor's remaining patches... :-)

Oops. Previous patch still left a chunk of Egor's changes. New patch replaces.

--Chuck
Index: pe-dll.c
===================================================================
RCS file: /cvs/src/src/ld/pe-dll.c,v
retrieving revision 1.45
diff -u -r1.45 pe-dll.c
--- pe-dll.c	6 Nov 2002 19:36:20 -0000	1.45
+++ pe-dll.c	9 Nov 2002 17:27:42 -0000
@@ -234,6 +235,8 @@
   { "libg2c.", 7 },
   { "libsupc++.", 10 },
   { "libobjc.", 8 },
+  { "libstdc++-2.", 12 },
+  { "libg2c-2.", 9 },
   { NULL, 0 }
 };
 

--
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/

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