OSDN Git Service

uclinux-h8/uClibc.git
18 years agoadd a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since been...
Mike Frysinger [Tue, 16 Aug 2005 06:00:36 +0000 (06:00 -0000)]
add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since been renamed to __glibc_strerror_r in 0.9.28

18 years agoadd an entry about __fputc_unlocked link errors
Mike Frysinger [Tue, 16 Aug 2005 05:59:30 +0000 (05:59 -0000)]
add an entry about __fputc_unlocked link errors

18 years agowrite some good manpages
Mike Frysinger [Mon, 15 Aug 2005 22:45:44 +0000 (22:45 -0000)]
write some good manpages

18 years agoFor current kernels, we just use the getcwd() syscall. For old 2.0 linux
Eric Andersen [Mon, 15 Aug 2005 22:18:26 +0000 (22:18 -0000)]
For current kernels, we just use the getcwd() syscall.  For old 2.0 linux
kernels, we need this bit to make the non-syscall version that recurses up the
directory path work properly.  Thanks go to Harald Kuethe for sorting this out.

18 years agoJust quote the whole darn thing so we can print any error msg we want
Eric Andersen [Mon, 15 Aug 2005 22:09:50 +0000 (22:09 -0000)]
Just quote the whole darn thing so we can print any error msg we want

18 years agoremove quote char which doesnt belong
Mike Frysinger [Mon, 15 Aug 2005 22:07:35 +0000 (22:07 -0000)]
remove quote char which doesnt belong

18 years agoWe do not supply a BSD style getloadavg() function
Eric Andersen [Mon, 15 Aug 2005 12:39:57 +0000 (12:39 -0000)]
We do not supply a BSD style getloadavg() function

18 years agoFix bug 387, missing _dl_progname for static apps.
Joakim Tjernlund [Mon, 15 Aug 2005 08:30:32 +0000 (08:30 -0000)]
Fix bug 387, missing _dl_progname for static apps.

18 years agoPatch from Faidon Liambotis to update the debian stuff
Eric Andersen [Mon, 15 Aug 2005 05:20:47 +0000 (05:20 -0000)]
Patch from Faidon Liambotis to update the debian stuff

18 years agomove arch-specific checks out of shared dl-syscall.h and into arch-specific dl-syscalls.h
Mike Frysinger [Mon, 15 Aug 2005 03:51:51 +0000 (03:51 -0000)]
move arch-specific checks out of shared dl-syscall.h and into arch-specific dl-syscalls.h

18 years agoimport thumb support from jbowler in Bug 385
Mike Frysinger [Mon, 15 Aug 2005 03:31:00 +0000 (03:31 -0000)]
import thumb support from jbowler in Bug 385

18 years agoarm has its own iopl.c now so we dont need ugly #ifdef check for arm
Mike Frysinger [Mon, 15 Aug 2005 03:15:48 +0000 (03:15 -0000)]
arm has its own iopl.c now so we dont need ugly #ifdef check for arm

18 years agorip out iopl from ioperm.c so it will override the common iopl.c
Mike Frysinger [Mon, 15 Aug 2005 03:14:52 +0000 (03:14 -0000)]
rip out iopl from ioperm.c so it will override the common iopl.c

18 years agoimport thumb support from jbowler in Bug 385
Mike Frysinger [Mon, 15 Aug 2005 03:06:11 +0000 (03:06 -0000)]
import thumb support from jbowler in Bug 385

18 years agoimport thumb support from jbowler in Bug 385
Mike Frysinger [Mon, 15 Aug 2005 03:04:38 +0000 (03:04 -0000)]
import thumb support from jbowler in Bug 385

18 years agoAdd utils in make clean rule. From paravoid.
Joakim Tjernlund [Sun, 14 Aug 2005 17:18:47 +0000 (17:18 -0000)]
Add utils in make clean rule. From paravoid.

18 years agoeat whitespace
Mike Frysinger [Sun, 14 Aug 2005 13:29:05 +0000 (13:29 -0000)]
eat whitespace

18 years agoimport thumb support from jbowler in Bug 385
Mike Frysinger [Sun, 14 Aug 2005 13:27:46 +0000 (13:27 -0000)]
import thumb support from jbowler in Bug 385

