OSDN Git Service

uclinux-h8/uClibc.git
18 years agoReplace TOPDIR w/ top_builddir
Peter S. Mazinger [Thu, 17 Nov 2005 21:49:59 +0000 (21:49 -0000)]
Replace TOPDIR w/ top_builddir

18 years agoRemove unneeded top_builddir
Peter S. Mazinger [Thu, 17 Nov 2005 21:43:58 +0000 (21:43 -0000)]
Remove unneeded top_builddir

18 years agoAdd link.so, add support for CFLAGS-$(subdir), where subdir is the last part of dir...
Peter S. Mazinger [Thu, 17 Nov 2005 21:28:41 +0000 (21:28 -0000)]
Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part of dir, or the full path relativ to top_srcdir, remove *CPPFLAGS, not used, remove $< from multi, unusable

18 years agoUse -z relro/-z now on all libs, add some new variables needed later, move common...
Peter S. Mazinger [Thu, 17 Nov 2005 21:10:19 +0000 (21:10 -0000)]
Use -z relro/-z now on all libs, add some new variables needed later, move common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH

18 years agowe want to compare the register value itself, not the address of the variable holding...
Mike Frysinger [Thu, 17 Nov 2005 05:26:18 +0000 (05:26 -0000)]
we want to compare the register value itself, not the address of the variable holding the register value

18 years agoallow the threads option
Mike Frysinger [Thu, 17 Nov 2005 05:25:27 +0000 (05:25 -0000)]
allow the threads option

18 years agotouchup pretty STRIP output a little
Mike Frysinger [Thu, 17 Nov 2005 05:25:10 +0000 (05:25 -0000)]
touchup pretty STRIP output a little

18 years agoupdate copyright and license, add _BITS_SETJMP_H protection around the file, make...
Mike Frysinger [Wed, 16 Nov 2005 04:55:24 +0000 (04:55 -0000)]
update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS

18 years agorename files to .s like they should be
Mike Frysinger [Wed, 16 Nov 2005 04:36:58 +0000 (04:36 -0000)]
rename files to .s like they should be

18 years agorename files to .s like they should be
Mike Frysinger [Wed, 16 Nov 2005 04:36:34 +0000 (04:36 -0000)]
rename files to .s like they should be

18 years agoadd support for .s translation like .S
Mike Frysinger [Wed, 16 Nov 2005 04:35:48 +0000 (04:35 -0000)]
add support for .s translation like .S

18 years agocondense rules to be easier to read
Mike Frysinger [Wed, 16 Nov 2005 04:27:10 +0000 (04:27 -0000)]
condense rules to be easier to read

18 years agosync with glibc and fix warning when building pthreads
Mike Frysinger [Wed, 16 Nov 2005 03:13:13 +0000 (03:13 -0000)]
sync with glibc and fix warning when building pthreads

18 years agothis is GNU source
Mike Frysinger [Tue, 15 Nov 2005 23:38:09 +0000 (23:38 -0000)]
this is GNU source

18 years agoimport updates from glibc
Mike Frysinger [Tue, 15 Nov 2005 23:37:12 +0000 (23:37 -0000)]
import updates from glibc

18 years agoinclude pthreads if appropriate ala glibc
Mike Frysinger [Tue, 15 Nov 2005 23:36:26 +0000 (23:36 -0000)]
include pthreads if appropriate ala glibc

18 years agoadd rules to handle .s and .E
Mike Frysinger [Tue, 15 Nov 2005 23:35:56 +0000 (23:35 -0000)]
add rules to handle .s and .E

18 years agoHide more of stdio,getdents, use internal __raise
Peter S. Mazinger [Tue, 15 Nov 2005 20:23:33 +0000 (20:23 -0000)]
Hide more of stdio,getdents, use internal __raise

18 years agoCorrect build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks
Peter S. Mazinger [Tue, 15 Nov 2005 19:41:54 +0000 (19:41 -0000)]
Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks

18 years agoUndo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, have to...
Peter S. Mazinger [Tue, 15 Nov 2005 15:46:44 +0000 (15:46 -0000)]
Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, have to find some other way to make it internal to libc and libpthread

