OSDN Git Service

uclinux-h8/uclibc-ng.git
18 years agoDo not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, defer...
Peter S. Mazinger [Tue, 11 Oct 2005 23:05:36 +0000 (23:05 -0000)]
Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<.

18 years agoMissed OBJS definition in libcrypt/libutil. Use := where possible
Peter S. Mazinger [Tue, 11 Oct 2005 20:49:07 +0000 (20:49 -0000)]
Missed OBJS definition in libcrypt/libutil. Use := where possible

18 years agofix url
Eric Andersen [Tue, 11 Oct 2005 20:28:00 +0000 (20:28 -0000)]
fix url

18 years agoUndo size optimizing patch that does not work with gcc-4.1-head, reported by sjhill...
Peter S. Mazinger [Tue, 11 Oct 2005 19:42:32 +0000 (19:42 -0000)]
Undo size optimizing patch that does not work with gcc-4.1-head, reported by sjhill, thanks cow for testing

18 years agoAllow building uClibc w/ make-3.79.1 if SSP is disabled
Peter S. Mazinger [Tue, 11 Oct 2005 18:31:26 +0000 (18:31 -0000)]
Allow building uClibc w/ make-3.79.1 if SSP is disabled

18 years agoRemove TMPDIR from glibc's commented list
Peter S. Mazinger [Tue, 11 Oct 2005 09:06:22 +0000 (09:06 -0000)]
Remove TMPDIR from glibc's commented list

18 years agoSync unsecvars.h w/ glibc-2.3.5, remove unused vars in uClibc, update comment about...
Peter S. Mazinger [Tue, 11 Oct 2005 08:58:53 +0000 (08:58 -0000)]
Sync unsecvars.h w/ glibc-2.3.5, remove unused vars in uClibc, update comment about those in glibc

18 years agoUser strong_alias instead of initializing __guard separately
Peter S. Mazinger [Sat, 8 Oct 2005 14:40:04 +0000 (14:40 -0000)]
User strong_alias instead of initializing __guard separately

18 years agoFix up PTDIR bug and clean target for libpthread.
"Steven J. Hill" [Sat, 8 Oct 2005 01:30:59 +0000 (01:30 -0000)]
Fix up PTDIR bug and clean target for libpthread.

18 years agoDoing the compile in one step creates smaller archives, libcrypt.a shrinks from 12k...
Peter S. Mazinger [Fri, 7 Oct 2005 16:27:57 +0000 (16:27 -0000)]
Doing the compile in one step creates smaller archives, libcrypt.a shrinks from 12k to 10k, libutil.a to 8k to 4k. Use make provided features where possible /$</$^.

18 years agoRemove *.o and *.os running find only once
Peter S. Mazinger [Thu, 6 Oct 2005 06:25:11 +0000 (06:25 -0000)]
Remove *.o and *.os running find only once

18 years agoOops, that was a bad wildcard.
"Steven J. Hill" [Thu, 6 Oct 2005 04:21:07 +0000 (04:21 -0000)]
Oops, that was a bad wildcard.

18 years agoNeed to get both .o and .os files. (.os files are built for NPTL)
"Steven J. Hill" [Thu, 6 Oct 2005 04:18:36 +0000 (04:18 -0000)]
Need to get both .o and .os files. (.os files are built for NPTL)

18 years agoFix broken path for PTDIR which needed a '/' at the end to work. Also brought in...
"Steven J. Hill" [Thu, 6 Oct 2005 04:03:47 +0000 (04:03 -0000)]
Fix broken path for PTDIR which needed a '/' at the end to work. Also brought in the other stuff needed for NPTL. Erik, please cut me some slack again. The option is not in 'extra/Config/Config.in' so it cannot be activated. Besides, take a look at the check in tonight on the branch and the post on the mailing list.

18 years agoldd does not build due to missing fork() on MMUless. Since ldd merely
Eric Andersen [Wed, 5 Oct 2005 21:44:56 +0000 (21:44 -0000)]
ldd does not build due to missing fork() on MMUless.  Since ldd merely
does a fork/exec, fork() can be trivially replaced with vfork()

18 years agooops, missed a spot
Eric Andersen [Wed, 5 Oct 2005 08:08:07 +0000 (08:08 -0000)]
oops, missed a spot

