NetBSD/sys/rump/fs
pooka 48b3a6f7a3 binutils 2.19 has changed the old behaviour of defining __start_SECTNAME
for orphaned sections to using PROVIDE.  What this means is that
unless a rump component internally references that symbol, it will
not be included in the component shared library, and hence cannot
be referenced when the component is loaded.  Add a workaround which
works both with 2.16 and 2.19: force a reference to the __start
symbol internally and hence retain it in the resulting library.
2009-09-13 22:51:41 +00:00
..
lib binutils 2.19 has changed the old behaviour of defining __start_SECTNAME 2009-09-13 22:51:41 +00:00
rumptest Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
Makefile Don't descend into rumptest automatically. Otherwise a manual 2008-10-15 20:41:11 +00:00
Makefile.rumpfs build & install librumpdev_netsmb and librumpfs_smbfs components 2009-09-04 17:21:33 +00:00