OSDN Git Service

uclinux-h8/uClibc.git
18 years agonote a few more places where glibc stores their stuff
Mike Frysinger [Thu, 19 Jan 2006 09:38:38 +0000 (09:38 -0000)]
note a few more places where glibc stores their stuff

18 years agoCorrect unimportant typo
Peter S. Mazinger [Thu, 19 Jan 2006 09:17:43 +0000 (09:17 -0000)]
Correct unimportant typo

18 years agoSome minor updates. Looked pretty good as-is.
Eric Andersen [Thu, 19 Jan 2006 03:30:52 +0000 (03:30 -0000)]
Some minor updates.  Looked pretty good as-is.

18 years agoJoseph S. Myers writes:
Eric Andersen [Thu, 19 Jan 2006 02:23:04 +0000 (02:23 -0000)]
Joseph S. Myers writes:

libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because
of no declaration of ioperm at the point where libc_hidden_proto(ioperm)
requires one.  Including <sys/io.h> to get the declaration then shows up
that various types are inconsistent with that header; this patch fixes
things so that file compiles.

18 years agoJoseph S. Myers writes:
Eric Andersen [Thu, 19 Jan 2006 02:19:51 +0000 (02:19 -0000)]
Joseph S. Myers writes:

sys/syscall.h uses the IS_IN_libc define before including any header that
includes libc-internal.h (where IS_IN_libc is defined).  This patch makes
sys/syscall.h include features.h to get the IS_IN_libc define where
appropriate.

18 years agoinitial attempt at documenting how to port uClibc
Mike Frysinger [Thu, 19 Jan 2006 00:32:07 +0000 (00:32 -0000)]
initial attempt at documenting how to port uClibc

18 years agogive a little info as to what the file should contain
Mike Frysinger [Thu, 19 Jan 2006 00:04:54 +0000 (00:04 -0000)]
give a little info as to what the file should contain

18 years agogive a little info as to what the file should contain
Mike Frysinger [Thu, 19 Jan 2006 00:04:05 +0000 (00:04 -0000)]
give a little info as to what the file should contain

18 years agos/HAS_FPU/UCLIBC_HAS_FPU/
Mike Frysinger [Wed, 18 Jan 2006 23:49:31 +0000 (23:49 -0000)]
s/HAS_FPU/UCLIBC_HAS_FPU/

18 years agochange HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C namespace
Mike Frysinger [Wed, 18 Jan 2006 23:49:13 +0000 (23:49 -0000)]
change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C namespace

18 years agofix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other shared...
Mike Frysinger [Wed, 18 Jan 2006 23:46:57 +0000 (23:46 -0000)]
fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other shared lib options

18 years agoold
Mike Frysinger [Wed, 18 Jan 2006 23:41:17 +0000 (23:41 -0000)]
old

18 years agosync fenv.h with glibc
Mike Frysinger [Wed, 18 Jan 2006 23:40:51 +0000 (23:40 -0000)]
sync fenv.h with glibc

18 years agoRemove unused CLOCK_IDFIELD_SIZE, not in glibc
Peter S. Mazinger [Wed, 18 Jan 2006 22:26:50 +0000 (22:26 -0000)]
Remove unused CLOCK_IDFIELD_SIZE, not in glibc

18 years agoAdd target strip command and use it, also disable for now CFLAGS-multi-y, after split...
Peter S. Mazinger [Wed, 18 Jan 2006 21:12:52 +0000 (21:12 -0000)]
Add target strip command and use it, also disable for now CFLAGS-multi-y, after splitting all MSRC, it won't be needed

18 years agoAdd IMA build rules
Peter S. Mazinger [Wed, 18 Jan 2006 21:05:37 +0000 (21:05 -0000)]
Add IMA build rules

18 years agomodify IMA compiling rule and add linking rule
Peter S. Mazinger [Wed, 18 Jan 2006 20:59:37 +0000 (20:59 -0000)]
modify IMA compiling rule and add linking rule

