OSDN Git Service

uclinux-h8/uclibc-ng.git
18 years agoAdd support for CFLAGS-OMIT-file from nptl
Peter S. Mazinger [Thu, 23 Feb 2006 09:08:21 +0000 (09:08 -0000)]
Add support for CFLAGS-OMIT-file from nptl

18 years agoadd support for __UCLIBC_CTOR_DTOR__
Mike Frysinger [Thu, 23 Feb 2006 03:49:04 +0000 (03:49 -0000)]
add support for __UCLIBC_CTOR_DTOR__

18 years agodont invert errno as assembly routines store positive values, not negative ones
Mike Frysinger [Thu, 23 Feb 2006 01:20:37 +0000 (01:20 -0000)]
dont invert errno as assembly routines store positive values, not negative ones

18 years agodont generate asm-generic if it already exists
Mike Frysinger [Thu, 23 Feb 2006 01:02:32 +0000 (01:02 -0000)]
dont generate asm-generic if it already exists

18 years agowcscoll_l.o does not exist
Peter S. Mazinger [Wed, 22 Feb 2006 22:51:24 +0000 (22:51 -0000)]
wcscoll_l.o does not exist

18 years agoguard program_invocation_name w/ __ASSEMBLER__
Peter S. Mazinger [Wed, 22 Feb 2006 21:56:22 +0000 (21:56 -0000)]
guard program_invocation_name w/ __ASSEMBLER__

18 years agoexclude 2 more files from multi
Peter S. Mazinger [Wed, 22 Feb 2006 21:31:24 +0000 (21:31 -0000)]
exclude 2 more files from multi

18 years agoexclude 2 files from multi if XLOCALE enabled
Peter S. Mazinger [Wed, 22 Feb 2006 21:13:27 +0000 (21:13 -0000)]
exclude 2 files from multi if XLOCALE enabled

18 years agoCorrect ifndef __ASSEMBLER__
Peter S. Mazinger [Wed, 22 Feb 2006 15:32:52 +0000 (15:32 -0000)]
Correct ifndef __ASSEMBLER__

18 years agoguard parts w/ __ASSEMBLER__ to be usable in vfork.S
Peter S. Mazinger [Wed, 22 Feb 2006 15:18:45 +0000 (15:18 -0000)]
guard parts w/ __ASSEMBLER__ to be usable in vfork.S

18 years agoSilence link creation.
Peter Kjellerstedt [Wed, 22 Feb 2006 14:58:51 +0000 (14:58 -0000)]
Silence link creation.

18 years agoMade it possible to build without stripping the binaries.
Peter Kjellerstedt [Wed, 22 Feb 2006 11:41:17 +0000 (11:41 -0000)]
Made it possible to build without stripping the binaries.

18 years agoMade include/bits/pthreadtypes.h compile again as it uses
Peter Kjellerstedt [Wed, 22 Feb 2006 11:13:56 +0000 (11:13 -0000)]
Made include/bits/pthreadtypes.h compile again as it uses
struct __sched_param.

18 years ago* Made it possible to dynamically check for supported linker options
Peter Kjellerstedt [Wed, 22 Feb 2006 09:58:36 +0000 (09:58 -0000)]
* Made it possible to dynamically check for supported linker options
  using the check_ld function.
* Only use --warn-unresolved-symbols with linkers that support it.

18 years agoRemove __clone, add it only back, if threads has a another (strong) version, that...
Peter S. Mazinger [Wed, 22 Feb 2006 09:48:21 +0000 (09:48 -0000)]
Remove __clone, add it only back, if threads has a another (strong) version, that needs to overwrite this

18 years agoWe need hidden vfork, not __vfork
Peter S. Mazinger [Wed, 22 Feb 2006 09:38:35 +0000 (09:38 -0000)]
We need hidden vfork, not __vfork

18 years agoMake use of bits/sched.h
Peter S. Mazinger [Wed, 22 Feb 2006 09:37:12 +0000 (09:37 -0000)]
Make use of bits/sched.h

18 years agoSync w/ glibc, enabled only those defines, that are used in uClibc
Peter S. Mazinger [Wed, 22 Feb 2006 09:36:13 +0000 (09:36 -0000)]
Sync w/ glibc, enabled only those defines, that are used in uClibc

