OSDN Git Service

uclinux-h8/uclibc-ng.git
18 years agoadd support for generating .s files for debug purposes
Mike Frysinger [Thu, 1 Dec 2005 08:13:38 +0000 (08:13 -0000)]
add support for generating .s files for debug purposes

18 years agoget rid of mips-specific types.h since common one contains more fixes
Mike Frysinger [Thu, 1 Dec 2005 07:58:28 +0000 (07:58 -0000)]
get rid of mips-specific types.h since common one contains more fixes

18 years agosync with glibc
Mike Frysinger [Thu, 1 Dec 2005 07:58:06 +0000 (07:58 -0000)]
sync with glibc

18 years agograb header file from glibc
Mike Frysinger [Thu, 1 Dec 2005 07:57:56 +0000 (07:57 -0000)]
grab header file from glibc

18 years agotouchup how we declare the posix_fadvise functions and fix the case where posix_fadvi...
Mike Frysinger [Thu, 1 Dec 2005 07:41:02 +0000 (07:41 -0000)]
touchup how we declare the posix_fadvise functions and fix the case where posix_fadvise kernel call exists but not posix_fadvise64

18 years agosync with glibc (and shrinks the object code nicely by like half)
Mike Frysinger [Thu, 1 Dec 2005 07:40:02 +0000 (07:40 -0000)]
sync with glibc (and shrinks the object code nicely by like half)

18 years agoSync w/ glibc
Peter S. Mazinger [Wed, 30 Nov 2005 22:27:54 +0000 (22:27 -0000)]
Sync w/ glibc

18 years agochange __rt_sigprocmask to static inline
Peter S. Mazinger [Wed, 30 Nov 2005 17:32:30 +0000 (17:32 -0000)]
change __rt_sigprocmask to static inline

18 years agoSync w/ glibc
Peter S. Mazinger [Wed, 30 Nov 2005 17:07:06 +0000 (17:07 -0000)]
Sync w/ glibc

18 years agosync with glibc header
Mike Frysinger [Wed, 30 Nov 2005 03:20:39 +0000 (03:20 -0000)]
sync with glibc header

18 years agograb header from glibc
Mike Frysinger [Wed, 30 Nov 2005 03:18:04 +0000 (03:18 -0000)]
grab header from glibc

18 years agosync with linuxthreads.old_db/Makefile.in
Mike Frysinger [Wed, 30 Nov 2005 03:17:29 +0000 (03:17 -0000)]
sync with linuxthreads.old_db/Makefile.in

18 years agotweak setting of so/a-y slightly
Mike Frysinger [Wed, 30 Nov 2005 03:17:07 +0000 (03:17 -0000)]
tweak setting of so/a-y slightly

18 years agotouchup whitespace
Mike Frysinger [Wed, 30 Nov 2005 03:16:50 +0000 (03:16 -0000)]
touchup whitespace

18 years agofix warning about __random() not being a prototype
Mike Frysinger [Wed, 30 Nov 2005 03:14:39 +0000 (03:14 -0000)]
fix warning about __random() not being a prototype

18 years agodont display cd;make
Mike Frysinger [Wed, 30 Nov 2005 03:14:12 +0000 (03:14 -0000)]
dont display cd;make

18 years agoget rid of unused sysdep.h header
Mike Frysinger [Wed, 30 Nov 2005 03:13:12 +0000 (03:13 -0000)]
get rid of unused sysdep.h header

18 years agograb some headers/updates from glibc
Mike Frysinger [Wed, 30 Nov 2005 03:12:32 +0000 (03:12 -0000)]
grab some headers/updates from glibc

18 years agosync with glibc to parse error in C version of test_and_set
Mike Frysinger [Wed, 30 Nov 2005 03:12:05 +0000 (03:12 -0000)]
sync with glibc to parse error in C version of test_and_set

18 years agofix warning using glibc method
Mike Frysinger [Wed, 30 Nov 2005 03:11:25 +0000 (03:11 -0000)]
fix warning using glibc method

18 years agoUse __STDC__ syntax, no need for prototype if random_r is before srandom_r
Peter S. Mazinger [Tue, 29 Nov 2005 09:06:27 +0000 (09:06 -0000)]
Use __STDC__ syntax, no need for prototype if random_r is before srandom_r

