summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/linker_unload.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused include that doesn't exist on OS X (#10211)Dave Laing2015-03-301-1/+0
* Make the linker_unload test less fragileSimon Marlow2015-01-201-31/+4
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-051-0/+37
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-021-37/+0
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-281-0/+37
* Fix build errors on Windows (these tests still don't work though)Simon Marlow2014-11-121-0/+3
* Make the linker more robust to errorsSimon Marlow2014-10-081-1/+3
* fix linker_unload test _FILE_OFFSET_BITS redefined warning on Solaris/i386Karel Gardas2014-08-071-0/+1
* Revert "fix linker_unload test on Solaris/i386 platform"Karel Gardas2014-08-061-1/+0
* fix linker_unload test on Solaris/i386 platformKarel Gardas2014-08-041-0/+1
* Update linker_unload to cope with CAFsSimon Marlow2013-11-211-1/+1
* Don't include malloc.h in linker_unload test.Austin Seipp2013-10-281-1/+0
* Fix egregious pathchar business in linker_unload.Edward Z. Yang2013-09-131-4/+23
* Properly provide leading underscore when necessary.Edward Z. Yang2013-09-131-0/+4
* Add a test for unloading object files in the linker (#8039)Simon Marlow2013-08-221-0/+62