18 years agoUpdate copyright notice
Peter S. Mazinger [Tue, 15 Nov 2005 15:32:32 +0000 (15:32 -0000)]
Update copyright notice

18 years agoHide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong
Peter S. Mazinger [Tue, 15 Nov 2005 15:20:11 +0000 (15:20 -0000)]
Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong

18 years agoHide __libc_sa_len
Peter S. Mazinger [Tue, 15 Nov 2005 15:02:44 +0000 (15:02 -0000)]
Hide __libc_sa_len

18 years agoHide some internally used functions
Peter S. Mazinger [Tue, 15 Nov 2005 14:56:41 +0000 (14:56 -0000)]
Hide some internally used functions

18 years agoCorrect Warning: function declaration isn't a prototype
Peter S. Mazinger [Tue, 15 Nov 2005 14:51:40 +0000 (14:51 -0000)]
Correct Warning: function declaration isn't a prototype

18 years agorename current stable linuxthreads to linuxthreads.old to prepare for import of lates...
Mike Frysinger [Tue, 15 Nov 2005 03:13:04 +0000 (03:13 -0000)]
rename current stable linuxthreads to linuxthreads.old to prepare for import of latest glibc version

18 years agounused
Mike Frysinger [Tue, 15 Nov 2005 03:04:00 +0000 (03:04 -0000)]
unused

18 years agorevert linuxthreads to pre rev 11377 (i.e. before the massive attempt to import glibc...
Mike Frysinger [Tue, 15 Nov 2005 03:02:51 +0000 (03:02 -0000)]
revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to import glibc updates) while keeping the few bugfixes ... idea is to keep both old and new linuxthreads around so we can hack on the new version while delivering the old stable version to end users

18 years agouse clone() instead of __clone()
Mike Frysinger [Tue, 15 Nov 2005 01:36:41 +0000 (01:36 -0000)]
use clone() instead of __clone()

18 years agoas psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wont exist...
Mike Frysinger [Tue, 15 Nov 2005 01:28:16 +0000 (01:28 -0000)]
as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wont exist if user disables the option

18 years agoupdate licenses and sync with glibc
Mike Frysinger [Tue, 15 Nov 2005 01:17:02 +0000 (01:17 -0000)]
update licenses and sync with glibc

18 years agosync getopt headers with glibc
Mike Frysinger [Tue, 15 Nov 2005 00:58:31 +0000 (00:58 -0000)]
sync getopt headers with glibc

18 years agomake sure TARGET_ARCH is set ... thought i committed this already?
Mike Frysinger [Tue, 15 Nov 2005 00:51:36 +0000 (00:51 -0000)]
make sure TARGET_ARCH is set ... thought i committed this already?

18 years agouse $TOPDIR instead of ../ and utilize -B so that our target utils use the correct...
Mike Frysinger [Tue, 15 Nov 2005 00:50:45 +0000 (00:50 -0000)]
use $TOPDIR instead of ../ and utilize -B so that our target utils use the correct crt files

18 years agoupdate license info
Mike Frysinger [Tue, 15 Nov 2005 00:49:38 +0000 (00:49 -0000)]
update license info

18 years agoimport some math funcs from glibc
Mike Frysinger [Tue, 15 Nov 2005 00:35:30 +0000 (00:35 -0000)]
import some math funcs from glibc

18 years agoremove unused file
Mike Frysinger [Tue, 15 Nov 2005 00:19:16 +0000 (00:19 -0000)]
remove unused file

18 years agoneed to declare our stack direction
Mike Frysinger [Tue, 15 Nov 2005 00:17:28 +0000 (00:17 -0000)]
need to declare our stack direction

18 years agoimport test from glibc
Mike Frysinger [Tue, 15 Nov 2005 00:16:27 +0000 (00:16 -0000)]
import test from glibc

18 years agoadd a way to just run uclibc or glibc tests
Mike Frysinger [Tue, 15 Nov 2005 00:16:09 +0000 (00:16 -0000)]
add a way to just run uclibc or glibc tests