18 years agoRemved the (BROKEN) tag from the CRIS architecture.
Peter Kjellerstedt [Wed, 22 Feb 2006 08:57:36 +0000 (08:57 -0000)]
Remved the (BROKEN) tag from the CRIS architecture.

18 years agoCleaned up the assembler code a little.
Peter Kjellerstedt [Wed, 22 Feb 2006 08:54:46 +0000 (08:54 -0000)]
Cleaned up the assembler code a little.

18 years agoNo longer needed.
Peter Kjellerstedt [Wed, 22 Feb 2006 08:51:58 +0000 (08:51 -0000)]
No longer needed.

18 years agoSync with glibc 2.3.6.
Peter Kjellerstedt [Wed, 22 Feb 2006 08:48:45 +0000 (08:48 -0000)]
Sync with glibc 2.3.6.

18 years ago* Allow baud rates above 115200 again.
Peter Kjellerstedt [Wed, 22 Feb 2006 08:27:23 +0000 (08:27 -0000)]
* Allow baud rates above 115200 again.
* Added a couple of esoteric CRIS specific baud rates.

18 years agoAdded a CRIS specific version of termios.h. It is identical to
Peter Kjellerstedt [Wed, 22 Feb 2006 08:24:09 +0000 (08:24 -0000)]
Added a CRIS specific version of termios.h. It is identical to
libc/sysdeps/linux/common/bits/termios.h with a couple of CRIS
specific baud rates added.

18 years agograb header file from glibc
Mike Frysinger [Wed, 22 Feb 2006 06:25:14 +0000 (06:25 -0000)]
grab header file from glibc

18 years agoepoll is linux specific
Mike Frysinger [Wed, 22 Feb 2006 06:24:39 +0000 (06:24 -0000)]
epoll is linux specific

18 years agosync headers with glibc
Mike Frysinger [Wed, 22 Feb 2006 05:27:38 +0000 (05:27 -0000)]
sync headers with glibc

18 years agomake the fallback case smarter
Mike Frysinger [Wed, 22 Feb 2006 04:09:43 +0000 (04:09 -0000)]
make the fallback case smarter

18 years agoupdate todo
Mike Frysinger [Wed, 22 Feb 2006 03:54:49 +0000 (03:54 -0000)]
update todo

18 years agorevert unintended commit
Mike Frysinger [Wed, 22 Feb 2006 03:35:31 +0000 (03:35 -0000)]
revert unintended commit

18 years agosimplify epoll code
Mike Frysinger [Wed, 22 Feb 2006 03:34:51 +0000 (03:34 -0000)]
simplify epoll code

18 years agosync with glibc
Mike Frysinger [Wed, 22 Feb 2006 03:32:04 +0000 (03:32 -0000)]
sync with glibc

18 years agoblah, use a stable target instead of messing with timestamps on .c files
Mike Frysinger [Wed, 22 Feb 2006 03:07:48 +0000 (03:07 -0000)]
blah, use a stable target instead of messing with timestamps on .c files

18 years agograb from glibc
Mike Frysinger [Wed, 22 Feb 2006 03:07:21 +0000 (03:07 -0000)]
grab from glibc

18 years agoerr, need to make sure the wrapper is executed separately
Mike Frysinger [Wed, 22 Feb 2006 02:59:47 +0000 (02:59 -0000)]
err, need to make sure the wrapper is executed separately

18 years agofix running of stat test on filesystems that dont have noatime set
Mike Frysinger [Wed, 22 Feb 2006 02:58:05 +0000 (02:58 -0000)]
fix running of stat test on filesystems that dont have noatime set

18 years agoadd clone2 prototype to shutup warnings
Mike Frysinger [Wed, 22 Feb 2006 02:30:41 +0000 (02:30 -0000)]
add clone2 prototype to shutup warnings

18 years agoupdate malloc(0) check to handle expected behavior based upon config options
Mike Frysinger [Wed, 22 Feb 2006 02:06:35 +0000 (02:06 -0000)]
update malloc(0) check to handle expected behavior based upon config options

18 years agoupdate malloc(0) check to handle expected behavior based upon config options
Mike Frysinger [Wed, 22 Feb 2006 02:04:31 +0000 (02:04 -0000)]
update malloc(0) check to handle expected behavior based upon config options