18 years agoper suggestion by psm, remove the variable DYNAMIC_LINKER
Eric Andersen [Sat, 13 Aug 2005 21:36:14 +0000 (21:36 -0000)]
per suggestion by psm, remove the variable DYNAMIC_LINKER

18 years agoRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.
Joakim Tjernlund [Fri, 12 Aug 2005 23:41:18 +0000 (23:41 -0000)]
Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.

18 years agoRemove SYSTEM_LDSO option since it no longer works.
Joakim Tjernlund [Fri, 12 Aug 2005 23:19:44 +0000 (23:19 -0000)]
Remove SYSTEM_LDSO option since it no longer works.

18 years agoRemove hardcoded ld-uClibc.so.0 name in ldso.
Joakim Tjernlund [Fri, 12 Aug 2005 23:10:22 +0000 (23:10 -0000)]
Remove hardcoded ld-uClibc.so.0 name in ldso.

18 years agorevert __error -> __syscall_error change since it doesnt work for clone
Mike Frysinger [Fri, 12 Aug 2005 22:51:08 +0000 (22:51 -0000)]
revert __error -> __syscall_error change since it doesnt work for clone

18 years agomissed one of the __error names in changing to __syscall_error
Mike Frysinger [Fri, 12 Aug 2005 22:50:16 +0000 (22:50 -0000)]
missed one of the __error names in changing to __syscall_error

18 years agotouchup PIE support for all the utils and fix stripping on iconv
Mike Frysinger [Thu, 11 Aug 2005 22:52:49 +0000 (22:52 -0000)]
touchup PIE support for all the utils and fix stripping on iconv

18 years agoadd back in the LDPIEFLAG since -fPIE does not imply -pie
Mike Frysinger [Thu, 11 Aug 2005 22:52:44 +0000 (22:52 -0000)]
add back in the LDPIEFLAG since -fPIE does not imply -pie

18 years agojump straight to __syscall_error
Mike Frysinger [Thu, 11 Aug 2005 22:36:11 +0000 (22:36 -0000)]
jump straight to __syscall_error

18 years agofix some sign warnings pointed out by gcc-4
Mike Frysinger [Thu, 11 Aug 2005 22:05:06 +0000 (22:05 -0000)]
fix some sign warnings pointed out by gcc-4

18 years agoIn Bug 364 by hassold:
Mike Frysinger [Wed, 10 Aug 2005 23:31:25 +0000 (23:31 -0000)]
In Bug 364 by hassold:
Configuration symbol __UCLIBC_HAS_WCHAR__ is tested as defined line 249 of features.h,
whereas header bits/uClibc_Config.h, where it is (eventually) defined, is not yet
included (line 267). As a consequence, symbol __STDC_ISO_10646__ is never defined, and
several programs believe C libary hsa no wchar support.

18 years agoBump version in preparation for the upcoming release
Eric Andersen [Wed, 10 Aug 2005 09:12:42 +0000 (09:12 -0000)]
Bump version in preparation for the upcoming release

18 years agouse the inline version of _dl_parse_dynamic_info
Mike Frysinger [Wed, 10 Aug 2005 04:35:27 +0000 (04:35 -0000)]
use the inline version of _dl_parse_dynamic_info

18 years agoclean up whitespace/syntax
Mike Frysinger [Tue, 9 Aug 2005 23:05:06 +0000 (23:05 -0000)]
clean up whitespace/syntax

18 years agodisable early debug code if the arch relies on certain values (like load_addr) which...
Mike Frysinger [Tue, 9 Aug 2005 22:43:02 +0000 (22:43 -0000)]
disable early debug code if the arch relies on certain values (like load_addr) which are computer later

18 years agorework the headers depedency so that it plays nice with parallel building
Mike Frysinger [Tue, 9 Aug 2005 22:39:27 +0000 (22:39 -0000)]
rework the headers depedency so that it plays nice with parallel building

18 years agonote the architectures which still need to be updated
Mike Frysinger [Tue, 9 Aug 2005 22:20:33 +0000 (22:20 -0000)]
note the architectures which still need to be updated

