[Vm-dev] VM Maker: VMMaker.oscog-eem.1961.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 18 22:35:48 UTC 2016


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.1961.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.1961
Author: eem
Time: 18 October 2016, 3:34:37.516235 pm
UUID: e0793c3c-8f65-4263-9c21-811c44976606
Ancestors: VMMaker.oscog-eem.1960

Implement Gerardo Santana's fix to the linux VMProfiler for OpenBSD in the right place.

=============== Diff against VMMaker.oscog-eem.1960 ===============

Item was changed:
  ----- Method: VMProfileLinuxSupportPlugin class>>declareHeaderFilesIn: (in category 'translation') -----
  declareHeaderFilesIn: cg
  
  	cg
  		addHeaderFile: '<limits.h>';
+ 		addHeaderFile: '#ifdef __OpenBSD__\#include <dlfcn.h>\#endif' withCRs;
+ 		addHeaderFile: '#ifndef _GNU_SOURCE\# define _GNU_SOURCE\#endif\#include <link.h>' withCRs;
+ 		addHeaderFile: '#ifndef RTLD_NODELETE\# define RTLD_NODELETE 0\#endif' withCRs!
- 		addHeaderFile: '#ifndef _GNU_SOURCE\# define _GNU_SOURCE\#endif\#include <link.h>' withCRs!



More information about the Vm-dev mailing list