18 years agocheck for a 0 size first, then check for a NULL pointer
Mike Frysinger [Wed, 22 Feb 2006 02:02:58 +0000 (02:02 -0000)]
check for a 0 size first, then check for a NULL pointer

18 years agoupdate MMU ifdef check
Mike Frysinger [Wed, 22 Feb 2006 01:51:34 +0000 (01:51 -0000)]
update MMU ifdef check

18 years agoNicolas Bellido: switch up order of mmap preference to try and fix arm eabi usage
Mike Frysinger [Wed, 22 Feb 2006 01:19:59 +0000 (01:19 -0000)]
Nicolas Bellido: switch up order of mmap preference to try and fix arm eabi usage

18 years agomake sure we clean everything
Mike Frysinger [Wed, 22 Feb 2006 01:03:55 +0000 (01:03 -0000)]
make sure we clean everything

18 years agomove _dl_mmap_check_error() to related mmap bits of code as pointed out by Nicolas...
Mike Frysinger [Wed, 22 Feb 2006 00:56:29 +0000 (00:56 -0000)]
move _dl_mmap_check_error() to related mmap bits of code as pointed out by Nicolas Bellido

18 years agoenable test if LFS is enabled
Mike Frysinger [Wed, 22 Feb 2006 00:51:01 +0000 (00:51 -0000)]
enable test if LFS is enabled

18 years agomake sure we declare underscore usage as pointed out by psm
Mike Frysinger [Wed, 22 Feb 2006 00:24:29 +0000 (00:24 -0000)]
make sure we declare underscore usage as pointed out by psm

18 years agorename ldso on all 64bit hosts
Mike Frysinger [Tue, 21 Feb 2006 23:41:23 +0000 (23:41 -0000)]
rename ldso on all 64bit hosts

18 years agouse vfork instead of fork so test works on non-mmu
Mike Frysinger [Tue, 21 Feb 2006 23:33:23 +0000 (23:33 -0000)]
use vfork instead of fork so test works on non-mmu

18 years agoAll sources are accessable as they would be splitted
Peter S. Mazinger [Tue, 21 Feb 2006 19:20:54 +0000 (19:20 -0000)]
All sources are accessable as they would be splitted

18 years agoSync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in features.h
Peter S. Mazinger [Tue, 21 Feb 2006 09:22:08 +0000 (09:22 -0000)]
Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in features.h

18 years agoSolve sendfile64 conflict if __NR_sendfile64 does not exist
Peter S. Mazinger [Tue, 21 Feb 2006 07:08:01 +0000 (07:08 -0000)]
Solve sendfile64 conflict if __NR_sendfile64 does not exist

18 years agograb from glibc
Mike Frysinger [Mon, 20 Feb 2006 07:31:14 +0000 (07:31 -0000)]
grab from glibc

18 years agoremoved
Mike Frysinger [Mon, 20 Feb 2006 07:30:55 +0000 (07:30 -0000)]
removed

18 years agoupdate copyright with glibc
Mike Frysinger [Mon, 20 Feb 2006 07:30:39 +0000 (07:30 -0000)]
update copyright with glibc

18 years agosync minor touchups with glibc
Mike Frysinger [Mon, 20 Feb 2006 00:20:46 +0000 (00:20 -0000)]
sync minor touchups with glibc

18 years agosync with glibc
Mike Frysinger [Sun, 19 Feb 2006 10:42:00 +0000 (10:42 -0000)]
sync with glibc

18 years agorename file and fix setting of errno
Mike Frysinger [Sun, 19 Feb 2006 10:37:20 +0000 (10:37 -0000)]
rename file and fix setting of errno

18 years agodisable ldso for nios targets
Mike Frysinger [Sun, 19 Feb 2006 10:25:12 +0000 (10:25 -0000)]
disable ldso for nios targets

18 years agomake sure ldso is disabled for bfin
Mike Frysinger [Sun, 19 Feb 2006 09:52:25 +0000 (09:52 -0000)]
make sure ldso is disabled for bfin

18 years agoupdate MMU config options to utilize USE_MMU instead of HAS_MMU
Mike Frysinger [Sun, 19 Feb 2006 09:52:00 +0000 (09:52 -0000)]
update MMU config options to utilize USE_MMU instead of HAS_MMU