18 years agomerge additional license cruft from glibc
Mike Frysinger [Wed, 5 Oct 2005 00:42:53 +0000 (00:42 -0000)]
merge additional license cruft from glibc

18 years agoDo not stub out functions for mmu-less systems. Hide all
Eric Andersen [Tue, 4 Oct 2005 22:26:07 +0000 (22:26 -0000)]
Do not stub out functions for mmu-less systems.  Hide all
prototypes for functions disabled on mmu-less systems.

18 years agoAdd another comment
Peter S. Mazinger [Tue, 4 Oct 2005 15:28:15 +0000 (15:28 -0000)]
Add another comment

18 years agoUse PTDIR in libpthread/Makefile too, add new PTNAME being nptl or linuxthreads....
Peter S. Mazinger [Tue, 4 Oct 2005 15:25:39 +0000 (15:25 -0000)]
Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or linuxthreads. sjhill, I know you kill my keyboard, but please read my added comments, thanks.

18 years agoDo not recurse into ldso/libc/libpthread on clean
Peter S. Mazinger [Tue, 4 Oct 2005 14:47:17 +0000 (14:47 -0000)]
Do not recurse into ldso/libc/libpthread on clean

18 years agoOne more addition.
"Steven J. Hill" [Tue, 4 Oct 2005 00:45:44 +0000 (00:45 -0000)]
One more addition.

18 years agoClean up pthread include mess. Some of these will be needed to support NPTL, but...
"Steven J. Hill" [Tue, 4 Oct 2005 00:29:14 +0000 (00:29 -0000)]
Clean up pthread include mess. Some of these will be needed to support NPTL, but they do no harm for the linuxthreads case. Yes, I tested this.

18 years agoNeaten up the libpthread directory.
"Steven J. Hill" [Tue, 4 Oct 2005 00:05:37 +0000 (00:05 -0000)]
Neaten up the libpthread directory.

18 years agoMove _dl_protect_relro as in ldso.c, thanks to jocke
Peter S. Mazinger [Mon, 3 Oct 2005 17:53:21 +0000 (17:53 -0000)]
Move _dl_protect_relro as in ldso.c, thanks to jocke

18 years agoEnable attribute_relro on __guard and __stack_chk_guard now that ld.so supports it
Peter S. Mazinger [Mon, 3 Oct 2005 17:50:48 +0000 (17:50 -0000)]
Enable attribute_relro on __guard and __stack_chk_guard now that ld.so supports it

18 years agoMove _dl_protect_relro after INIT to allow using attribute_relro within uClibc_init
Peter S. Mazinger [Mon, 3 Oct 2005 17:25:28 +0000 (17:25 -0000)]
Move _dl_protect_relro after INIT to allow using attribute_relro within uClibc_init

18 years agoAgain, I need to cut down on my merge times and this last set of changes to the makef...
"Steven J. Hill" [Sat, 1 Oct 2005 17:34:42 +0000 (17:34 -0000)]
Again, I need to cut down on my merge times and this last set of changes to the makefile structure is killing me. Sorry to put more native thread stuff in, but it cannot be activated in the trunk, so there is no harm.

18 years agoClean up debugging levels for MIPS. This should make things consistent now.
"Steven J. Hill" [Sat, 1 Oct 2005 17:06:33 +0000 (17:06 -0000)]
Clean up debugging levels for MIPS. This should make things consistent now.

18 years agoChange the order in which '__uClibc_init' is called. In the case of NPTL, some auxill...
"Steven J. Hill" [Sat, 1 Oct 2005 16:24:20 +0000 (16:24 -0000)]
Change the order in which '__uClibc_init' is called. In the case of NPTL, some auxillary TLS set up has to happen beforehand. This has been tested for almost two months now and I am tired of chasing it around in my merges. Look in the NPTL trunk if you want more information.

18 years agoAdd gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.
Peter S. Mazinger [Sat, 1 Oct 2005 15:48:22 +0000 (15:48 -0000)]
Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.

18 years agochroot_realpath.c is a dependency also for target ldconfig
Peter S. Mazinger [Sat, 1 Oct 2005 10:16:02 +0000 (10:16 -0000)]
chroot_realpath.c is a dependency also for target ldconfig

