Commit graph

116 commits

Author SHA1 Message Date
ensc
6153cd4d78 updated F-12-split F-12-start dietlibc-0_32-0_fc12 2009-07-25 14:52:48 +00:00
Jesse Keating
6e4df79732 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild dietlibc-0_31-9_20090228_fc12 2009-07-24 20:15:23 +00:00
ensc
6309c04f31 updated F-11-start F-11-split dietlibc-0_31-7_20090228_fc11 dietlibc-0_31-8_20090228_fc11 2009-03-01 12:42:34 +00:00
ensc
4c54bbeedc updated 2009-03-01 12:26:20 +00:00
ensc
851a42ec6d updated 2009-03-01 12:00:59 +00:00
ensc
defd35883b updated 2009-03-01 11:53:24 +00:00
Jesse Keating
e644337fae - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild dietlibc-0_31-7_20081017_fc11 2009-02-24 11:46:39 +00:00
ensc
2faf846d2d updated to 20081017 CVS snapshot F-10-split dietlibc-0_31-6_20081017_fc10 F-10-start 2008-10-18 17:06:02 +00:00
ensc
2164f44e49 rediffed patches 2008-10-18 17:04:19 +00:00
ensc
40415ddcc8 updated ARM code s!#error!#warning! 2008-10-18 17:02:52 +00:00
ensc
d5c4ed627d fixed typo; reverted %if changes from last commit dietlibc-0_31-6_20080517_fc10 2008-07-16 21:05:56 +00:00
ensc
e58672bac5 fixed patch 2008-07-16 20:49:34 +00:00
Tom Callaway
e41dfb516a fix license tag 2008-07-16 20:37:53 +00:00
ensc
8298f6b77b fixed ARM code and use cmp instead of orrs 2008-07-02 06:59:34 +00:00
ensc
fd1180c7f9 use .comment instead of .note section for the not-implemented symbol 2008-07-02 06:57:21 +00:00
ensc
1cfe6b6bbf removed CVS tags 2008-06-21 14:57:08 +00:00
ensc
0abbcc0bac - updated to 20080517 snapshot dietlibc-0_31-5_20080517_fc10
- use patches from git repository
2008-05-18 10:16:45 +00:00
ensc
921d845ad7 updated to 20080517 snapshot 2008-05-18 10:14:44 +00:00
ensc
1c0742353d use patches from git repository; rediffed against 20080517 2008-05-18 10:12:53 +00:00
ensc
c0c3c48d61 include <sys/signalfd.h> dietlibc-0_31-5_20080409_fc10 2008-05-18 09:48:16 +00:00
ensc
6b900f5b03 fixed __signalfd() prototype 2008-05-18 09:44:21 +00:00
ensc
0e0e2afde7 fixed post-increment issue on ppc* F-9-split F-9-start dietlibc-0_31-4_20080409_fc9
die when AT_PAGESZ entry is empty
2008-04-19 17:14:18 +00:00
ensc
cb07023084 added changelog entry 2008-04-19 16:26:41 +00:00
ensc
a977bf906b moved calculation of __elfinto into start.S; user could do e.g. '*environ =
NULL' which breaks the current deferred calculation in
    __libc_getpagesize()
do not return a predefined PAGE_SIZE when __elfinfo code fails
2008-04-19 16:25:25 +00:00
ensc
a63829de79 - removed debug stuff from specfile dietlibc-0_31-3_20080409_fc9
- updated patches to work with new isinf() behavior of gcc 4.3
2008-04-13 22:57:58 +00:00
ensc
3b7df88197 - fixed tests using isinf(); the math.c test checks the dietlibc
implementation of isinf() (which differs between positive and negative
    inf). All other tests use boolean retval only and test for the signess
    of the values
2008-04-13 22:55:07 +00:00
ensc
881b9971c9 - do not test for signess of isinf(3); C99 guarantees values of 0 and not 0
and does not differ between positive and negative inf. 'isinf(3)' is a
    builtin in gcc 4.3 and previous check won't work anymore. Instead of,
    test whether value is lesser or greater than zero.
