summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the soft float checkEric Andersen2002-12-131-4/+4
|
* Rework things such that staticly linked applications can useEric Andersen2002-12-128-144/+337
| | | | | | | | dlopen and have it be successful. This required moving some things out of ldso.c into readelflib1.c, and directly including hash.c and readelflib1.c into dlib.c when building the static version of the library. -Erik
* Use crt1.o when ctor/dtor support is enabledEric Andersen2002-12-121-2/+5
|
* When -shared is specified, meaning they wish to create a sharedEric Andersen2002-12-121-6/+9
| | | | | | library, we need to disable adding start files (i.e. crt0) since it isn't supposed to be creating an executable, just a shared lib. -Erik
* Oops. Patch was vs 5beta.Eric Andersen2002-12-121-1/+1
|
* It seems SCO puts touch in a wierd placeEric Andersen2002-12-121-1/+1
|
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-1210-90/+26
| | | | | | | build a crt0.o and a crt1.o. crt1.o will support ctors and dtors if such support is enabled. One more gratuitous toolchain support issue is thereby removed... -Erik
* Add portmap and patch from Steven EllingEric Andersen2002-12-121-0/+6
|
* Fix typo noticed by V.RadhakrishnanEric Andersen2002-12-121-1/+1
|
* Add in a stub libnsl library to make stupid configure scriptsEric Andersen2002-12-124-1/+91
| | | | | | | (i.e. openssh) do the right thing when used with uClibc's gcc wrapper (which does not currently prevent system libraries from leaking into the link). -Erik
* Fix broken ignore fileEric Andersen2002-12-121-1/+1
|
* Avoid silly namespace pollutionEric Andersen2002-12-121-5/+3
|
* Remove a stray ')'Eric Andersen2002-12-111-1/+1
|
* Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III2002-12-111-1/+1
|
* Cleanup the case when using the system shared lib loaderEric Andersen2002-12-091-2/+2
| | | | -Erik
* Added CPU_CFLAGS and CPU_LDFLAGS for cris.Tobias Anderberg2002-12-051-1/+11
| | | | Added additional CFLAGS for cris when compiling with PIC.
* Removed redundant definition of __USE_WEAK_ALIASES.Tobias Anderberg2002-12-052-1/+79
| | | | | | Added option for selecting cris architecure type. For now, only CRIS is available. Added a default configuration for cris.
* Change some variable names so we are more consistant with whatEric Andersen2002-12-049-34/+32
| | | | | the linux kernel uses. -Erik
* I forgot to kill these files in my last commit.Eric Andersen2002-12-042-227/+0
| | | | -Erik
* This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen2002-12-0413-377/+273
| | | | | | | then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik
* Implement the rest of the missing include/net/if.h interfacesEric Andersen2002-12-041-22/+149
| | | | -Erik
* Looks like this is in fact needed to properly debug dynamicallyEric Andersen2002-12-041-0/+8
| | | | linked stuff, so put it back but add a check for NULL
* Override optimization settings when debuggingEric Andersen2002-12-041-1/+6
|
* Fix the other instance of getcwdEric Andersen2002-12-041-18/+21
|
* For now, always claim we have exactly one cpu. It shouldEric Andersen2002-12-041-2/+4
| | | | generally be the truth...
* Properly allocate memory when size is 0, but so is bufEric Andersen2002-12-041-25/+28
|
* Make the arm cpu-specific optimizations work properlyEric Andersen2002-12-031-3/+3
|
* Don't leak outside of the target area when installing things.Eric Andersen2002-12-021-6/+10
| | | | -Erik
* Spelling fixesEric Andersen2002-12-021-9/+9
| | | | -Erik
* Cut and paste error.Manuel Novoa III2002-12-021-4/+5
|
* Forgot one...Manuel Novoa III2002-12-021-33/+0
|
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-029-93/+334
| | | | search.h in one directory.
* If the wait failed in pclose it would return a random status codeDavid McCullough2002-12-011-1/+2
| | | | instead of -1 as expected.
* Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef2002-12-011-2/+2
|
* I forgot to include features.hEric Andersen2002-11-291-0/+2
|
* Silly me, I forgot to include features.hEric Andersen2002-11-291-4/+5
|
* Kill a bit of unused cruftEric Andersen2002-11-281-6/+0
|
* Fix compilation on mipsEric Andersen2002-11-281-6/+8
|
* Make support for global constructors and global destructors beEric Andersen2002-11-2711-23/+132
| | | | | | configurable, so people who do not need or want ctor/dtor support can disable it and make their binaries a little bit smaller. -Erik
* Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXITEric Andersen2002-11-271-1/+6
| | | | is enabled.
* Fix an ifdef mismatch.Manuel Novoa III2002-11-271-2/+2
|
* Fix the defaults to make them be saneEric Andersen2002-11-271-3/+0
|
* Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III2002-11-271-3/+5
| | | | Bug reported by Arne Bernin <arne@alamut.de> in regards to freeswan.
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
|
* Use 'install' rather than 'mkdir -p' for target directories.Eric Andersen2002-11-231-4/+4
| | | | | Add $(PREFIX) to avoid leaking things at install time. -Erik
* Ok... here's the summary:Manuel Novoa III2002-11-2225-573/+2299
| | | | | | | | | | | | | | Hopefully locale support will build when cross compiling now. Collation is still not supported, but that's what I'm currently working on. In the next couple of days, I'll probably put up a couple of files for download that will save people the trouble of generating all the glibc locales. Added *wprintf functions, although they currently don't support floating point. That will be fixed when I rewrite _dtostr... or possibly before. Added the wcsto{inttype} functions. Added iconv() and a mini iconv utility. The require locale support and only provide for conversions involving the various unicode encodings { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built with the locale data, and the internal WCHAR_T.
* Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen2002-11-211-0/+2
| | | | | the __fsetlocking call in libc/unistd/usershell.c. It should be wrapped and only included if __UCLIBC_HAS_THREADS__ is defined.
* Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen2002-11-211-1/+2
| | | | this change.
* Debugging tweaks.Miles Bader2002-11-212-8/+12
|
* Oops.Eric Andersen2002-11-211-0/+1
|