Favicon

BSDBuild: r720 - trunk/BSDBuild

Author: vedge
Date: 2008-08-19 07:57:22 -0300 (Tue, 19 Aug 2008)
New Revision: 720

Added:
   trunk/BSDBuild/dlopen.pm
   trunk/BSDBuild/dyld.pm
   trunk/BSDBuild/shl_load.pm
Log:
test for various dynamic linker interfaces.

Added: trunk/BSDBuild/dlopen.pm
===================================================================
--- trunk/BSDBuild/dlopen.pm	                        (rev 0)
+++ trunk/BSDBuild/dlopen.pm	2008-08-19 10:57:22 UTC (rev 720)
@@ -0,0 +1,74 @@
+# vim:ts=4
+#
+# Copyright (c) 2008 Hypertriton, Inc. <http://hypertriton.com/>
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution..
+# 
(Continue reading)


Gmane