summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* fix cosmetic typoBernhard Reutner-Fischer2009-10-161-3/+3
| | | | | | | s/dependancies/dependencies/g Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-184-17/+298
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* do not pass 3rd param to open() which do not create filesDenys Vlasenko2009-09-181-1/+1
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+1
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* define attribute_noreturnBernhard Reutner-Fischer2009-08-192-2/+10
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* fix compilationBernhard Reutner-Fischer2009-08-191-2/+2
| | | | | | | wrong placed attribute_noreturn Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Cherry-picked some old commits into nptl:Austin Foxley2009-07-098-166/+246
| | | | | | | | | | | | | | | | | | | The goal is to bring nptl closer to head so it can merged easier. This commit just syncs up some things that were never modified on the nptl branch. d38ad7827e: tst-calloc.c remove dependency on GNU error functionality 1055a181ad: utils/ldd.c include more info in error messages 0d5aec1211: utils/mmap-windows.c add mmap/munmap implementation for Windows 14fd4a3a31: utils/porting.h unify byte order cruft utils/bswap.h add bswap_64 replacement 32242e7e10: utils/* unify header/random defines into porting.h Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Don't shadow the chroot globalRon2009-07-091-6/+6
| | | | | | Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Don't shadow stat with a local variableRon2009-07-092-7/+7
| | | | | | Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Don't shadow the err() function with a local varRon2009-07-091-2/+2
| | | | | | | | gcc-4.4 barks about that. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Provide token prototypes for functions that are external but have no headerRon2009-07-091-0/+3
| | | | | | | | This cuts down on a lot of noise from gcc-4.4 Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Make more utility functions staticRon2009-07-093-15/+15
| | | | | | | | This keeps gcc-4.4 from nagging that they have no prototypes. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Add noreturn attributes to some functions that won't ever do soRon2009-07-091-2/+2
| | | | | | | | | | usage() is also made static in answer to warnings about no prototype. In __pthread_manager_event() we also have to drop the return statement, else gcc will in turn complain about a non-returning function having one. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* add gitignore for utilsMike Frysinger2009-07-091-0/+4
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* utils: punt readelfMike Frysinger2009-07-092-367/+1
| | | | | | | | This miniature version of readelf has never been terribly useful and has caused significantly more headaches in its maintenance, so punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Minor changes to silent compiler warning due to sigdness.Carmelo Amoroso2009-01-291-4/+4
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch build system with trunk.Carmelo Amoroso2009-01-291-11/+24
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - pull r24834 from trunkBernhard Reutner-Fischer2009-01-141-5/+9
|
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-111-18/+33
| | | | | Rules.mak: use -Os, not -O2
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-102-30/+23
| | | | | | | | | | | text data bss dec hex filename - 16709 240 92 17041 4291 lib/ld-uClibc.so + 16634 236 92 16962 4242 lib/ld-uClibc.so - 4602 344 4 4950 1356 lib/libdl-0.9.30-svn.so + 4571 328 4 4903 1327 lib/libdl-0.9.30-svn.so - 4602 344 4 4950 1356 lib/libdl.so + 4571 328 4 4903 1327 lib/libdl.so
* - sync r24496 from trunkBernhard Reutner-Fischer2008-12-231-1/+0
|
* - sync r24431 from trunk (no obj-code changes)Bernhard Reutner-Fischer2008-12-221-5/+5
|
* Merge from trunk.Khem Raj2008-12-151-16/+10
|
* Synch with trunk @ 24160Carmelo Amoroso2008-11-272-22/+17
| | | | Step 16: utils folder synch.
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-9/+10
| | | | Step 13: build system updates.
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-313-8/+8
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-1/+3
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch utils directory with trunkCarmelo Amoroso2008-07-096-1056/+1005
|
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-091-3/+17
| | | | system
* Merge from trunk."Steven J. Hill"2007-01-202-6/+6
|
* Merge from trunk."Steven J. Hill"2006-08-233-34/+6
|
* Merge from trunk."Steven J. Hill"2006-02-271-0/+2
|
* Merge from trunk."Steven J. Hill"2006-02-233-9/+6
|
* Merge from trunk."Steven J. Hill"2006-01-064-31/+62
|
* Merge from trunk."Steven J. Hill"2005-12-102-2/+5
|
* Merge from trunk."Steven J. Hill"2005-12-102-19/+24
|
* Merge from trunk."Steven J. Hill"2005-12-081-1/+1
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-023-25/+24
|
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵"Steven J. Hill"2005-11-291-97/+3
| | | | the new build system. I have probably another 300 and some files to go *sigh*.
* Copy from trunk."Steven J. Hill"2005-11-291-0/+93
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-8/+9
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-26/+13
|
* Sync with trunk."Steven J. Hill"2005-10-061-1/+1
|
* Crap."Steven J. Hill"2005-10-044-39/+321
|
* Sync with trunk."Steven J. Hill"2005-09-251-1/+1
|
* Big sync with trunk."Steven J. Hill"2005-09-243-117/+168
|
* Sync with trunk."Steven J. Hill"2005-08-181-1/+1
|
* Bring in latest from trunk."Steven J. Hill"2005-08-121-3/+8
|
* Merge with latest trunk."Steven J. Hill"2005-08-101-7/+7
|
* Finally, all of the makefiles that make the magic happen. These changes ↵"Steven J. Hill"2005-08-091-6/+6
| | | | allow for uClibc to build for NPTL support without breaking the old linuxthreads model. Let the testing begin.