18 years agodate: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1
Mike Frysinger [Tue, 9 Aug 2005 22:20:06 +0000 (22:20 -0000)]
date: 2005/08/07 07:53:58;  author: drepper;  state: Exp;  lines: +1 -1
(DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO definition.

18 years agoneed -s for STRIPTOOL with iconv too as psm pointed out
Mike Frysinger [Tue, 9 Aug 2005 22:16:01 +0000 (22:16 -0000)]
need -s for STRIPTOOL with iconv too as psm pointed out

18 years agoeat whitespace
Mike Frysinger [Tue, 9 Aug 2005 04:58:21 +0000 (04:58 -0000)]
eat whitespace

18 years agoupdate crt0 to crt1 based heavily on glibc start.S and to sync up with __uClibc_main...
Mike Frysinger [Tue, 9 Aug 2005 04:54:18 +0000 (04:54 -0000)]
update crt0 to crt1 based heavily on glibc start.S and to sync up with __uClibc_main changes

18 years agouse sigprocmask instead of internal __sigprocmask since __ version doesnt always...
Mike Frysinger [Tue, 9 Aug 2005 04:52:29 +0000 (04:52 -0000)]
use sigprocmask instead of internal __sigprocmask since __ version doesnt always exist

18 years agomove __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowitz so...
Mike Frysinger [Tue, 9 Aug 2005 04:51:15 +0000 (04:51 -0000)]
move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowitz so that libm.so links properly with newer toolchains

18 years agoremove unused/pointless variables
Mike Frysinger [Tue, 9 Aug 2005 04:48:59 +0000 (04:48 -0000)]
remove unused/pointless variables

18 years agoneed to run STRIPTOOL with -s to replace behavior lost from gcc -s
Mike Frysinger [Tue, 9 Aug 2005 02:11:35 +0000 (02:11 -0000)]
need to run STRIPTOOL with -s to replace behavior lost from gcc -s

18 years agoremove duplicated _syscall6 definitions and unify them with a define
Mike Frysinger [Mon, 8 Aug 2005 22:01:53 +0000 (22:01 -0000)]
remove duplicated _syscall6 definitions and unify them with a define

18 years agoeat whitespace
Mike Frysinger [Mon, 8 Aug 2005 22:01:02 +0000 (22:01 -0000)]
eat whitespace

18 years agoremove strip flags and let STRIPTOOL do the work
Mike Frysinger [Mon, 8 Aug 2005 22:00:31 +0000 (22:00 -0000)]
remove strip flags and let STRIPTOOL do the work

18 years agowhitespace it
Mike Frysinger [Thu, 4 Aug 2005 22:35:50 +0000 (22:35 -0000)]
whitespace it

18 years agoyvasilev writes in Bug 235:
Mike Frysinger [Thu, 4 Aug 2005 22:35:13 +0000 (22:35 -0000)]
yvasilev writes in Bug 235:
uClibc uses wrong word order in vfp floating point arithmetic.
I found this using my modification to N. Pitre's soft-float gcc patch, but this modifications were
made just to allow gcc to compile code for armv4l, while nothing about fp arithmetic was changed.

18 years agoUpdate from (older) glibc code.
Manuel Novoa III [Wed, 3 Aug 2005 01:14:43 +0000 (01:14 -0000)]
Update from (older) glibc code.

18 years agoPOSIX requires that fields st_dev and st_rdev to be of type dev_t.
Manuel Novoa III [Wed, 3 Aug 2005 01:12:29 +0000 (01:12 -0000)]
POSIX requires that fields st_dev and st_rdev to be of type dev_t.

18 years agoDo not define 'AUTOCONF_INCLUDED'
Eric Andersen [Tue, 2 Aug 2005 00:25:11 +0000 (00:25 -0000)]
Do not define 'AUTOCONF_INCLUDED'

18 years agoAdd dependency on ld-uClibc.so.0 for libdl.so.
Joakim Tjernlund [Mon, 1 Aug 2005 10:58:23 +0000 (10:58 -0000)]
Add dependency on ld-uClibc.so.0 for libdl.so.
Remove __attribute__ ((__weak__)) from imported ld-uClibc.so.0 symbols.

18 years agoOld glibc fix for ltp's clone07 test. Another file that needs updating...
Manuel Novoa III [Sun, 31 Jul 2005 04:31:58 +0000 (04:31 -0000)]
Old glibc fix for ltp's clone07 test.  Another file that needs updating...

18 years agoThis fixes the pread/pwrite bugs reported by ltp. But I really need to pull in the...
Manuel Novoa III [Sun, 31 Jul 2005 03:50:40 +0000 (03:50 -0000)]
This fixes the pread/pwrite bugs reported by ltp.  But I really need to pull in the latest glibc stuff.

18 years agoCheck for __NR_fcntl64.
Manuel Novoa III [Sat, 30 Jul 2005 14:02:24 +0000 (14:02 -0000)]
Check for __NR_fcntl64.

18 years agoSigh... I wasn't checking for output errors. NIST/PCTS caught it.
Manuel Novoa III [Sat, 30 Jul 2005 01:21:47 +0000 (01:21 -0000)]
Sigh... I wasn't checking for output errors.  NIST/PCTS caught it.
Hack in some temporary fixes until I have time to clean it up a bit more.
Also rework _fpmaxtostr to reduce the size a bit and (hopefully) allow
it to build for m68k (vapier tested an earlier version a while back).

18 years agoUpdate with current glibc version.
Manuel Novoa III [Sat, 30 Jul 2005 01:17:38 +0000 (01:17 -0000)]
Update with current glibc version.

18 years agoSince we're now always using IPC_64, we need this. Otherwise, some of the perl tests...
Manuel Novoa III [Sat, 30 Jul 2005 01:16:33 +0000 (01:16 -0000)]
Since we're now always using IPC_64, we need this.  Otherwise, some of the perl tests fail on mipsel.

18 years agosjhill appears confused. vapier's earlier commit of string.h was broken.
Manuel Novoa III [Sat, 30 Jul 2005 01:02:57 +0000 (01:02 -0000)]
sjhill appears confused.  vapier's earlier commit of string.h was broken.
But I fixed it, and tested both x86 (locale) and mipsel before I commited
the fixes.  Just built with gcc 4.0.1 to see if that was the cause of
his problems, but x86 (locale) built fine.  So revert his last change.

18 years agoThe newly added __glibc_strerror_r function is probably fine, but the
"Steven J. Hill" [Sat, 30 Jul 2005 00:03:07 +0000 (00:03 -0000)]
The newly added __glibc_strerror_r function is probably fine, but the
uClibc did not even compile or link without errors. This fixes that
up. Please test more thoroughly next time.

18 years agoas pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4
Mike Frysinger [Fri, 29 Jul 2005 22:50:40 +0000 (22:50 -0000)]
as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4

18 years agoRemove unused include directory.
"Steven J. Hill" [Fri, 29 Jul 2005 22:48:34 +0000 (22:48 -0000)]
Remove unused include directory.

18 years agoremove outdated comment and announce support for nanoseconds
Mike Frysinger [Fri, 29 Jul 2005 22:14:34 +0000 (22:14 -0000)]
remove outdated comment and announce support for nanoseconds

18 years agowe are handed errno as a negative value so we need to reverse it
Mike Frysinger [Fri, 29 Jul 2005 22:14:23 +0000 (22:14 -0000)]
we are handed errno as a negative value so we need to reverse it

18 years agoexport PIEFLAG and the noexecstack AS test so that gcc/as arent executed in every...
Mike Frysinger [Fri, 29 Jul 2005 04:58:15 +0000 (04:58 -0000)]
export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in every subdir

18 years agofinish cleaning up the PIE flag checks
Mike Frysinger [Fri, 29 Jul 2005 03:44:35 +0000 (03:44 -0000)]
finish cleaning up the PIE flag checks

18 years agoget rid of LDPIEFLAG since PIEFLAG is already used
Mike Frysinger [Fri, 29 Jul 2005 03:36:00 +0000 (03:36 -0000)]
get rid of LDPIEFLAG since PIEFLAG is already used

18 years agofurther refine output so the silent mode of make is truly silent
Mike Frysinger [Thu, 28 Jul 2005 22:30:32 +0000 (22:30 -0000)]
further refine output so the silent mode of make is truly silent

18 years agojust use -g as -g3 is overkill (and sometimes unstable)
Mike Frysinger [Thu, 28 Jul 2005 22:28:26 +0000 (22:28 -0000)]
just use -g as -g3 is overkill (and sometimes unstable)

18 years agoif fcntl() is called with a 64bit command and LFS is enabled, pass the command along...
Mike Frysinger [Thu, 28 Jul 2005 22:19:41 +0000 (22:19 -0000)]
if fcntl() is called with a 64bit command and LFS is enabled, pass the command along to fcntl64 instead of returning ENOSYS (error detected by LTP fcntl18)

18 years agofix whitespacing
Mike Frysinger [Thu, 28 Jul 2005 22:15:08 +0000 (22:15 -0000)]
fix whitespacing

18 years agos/__kernel_time_t/__time_t
Joakim Tjernlund [Thu, 28 Jul 2005 18:28:48 +0000 (18:28 -0000)]
s/__kernel_time_t/__time_t

18 years agoAdd missing #include <bits/wordsize.h> and change __kernel_time to
Joakim Tjernlund [Thu, 28 Jul 2005 17:02:54 +0000 (17:02 -0000)]
Add missing #include <bits/wordsize.h> and change __kernel_time to
__time. Minior WS touchup also.

18 years agoadd c to default ARFLAGS to get rid of ar: creating blah.a messages
Mike Frysinger [Thu, 28 Jul 2005 04:58:55 +0000 (04:58 -0000)]
add c to default ARFLAGS to get rid of ar: creating blah.a messages

18 years agothe common sem.h is good enough for x86_64
Mike Frysinger [Thu, 28 Jul 2005 04:46:07 +0000 (04:46 -0000)]
the common sem.h is good enough for x86_64

18 years agocheck the return value of the clone call too
Mike Frysinger [Thu, 28 Jul 2005 03:59:10 +0000 (03:59 -0000)]
check the return value of the clone call too

18 years agothe errno settings was fixed but the return value was still being clobbered ... fix...
Mike Frysinger [Thu, 28 Jul 2005 03:58:43 +0000 (03:58 -0000)]
the errno settings was fixed but the return value was still being clobbered ... fix that too

18 years agotweak $TOPDIR usage to not have duplciate //
Mike Frysinger [Thu, 28 Jul 2005 03:58:03 +0000 (03:58 -0000)]
tweak $TOPDIR usage to not have duplciate //

18 years agoFix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc
Manuel Novoa III [Thu, 28 Jul 2005 03:36:45 +0000 (03:36 -0000)]
Fix string.h.  Change our _susv3_strerror_r to __xpg_strerror_r for glibc
compatibility.  Also change _glibc_strerror_r to __glibc_strerror_r for
consistency.

18 years agoAdd a config option for abort() to shutdown the stdio subsystem. This is
Manuel Novoa III [Thu, 28 Jul 2005 03:34:44 +0000 (03:34 -0000)]
Add a config option for abort() to shutdown the stdio subsystem.  This is
mainly to cut down on noise in the NIST/PCTS tests since older POSIX
behavior was to fclose() (and hence fflush()) all open streams.

18 years agoA while back, the sysvipc code was changed to use IPC_64 in the calls.
Manuel Novoa III [Thu, 28 Jul 2005 03:30:57 +0000 (03:30 -0000)]
A while back, the sysvipc code was changed to use IPC_64 in the calls.
Unfortunatly, the semid_ds structs were not changed as needed.  So
import the necessary (tweaked) files from glibc.  Only tested on x86
today, but I'll be testing mips tomorrow.

18 years agoFix bug 358 by protecting _dl_symbol_tables as suggested.
Joakim Tjernlund [Wed, 27 Jul 2005 13:03:13 +0000 (13:03 -0000)]
Fix bug 358 by protecting _dl_symbol_tables as suggested.

18 years agoadd some asm magic to fix setting errno/ret values in the .S functions
Mike Frysinger [Wed, 27 Jul 2005 02:02:09 +0000 (02:02 -0000)]
add some asm magic to fix setting errno/ret values in the .S functions

18 years agodont run ls and make sure diff aborts if it fails
Mike Frysinger [Wed, 27 Jul 2005 01:53:47 +0000 (01:53 -0000)]
dont run ls and make sure diff aborts if it fails

18 years agoadd a basic errno test based on one from ltp
Mike Frysinger [Wed, 27 Jul 2005 01:44:05 +0000 (01:44 -0000)]
add a basic errno test based on one from ltp

18 years agoupdate notes about alpha/x86_64
Mike Frysinger [Tue, 26 Jul 2005 22:26:49 +0000 (22:26 -0000)]
update notes about alpha/x86_64

18 years agoUpdate the todo list for 0.9.28
Eric Andersen [Tue, 26 Jul 2005 21:51:46 +0000 (21:51 -0000)]
Update the todo list for 0.9.28

18 years agoFix 2 bugs in strftime related to glibc struct tm extensions.
Manuel Novoa III [Mon, 25 Jul 2005 03:50:55 +0000 (03:50 -0000)]
Fix 2 bugs in strftime related to glibc struct tm extensions.
   1) Need to negate tm_gmtoff field value when used. (bug 336).
   2) Deal with NULL ptr case for tm_zone field, which was causing
      segfaults in both the NIST/PCTS tests and the Python 2.4.1
      self-test suite.
      NOTE: We set uninitialized timezone names to "???", and this
      differs (intentionally) from glibc's behavior.