18 years agofix sysfs call
Mike Frysinger [Sun, 19 Feb 2006 08:39:39 +0000 (08:39 -0000)]
fix sysfs call

18 years agojust let user decide CFLAGS instead of assuming stuff for him
Mike Frysinger [Sat, 18 Feb 2006 21:29:08 +0000 (21:29 -0000)]
just let user decide CFLAGS instead of assuming stuff for him

18 years agothese defines are created for use in features.h so no point in duplicating work in...
Mike Frysinger [Sat, 18 Feb 2006 21:28:40 +0000 (21:28 -0000)]
these defines are created for use in features.h so no point in duplicating work in the build system

18 years agomake sure ldso is rebuilt if source files are updated
Mike Frysinger [Sat, 18 Feb 2006 21:28:09 +0000 (21:28 -0000)]
make sure ldso is rebuilt if source files are updated

18 years agosince interp is an actual object file that is linked into shared libs, make it a...
Mike Frysinger [Sat, 18 Feb 2006 20:42:53 +0000 (20:42 -0000)]
since interp is an actual object file that is linked into shared libs, make it a build depend rather than just an order depend

18 years agouse a tempfile while generating sysnum.h
Mike Frysinger [Sat, 18 Feb 2006 20:08:17 +0000 (20:08 -0000)]
use a tempfile while generating sysnum.h

18 years agowe use _GNU_SOURCE for all of uClibc now
Mike Frysinger [Sat, 18 Feb 2006 19:43:19 +0000 (19:43 -0000)]
we use _GNU_SOURCE for all of uClibc now

18 years agotouchup header handling in other config targets
Mike Frysinger [Sat, 18 Feb 2006 19:42:13 +0000 (19:42 -0000)]
touchup header handling in other config targets

18 years agodisable ctor/dtor on bfin as binutils doesnt provide init/fini symbols
Mike Frysinger [Sat, 18 Feb 2006 07:20:01 +0000 (07:20 -0000)]
disable ctor/dtor on bfin as binutils doesnt provide init/fini symbols

18 years agoremove hunk that shouldnt have been committed
Mike Frysinger [Sat, 18 Feb 2006 07:11:35 +0000 (07:11 -0000)]
remove hunk that shouldnt have been committed

18 years agotweak the idea between having a MMU and actually using it
Mike Frysinger [Sat, 18 Feb 2006 07:03:24 +0000 (07:03 -0000)]
tweak the idea between having a MMU and actually using it

18 years agoimprove MMU selection a little to be less confusing
Mike Frysinger [Sat, 18 Feb 2006 06:53:43 +0000 (06:53 -0000)]
improve MMU selection a little to be less confusing

18 years agosimplify endian config/selection
Mike Frysinger [Sat, 18 Feb 2006 06:50:14 +0000 (06:50 -0000)]
simplify endian config/selection

18 years agodont output so many newlines
Mike Frysinger [Sat, 18 Feb 2006 03:32:12 +0000 (03:32 -0000)]
dont output so many newlines

18 years agotouchup syscall break define so it doesnt conflict with kernel headers
Mike Frysinger [Sat, 18 Feb 2006 03:31:53 +0000 (03:31 -0000)]
touchup syscall break define so it doesnt conflict with kernel headers

18 years agodont define _stdio_init if it doesnt do anything
Mike Frysinger [Sat, 18 Feb 2006 03:31:30 +0000 (03:31 -0000)]
dont define _stdio_init if it doesnt do anything

18 years agoadd infrastructure for fenv
Mike Frysinger [Sat, 18 Feb 2006 03:31:12 +0000 (03:31 -0000)]
add infrastructure for fenv

18 years agomake headers more quiet
Mike Frysinger [Sat, 18 Feb 2006 03:30:46 +0000 (03:30 -0000)]
make headers more quiet

18 years agograb headers from glibc
Mike Frysinger [Sat, 18 Feb 2006 03:19:40 +0000 (03:19 -0000)]
grab headers from glibc

18 years agotouchup headers target somemore so building in subdirs works nicely again
Mike Frysinger [Sat, 18 Feb 2006 03:13:07 +0000 (03:13 -0000)]
touchup headers target somemore so building in subdirs works nicely again

