OSDN Git Service

uclinux-h8/uclibc-ng.git
18 years agoRemove TOPDIR
Peter S. Mazinger [Mon, 21 Nov 2005 16:15:55 +0000 (16:15 -0000)]
Remove TOPDIR

18 years agoDo not create any files (dl-progname.h) in ldso anymore
Peter S. Mazinger [Mon, 21 Nov 2005 15:26:56 +0000 (15:26 -0000)]
Do not create any files (dl-progname.h) in ldso anymore

18 years agoPartly undo earlier patch on vapier's request
Peter S. Mazinger [Mon, 21 Nov 2005 15:20:30 +0000 (15:20 -0000)]
Partly undo earlier patch on vapier's request

18 years agoGuard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__
Peter S. Mazinger [Mon, 21 Nov 2005 14:24:54 +0000 (14:24 -0000)]
Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__

18 years agoDo not create header links, use -I to find them. Moved dl-progname.h to ldso/ldso...
Peter S. Mazinger [Mon, 21 Nov 2005 13:42:00 +0000 (13:42 -0000)]
Do not create header links, use -I to find them. Moved dl-progname.h to ldso/ldso, that will exist if top_srcdir != top_builddir.

18 years agoDon't build empty objects, remove unused vars, update copyright
Peter S. Mazinger [Mon, 21 Nov 2005 07:09:36 +0000 (07:09 -0000)]
Don't build empty objects, remove unused vars, update copyright

18 years agofix up ifdef checks so dl_iterate_phdr is defined in all the proper objects
Mike Frysinger [Sun, 20 Nov 2005 17:58:23 +0000 (17:58 -0000)]
fix up ifdef checks so dl_iterate_phdr is defined in all the proper objects

18 years agofix tab issue properly by not using tabs
Mike Frysinger [Sun, 20 Nov 2005 06:53:14 +0000 (06:53 -0000)]
fix tab issue properly by not using tabs

18 years agoAdd needed include to build loader.
"Steven J. Hill" [Sun, 20 Nov 2005 01:25:27 +0000 (01:25 -0000)]
Add needed include to build loader.

18 years agoYou included the wrong file. Check your work better next time. You get a big fat...
"Steven J. Hill" [Sun, 20 Nov 2005 00:47:10 +0000 (00:47 -0000)]
You included the wrong file. Check your work better next time. You get a big fat "F" for this one.

18 years agoTab clean-up.
"Steven J. Hill" [Sun, 20 Nov 2005 00:46:37 +0000 (00:46 -0000)]
Tab clean-up.

18 years agodont want to delete the 64.c files anymore
Mike Frysinger [Sat, 19 Nov 2005 09:14:46 +0000 (09:14 -0000)]
dont want to delete the 64.c files anymore

18 years agosimplify Makefile rules for handling of LFS files by tweaking the way we compile...
Mike Frysinger [Sat, 19 Nov 2005 09:13:33 +0000 (09:13 -0000)]
simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm

18 years agotouchup whitespace
Mike Frysinger [Sat, 19 Nov 2005 09:11:29 +0000 (09:11 -0000)]
touchup whitespace

18 years agomake sure we pull in features.h
Mike Frysinger [Sat, 19 Nov 2005 09:09:26 +0000 (09:09 -0000)]
make sure we pull in features.h

18 years agorename common Makefile.arch to prevent include funkiness from occuring
Mike Frysinger [Sat, 19 Nov 2005 06:59:45 +0000 (06:59 -0000)]
rename common Makefile.arch to prevent include funkiness from occuring

18 years agorename common Makefile.arch to prevent include funkiness from occuring
Mike Frysinger [Sat, 19 Nov 2005 06:59:23 +0000 (06:59 -0000)]
rename common Makefile.arch to prevent include funkiness from occuring

18 years agograb fix from glibc:
Mike Frysinger [Fri, 18 Nov 2005 23:08:28 +0000 (23:08 -0000)]
grab fix from glibc:
2005-11-18  Paul Brook  <paul@codesourcery.com>

* sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of
MREMAP_FIXED.

18 years agomove alpha/hppa into their own arch subdir where they should be
Mike Frysinger [Fri, 18 Nov 2005 23:07:06 +0000 (23:07 -0000)]
move alpha/hppa into their own arch subdir where they should be