18 years agoSince __syscall_error is a C func, we need to store the syscall return value
Manuel Novoa III [Sat, 23 Jul 2005 14:02:57 +0000 (14:02 -0000)]
Since __syscall_error is a C func, we need to store the syscall return value
in the appropriate register.  Otherwise, errno is set to random garbage.

19 years agowhoops, reversed naming of nano sec members ... kernel uses _, user space does not
Mike Frysinger [Sun, 17 Jul 2005 00:54:46 +0000 (00:54 -0000)]
whoops, reversed naming of nano sec members ... kernel uses _, user space does not

19 years agosyntax cleanups
Mike Frysinger [Sun, 17 Jul 2005 00:52:56 +0000 (00:52 -0000)]
syntax cleanups

19 years agotweak whitespace
Mike Frysinger [Sun, 17 Jul 2005 00:52:11 +0000 (00:52 -0000)]
tweak whitespace

19 years agorip out previous armeb old-stat abi compat code since arm linux opinion is that the...
Mike Frysinger [Sun, 17 Jul 2005 00:51:53 +0000 (00:51 -0000)]
rip out previous armeb old-stat abi compat code since arm linux opinion is that the old stat.h abi was for little endian only ... people should use this patch to fix their armeb kernels: arm.linux.org.uk/developer/patches/viewpatch.php?id=863/1