18 years agoAllow ldconfig.host to build ld.so.cache for target, regardless of
Eric Andersen [Fri, 30 Sep 2005 21:30:57 +0000 (21:30 -0000)]
Allow ldconfig.host to build ld.so.cache for target, regardless of
the target system's byteorder

18 years agoMove arch specific bits from linuxthreads' Makefile to linuxthreads/sysdeps/TARGET_AR...
Peter S. Mazinger [Fri, 30 Sep 2005 10:33:36 +0000 (10:33 -0000)]
Move arch specific bits from linuxthreads' Makefile to linuxthreads/sysdeps/TARGET_ARCH/Makefile.in proposed by vapier. The current implementation should suffice for now, but it needs to be extended for the nptl tree.

18 years agoSplit out header installation into separate install_headers target and added an addit...
Peter S. Mazinger [Fri, 30 Sep 2005 09:06:20 +0000 (09:06 -0000)]
Split out header installation into separate install_headers target and added an additional condition for libc.so linker script creation checking for libc.so.0 in place.

18 years agoAdd .type _init/_fini unconditionally to arm/crt1.S
Peter S. Mazinger [Thu, 29 Sep 2005 22:43:31 +0000 (22:43 -0000)]
Add .type _init/_fini unconditionally to arm/crt1.S

18 years agoSimilarly to libm, remove recursion from linuxthreads. Now only libc.a and libc.so...
Peter S. Mazinger [Thu, 29 Sep 2005 20:15:28 +0000 (20:15 -0000)]
Similarly to libm, remove recursion from linuxthreads. Now only libc.a and libc.so are rebuilt again if make is run a second time.

18 years agoRemove unneeded temporary file, libm.so will wait until libm.a target is finished
Peter S. Mazinger [Thu, 29 Sep 2005 19:14:58 +0000 (19:14 -0000)]
Remove unneeded temporary file, libm.so will wait until libm.a target is finished

18 years agoAllow parallel building in libm
Peter S. Mazinger [Thu, 29 Sep 2005 19:06:54 +0000 (19:06 -0000)]
Allow parallel building in libm

18 years agoModify libm's Makefile not needing any recursion
Peter S. Mazinger [Thu, 29 Sep 2005 17:54:53 +0000 (17:54 -0000)]
Modify libm's Makefile not needing any recursion

18 years agoIf HAVE_SHARED is disabled and libm/TARGET_ARCH does not exist, subdirs does not...
Peter S. Mazinger [Thu, 29 Sep 2005 08:25:49 +0000 (08:25 -0000)]
If HAVE_SHARED is disabled and libm/TARGET_ARCH does not exist, subdirs does not resolve to anything, not pulling in libm.a target. Add libm.a to all: .

18 years agofix building
Mike Frysinger [Wed, 28 Sep 2005 23:34:49 +0000 (23:34 -0000)]
fix building

18 years agoBuild crt[in].o with disabled ssp.
Peter S. Mazinger [Wed, 28 Sep 2005 18:52:06 +0000 (18:52 -0000)]
Build crt[in].o with disabled ssp.

18 years agoarm/crt1.S needs features.h and the weak _init/_fini independently of __PIC__. Add...
Peter S. Mazinger [Wed, 28 Sep 2005 17:17:20 +0000 (17:17 -0000)]
arm/crt1.S needs features.h and the weak _init/_fini independently of __PIC__. Add these weaks to mips/crt1.S as well.

18 years agoOops, libc.a didn't got installed
Peter S. Mazinger [Wed, 28 Sep 2005 13:09:46 +0000 (13:09 -0000)]
Oops, libc.a didn't got installed

18 years agoRemove ar-target and shared targets, at build time now we traverse the tree only...
Peter S. Mazinger [Wed, 28 Sep 2005 12:34:41 +0000 (12:34 -0000)]
Remove ar-target and shared targets, at build time now we traverse the tree only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a

18 years agoclean up -malign- vs -falign- #352 by yvasilev
Mike Frysinger [Wed, 28 Sep 2005 01:18:01 +0000 (01:18 -0000)]
clean up -malign- vs -falign- #352 by yvasilev