18 years agoDon't include twice features.h and correct typo
Peter S. Mazinger [Wed, 18 Jan 2006 19:36:36 +0000 (19:36 -0000)]
Don't include twice features.h and correct typo

18 years agoMake gcc4 happy as well
Peter S. Mazinger [Wed, 18 Jan 2006 16:52:07 +0000 (16:52 -0000)]
Make gcc4 happy as well

18 years agocheck for signal existence rather than using arch defines
Mike Frysinger [Wed, 18 Jan 2006 12:16:01 +0000 (12:16 -0000)]
check for signal existence rather than using arch defines

18 years agoget rid of alpha defines
Mike Frysinger [Wed, 18 Jan 2006 12:11:42 +0000 (12:11 -0000)]
get rid of alpha defines

18 years agoget rid of arch specific checks
Mike Frysinger [Wed, 18 Jan 2006 12:10:22 +0000 (12:10 -0000)]
get rid of arch specific checks

18 years agocorrect prototypes and 1 reloc less
Peter S. Mazinger [Tue, 17 Jan 2006 17:57:34 +0000 (17:57 -0000)]
correct prototypes and 1 reloc less

18 years agoBuild if GETC_MACRO use is disabled
Peter S. Mazinger [Tue, 17 Jan 2006 16:02:02 +0000 (16:02 -0000)]
Build if GETC_MACRO use is disabled

18 years agoRemove unused prototypes
Peter S. Mazinger [Tue, 17 Jan 2006 12:52:22 +0000 (12:52 -0000)]
Remove unused prototypes

18 years agoAdd libc_pthread_init to libc.a as well, should correct bug reported to ml
Peter S. Mazinger [Tue, 17 Jan 2006 10:01:28 +0000 (10:01 -0000)]
Add libc_pthread_init to libc.a as well, should correct bug reported to ml

18 years agoRemove __P() and add attribute_hidden to internal prototypes
Peter S. Mazinger [Tue, 17 Jan 2006 09:57:47 +0000 (09:57 -0000)]
Remove __P() and add attribute_hidden to internal prototypes

18 years agoRemove explicit signgam prototype, use header instead
Peter S. Mazinger [Tue, 17 Jan 2006 09:55:05 +0000 (09:55 -0000)]
Remove explicit signgam prototype, use header instead

18 years agolast math related global data reloc (_LIB_VERSION) removed
Peter S. Mazinger [Tue, 17 Jan 2006 09:54:08 +0000 (09:54 -0000)]
last math related global data reloc (_LIB_VERSION) removed

18 years agouse the 6-arg version of mmap where available
Mike Frysinger [Tue, 17 Jan 2006 01:01:08 +0000 (01:01 -0000)]
use the 6-arg version of mmap where available

18 years agocut out unused code
Mike Frysinger [Tue, 17 Jan 2006 01:00:04 +0000 (01:00 -0000)]
cut out unused code

18 years agocleanup whitespace
Mike Frysinger [Tue, 17 Jan 2006 00:59:09 +0000 (00:59 -0000)]
cleanup whitespace

18 years agoupdate strcoll stuff
Mike Frysinger [Tue, 17 Jan 2006 00:55:04 +0000 (00:55 -0000)]
update strcoll stuff

18 years agom68k now has syscall()
Mike Frysinger [Tue, 17 Jan 2006 00:54:49 +0000 (00:54 -0000)]
m68k now has syscall()

18 years agosync some stuff from glibc and fix __hidden_ver1() for targets that define a USER_PRE...
Mike Frysinger [Tue, 17 Jan 2006 00:54:27 +0000 (00:54 -0000)]
sync some stuff from glibc and fix __hidden_ver1() for targets that define a USER_PREFIX (like bfin)

18 years agosince just about everyone uses return _dl_elf_main for START() now, make it the default
Mike Frysinger [Tue, 17 Jan 2006 00:41:23 +0000 (00:41 -0000)]
since just about everyone uses return _dl_elf_main for START() now, make it the default

18 years agoAll math related relocs gone
Peter S. Mazinger [Tue, 17 Jan 2006 00:01:09 +0000 (00:01 -0000)]
All math related relocs gone

