OSDN Git Service

uclinux-h8/uclibc-ng.git
23 years agoFix bug: tried to install non-existant shared libs.
Manuel Novoa III [Fri, 1 Jun 2001 16:14:58 +0000 (16:14 -0000)]
Fix bug: tried to install non-existant shared libs.

23 years agoAdd in an initial TODO list. Please add stuff as needed (and feel
Eric Andersen [Fri, 1 Jun 2001 01:45:58 +0000 (01:45 -0000)]
Add in an initial TODO list.  Please add stuff as needed (and feel
free to work on items in this list as well).
 -Erik

23 years agoAdded cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that
Manuel Novoa III [Thu, 31 May 2001 23:07:50 +0000 (23:07 -0000)]
Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that
those behaviors can be invoked from the command line.

23 years agoInstall ldd and ldconfig as appropriate.
Manuel Novoa III [Thu, 31 May 2001 21:38:42 +0000 (21:38 -0000)]
Install ldd and ldconfig as appropriate.

23 years agoRemoved INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and
Manuel Novoa III [Thu, 31 May 2001 21:23:20 +0000 (21:23 -0000)]
Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and
TARGET_PREFIX to allow more flexibility.  Also modified the gcc wrapper
to do the right thing if -Wl,--dynamic-linker,xxx is passed on the command
line.  The gcc wrapper will also check the env variable UCLIBC_GCC_LDOPT
for a dynamic linker option at runtime (although command line arg overrides
the env variable).

23 years agoCleanup some stupid warnings
Eric Andersen [Thu, 31 May 2001 17:34:49 +0000 (17:34 -0000)]
Cleanup some stupid warnings

23 years agowarn folks that libresolv is a stub
Eric Andersen [Wed, 30 May 2001 20:37:35 +0000 (20:37 -0000)]
warn folks that libresolv is a stub

23 years agoLook's like I need to disable the rpath stuff for now as well.
Manuel Novoa III [Wed, 30 May 2001 07:07:14 +0000 (07:07 -0000)]
Look's like I need to disable the rpath stuff for now as well.
To build with an uninstaled uClibc, set UCLIBC_GCC=build in your env,
or rename it/symlink to it using a name containing the string "build".

23 years agoRevert behavior of wrapper to not use dynamic linker in the build dir, so
Manuel Novoa III [Wed, 30 May 2001 06:40:39 +0000 (06:40 -0000)]
Revert behavior of wrapper to not use dynamic linker in the build dir, so
those who want to should now be able to compile against uClibc without
installing it (using the "build" behavior).

23 years agoGive Erik's build-with-uClibc method.
Manuel Novoa III [Tue, 29 May 2001 19:48:27 +0000 (19:48 -0000)]
Give Erik's build-with-uClibc method.

23 years agoRemove the now obsolete "headers" target. Fix call to get-needed-libgcc-objects.sh
Eric Andersen [Tue, 29 May 2001 19:23:27 +0000 (19:23 -0000)]
Remove the now obsolete "headers" target.  Fix call to get-needed-libgcc-objects.sh
to we define NM and AR properly.

23 years agoDefine "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh
Eric Andersen [Tue, 29 May 2001 19:21:26 +0000 (19:21 -0000)]
Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh
in all cases.

23 years agoSometimes (often) the kernel will return things other then -1.
Eric Andersen [Tue, 29 May 2001 17:43:46 +0000 (17:43 -0000)]
Sometimes (often) the kernel will return things other then -1.
Deal with it.
 -Erik

23 years agoComment out broken test
Eric Andersen [Tue, 29 May 2001 17:42:04 +0000 (17:42 -0000)]
Comment out broken test

23 years agoAdd a _really_ basic README outlining building/using uClibc.
Manuel Novoa III [Mon, 28 May 2001 14:44:55 +0000 (14:44 -0000)]
Add a _really_ basic README outlining building/using uClibc.

23 years agoMake selection of uClibc floating point support in printf, etc. seperate
Manuel Novoa III [Mon, 28 May 2001 14:38:12 +0000 (14:38 -0000)]
Make selection of uClibc floating point support in printf, etc. seperate
from libm float function support.  Also, move all Config files out of the
main directory.

23 years agoRevert behavior to either INSTALL_DIR or BUILD_DIR but not both. Also, if
Manuel Novoa III [Sun, 27 May 2001 15:55:18 +0000 (15:55 -0000)]
Revert behavior to either INSTALL_DIR or BUILD_DIR but not both.  Also, if
using BUILD_DIR and uClibc dynamic linker, use the one in the build dir.
If people want the "both dir" behavior, I'll enable it similar to the
"build" and "rpath" behaviors.  See the comments in the file for how this
works.

23 years agoMinor fix.
Manuel Novoa III [Sat, 26 May 2001 19:43:06 +0000 (19:43 -0000)]
Minor fix.

23 years agoThese are needed for arm to compile
Eric Andersen [Sat, 26 May 2001 06:18:30 +0000 (06:18 -0000)]
These are needed for arm to compile

23 years agoDon't try to run ldconfig unless it exists
Eric Andersen [Sat, 26 May 2001 06:16:44 +0000 (06:16 -0000)]
Don't try to run ldconfig unless it exists

23 years agoAdded definition of __THROW
David Schleef [Sat, 26 May 2001 01:50:21 +0000 (01:50 -0000)]
Added definition of __THROW

23 years agoMakefile targets to symlink arch-specific headers into include/ (only
David Schleef [Sat, 26 May 2001 01:48:56 +0000 (01:48 -0000)]
Makefile targets to symlink arch-specific headers into include/ (only
used on mipsel.)

23 years agoNasty hack to get around inconsistency between dynamic linker
David Schleef [Sat, 26 May 2001 01:39:15 +0000 (01:39 -0000)]
Nasty hack to get around inconsistency between dynamic linker
entry and kernel entry to crt0.o.

23 years agoMake powerpc compile. Needs this header...
Eric Andersen [Sat, 26 May 2001 00:17:26 +0000 (00:17 -0000)]
Make powerpc compile.  Needs this header...

23 years agoFix regex support to be compatible with 4.2 BSD regex library. This is
Eric Andersen [Sat, 26 May 2001 00:01:58 +0000 (00:01 -0000)]
Fix regex support to be compatible with 4.2 BSD regex library.  This is
the last bit that was needed to get util-linux to compile.

23 years agoAdd in message queue support, based on work from <tapu@371.net>.
Eric Andersen [Sat, 26 May 2001 00:00:27 +0000 (00:00 -0000)]
Add in message queue support, based on work from <tapu@371.net>.
This is required to compile util-linux

23 years agoFixing flak from the directory rearrangement
David Schleef [Fri, 25 May 2001 23:30:34 +0000 (23:30 -0000)]
Fixing flak from the directory rearrangement

23 years agoAdded -Wall
David Schleef [Fri, 25 May 2001 23:28:20 +0000 (23:28 -0000)]
Added -Wall

23 years agoChanges to make types.h more compatible with the Linux kernel.
David Schleef [Fri, 25 May 2001 23:27:04 +0000 (23:27 -0000)]
Changes to make types.h more compatible with the Linux kernel.

23 years agoRandom change to get a log message: Previous change is to make this
David Schleef [Fri, 25 May 2001 23:25:56 +0000 (23:25 -0000)]
Random change to get a log message: Previous change is to make this
header more compatible with the kernel and not with glibc.

23 years agoEnable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linux
Eric Andersen [Fri, 25 May 2001 23:24:53 +0000 (23:24 -0000)]
Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined.  util-linux
needs this to compile.

23 years agoAdded powerpc-specific mmap syscall, 'cause we're special.
David Schleef [Fri, 25 May 2001 23:23:41 +0000 (23:23 -0000)]
Added powerpc-specific mmap syscall, 'cause we're special.

23 years agoAdd in some more GNU compatible locale stuff. I only implement the
Eric Andersen [Fri, 25 May 2001 23:23:02 +0000 (23:23 -0000)]
Add in some more GNU compatible locale stuff.  I only implement the
C locale of course.  util-linux needs this stuff to compile...

23 years agoadded __GNUC_PREREQ() macro
David Schleef [Fri, 25 May 2001 23:22:25 +0000 (23:22 -0000)]
added __GNUC_PREREQ() macro

23 years agoRandom quick-and-dirty evil malloc checker.
David Schleef [Fri, 25 May 2001 23:20:55 +0000 (23:20 -0000)]
Random quick-and-dirty evil malloc checker.

23 years agoThe mmap syscall has 6 arguments, which has various implementations
David Schleef [Fri, 25 May 2001 23:07:35 +0000 (23:07 -0000)]
The mmap syscall has 6 arguments, which has various implementations
on different architectures.

23 years agoTest to check for proper stat mangling.
David Schleef [Fri, 25 May 2001 23:04:51 +0000 (23:04 -0000)]
Test to check for proper stat mangling.

23 years agotermios test program, since I'm having difficulty on powerpc
David Schleef [Fri, 25 May 2001 20:58:22 +0000 (20:58 -0000)]
termios test program, since I'm having difficulty on powerpc

23 years agoNeeded for libm
David Schleef [Fri, 25 May 2001 18:03:28 +0000 (18:03 -0000)]
Needed for libm

23 years agoAdd in missing capset and capget syscalls. Stub out syscalls when missing
Eric Andersen [Fri, 25 May 2001 16:07:27 +0000 (16:07 -0000)]
Add in missing capset and capget syscalls.  Stub out syscalls when missing
rather then just omitting them...
 -Erik

23 years agoWe need the definition of HUGE_VAL fpr some apps. Include it.
Eric Andersen [Fri, 25 May 2001 07:54:03 +0000 (07:54 -0000)]
We need the definition of HUGE_VAL fpr some apps.  Include it.
 -Erik

23 years agoCleanup the math.h header file. It was broken when enabling doubles
Eric Andersen [Fri, 25 May 2001 07:11:50 +0000 (07:11 -0000)]
Cleanup the math.h header file.  It was broken when enabling doubles
but disabling long doubles.
 -Erik

23 years agoUpdate for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>
Eric Andersen [Fri, 25 May 2001 01:30:16 +0000 (01:30 -0000)]
Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>

23 years agoOne last structural change. Install header files to INSTALLDIR/usr/include
Eric Andersen [Fri, 25 May 2001 01:20:51 +0000 (01:20 -0000)]
One last structural change.  Install header files to INSTALLDIR/usr/include
so we now parallel the behavior of the standard tools.

Also make sure we check INSTALLDIR/lib and INSTALLDIR/usr/lib for libraries.
 -Erik

23 years agoRemove dead code.
Manuel Novoa III [Wed, 23 May 2001 16:52:54 +0000 (16:52 -0000)]
Remove dead code.

23 years agoAdded file for non-Cephes double routines; currently only fmod and modf.
Manuel Novoa III [Tue, 22 May 2001 15:03:49 +0000 (15:03 -0000)]
Added file for non-Cephes double routines; currently only fmod and modf.

23 years agoAdd poll.h header.
Manuel Novoa III [Tue, 22 May 2001 15:02:51 +0000 (15:02 -0000)]
Add poll.h header.

23 years agoCopied sgidefs.h from Debian libc6 2.2.2-4 for MIPS. Should go into
David Schleef [Tue, 22 May 2001 14:40:44 +0000 (14:40 -0000)]
Copied sgidefs.h from Debian libc6 2.2.2-4 for MIPS.  Should go into
the main include/ directory, but we'll hide it here for now.

23 years agoHeader cleanups to fix compilation. Mostly a hack, pending figuring
David Schleef [Tue, 22 May 2001 14:36:19 +0000 (14:36 -0000)]
Header cleanups to fix compilation.  Mostly a hack, pending figuring
out the best way to do some things.

23 years agoCopied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.
David Schleef [Tue, 22 May 2001 14:32:43 +0000 (14:32 -0000)]
Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.

23 years agoFirst cut of MIPS port
David Schleef [Tue, 22 May 2001 14:29:02 +0000 (14:29 -0000)]
First cut of MIPS port

23 years agorewrite to accomodate devfs
Eric Andersen [Mon, 21 May 2001 23:00:16 +0000 (23:00 -0000)]
rewrite to accomodate devfs

23 years agoStub out libresolv for now. Some apps try to link with it (though
Eric Andersen [Mon, 21 May 2001 21:26:59 +0000 (21:26 -0000)]
Stub out libresolv for now.  Some apps try to link with it (though
almost always erroneously as a result of configure scripts that
were poorly done).  This will let such apps compile...
 -Erik

23 years agoPatch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
Eric Andersen [Mon, 21 May 2001 20:32:51 +0000 (20:32 -0000)]
Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
gcc was looking for crt0 in the wrong dir.  Oops!

23 years agoWrap getline() inside #ifdef __USE_GNU
Eric Andersen [Mon, 21 May 2001 20:09:59 +0000 (20:09 -0000)]
Wrap getline() inside #ifdef __USE_GNU

23 years agoProper prototype for mtherr, although this should probably be made an
Manuel Novoa III [Mon, 21 May 2001 16:21:46 +0000 (16:21 -0000)]
Proper prototype for mtherr, although this should probably be made an
internal/hidden function (and merror and internal/hidden variable).

23 years agoAdd comment about scanf pushback behavior and glibc difference.
Manuel Novoa III [Mon, 21 May 2001 16:19:42 +0000 (16:19 -0000)]
Add comment about scanf pushback behavior and glibc difference.

23 years agoI wasn't building the libdl shared lib anymore. Make each lib install a
Eric Andersen [Fri, 18 May 2001 20:31:18 +0000 (20:31 -0000)]
I wasn't building the libdl shared lib anymore.  Make each lib install a
libfoo.so symlink as well as a libfoo.so.0 link, since gcc is currently
only looking for files ending in .so.  wierd.
 -Erik

23 years agoFix up some problems noted by August Hoerandl <ahoerandl@gmx.at>
Eric Andersen [Thu, 17 May 2001 20:12:16 +0000 (20:12 -0000)]
Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>
when cross compiling with shared lib support, there were spots
where the native 'ld' was mistakenly being called.

23 years agoPatch from David McCullough <davidm@lineo.com> -- do not
Eric Andersen [Thu, 17 May 2001 05:30:43 +0000 (05:30 -0000)]
Patch from David McCullough <davidm@lineo.com> -- do not
try to build ldso when we don't support shared libraries...

23 years agoAdd in tempnam()
Eric Andersen [Thu, 17 May 2001 05:25:30 +0000 (05:25 -0000)]
Add in tempnam()

23 years agoMove the default ptrace.c to common, but let arches override it (such
Eric Andersen [Wed, 16 May 2001 21:48:24 +0000 (21:48 -0000)]
Move the default ptrace.c to common, but let arches override it (such
as m68k which has some asm in its version).
 -Erik

23 years agoSigpause was broken. Now it is fixed.
Eric Andersen [Wed, 16 May 2001 21:39:34 +0000 (21:39 -0000)]
Sigpause was broken.  Now it is fixed.
 -Erik

23 years agoOops again. We do want to print this info, but only when
Eric Andersen [Wed, 16 May 2001 21:13:49 +0000 (21:13 -0000)]
Oops again.  We do want to print this info, but only when
_dl_trace_loaded_objects is true (i.e. when doing an 'ldd')
 -Erik

23 years agoOops. I left in some debugging noise. Also some minor formatting updates.
Eric Andersen [Wed, 16 May 2001 21:01:00 +0000 (21:01 -0000)]
Oops.  I left in some debugging noise.  Also some minor formatting updates.

23 years agoFix up a few little problems
Eric Andersen [Wed, 16 May 2001 20:14:45 +0000 (20:14 -0000)]
Fix up a few little problems

23 years agoShould not call make on ldso/libdl
Eric Andersen [Sat, 12 May 2001 07:10:15 +0000 (07:10 -0000)]
Should not call make on ldso/libdl

23 years agoThese seem to be missing also
Eric Andersen [Sat, 12 May 2001 06:59:25 +0000 (06:59 -0000)]
These seem to be missing also

23 years agoAdd in a libc.so link as well
Eric Andersen [Sat, 12 May 2001 06:57:35 +0000 (06:57 -0000)]
Add in a libc.so link as well

23 years agoThis file was missing on arm
Eric Andersen [Sat, 12 May 2001 06:47:05 +0000 (06:47 -0000)]
This file was missing on arm

23 years agoI'd broken powerpc crt0.o installation
Eric Andersen [Sat, 12 May 2001 06:41:45 +0000 (06:41 -0000)]
I'd broken powerpc crt0.o installation

23 years agoAdd missing header file for arm
Eric Andersen [Sat, 12 May 2001 06:30:55 +0000 (06:30 -0000)]
Add missing header file for arm

23 years agoOk, this should finish off my massive ro-organization. The source
Eric Andersen [Sat, 12 May 2001 06:19:18 +0000 (06:19 -0000)]
Ok, this should finish off my massive ro-organization.  The source
tree is less messy now (which helps), all libraries are placed into
uClibc/lib when compiling, all libraries now use a consistant mechanism
for being built, all libraries use a consistant naming scheme where the
lib name includes the uClibc version number, which makes ldconfig
happy and willing to work with us.
 -Erik

23 years agoRework where libraries get installed to. Now thew will be compiled and
Eric Andersen [Fri, 11 May 2001 21:26:43 +0000 (21:26 -0000)]
Rework where libraries get installed to.  Now thew will be compiled and
dropped into a uClibc/lib dir when compiling, which will make life a
bit easier when installing and cleaning up.  Preface uClibc with 'lib'
so ldconfig will recognize it as a library.  Make all libraries have the
uClibc version number attached, making upgrades possible by using the
traditional symlink to the .so name plan.
 -Erik

23 years agoChange 'crypt' to 'libcrypt'
Eric Andersen [Fri, 11 May 2001 20:20:10 +0000 (20:20 -0000)]
Change 'crypt' to 'libcrypt'

23 years agoFix a couple silly bugs in this test
Eric Andersen [Fri, 11 May 2001 20:01:37 +0000 (20:01 -0000)]
Fix a couple silly bugs in this test

23 years agoBring powerpc back into line so it compiles again.
Eric Andersen [Fri, 11 May 2001 19:51:31 +0000 (19:51 -0000)]
Bring powerpc back into line so it compiles again.

23 years agoFix the 'make clean' target
Eric Andersen [Fri, 11 May 2001 18:14:46 +0000 (18:14 -0000)]
Fix the 'make clean' target

23 years agoFix up the 'make clean' target
Eric Andersen [Fri, 11 May 2001 18:12:08 +0000 (18:12 -0000)]
Fix up the 'make clean' target

23 years agoA patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC
Eric Andersen [Fri, 11 May 2001 16:25:55 +0000 (16:25 -0000)]
A patch from Matthias Kilian <kili@outback.escape.de> to fix  -DDEBUG_MALLOC
so that it works for realloc too.
 -Erik

23 years agoFix up the 'make clean' target
Eric Andersen [Fri, 11 May 2001 16:21:36 +0000 (16:21 -0000)]
Fix up the 'make clean' target

23 years agoFix 'make clean' target
Eric Andersen [Fri, 11 May 2001 16:20:40 +0000 (16:20 -0000)]
Fix 'make clean' target

23 years agoFix 'make clean' so it clean the rpc dir
Eric Andersen [Fri, 11 May 2001 16:19:37 +0000 (16:19 -0000)]
Fix 'make clean' so it clean the rpc dir

23 years agoFix broken resources.h
Eric Andersen [Thu, 10 May 2001 22:37:13 +0000 (22:37 -0000)]
Fix broken resources.h

23 years agoOops. Forgot the makefile updates
Eric Andersen [Thu, 10 May 2001 22:36:17 +0000 (22:36 -0000)]
Oops.  Forgot the makefile updates

23 years agoThese are needed for ash-0.3.8
Eric Andersen [Thu, 10 May 2001 17:54:23 +0000 (17:54 -0000)]
These are needed for ash-0.3.8

23 years agoSeems a few apps need this one...
Eric Andersen [Thu, 10 May 2001 17:08:51 +0000 (17:08 -0000)]
Seems a few apps need this one...

23 years agoCheck if ld.so is included in the NEEDED list. If so, do not _again_
Eric Andersen [Thu, 10 May 2001 05:44:29 +0000 (05:44 -0000)]
Check if ld.so is included in the NEEDED list.  If so, do not _again_
try to fix up its symbols since they are already fixed up, thank-you
very much.

This checkin fixes the dlopen problems Manuel noticed.
 -Erik

23 years agoFix up naming of ld.so so every uses the same define. The top level
Eric Andersen [Thu, 10 May 2001 05:41:56 +0000 (05:41 -0000)]
Fix up naming of ld.so so every uses the same define.  The top level
was using one name and the ld.so-1 dir was using another (they happened
to be the same).  Fix that.
 -Erik

23 years agoIgnore generated file
Eric Andersen [Thu, 10 May 2001 04:45:56 +0000 (04:45 -0000)]
Ignore generated file

23 years agominor formatting cleanups
Eric Andersen [Thu, 10 May 2001 04:24:33 +0000 (04:24 -0000)]
minor formatting cleanups

23 years agoAdd in _dl_strrchr
Eric Andersen [Thu, 10 May 2001 04:23:19 +0000 (04:23 -0000)]
Add in _dl_strrchr

23 years agouClibc now has a math library. muahahahaha!
Eric Andersen [Thu, 10 May 2001 00:40:28 +0000 (00:40 -0000)]
uClibc now has a math library.  muahahahaha!
 -Erik

23 years agoDon't hard code path to TARGET_CC
Eric Andersen [Thu, 10 May 2001 00:36:24 +0000 (00:36 -0000)]
Don't hard code path to TARGET_CC

23 years agoignore generated stuff
Eric Andersen [Wed, 9 May 2001 18:00:04 +0000 (18:00 -0000)]
ignore generated stuff

23 years agoAdd in an older libc5 glob implementation, which is a bit thinner.
Eric Andersen [Wed, 9 May 2001 17:08:22 +0000 (17:08 -0000)]
Add in an older libc5 glob implementation, which is a bit thinner.
 -Erik

23 years agoBy default, leave out the RPC junk (it adds over 30k). Add in a compile
Eric Andersen [Wed, 9 May 2001 16:40:35 +0000 (16:40 -0000)]
By default, leave out the RPC junk (it adds over 30k).  Add in a compile
time option to include it if NFS support is wanted (does anyone every
use this for anything else these days?)
 -Erik

23 years agocompile up libutil
Eric Andersen [Wed, 9 May 2001 05:41:52 +0000 (05:41 -0000)]
compile up libutil

23 years agoYipe. This was still pulling in kernel headers.
Eric Andersen [Wed, 9 May 2001 01:16:48 +0000 (01:16 -0000)]
Yipe.  This was still pulling in kernel headers.
 -Erik

23 years agoAdd in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil
Eric Andersen [Tue, 8 May 2001 19:58:20 +0000 (19:58 -0000)]
Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil
port.  I have reworked the code quite a bit so that the stuff that is supposed
to be in libc is in libc, and I added a bunch of missing stuff so the libutil
interface matches that of glibc's libutil.  The only caveat is that
libutil/login.c is currently a stub.
 -Erik