drochner
7fd74af1e3
add a "using namespace std" to make it compile with gcc3, and remove
...
the Makefile clause which disabled it in the gcc3 case
2003-09-03 20:53:16 +00:00
mrg
1e69032f26
forgot these with:
...
introduce an additional switch to enable building GCC3 instead of GCC2:
HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change
the definition of the former to be restricted to whether tools/toolchain
is used or not.
2003-09-02 06:36:22 +00:00
skrll
640826818b
s/DL_LAZY/RTLD_LAZY/
2003-08-12 16:15:33 +00:00
skrll
d4773575b3
s/DL_LAZY/RTLD_LAZY/
2003-08-01 07:04:31 +00:00
mrg
a64be71369
disable this with gcc3 for now
2003-07-26 15:25:52 +00:00
drochner
fc2a9b9ba7
remove a comment suggesting the link-in-whole-libgcc hack -- this
...
is not necessary anymore if the toolchain works properly
2003-06-26 18:43:35 +00:00
kleink
680a8382e2
Sync with ../testlib/Makefile rev. 1.3: s/testlib.so/libtest.so/.
2003-02-01 18:44:06 +00:00
nathanw
24b586b3b1
Add a couple of regression tests for dlerror() handling.
2002-11-14 21:10:45 +00:00
lukem
08c81a9c2d
some makefile de-linting
...
- list NOxxx and LDSTATIC= assignments before everything else
(especially <bsd.own.mk>)
- ensure <bsd.own.mk> is included before NETBSDSRCDIR is used
- add missing RCSids
2002-09-18 05:41:35 +00:00
drochner
eb9b2bd26e
add a comment showing how to link in the whole libgcc -- workaround
...
for missing symbols on dlopen()
2002-08-28 17:09:17 +00:00
drochner
1e504e48a9
clean up building of the dlopen()able library - use <bsd.lib.mk> as
...
far as possible
2002-08-28 17:05:30 +00:00
wiz
dd39c685f3
bsd.depall.mk doesn't exist anymore, use bsd.dep.mk instead.
2002-04-14 21:44:22 +00:00
itojun
0dd5877adc
put TNF 4-clause license.
...
authors - if you are okay with more relaxed license terms, or the regression
test code was derived from others, pls change them.
2002-02-21 07:38:14 +00:00
tv
220b5c059a
MKfoo=no -> NOfoo
2001-12-12 01:23:59 +00:00
tv
8bef0452bd
${MAKE} print-objdir -> ${PRINTOBJDIR}
2001-11-14 00:41:52 +00:00
tv
c0c91b1b74
Simplify a bunch of explicit ${.OBJDIR} references to make these more like
...
the rest of the tree.
2001-10-31 15:57:49 +00:00
drochner
b2779a2f25
test for dlopen(3) and the toolchain generating the files involved
2000-12-08 19:24:29 +00:00
drochner
44e89b161e
test program for dlopen(3)
2000-12-08 19:22:51 +00:00
drochner
08a3f0ae6e
test cases for dynamically loaded objects: constructor/destructor call for
...
static objects, C++ runtime support
2000-12-08 19:21:28 +00:00