18 years agoUpdate license
Peter S. Mazinger [Mon, 16 Jan 2006 21:54:26 +0000 (21:54 -0000)]
Update license

18 years agoUpdate license
Peter S. Mazinger [Mon, 16 Jan 2006 21:48:02 +0000 (21:48 -0000)]
Update license

18 years agoUpdate license
Peter S. Mazinger [Mon, 16 Jan 2006 21:43:29 +0000 (21:43 -0000)]
Update license

18 years agoUpdate license
Peter S. Mazinger [Mon, 16 Jan 2006 21:42:11 +0000 (21:42 -0000)]
Update license

18 years agoConvert to hidden_def
Peter S. Mazinger [Mon, 16 Jan 2006 21:39:33 +0000 (21:39 -0000)]
Convert to hidden_def

18 years agoConvert to hidden_def
Peter S. Mazinger [Mon, 16 Jan 2006 21:25:09 +0000 (21:25 -0000)]
Convert to hidden_def

18 years agojump relocs removed
Peter S. Mazinger [Mon, 16 Jan 2006 21:05:24 +0000 (21:05 -0000)]
jump relocs removed

18 years agos/weak_alias/strong_alias/, only what I knew as needed are kept. We will now see...
Peter S. Mazinger [Mon, 16 Jan 2006 18:29:52 +0000 (18:29 -0000)]
s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now see what libpthread will do ...

18 years agoCorrect a typo
Peter S. Mazinger [Mon, 16 Jan 2006 18:27:44 +0000 (18:27 -0000)]
Correct a typo

18 years agoLast relocs jump and global data, (even locales) that I could remove are gone from...
Peter S. Mazinger [Mon, 16 Jan 2006 18:07:18 +0000 (18:07 -0000)]
Last relocs jump and global data, (even locales) that I could remove are gone from libc. The remaining are left as exercise for others ;-)

18 years agotouchup style
Mike Frysinger [Mon, 16 Jan 2006 11:09:02 +0000 (11:09 -0000)]
touchup style

18 years agosome global data relocs gone
Peter S. Mazinger [Mon, 16 Jan 2006 00:20:22 +0000 (00:20 -0000)]
some global data relocs gone

18 years agomake gcc4 happy w/ hidden_def/proto, correct some typos
Peter S. Mazinger [Sun, 15 Jan 2006 22:41:03 +0000 (22:41 -0000)]
make gcc4 happy w/ hidden_def/proto, correct some typos

18 years agosyscall6
Mike Frysinger [Sun, 15 Jan 2006 19:36:32 +0000 (19:36 -0000)]
syscall6

18 years agoonly build if we have fork
Mike Frysinger [Sun, 15 Jan 2006 19:35:26 +0000 (19:35 -0000)]
only build if we have fork

18 years agoThomas Chou: fix misplaced comment
Mike Frysinger [Sun, 15 Jan 2006 18:51:41 +0000 (18:51 -0000)]
Thomas Chou: fix misplaced comment

18 years agomake tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled
Peter S. Mazinger [Sun, 15 Jan 2006 18:41:50 +0000 (18:41 -0000)]
make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled

18 years agoCorrect old_vfprintf internal version and make it reloc free
Peter S. Mazinger [Sun, 15 Jan 2006 18:40:17 +0000 (18:40 -0000)]
Correct old_vfprintf internal version and make it reloc free

18 years agoRemove __XL(N) and __XL_ALIAS(N) adapting the last use of it
Peter S. Mazinger [Sun, 15 Jan 2006 18:39:29 +0000 (18:39 -0000)]
Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it

18 years agoget rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled
Peter S. Mazinger [Sun, 15 Jan 2006 17:59:48 +0000 (17:59 -0000)]
get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled

18 years agohide __glob_*dir_hook
Peter S. Mazinger [Sun, 15 Jan 2006 11:18:13 +0000 (11:18 -0000)]
hide __glob_*dir_hook