18 years agoHide internally used symbols, use weak_alias for raise/sigwait, as they could be...
Peter S. Mazinger [Mon, 14 Nov 2005 23:18:20 +0000 (23:18 -0000)]
Hide internally used symbols, use weak_alias for raise/sigwait, as they could be in libpthread too

18 years agoundef functions needed for usage within libc
Peter S. Mazinger [Mon, 14 Nov 2005 23:02:12 +0000 (23:02 -0000)]
undef functions needed for usage within libc

18 years agoSplit up wstring.c and use attribute_hidden
Peter S. Mazinger [Mon, 14 Nov 2005 22:59:08 +0000 (22:59 -0000)]
Split up wstring.c and use attribute_hidden

18 years agoMove to use attribute_hidden
Peter S. Mazinger [Mon, 14 Nov 2005 22:57:45 +0000 (22:57 -0000)]
Move to use attribute_hidden

18 years agoCorrections to splitted files
Peter S. Mazinger [Mon, 14 Nov 2005 22:53:42 +0000 (22:53 -0000)]
Corrections to splitted files

18 years agoLet the #define do all the work
Eric Andersen [Mon, 14 Nov 2005 20:33:25 +0000 (20:33 -0000)]
Let the #define do all the work

18 years agoIt was pointed out to me that http://www.uclibc.org/copyright.txt
Eric Andersen [Sun, 13 Nov 2005 23:08:53 +0000 (23:08 -0000)]
It was pointed out to me that uclibc.org/copyright.txt
yields an Error 404.  So add in the copyright statement presently
included on busybox.net

18 years agoquiet the make -C
Mike Frysinger [Sun, 13 Nov 2005 05:12:56 +0000 (05:12 -0000)]
quiet the make -C

18 years agoinitial port to hppa
Mike Frysinger [Sat, 12 Nov 2005 01:10:24 +0000 (01:10 -0000)]
initial port to hppa

18 years agomake people provide these headers when porting
Mike Frysinger [Sat, 12 Nov 2005 01:09:15 +0000 (01:09 -0000)]
make people provide these headers when porting

18 years agoAdd hidden versions
Peter S. Mazinger [Sat, 12 Nov 2005 01:03:51 +0000 (01:03 -0000)]
Add hidden versions

18 years agoAdd hidden versions, hope I made it correctly. Sparc optimized string functions are...
Peter S. Mazinger [Sat, 12 Nov 2005 00:48:12 +0000 (00:48 -0000)]
Add hidden versions, hope I made it correctly. Sparc optimized string functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function

18 years agoAdd hidden versions
Peter S. Mazinger [Sat, 12 Nov 2005 00:09:41 +0000 (00:09 -0000)]
Add hidden versions

18 years agoAdd hidden versions
Peter S. Mazinger [Sat, 12 Nov 2005 00:03:11 +0000 (00:03 -0000)]
Add hidden versions

18 years agoAdd hidden versions, add missing .size
Peter S. Mazinger [Fri, 11 Nov 2005 23:59:19 +0000 (23:59 -0000)]
Add hidden versions, add missing .size

18 years agoSplit up string.c, make internals hidden
Peter S. Mazinger [Fri, 11 Nov 2005 22:41:52 +0000 (22:41 -0000)]
Split up string.c, make internals hidden

18 years agopowerpc version of bzero using memset
Peter S. Mazinger [Fri, 11 Nov 2005 22:26:56 +0000 (22:26 -0000)]
powerpc version of bzero using memset

18 years agoSplit up MSRC file, bzero left out
Peter S. Mazinger [Fri, 11 Nov 2005 22:24:53 +0000 (22:24 -0000)]
Split up MSRC file, bzero left out

18 years agoSync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:
Peter S. Mazinger [Fri, 11 Nov 2005 09:19:19 +0000 (09:19 -0000)]
Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:

18 years agomark all broken arches as such so people know not to expect too much
Mike Frysinger [Fri, 11 Nov 2005 03:06:13 +0000 (03:06 -0000)]
mark all broken arches as such so people know not to expect too much

18 years agoremove unused ARCH_LDFLAGS and touchup broken whitespace
Mike Frysinger [Fri, 11 Nov 2005 03:04:18 +0000 (03:04 -0000)]
remove unused ARCH_LDFLAGS and touchup broken whitespace