19 years agoadd support for nanoseconds
Mike Frysinger [Sun, 17 Jul 2005 00:49:38 +0000 (00:49 -0000)]
add support for nanoseconds

19 years agomake sure the stat64 struct is packed to prevent further ABI headaches as done in...
Mike Frysinger [Sat, 16 Jul 2005 04:01:17 +0000 (04:01 -0000)]
make sure the stat64 struct is packed to prevent further ABI headaches as done in mainline 2.6

19 years agowith the help of John Bowler, track down the ugly ABI change between 2.4 / 2.6 on...
Mike Frysinger [Sat, 16 Jul 2005 03:27:44 +0000 (03:27 -0000)]
with the help of John Bowler, track down the ugly ABI change between 2.4 / 2.6 on big endian arm kernels and work around it best we can at runtime

19 years agoadd support for passing nano seconds (if arch supports it)
Mike Frysinger [Fri, 15 Jul 2005 22:58:11 +0000 (22:58 -0000)]
add support for passing nano seconds (if arch supports it)

19 years agoallow people to build shared/ldso but disable threads
Mike Frysinger [Fri, 15 Jul 2005 22:27:21 +0000 (22:27 -0000)]
allow people to build shared/ldso but disable threads

19 years agoa [mostly working] elfinterp.c based on i386 / glibc
Mike Frysinger [Thu, 14 Jul 2005 04:17:11 +0000 (04:17 -0000)]
a [mostly working] elfinterp.c based on i386 / glibc

19 years agowhen running shared tests, use the toplevel ldso
Mike Frysinger [Thu, 14 Jul 2005 04:16:21 +0000 (04:16 -0000)]
when running shared tests, use the toplevel ldso