18 years agorevert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in header...
Peter S. Mazinger [Sun, 15 Jan 2006 10:41:20 +0000 (10:41 -0000)]
revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in header, keep it visible

18 years agoonly declare vfork when needed, else no-mmu build fails
Mike Frysinger [Sun, 15 Jan 2006 10:30:54 +0000 (10:30 -0000)]
only declare vfork when needed, else no-mmu build fails

18 years agoadd syscall() by d1mag in Bug 164
Mike Frysinger [Sun, 15 Jan 2006 09:09:50 +0000 (09:09 -0000)]
add syscall() by d1mag in Bug 164

18 years agonios no longer needs crt0.o
Mike Frysinger [Sun, 15 Jan 2006 02:49:03 +0000 (02:49 -0000)]
nios no longer needs crt0.o

18 years agouse more portable options since some systems suck
Mike Frysinger [Sun, 15 Jan 2006 02:40:31 +0000 (02:40 -0000)]
use more portable options since some systems suck

18 years agoget rid of duplicates, even bsd_signal is questionable
Peter S. Mazinger [Sat, 14 Jan 2006 22:18:42 +0000 (22:18 -0000)]
get rid of duplicates, even bsd_signal is questionable

18 years agoget rid of *stat*64 jump relocs
Peter S. Mazinger [Sat, 14 Jan 2006 21:04:04 +0000 (21:04 -0000)]
get rid of *stat*64 jump relocs

18 years agoget rid of fcntl64 jump reloc
Peter S. Mazinger [Sat, 14 Jan 2006 20:27:04 +0000 (20:27 -0000)]
get rid of fcntl64 jump reloc

18 years agoI should also test w/ ipv6, missed that, thx SpanKY
Peter S. Mazinger [Sat, 14 Jan 2006 20:19:51 +0000 (20:19 -0000)]
I should also test w/ ipv6, missed that, thx SpanKY

18 years agofix broken commenting
Mike Frysinger [Sat, 14 Jan 2006 20:18:52 +0000 (20:18 -0000)]
fix broken commenting

18 years agosame for __fputc_unlocked
Peter S. Mazinger [Sat, 14 Jan 2006 20:16:19 +0000 (20:16 -0000)]
same for __fputc_unlocked

18 years agosame for iswspace*
Peter S. Mazinger [Sat, 14 Jan 2006 20:11:54 +0000 (20:11 -0000)]
same for iswspace*

18 years agoget rid of strcmp jump reloc
Peter S. Mazinger [Sat, 14 Jan 2006 20:07:24 +0000 (20:07 -0000)]
get rid of strcmp jump reloc

18 years agoget rid of wcrtomb jump reloc
Peter S. Mazinger [Sat, 14 Jan 2006 20:02:20 +0000 (20:02 -0000)]
get rid of wcrtomb jump reloc

18 years agoDODEBUG=y and XLOCALE as well
Peter S. Mazinger [Sat, 14 Jan 2006 19:58:38 +0000 (19:58 -0000)]
DODEBUG=y and XLOCALE as well