18 years agouse local header files rather than toolchain header files #444 by ee_doright
Mike Frysinger [Wed, 28 Sep 2005 01:11:38 +0000 (01:11 -0000)]
use local header files rather than toolchain header files #444 by ee_doright

18 years agoShould correct ppc compilation failure reported by Glauber de Oliveira Costa. Couldn...
Peter S. Mazinger [Tue, 27 Sep 2005 21:42:39 +0000 (21:42 -0000)]
Should correct ppc compilation failure reported by Glauber de Oliveira Costa. Couldn't test it though on ppc.

18 years agoCheck for existing libc.so ld script before trying to modify it
Peter S. Mazinger [Tue, 27 Sep 2005 17:11:48 +0000 (17:11 -0000)]
Check for existing libc.so ld script before trying to modify it

18 years agoProvide atexit() for static builds
Peter S. Mazinger [Tue, 27 Sep 2005 10:20:39 +0000 (10:20 -0000)]
Provide atexit() for static builds

18 years agoDo not create libc.so linker script if only development headers are installed
Peter S. Mazinger [Tue, 27 Sep 2005 09:53:03 +0000 (09:53 -0000)]
Do not create libc.so linker script if only development headers are installed

18 years agoTarget distclean removes now locales.txt/codesets.txt too. reorder clean target.
Peter S. Mazinger [Tue, 27 Sep 2005 08:43:33 +0000 (08:43 -0000)]
Target distclean removes now locales.txt/codesets.txt too. reorder clean target.

18 years agoSpeed up clean target, don't recurse where possible, remove unneeded actions
Peter S. Mazinger [Tue, 27 Sep 2005 08:12:29 +0000 (08:12 -0000)]
Speed up clean target, don't recurse where possible, remove unneeded actions

18 years agoRemove created objects independently of TARGET_ARCH and kill 3 warnings
Peter S. Mazinger [Tue, 27 Sep 2005 07:37:48 +0000 (07:37 -0000)]
Remove created objects independently of TARGET_ARCH and kill 3 warnings

18 years agoRevert earlier patch to install_dev and runtime targets. Need a better solution.
Peter S. Mazinger [Mon, 26 Sep 2005 19:43:49 +0000 (19:43 -0000)]
Revert earlier patch to install_dev and runtime targets. Need a better solution.

18 years agoremove unneeded ';' and add utils to .PHONY
Peter S. Mazinger [Mon, 26 Sep 2005 17:36:29 +0000 (17:36 -0000)]
remove unneeded ';' and add utils to .PHONY

18 years agoAdd __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch breaks...
Peter S. Mazinger [Mon, 26 Sep 2005 17:31:47 +0000 (17:31 -0000)]
Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.

18 years agoCorrect targets install_dev and install_runtime to depend on shared
Peter S. Mazinger [Mon, 26 Sep 2005 08:07:11 +0000 (08:07 -0000)]
Correct targets install_dev and install_runtime to depend on shared

18 years agomake sure our utils link against the currently built libc rather than the toolchain one
Mike Frysinger [Sat, 24 Sep 2005 23:57:33 +0000 (23:57 -0000)]
make sure our utils link against the currently built libc rather than the toolchain one

18 years agoRemove unneeded if clause. We won't be in this directory unless we
"Steven J. Hill" [Sat, 24 Sep 2005 16:01:53 +0000 (16:01 -0000)]
Remove unneeded if clause. We won't be in this directory unless we
have enabled threads.

18 years agogenerate headers after running menuconfig
Mike Frysinger [Sat, 24 Sep 2005 04:58:20 +0000 (04:58 -0000)]
generate headers after running menuconfig

18 years agoDo not build __uClibc_main.o with ssp enabled
Peter S. Mazinger [Fri, 23 Sep 2005 20:17:39 +0000 (20:17 -0000)]
Do not build __uClibc_main.o with ssp enabled

18 years agoChanged ssp.c license to LGPL and added vapier as contributor
Peter S. Mazinger [Fri, 23 Sep 2005 20:01:57 +0000 (20:01 -0000)]
Changed ssp.c license to LGPL and added vapier as contributor

18 years agoNew ssp code using syscalls where possible.
Peter S. Mazinger [Fri, 23 Sep 2005 19:52:33 +0000 (19:52 -0000)]
New ssp code using syscalls where possible.
Moved guard_setup to __uClibc_main.c, the only place where it is called.
Removed SIGKILL option, not usable with sigaction.