18 years agoCorrect typo
Peter S. Mazinger [Tue, 29 Nov 2005 07:39:49 +0000 (07:39 -0000)]
Correct typo

18 years agoPaul Brook writes:
Mike Frysinger [Tue, 29 Nov 2005 02:45:44 +0000 (02:45 -0000)]
Paul Brook writes:
The functions __check_one_fd and __check_suid in
libc/misc/internals/__uClibc_main.c are only used used when __ARCH_HAS_MMU__.
The patch below surrounds them with the appropriate #ifdef.

18 years agoPaul Brook writes:
Mike Frysinger [Tue, 29 Nov 2005 02:42:52 +0000 (02:42 -0000)]
Paul Brook writes:
I'm getting the following build failure on arm-linux:

  LD libuClibc-0.9.28.so
libc/libc_so.a(glob.os): In function `collated_compare':glob.c:(.text+0x1f8):
undefined reference to `__strcoll'

The patch below fixes it.

18 years agoHiding again
Peter S. Mazinger [Tue, 29 Nov 2005 00:50:10 +0000 (00:50 -0000)]
Hiding again

18 years agoAllow internal_function to come from libc
Peter S. Mazinger [Mon, 28 Nov 2005 22:03:45 +0000 (22:03 -0000)]
Allow internal_function to come from libc

18 years agoCorrect regexec
Peter S. Mazinger [Mon, 28 Nov 2005 17:18:28 +0000 (17:18 -0000)]
Correct regexec

18 years agoAdd new regex code from glibc, this is almost double size of the earlier one, but...
Peter S. Mazinger [Mon, 28 Nov 2005 16:53:28 +0000 (16:53 -0000)]
Add new regex code from glibc, this is almost double size of the earlier one, but passes sed tests (and thus allows making sed shrink from 91k to 42k

18 years agoRename regex.c to regex_old.c
Peter S. Mazinger [Mon, 28 Nov 2005 16:39:11 +0000 (16:39 -0000)]
Rename regex.c to regex_old.c

18 years agoAdd option to allow switching between old and new regex
Peter S. Mazinger [Mon, 28 Nov 2005 16:33:54 +0000 (16:33 -0000)]
Add option to allow switching between old and new regex

18 years agoSync regex.h w/ glibc and make regex build w/ it
Peter S. Mazinger [Mon, 28 Nov 2005 16:31:01 +0000 (16:31 -0000)]
Sync regex.h w/ glibc and make regex build w/ it

18 years agoAdded .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)
Peter S. Mazinger [Mon, 28 Nov 2005 16:14:09 +0000 (16:14 -0000)]
Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)

18 years agoImplement and hide __wctype
Peter S. Mazinger [Mon, 28 Nov 2005 13:00:54 +0000 (13:00 -0000)]
Implement and hide __wctype

18 years agoCreate and hide __btowc, __mbrtowc, __wcrtomb
Peter S. Mazinger [Mon, 28 Nov 2005 12:56:52 +0000 (12:56 -0000)]
Create and hide __btowc, __mbrtowc, __wcrtomb

18 years agosync with glibc cvs
Mike Frysinger [Mon, 28 Nov 2005 07:18:45 +0000 (07:18 -0000)]
sync with glibc cvs

18 years agoGuard wcs* w/ WANT_WIDE
Peter S. Mazinger [Mon, 28 Nov 2005 00:28:25 +0000 (00:28 -0000)]
Guard wcs* w/ WANT_WIDE

18 years agodefine MREMAP_FIXED
Mike Frysinger [Sun, 27 Nov 2005 16:43:45 +0000 (16:43 -0000)]
define MREMAP_FIXED

18 years agoSync minimally w/ glibc, else cpio fails building
Peter S. Mazinger [Sun, 27 Nov 2005 11:18:15 +0000 (11:18 -0000)]
Sync minimally w/ glibc, else cpio fails building

18 years agoheaders patched w/ sed -i 's:extern int errno:#include <errno.h>' linux/unistd.h...
Peter S. Mazinger [Sun, 27 Nov 2005 01:35:52 +0000 (01:35 -0000)]
headers patched w/ sed -i 's:extern int errno:#include <errno.h>' linux/unistd.h fail here