- renabled the INF testsuite
2008-04-13 22:52:24 +00:00
ensc
d23740c869 added other INFINITY testcases dietlibc-0_31-2_20080409_fc9 2008-04-13 21:55:08 +00:00
ensc
005894e400 disabled -inf testcases for now 2008-04-13 21:54:21 +00:00
ensc
538991a0f9 use a better definition for INFINITY whitespace cleanup 2008-04-13 21:39:16 +00:00
ensc
318d905e03 added -noreturn patch deactivated some debug code 2008-04-13 21:24:13 +00:00
ensc
1a844ca210 fixed a lot of borken printf(3) format specifiers 2008-04-13 21:23:19 +00:00
ensc
585d8348ae fixed a printf() statement 2008-04-13 21:22:31 +00:00
ensc
63100c2fd3 fixed other issues preventing an -Werror-implicit-function-declaration
build
2008-04-13 21:21:56 +00:00
ensc
2148489018 SUSv2 says about abort(3):
The abort() function shall not return.
Hence, add an __attribute__((__noreturn__))
2008-04-13 21:20:45 +00:00
ensc
d49ea1924d added -implicitfunc patch 2008-04-13 20:38:13 +00:00
ensc
c8fe5dc928 added a missing '#include <math.h>' 2008-04-13 20:37:13 +00:00
ensc
66676e2784 define and use a custom __diet_elf_addr_t datatype instead of elf_addr_t
which disappeared in linux 2.6.25
2008-04-13 20:36:32 +00:00
ensc
401d33c3b0 declares an implicitly used function 2008-04-13 20:35:27 +00:00
ensc
722e943974 more debugging... 2008-04-13 18:22:34 +00:00
ensc
667117c38e added sanity check to detect broken headers at compile time 2008-04-13 18:21:22 +00:00
ensc
066ee97d8d further debugging... 2008-04-13 17:31:51 +00:00
ensc
c6571b4fba added 'gethostbyname' to list of bogus checks 2008-04-13 17:10:42 +00:00
ensc
4dc3f7fcbb added debugging code for PPC 2008-04-13 17:09:37 +00:00
ensc
0cd7732adf lib/alloc.c: return value of__ind_shift() depends on PAGE_SIZE 2008-04-13 17:09:02 +00:00
ensc
de70f517d9 - added patch for dynamic PAGE_SIZE support
- fixed/enhanced testsuite and removed the '|| :' in %%check
- improved/fixed floating point support *printf(3)
2008-04-13 14:18:39 +00:00
ensc
1fee7d679b - whitespace cleanups
- use gnu-style
- added __pure attribute to __get_elf_aux_value()
2008-04-13 14:14:48 +00:00
ensc
25b8a8926a registered test which are known to be broken resp. which test for features
known to be broken.
2008-04-13 14:02:33 +00:00
ensc
bc919cc87e This patch fixes/enhances the testsuite:
I removed the checks which called endmntent() multiple times resp. with a
    NULL pointer. Behavior in first case is undefined and latter causes a
    segfault (I could not find documentation that this is allowed). Hence,
    it does not make sense to test this.
test 'malloc(0)' only, when WANT_MALLOC_ZERO is set
the '%Zu' printf format specifier is bogus (from libc5 ages). I replaced it
    with the '%zu' one.
Please note, that this test still fails because it uses glibc specific
    features.
removed tests which set a non-C locale. Broken usage of 'strptime()' result
    was fixed too. This test should succeed now.
this test was added while working on the '%F/%G' patch and verifies the
    isinf() + isnan() functions.
Please see
http://cvs.fedora.redhat.com/viewcvs/rpms/dietlibc/devel/runtests-X.sh?root
    =extras&view=markup
for tests which are known to be broken.
2008-04-13 14:01:03 +00:00
ensc
7c0cc8d835 The tst-fseek testsuite is bogus on 64 bit platforms because the
*stat64 functions/structures are not available there. This patch defines
    '_FILE_OFFSET_BITS 64' and uses the plain *stat instead of.
2008-04-13 13:48:16 +00:00