18 years agoDon't remove libc-internal.h on install, else gcc does not build
Peter S. Mazinger [Fri, 23 Sep 2005 18:44:53 +0000 (18:44 -0000)]
Don't remove libc-internal.h on install, else gcc does not build

18 years agoI really really HATE gcc-4.1 and its whimsical inline rules.
"Steven J. Hill" [Fri, 23 Sep 2005 03:15:09 +0000 (03:15 -0000)]
I really really HATE gcc-4.1 and its whimsical inline rules.

18 years agono check needed in libm/libpthread, we do not recurse anymore if the related option...
Peter S. Mazinger [Thu, 22 Sep 2005 09:45:02 +0000 (09:45 -0000)]
no check needed in libm/libpthread, we do not recurse anymore if the related option is not set, more Makefile cleanups

18 years agodont screw around with lib/ if it doesnt exist
Mike Frysinger [Thu, 22 Sep 2005 03:04:19 +0000 (03:04 -0000)]
dont screw around with lib/ if it doesnt exist

18 years agosplit out nearbyint, round, trunc from libm/powerpc/s_modf.c
Peter S. Mazinger [Thu, 22 Sep 2005 00:51:06 +0000 (00:51 -0000)]
split out nearbyint, round, trunc from libm/powerpc/s_modf.c

18 years agoweaks moved after the related function so gcc4 won't warn
Peter S. Mazinger [Thu, 22 Sep 2005 00:43:18 +0000 (00:43 -0000)]
weaks moved after the related function so gcc4 won't warn

18 years agoclean 32bit-isms and make code 64/32 bit clean
Mike Frysinger [Thu, 22 Sep 2005 00:20:12 +0000 (00:20 -0000)]
clean 32bit-isms and make code 64/32 bit clean

18 years agoMakefile cleanups
Peter S. Mazinger [Thu, 22 Sep 2005 00:04:48 +0000 (00:04 -0000)]
Makefile cleanups

18 years agoadd attribute_relro, should be unconditional, if gcc/ld supports it
Peter S. Mazinger [Wed, 21 Sep 2005 23:51:53 +0000 (23:51 -0000)]
add attribute_relro, should be unconditional, if gcc/ld supports it

18 years agosync copyright with glibc
Mike Frysinger [Wed, 21 Sep 2005 23:49:33 +0000 (23:49 -0000)]
sync copyright with glibc

18 years agoadd some more defines from binutils since our readelf uses it
Mike Frysinger [Wed, 21 Sep 2005 23:48:24 +0000 (23:48 -0000)]
add some more defines from binutils since our readelf uses it

18 years agotouchup CFLAGS and also link the link.h header file like we do with elf.h
Mike Frysinger [Wed, 21 Sep 2005 23:48:05 +0000 (23:48 -0000)]
touchup CFLAGS and also link the link.h header file like we do with elf.h

18 years agoalso symlink thread_db.h instead of duplicating it, fix the clean target, and touchup...
Mike Frysinger [Wed, 21 Sep 2005 23:47:10 +0000 (23:47 -0000)]
also symlink thread_db.h instead of duplicating it, fix the clean target, and touchup the headers target so we dont create bogus dir symlinks

18 years agodo not recurse into subdirs if related options are not set
Peter S. Mazinger [Wed, 21 Sep 2005 23:44:10 +0000 (23:44 -0000)]
do not recurse into subdirs if related options are not set

18 years agoutils should be built all the time (iconv), disable building readelf
Peter S. Mazinger [Wed, 21 Sep 2005 23:40:27 +0000 (23:40 -0000)]
utils should be built all the time (iconv), disable building readelf

18 years agoinclude headers only if the related option is enabled
Peter S. Mazinger [Wed, 21 Sep 2005 23:33:29 +0000 (23:33 -0000)]
include headers only if the related option is enabled

18 years agodisable obstack_printf in header, not supported
Peter S. Mazinger [Wed, 21 Sep 2005 23:18:07 +0000 (23:18 -0000)]
disable obstack_printf in header, not supported