18 years agoHide some wcs*
Peter S. Mazinger [Sun, 27 Nov 2005 01:20:58 +0000 (01:20 -0000)]
Hide some wcs*

18 years agoHide some of mem* and str*
Peter S. Mazinger [Sun, 27 Nov 2005 00:24:52 +0000 (00:24 -0000)]
Hide some of mem* and str*

18 years agoUnhide __mempcpy, provide __libc_mempcpy for internal use
Peter S. Mazinger [Sat, 26 Nov 2005 20:57:07 +0000 (20:57 -0000)]
Unhide __mempcpy, provide __libc_mempcpy for internal use

18 years agoAdapt to renamed internal __f{ge.pu}tc_unlocked
Peter S. Mazinger [Sat, 26 Nov 2005 19:16:24 +0000 (19:16 -0000)]
Adapt to renamed internal __f{ge.pu}tc_unlocked

18 years agoOverseen 2 unhidden __ieee754_x
Peter S. Mazinger [Sat, 26 Nov 2005 18:20:12 +0000 (18:20 -0000)]
Overseen 2 unhidden __ieee754_x

18 years ago100 JUMP relocs less (remaining 431) by hiding internally used ones
Peter S. Mazinger [Sat, 26 Nov 2005 14:14:05 +0000 (14:14 -0000)]
100 JUMP relocs less (remaining 431) by hiding internally used ones

18 years agoSome more hidden internals
Peter S. Mazinger [Sat, 26 Nov 2005 01:14:13 +0000 (01:14 -0000)]
Some more hidden internals

18 years agoChange HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
Peter S. Mazinger [Fri, 25 Nov 2005 23:56:37 +0000 (23:56 -0000)]
Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier

18 years agoConvert configuration to new build system
Peter S. Mazinger [Fri, 25 Nov 2005 21:46:08 +0000 (21:46 -0000)]
Convert configuration to new build system

18 years agoCorrect a dependency loop
Peter S. Mazinger [Fri, 25 Nov 2005 21:40:03 +0000 (21:40 -0000)]
Correct a dependency loop

18 years agoSame for utils, renamed install_utils to utils_install to avoid conflict when added...
Peter S. Mazinger [Fri, 25 Nov 2005 16:32:43 +0000 (16:32 -0000)]
Same for utils, renamed install_utils to utils_install to avoid conflict when added to top Makefile.in

18 years agoRemove clean target in extra/locale and use locale_clean
Peter S. Mazinger [Fri, 25 Nov 2005 16:26:12 +0000 (16:26 -0000)]
Remove clean target in extra/locale and use locale_clean

18 years agoRename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier
Peter S. Mazinger [Fri, 25 Nov 2005 15:35:21 +0000 (15:35 -0000)]
Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier

18 years agoIntegrate locales into new build system, move everything locale related to extra...
Peter S. Mazinger [Fri, 25 Nov 2005 15:33:02 +0000 (15:33 -0000)]
Integrate locales into new build system, move everything locale related to extra/locale, as download, unpack, locale_data.o

18 years agoAdd header dependency to be used as prerequisite for the all objects
Peter S. Mazinger [Fri, 25 Nov 2005 15:19:27 +0000 (15:19 -0000)]
Add header dependency to be used as prerequisite for the all objects

18 years agoDon't remove the directory again, *config did it already
Peter S. Mazinger [Fri, 25 Nov 2005 15:17:18 +0000 (15:17 -0000)]
Don't remove the directory again, *config did it already

18 years agoInclude libc's Makefile.in last to catch all the objects included by others that...
Peter S. Mazinger [Fri, 25 Nov 2005 15:11:42 +0000 (15:11 -0000)]
Include libc's Makefile.in last to catch all the objects included by others that go into libc

18 years agosync with glibc and Paul Brook says: fix posix_memalign prototype by dropping __attri...
Mike Frysinger [Fri, 25 Nov 2005 07:41:09 +0000 (07:41 -0000)]
sync with glibc and Paul Brook says: fix posix_memalign prototype by dropping __attribute_malloc__

18 years agoBuild libc if in a subdir and we have it as a dependency
Peter S. Mazinger [Fri, 25 Nov 2005 01:08:42 +0000 (01:08 -0000)]
Build libc if in a subdir and we have it as a dependency

