This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


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

src/libgui ChangeLog src/tkCanvEdge.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	mdejong@sources.redhat.com	2001-08-14 14:26:52

Modified files:
	libgui         : ChangeLog 
	libgui/src     : tkCanvEdge.c 

Log message:
	* src/tkCanvEdge.c: Work around Windows gcc problem
	initializing a static member with a dll imported
	symbol by assigning the function pointer at runtime.
	Static initialization works just fine in VC++ but
	fails when compiling with the Windows version of gcc.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgui/ChangeLog.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgui/src/tkCanvEdge.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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