18 years agoremove unused headers on install and clean up all thread related ones
Peter S. Mazinger [Wed, 21 Sep 2005 23:12:18 +0000 (23:12 -0000)]
remove unused headers on install and clean up all thread related ones

18 years agoenable flockfile and friends if threads are not enabled
Peter S. Mazinger [Wed, 21 Sep 2005 23:00:49 +0000 (23:00 -0000)]
enable flockfile and friends if threads are not enabled

18 years agocorrect some typos
Peter S. Mazinger [Wed, 21 Sep 2005 22:53:33 +0000 (22:53 -0000)]
correct some typos

18 years ago__set_errno must be redefined after #include "sys/syscall.h".
Joakim Tjernlund [Wed, 21 Sep 2005 21:18:04 +0000 (21:18 -0000)]
__set_errno must be redefined after #include "sys/syscall.h".
syscall.h should not have it's own version of __set_errno, instead syscall.h should
include errno.h(see powerpc) since errno handling depends on threads/no threads.

I leave the the fixing of syscall.h since there might be some smaller compile problems.

18 years ago- typo in documentation
Bernhard Reutner-Fischer [Wed, 21 Sep 2005 17:48:32 +0000 (17:48 -0000)]
- typo in documentation

18 years agoremove redundant paragraph
Eric Andersen [Wed, 21 Sep 2005 17:45:12 +0000 (17:45 -0000)]
remove redundant paragraph

18 years ago'pthread.h' is not the only file that needs to be symlinked. When NPTL gets merged...
"Steven J. Hill" [Wed, 21 Sep 2005 11:31:54 +0000 (11:31 -0000)]
'pthread.h' is not the only file that needs to be symlinked. When NPTL gets merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in.

18 years ago'pthread.h' is not the only file that needs to be symlinked. When NPTL gets merged...
"Steven J. Hill" [Wed, 21 Sep 2005 05:14:02 +0000 (05:14 -0000)]
'pthread.h' is not the only file that needs to be symlinked. When NPTL gets merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in.

18 years agomerge some misc stuff from glibc
Mike Frysinger [Wed, 21 Sep 2005 03:55:21 +0000 (03:55 -0000)]
merge some misc stuff from glibc

18 years agomove misc internal definitions to a sep file to minimize differences with features...
Mike Frysinger [Wed, 21 Sep 2005 02:28:48 +0000 (02:28 -0000)]
move misc internal definitions to a sep file to minimize differences with features.h from glibc

18 years agomerge x86_64 optimized string support
Mike Frysinger [Wed, 21 Sep 2005 02:18:29 +0000 (02:18 -0000)]
merge x86_64 optimized string support

18 years agomerge some updates from glibc to fix 32/64 bit support
Mike Frysinger [Wed, 21 Sep 2005 02:17:00 +0000 (02:17 -0000)]
merge some updates from glibc to fix 32/64 bit support

18 years agodont duplicate pthread.h in include and libpthread subdirs, so symlink it
Mike Frysinger [Wed, 21 Sep 2005 02:05:48 +0000 (02:05 -0000)]
dont duplicate pthread.h in include and libpthread subdirs, so symlink it

18 years agoforgot MMAP_HAS_6_ARGS
Joakim Tjernlund [Tue, 20 Sep 2005 21:25:39 +0000 (21:25 -0000)]
forgot MMAP_HAS_6_ARGS

18 years agoMake powerpc use sys/syscall.h, instead of defining its own syscalls.
Joakim Tjernlund [Tue, 20 Sep 2005 21:19:51 +0000 (21:19 -0000)]
Make powerpc use sys/syscall.h, instead of defining its own syscalls.

18 years agoFix bug 370.
Joakim Tjernlund [Tue, 20 Sep 2005 21:16:25 +0000 (21:16 -0000)]
Fix bug 370.

18 years agoRemove unused function.
Joakim Tjernlund [Sun, 18 Sep 2005 14:14:56 +0000 (14:14 -0000)]
Remove unused function.

18 years agodeclare _init/_fini weak if UCLIBC_CTOR_DTOR is not defined
Mike Frysinger [Sun, 18 Sep 2005 08:07:11 +0000 (08:07 -0000)]
declare _init/_fini weak if UCLIBC_CTOR_DTOR is not defined