18 years agoUse internal version of *_unlocked
Peter S. Mazinger [Fri, 25 Nov 2005 00:55:21 +0000 (00:55 -0000)]
Use internal version of *_unlocked

18 years agoChange internal name __f[ge,pu]tc_unlocked to __libc_x
Peter S. Mazinger [Fri, 25 Nov 2005 00:53:38 +0000 (00:53 -0000)]
Change internal name __f[ge,pu]tc_unlocked to __libc_x

18 years agoforgot to commit added file
Peter S. Mazinger [Fri, 25 Nov 2005 00:17:35 +0000 (00:17 -0000)]
forgot to commit added file

18 years agolocales prepared for new build system, will allow to autobuild locales, not only...
Peter S. Mazinger [Fri, 25 Nov 2005 00:07:28 +0000 (00:07 -0000)]
locales prepared for new build system, will allow to autobuild locales, not only use the pregenerated ones

18 years agoPaul Brook reports: fix build failure with newer binutils
Mike Frysinger [Thu, 24 Nov 2005 19:57:00 +0000 (19:57 -0000)]
Paul Brook reports: fix build failure with newer binutils

18 years agoDefault SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)lib
Peter S. Mazinger [Thu, 24 Nov 2005 15:54:25 +0000 (15:54 -0000)]
Default SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)lib

18 years agoMove _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS
Peter S. Mazinger [Thu, 24 Nov 2005 14:55:18 +0000 (14:55 -0000)]
Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS

18 years agoAdd support for NATIVE_LDFLAGS[-subdir]
Peter S. Mazinger [Thu, 24 Nov 2005 14:52:20 +0000 (14:52 -0000)]
Add support for NATIVE_LDFLAGS[-subdir]

18 years agoCorrect PTINC path and remove hardcoded include for internals.h
Peter S. Mazinger [Thu, 24 Nov 2005 07:58:18 +0000 (07:58 -0000)]
Correct PTINC path and remove hardcoded include for internals.h

18 years agoProbably this caused failures in buildroot. Buildroot should run: make oldconfig...
Peter S. Mazinger [Thu, 24 Nov 2005 07:09:26 +0000 (07:09 -0000)]
Probably this caused failures in buildroot. Buildroot should run: make oldconfig; make pregen(headers); make; make install

18 years agomove all options before non-options as pointed out by Paul Brook
Mike Frysinger [Thu, 24 Nov 2005 06:46:54 +0000 (06:46 -0000)]
move all options before non-options as pointed out by Paul Brook

18 years agoturn off wordcompat by default
Mike Frysinger [Wed, 23 Nov 2005 13:41:17 +0000 (13:41 -0000)]
turn off wordcompat by default

18 years agograb ptrace.h from glibc
Mike Frysinger [Wed, 23 Nov 2005 13:40:31 +0000 (13:40 -0000)]
grab ptrace.h from glibc

18 years agoupdate license
Mike Frysinger [Wed, 23 Nov 2005 13:20:36 +0000 (13:20 -0000)]
update license

18 years agoupdate license
Mike Frysinger [Wed, 23 Nov 2005 13:19:45 +0000 (13:19 -0000)]
update license

18 years agoimport license updates from glibc
Mike Frysinger [Wed, 23 Nov 2005 13:18:44 +0000 (13:18 -0000)]
import license updates from glibc

18 years agoimport 32/64 bit compat support from glibc
Mike Frysinger [Wed, 23 Nov 2005 13:17:18 +0000 (13:17 -0000)]
import 32/64 bit compat support from glibc

18 years agosync with glibc to get rid of warnings
Mike Frysinger [Wed, 23 Nov 2005 13:05:24 +0000 (13:05 -0000)]
sync with glibc to get rid of warnings

18 years agosync with glibc to get 64bit fixes
Mike Frysinger [Wed, 23 Nov 2005 12:58:21 +0000 (12:58 -0000)]
sync with glibc to get 64bit fixes

18 years agosync with glibc
Mike Frysinger [Wed, 23 Nov 2005 12:53:58 +0000 (12:53 -0000)]
sync with glibc

18 years agoAdd template for utils/Makefile and make use of it
Peter S. Mazinger [Wed, 23 Nov 2005 11:57:39 +0000 (11:57 -0000)]
Add template for utils/Makefile and make use of it