18 years agomake DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger [Sat, 14 Jan 2006 19:45:02 +0000 (19:45 -0000)]
make DODEBUG=y happy, update sysdeps/common/* copyright

18 years agofix loading of argc/argv for arm/nommu
Mike Frysinger [Sat, 14 Jan 2006 10:18:12 +0000 (10:18 -0000)]
fix loading of argc/argv for arm/nommu

18 years agodont hide __libc_sigaction
Mike Frysinger [Sat, 14 Jan 2006 07:58:04 +0000 (07:58 -0000)]
dont hide __libc_sigaction

18 years agograb some more fixes from x86_64
Mike Frysinger [Sat, 14 Jan 2006 07:50:33 +0000 (07:50 -0000)]
grab some more fixes from x86_64

18 years agom68k is doing much better now
Mike Frysinger [Sat, 14 Jan 2006 07:42:15 +0000 (07:42 -0000)]
m68k is doing much better now

18 years agom68k ldso works again (well, lazy relocation is broken atm)
Mike Frysinger [Sat, 14 Jan 2006 07:37:33 +0000 (07:37 -0000)]
m68k ldso works again (well, lazy relocation is broken atm)

18 years agoadd back in _dl_start_user
Mike Frysinger [Sat, 14 Jan 2006 07:21:25 +0000 (07:21 -0000)]
add back in _dl_start_user

18 years agofixup so we can at least get to the ldso Standalone execution step
Mike Frysinger [Sat, 14 Jan 2006 07:14:40 +0000 (07:14 -0000)]
fixup so we can at least get to the ldso Standalone execution step

18 years agomake sure we set errno properly
Mike Frysinger [Sat, 14 Jan 2006 06:59:09 +0000 (06:59 -0000)]
make sure we set errno properly

18 years agouse regular fseeko()
Mike Frysinger [Sat, 14 Jan 2006 06:50:34 +0000 (06:50 -0000)]
use regular fseeko()

18 years agouse __syscall_error trick
Mike Frysinger [Sat, 14 Jan 2006 06:42:52 +0000 (06:42 -0000)]
use __syscall_error trick

18 years agoforgot to cut out the other __USE_MISC section
Mike Frysinger [Sat, 14 Jan 2006 06:39:55 +0000 (06:39 -0000)]
forgot to cut out the other __USE_MISC section

18 years agoneed features.h
Mike Frysinger [Sat, 14 Jan 2006 06:35:34 +0000 (06:35 -0000)]
need features.h

18 years agoshouldnt have trimmed the _ASM #if check
Mike Frysinger [Sat, 14 Jan 2006 06:35:28 +0000 (06:35 -0000)]
shouldnt have trimmed the _ASM #if check

18 years agoupdate TODO
Mike Frysinger [Sat, 14 Jan 2006 06:13:05 +0000 (06:13 -0000)]
update TODO

18 years agoold
Mike Frysinger [Sat, 14 Jan 2006 04:42:38 +0000 (04:42 -0000)]
old

18 years agosync with glibc
Mike Frysinger [Sat, 14 Jan 2006 04:41:20 +0000 (04:41 -0000)]
sync with glibc

18 years agosync with glibc
Mike Frysinger [Sat, 14 Jan 2006 04:38:52 +0000 (04:38 -0000)]
sync with glibc

18 years agoupdate to new uClibc startup style
Mike Frysinger [Sat, 14 Jan 2006 04:35:41 +0000 (04:35 -0000)]
update to new uClibc startup style

18 years agoenable _longjmp alias else less fails to build
Mike Frysinger [Sat, 14 Jan 2006 04:22:58 +0000 (04:22 -0000)]
enable _longjmp alias else less fails to build

18 years agodisable redirect for fcntl64 until a good way is found
Peter S. Mazinger [Sat, 14 Jan 2006 03:45:34 +0000 (03:45 -0000)]
disable redirect for fcntl64 until a good way is found

18 years agos/__strcmp/strcmp/
Peter S. Mazinger [Sat, 14 Jan 2006 03:27:54 +0000 (03:27 -0000)]
s/__strcmp/strcmp/

18 years agoanother from SpanKY
Peter S. Mazinger [Sat, 14 Jan 2006 03:20:04 +0000 (03:20 -0000)]
another from SpanKY

18 years agoadapt to new hidden
Peter S. Mazinger [Sat, 14 Jan 2006 03:17:45 +0000 (03:17 -0000)]
adapt to new hidden

18 years agoother failures w/ different options
Peter S. Mazinger [Sat, 14 Jan 2006 03:10:36 +0000 (03:10 -0000)]
other failures w/ different options

18 years agoRevert 13276, cache corrupted on x86
Peter S. Mazinger [Sat, 14 Jan 2006 03:01:15 +0000 (03:01 -0000)]
Revert 13276, cache corrupted on x86

18 years agoCorrect 2 issues if ipv6 is enabled found by SpanKY, thx
Peter S. Mazinger [Sat, 14 Jan 2006 02:57:49 +0000 (02:57 -0000)]
Correct 2 issues if ipv6 is enabled found by SpanKY, thx