18 years agoLets not just paper over this. Add implementation of __xpg_sigpause()
Eric Andersen [Thu, 10 Nov 2005 23:35:37 +0000 (23:35 -0000)]
Lets not just paper over this.  Add implementation of __xpg_sigpause()

18 years agoDisable __xpg_sigpause until it is implemented (if at all) in uClibc
Peter S. Mazinger [Thu, 10 Nov 2005 22:52:23 +0000 (22:52 -0000)]
Disable __xpg_sigpause until it is implemented (if at all) in uClibc

18 years agoAnother s/index/strchr/
Peter S. Mazinger [Thu, 10 Nov 2005 15:09:21 +0000 (15:09 -0000)]
Another s/index/strchr/

18 years agoUse strchr instead of index (BSD)
Peter S. Mazinger [Thu, 10 Nov 2005 14:43:07 +0000 (14:43 -0000)]
Use strchr instead of index (BSD)

18 years agoadd support for cirrus maverick fpu using patch for glibc http://yann.poupet.free...
Mike Frysinger [Thu, 10 Nov 2005 03:14:01 +0000 (03:14 -0000)]
add support for cirrus maverick fpu using patch for glibc yann.poupet.free.fr/ep93xx/

18 years agosync with glibc
Mike Frysinger [Thu, 10 Nov 2005 02:23:19 +0000 (02:23 -0000)]
sync with glibc

18 years agoupdate license
Mike Frysinger [Thu, 10 Nov 2005 02:22:24 +0000 (02:22 -0000)]
update license

18 years agosync with glibc
Mike Frysinger [Wed, 9 Nov 2005 03:08:14 +0000 (03:08 -0000)]
sync with glibc

18 years agofix __intptr_t for 64bit arches
Mike Frysinger [Wed, 9 Nov 2005 03:07:44 +0000 (03:07 -0000)]
fix __intptr_t for 64bit arches

18 years agobooooring license updates
Mike Frysinger [Wed, 9 Nov 2005 03:06:01 +0000 (03:06 -0000)]
booooring license updates

18 years agosync with glibc
Mike Frysinger [Wed, 9 Nov 2005 03:05:35 +0000 (03:05 -0000)]
sync with glibc

18 years agosync with glibc to get rid of warnings
Mike Frysinger [Wed, 9 Nov 2005 03:03:42 +0000 (03:03 -0000)]
sync with glibc to get rid of warnings

18 years agouse make builtin $(wildcard) rather than $(shell ls)
Mike Frysinger [Wed, 9 Nov 2005 02:00:10 +0000 (02:00 -0000)]
use make builtin $(wildcard) rather than $(shell ls)

18 years agoupdate license
Mike Frysinger [Wed, 9 Nov 2005 01:59:56 +0000 (01:59 -0000)]
update license

18 years agoCorrect a problem introduced by porting the glibc header
Peter S. Mazinger [Tue, 8 Nov 2005 18:26:27 +0000 (18:26 -0000)]
Correct a problem introduced by porting the glibc header

18 years agoRemove #define _STDIO_UTILITY, can't find any use of it
Peter S. Mazinger [Tue, 8 Nov 2005 17:00:06 +0000 (17:00 -0000)]
Remove #define _STDIO_UTILITY, can't find any use of it

18 years agoRemove copied sources
Peter S. Mazinger [Tue, 8 Nov 2005 07:25:20 +0000 (07:25 -0000)]
Remove copied sources

18 years agofix building by grabbing latest versions from glibc
Mike Frysinger [Tue, 8 Nov 2005 00:15:22 +0000 (00:15 -0000)]
fix building by grabbing latest versions from glibc

18 years agomake cp silent
Mike Frysinger [Tue, 8 Nov 2005 00:04:59 +0000 (00:04 -0000)]
make cp silent

18 years agoimplement __pthread_init_max_stacksize() which is required for FLOATING_STACKS
Mike Frysinger [Mon, 7 Nov 2005 23:41:10 +0000 (23:41 -0000)]
implement __pthread_init_max_stacksize() which is required for FLOATING_STACKS