18 years agoMake utils includable into main Makefile.in, add compile.u and hcompile.u, usable...
Peter S. Mazinger [Wed, 23 Nov 2005 11:42:14 +0000 (11:42 -0000)]
Make utils includable into main Makefile.in, add compile.u and hcompile.u, usable in utils and probably tests. vapier, please quite them if you want to

18 years agoupdate license
Mike Frysinger [Wed, 23 Nov 2005 11:30:16 +0000 (11:30 -0000)]
update license

18 years agoupdate license with glibc
Mike Frysinger [Wed, 23 Nov 2005 11:28:46 +0000 (11:28 -0000)]
update license with glibc

18 years agochange to Lesser GPL 2.1 as pointed out by psm
Mike Frysinger [Wed, 23 Nov 2005 11:26:20 +0000 (11:26 -0000)]
change to Lesser GPL 2.1 as pointed out by psm

18 years agoDo not need ordered includes anymore
Peter S. Mazinger [Wed, 23 Nov 2005 01:01:49 +0000 (01:01 -0000)]
Do not need ordered includes anymore

18 years agopatsubst didn't occur for all cases correctly
Peter S. Mazinger [Wed, 23 Nov 2005 00:32:58 +0000 (00:32 -0000)]
patsubst didn't occur for all cases correctly

18 years agoAdd libthread_db and libdl-a objects to objs:
Peter S. Mazinger [Tue, 22 Nov 2005 22:48:12 +0000 (22:48 -0000)]
Add libthread_db and libdl-a objects to objs:

18 years agoAdd .E suffix
Peter S. Mazinger [Tue, 22 Nov 2005 22:32:10 +0000 (22:32 -0000)]
Add .E suffix

18 years agoAllow building ldso in its own dir
Peter S. Mazinger [Tue, 22 Nov 2005 22:07:46 +0000 (22:07 -0000)]
Allow building ldso in its own dir

18 years agoMake objs target work again
Peter S. Mazinger [Tue, 22 Nov 2005 22:03:52 +0000 (22:03 -0000)]
Make objs target work again

18 years agoForgotten to commit
Peter S. Mazinger [Tue, 22 Nov 2005 21:46:30 +0000 (21:46 -0000)]
Forgotten to commit

18 years agoDepedencies corrected (less make oldconfig/headers), rerunning make remakes only...
Peter S. Mazinger [Tue, 22 Nov 2005 21:45:24 +0000 (21:45 -0000)]
Depedencies corrected (less make oldconfig/headers), rerunning make remakes only headers

18 years agosync include paths and copyrights with glibc
Mike Frysinger [Tue, 22 Nov 2005 21:32:06 +0000 (21:32 -0000)]
sync include paths and copyrights with glibc

18 years agotouchup include paths
Mike Frysinger [Tue, 22 Nov 2005 21:31:10 +0000 (21:31 -0000)]
touchup include paths

18 years agouse the local elf.h since the host toolchain probably sucks #555
Mike Frysinger [Tue, 22 Nov 2005 21:25:37 +0000 (21:25 -0000)]
use the local elf.h since the host toolchain probably sucks #555

18 years agorework depends and stripping so that libraries arent rebuilt all the time in a loop
Mike Frysinger [Tue, 22 Nov 2005 01:44:51 +0000 (01:44 -0000)]
rework depends and stripping so that libraries arent rebuilt all the time in a loop

18 years agoremove headers_done since it broke buildroot again
Mike Frysinger [Tue, 22 Nov 2005 01:40:56 +0000 (01:40 -0000)]
remove headers_done since it broke buildroot again

18 years agotouchup output and move .PHONY to the shared Makerules so all subdirs get it
Mike Frysinger [Tue, 22 Nov 2005 01:37:23 +0000 (01:37 -0000)]
touchup output and move .PHONY to the shared Makerules so all subdirs get it

18 years agoadd some copyright info
Mike Frysinger [Tue, 22 Nov 2005 00:06:59 +0000 (00:06 -0000)]
add some copyright info

18 years agodefault PIE to off
Mike Frysinger [Tue, 22 Nov 2005 00:06:26 +0000 (00:06 -0000)]
default PIE to off

18 years agotabs -> spaces
Mike Frysinger [Mon, 21 Nov 2005 23:58:21 +0000 (23:58 -0000)]
tabs -> spaces