18 years agotouchup syntax/whitespace
Mike Frysinger [Fri, 18 Nov 2005 23:05:55 +0000 (23:05 -0000)]
touchup syntax/whitespace

18 years agoCorrect type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing
Peter S. Mazinger [Fri, 18 Nov 2005 22:49:55 +0000 (22:49 -0000)]
Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing

18 years agomake -j2 works here
Peter S. Mazinger [Fri, 18 Nov 2005 22:20:49 +0000 (22:20 -0000)]
make -j2 works here

18 years agoAdd info to CFLAGS about lib we are building
Peter S. Mazinger [Fri, 18 Nov 2005 20:37:59 +0000 (20:37 -0000)]
Add info to CFLAGS about lib we are building

18 years agoEnable __THROW,_NTH,REDIRECT_NTH
Peter S. Mazinger [Fri, 18 Nov 2005 20:33:38 +0000 (20:33 -0000)]
Enable __THROW,_NTH,REDIRECT_NTH

18 years agoRun headers only once, until better solution is found
Peter S. Mazinger [Fri, 18 Nov 2005 20:24:00 +0000 (20:24 -0000)]
Run headers only once, until better solution is found

18 years agofix trailing comment
Mike Frysinger [Fri, 18 Nov 2005 06:43:30 +0000 (06:43 -0000)]
fix trailing comment

18 years agoadd support for ia64
Mike Frysinger [Fri, 18 Nov 2005 06:22:43 +0000 (06:22 -0000)]
add support for ia64

18 years agofix warnings when arch lacks get_kernel_syms syscall (like ia64)
Mike Frysinger [Fri, 18 Nov 2005 06:11:13 +0000 (06:11 -0000)]
fix warnings when arch lacks get_kernel_syms syscall (like ia64)

18 years agodont include sub makefiles if thread support has been disabled
Mike Frysinger [Fri, 18 Nov 2005 06:09:14 +0000 (06:09 -0000)]
dont include sub makefiles if thread support has been disabled

18 years agoupdate ignores
Mike Frysinger [Fri, 18 Nov 2005 06:05:41 +0000 (06:05 -0000)]
update ignores

18 years agoshouldnt have been committed
Mike Frysinger [Fri, 18 Nov 2005 06:04:13 +0000 (06:04 -0000)]
shouldnt have been committed

18 years agoimport new linuxthreads_db from glibc HEAD
Mike Frysinger [Fri, 18 Nov 2005 06:03:31 +0000 (06:03 -0000)]
import new linuxthreads_db from glibc HEAD

18 years agoReplace TOPDIR, add/update copyright
Peter S. Mazinger [Fri, 18 Nov 2005 00:41:09 +0000 (00:41 -0000)]
Replace TOPDIR, add/update copyright

18 years agoReplace TOPDIR, update copyright
Peter S. Mazinger [Fri, 18 Nov 2005 00:33:12 +0000 (00:33 -0000)]
Replace TOPDIR, update copyright

18 years agoReplace TOPDIR
Peter S. Mazinger [Fri, 18 Nov 2005 00:26:19 +0000 (00:26 -0000)]
Replace TOPDIR

18 years agoCorrect typos
Peter S. Mazinger [Thu, 17 Nov 2005 23:58:02 +0000 (23:58 -0000)]
Correct typos

18 years agoReplace TOPDIR
Peter S. Mazinger [Thu, 17 Nov 2005 23:57:17 +0000 (23:57 -0000)]
Replace TOPDIR

18 years agodont try to build getpgrp if the arch doesnt support it (like ia64)
Mike Frysinger [Thu, 17 Nov 2005 23:37:46 +0000 (23:37 -0000)]
dont try to build getpgrp if the arch doesnt support it (like ia64)

18 years agodont try to build fork if the arch doesnt support it (like ia64)
Mike Frysinger [Thu, 17 Nov 2005 23:37:13 +0000 (23:37 -0000)]
dont try to build fork if the arch doesnt support it (like ia64)

18 years agoInclude all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign objects...
Peter S. Mazinger [Thu, 17 Nov 2005 22:56:02 +0000 (22:56 -0000)]
Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign objects to a lib

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