18 years agouse the common/bits/types.h since it has proper 64bit support now
Mike Frysinger [Mon, 7 Nov 2005 23:20:01 +0000 (23:20 -0000)]
use the common/bits/types.h since it has proper 64bit support now

18 years agoold header file
Mike Frysinger [Mon, 7 Nov 2005 23:19:47 +0000 (23:19 -0000)]
old header file

18 years agoEnable multi, because the arch specific versions are non-multi now
Peter S. Mazinger [Mon, 7 Nov 2005 01:07:52 +0000 (01:07 -0000)]
Enable multi, because the arch specific versions are non-multi now

18 years agoDisable multi build on asm files. i386/powerpc could be used if the source is splitted up
Peter S. Mazinger [Mon, 7 Nov 2005 00:12:47 +0000 (00:12 -0000)]
Disable multi build on asm files. i386/powerpc could be used if the source is splitted up

18 years agoDo not set the RELOCS_DONE flag until it is actually done. This order matters for...
"Steven J. Hill" [Sun, 6 Nov 2005 00:17:48 +0000 (00:17 -0000)]
Do not set the RELOCS_DONE flag until it is actually done. This order matters for NPTL libpthreads to work. Well, that was a nice waste of 3 hours.

18 years agodont need to run `find -name .svn` since tar already excludes .svn
Mike Frysinger [Sat, 5 Nov 2005 08:36:31 +0000 (08:36 -0000)]
dont need to run `find -name .svn` since tar already excludes .svn

18 years agofix arch_headers target
Mike Frysinger [Sat, 5 Nov 2005 08:34:30 +0000 (08:34 -0000)]
fix arch_headers target

18 years agoProtect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATS
Peter S. Mazinger [Sat, 5 Nov 2005 00:21:29 +0000 (00:21 -0000)]
Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATS

18 years agomakefiles for new build system
Mike Frysinger [Sat, 5 Nov 2005 00:09:50 +0000 (00:09 -0000)]
makefiles for new build system

18 years agoChange comment size_t _fpmaxtostr to ssize_t
Peter S. Mazinger [Sat, 5 Nov 2005 00:00:41 +0000 (00:00 -0000)]
Change comment size_t _fpmaxtostr to ssize_t

18 years agoneed our own page header file to prevent warnings
Mike Frysinger [Fri, 4 Nov 2005 23:59:45 +0000 (23:59 -0000)]
need our own page header file to prevent warnings

18 years agouse errno.h like in i386
Mike Frysinger [Fri, 4 Nov 2005 23:55:44 +0000 (23:55 -0000)]
use errno.h like in i386

18 years agounify common code thus making arch-specific Makefiles very simple :)
Mike Frysinger [Fri, 4 Nov 2005 23:55:18 +0000 (23:55 -0000)]
unify common code thus making arch-specific Makefiles very simple :)

18 years agomake the crt rules prettier too
Mike Frysinger [Fri, 4 Nov 2005 23:08:33 +0000 (23:08 -0000)]
make the crt rules prettier too

18 years agoSync up w/ glibc
Peter S. Mazinger [Fri, 4 Nov 2005 22:52:26 +0000 (22:52 -0000)]
Sync up w/ glibc

18 years agoRemove duplicate ifdefs
Peter S. Mazinger [Fri, 4 Nov 2005 22:49:59 +0000 (22:49 -0000)]
Remove duplicate ifdefs

18 years agoCorrect XLOCALE enabled builds pointed out by nitinkg
Peter S. Mazinger [Fri, 4 Nov 2005 22:22:31 +0000 (22:22 -0000)]
Correct XLOCALE enabled builds pointed out by nitinkg

18 years agoUse bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabled
Peter S. Mazinger [Fri, 4 Nov 2005 11:31:20 +0000 (11:31 -0000)]
Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabled

18 years agoinitial import of a nicer output display akin to linux-2.6
Mike Frysinger [Fri, 4 Nov 2005 02:21:36 +0000 (02:21 -0000)]
initial import of a nicer output display akin to linux-2.6