18 years agosync with kernel
Mike Frysinger [Sat, 18 Feb 2006 03:12:04 +0000 (03:12 -0000)]
sync with kernel

18 years agofix parallel build with headers once and for all (i hope)
Mike Frysinger [Fri, 17 Feb 2006 12:11:37 +0000 (12:11 -0000)]
fix parallel build with headers once and for all (i hope)

18 years agocombine the crt1.0/Scrt1.o rules since they are pretty much the samething
Mike Frysinger [Fri, 17 Feb 2006 12:11:00 +0000 (12:11 -0000)]
combine the crt1.0/Scrt1.o rules since they are pretty much the samething

18 years agocombine the output rules in one place
Mike Frysinger [Fri, 17 Feb 2006 12:09:52 +0000 (12:09 -0000)]
combine the output rules in one place

18 years agotouchup headers output and make it run smoother
Mike Frysinger [Fri, 17 Feb 2006 12:07:08 +0000 (12:07 -0000)]
touchup headers output and make it run smoother

18 years agotouchup whitespace
Mike Frysinger [Fri, 17 Feb 2006 12:06:32 +0000 (12:06 -0000)]
touchup whitespace

18 years agodynamically build the DIRS variables so i dont have to keep updating it all the time
Mike Frysinger [Fri, 17 Feb 2006 12:05:34 +0000 (12:05 -0000)]
dynamically build the DIRS variables so i dont have to keep updating it all the time

18 years agodisable mallopt based upon malloc implementation, not mmu status
Mike Frysinger [Fri, 17 Feb 2006 12:05:03 +0000 (12:05 -0000)]
disable mallopt based upon malloc implementation, not mmu status

18 years agoTake getopt from glibc, disable -W foo support as in the earlier version, size shrink...
Peter S. Mazinger [Fri, 17 Feb 2006 09:33:07 +0000 (09:33 -0000)]
Take getopt from glibc, disable -W foo support as in the earlier version, size shrink 5%, hope it solves option parsing w/ busybox tar

18 years agoRemove hidden_data_def for opt*
Peter S. Mazinger [Fri, 17 Feb 2006 09:27:30 +0000 (09:27 -0000)]
Remove hidden_data_def for opt*

18 years agoSync w/ glibc, no size change
Peter S. Mazinger [Fri, 17 Feb 2006 09:26:45 +0000 (09:26 -0000)]
Sync w/ glibc, no size change

18 years agoIt's not my day ..
Peter S. Mazinger [Thu, 16 Feb 2006 15:32:30 +0000 (15:32 -0000)]
It's not my day ..

18 years agoUndo earlier change and sync new linuxthreads' guard w/ old
Peter S. Mazinger [Thu, 16 Feb 2006 15:31:32 +0000 (15:31 -0000)]
Undo earlier change and sync new linuxthreads' guard w/ old

18 years agoGuard __pthread_mutex_* to be used exclusively within uClibc, do we need this header...
Peter S. Mazinger [Thu, 16 Feb 2006 14:31:39 +0000 (14:31 -0000)]
Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this header at all installed?

18 years agodisable test on non-mmu host
Mike Frysinger [Thu, 16 Feb 2006 05:38:50 +0000 (05:38 -0000)]
disable test on non-mmu host

18 years agodisable test on non-mmu host
Mike Frysinger [Thu, 16 Feb 2006 05:37:55 +0000 (05:37 -0000)]
disable test on non-mmu host

18 years agofix building on non-mmu hosts
Mike Frysinger [Thu, 16 Feb 2006 05:36:19 +0000 (05:36 -0000)]
fix building on non-mmu hosts

18 years agofix const position typo as pointed out by ia64/gcc
Mike Frysinger [Thu, 16 Feb 2006 03:53:13 +0000 (03:53 -0000)]
fix const position typo as pointed out by ia64/gcc

18 years agoChange collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 to 2063
Peter S. Mazinger [Thu, 16 Feb 2006 01:10:52 +0000 (01:10 -0000)]
Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 to 2063

18 years agoRemove __P(), reorder so that gcc-4.0.2 does not fail w/ multi
Peter S. Mazinger [Thu, 16 Feb 2006 00:41:50 +0000 (00:41 -0000)]
Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multi