Bochs/bochs-testing/plugin-test/test12-modglobalconstr2
Bryce Denney dad1e7b3e9 - build the module symbol name myself instead of letting ltdl do it. On win32
I'm using ltdl even it considers my DLLs to NOT be a libtool archive, and
this is making the symbol name transformation mess up.  If I do it myself,
I can avoid this.
2002-10-17 06:49:44 +00:00
..
main.cc - build the module symbol name myself instead of letting ltdl do it. On win32 2002-10-17 06:49:44 +00:00
main.h - add test 12 which checks for global constructor problems and works 2002-10-17 00:34:26 +00:00
Makefile.in - add test 12 which checks for global constructor problems and works 2002-10-17 00:34:26 +00:00
module1.cc - change symbols to "module1_LTX_name" instead of "libmodule1_LTX_name" 2002-10-17 06:48:05 +00:00
module2.cc - change symbols to "module1_LTX_name" instead of "libmodule1_LTX_name" 2002-10-17 06:48:05 +00:00
modules.h - eliminate duplicat symbols across modules 2002-10-17 05:53:50 +00:00
README - add test 12 which checks for global constructor problems and works 2002-10-17 00:34:26 +00:00
uselib.out.expected - provide expected output for test 12 2002-10-17 00:38:07 +00:00

test12-modglobalconstr2

This is kind of a stupid example, but it detects platforms that have
problems with their global initializers, and works around it.