Commit Graph

16678 Commits

Author SHA1 Message Date
dholland
39ab77f3dd Silence -Wpointer-sign on crypt-sha1.c.
This requires casts, which is not entirely desirable; however, this way
at least no *more* pointer sign issues can creep in.

Output object files are unchanged on amd64.
2013-08-10 18:42:29 +00:00
pgoyette
bd138fb723 Update example using hex-escape-sequences to conform to gcc parsing rules.
(See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33167 for details.)
2013-08-07 23:22:28 +00:00
pgoyette
2b1dd3a597 Add an example using snprintb_m()
Replace \*[Gt] and \*[Lt] with the simple characters > and < (OK wiz)

XXX Note that the examples currently do not compile with GCC!  The hex
XXX character sequences such as \x10CACHE are being parsed as longer
XXX than 2-hex-digit strings!
2013-08-07 22:51:59 +00:00
christos
aef0332e31 CID 1060853: Negative array index read (REVERSE_NEGATIVE) 2013-08-06 05:48:39 +00:00
matt
64e75f2480 Alpha needs crtfm.o for USE_COMPILERCRTSTUFF=no 2013-08-05 13:38:35 +00:00
skrll
94423bf5d3 G/C old csu stuff for hppa. 2013-08-04 17:35:10 +00:00
wiz
22815a188d Use more markup and improve table formatting. 2013-08-02 20:13:09 +00:00
elric
845f0d2fb7 Update accept(2) to indicate that paccept honours SOCK_NOSIGPIPE in its
flags argument.
2013-08-02 14:10:46 +00:00
matt
29673540c6 Use vmrs instead of mrc 2013-08-02 02:07:00 +00:00
matt
14480f30a0 Only include <arm/aeabi.h> when __ARM_PCS_VFP is defined. 2013-08-01 23:21:19 +00:00
matt
f4797bbdbc Make sure to <arm/aeabi.h> if we are doing using EABI. 2013-08-01 22:18:50 +00:00
matt
3eafa9878b CERROR is now hidden so no need to call it via the PLT 2013-08-01 05:54:24 +00:00
matt
31fc835fe9 Make __minbrk, __curbrk, and CERROR hidden and avoid using the GOT to access
them.
2013-08-01 05:32:33 +00:00
pooka
3fc5dcaa4f remove unnecessary <sys/poll.h> -- musl whines when it's included 2013-07-31 12:23:25 +00:00
pooka
f3adf1e54f comment polish: just musl 2013-07-30 18:56:03 +00:00
pooka
aaf7a23bf7 Decide ET_DYN behavior based on __GLIBC__ instead of __linux__,
e.g. musl libc doesn't follow glibc behavior.

per discussions with a number of people
2013-07-30 18:48:51 +00:00
joerg
49cecb845d Don't depend on implicit rounding from non-integral float constant. 2013-07-30 15:30:37 +00:00
joerg
02bc918a66 Don't pass assembler flags to cpp for genassym. 2013-07-30 15:28:47 +00:00
njoly
9b6bbe2755 Add mknodat(2) specific errors. 2013-07-30 13:45:38 +00:00
njoly
31ec74aafc Add mkfifoat(2) specific errors. 2013-07-30 13:15:07 +00:00
njoly
a8ca9489d6 Add fchownat(2) specific errors. 2013-07-30 12:38:16 +00:00
skrll
c026930a7e include namespace.h - this fixes 48091 2013-07-30 10:47:44 +00:00
joerg
1419f28903 libbind now depends on heimdal, so push it after the third barrier. 2013-07-29 21:02:58 +00:00
njoly
3d23719d01 Add chmodat(2) specific errors. 2013-07-29 19:18:37 +00:00
njoly
ff85dd2c24 Add openat(2) specific errors. 2013-07-29 18:37:16 +00:00
njoly
c37d15ffcf Add utimensat(2) specific errors. 2013-07-29 14:34:59 +00:00
wiz
9a6c0ab37a Bump date for previous. 2013-07-29 11:49:31 +00:00
njoly
3e084f2c58 Add symlinkat(2) specific errors. 2013-07-29 11:40:04 +00:00
pooka
5cbd60062e Override ssp also in case where it doesn't come intrinsically
from the compiler.
2013-07-29 10:13:21 +00:00
njoly
2580dac907 Add readlinkat(2) specific errors. 2013-07-28 21:24:12 +00:00
njoly
5376926384 Add linkat(2) specific errors. 2013-07-28 18:40:40 +00:00
njoly
d878899f75 Add fstatat(2) specific errors. 2013-07-28 15:46:34 +00:00
njoly
82798aec15 Add mkdirat(2) specific errors. 2013-07-28 14:38:25 +00:00
njoly
85cc963274 Add unlinkat(2) specific errors. 2013-07-28 13:53:04 +00:00
njoly
dcea1bf790 Add renameat(2) specific errors. 2013-07-28 10:24:59 +00:00
wiz
d3cdb3f120 Fix punctuation formatting and sort errors. 2013-07-28 09:27:07 +00:00
njoly
53aa452fce Adjust EFAULT error description to use arguments name from synopsis. 2013-07-28 09:07:55 +00:00
pooka
2eebe6e2de Extend #undef _FORTIFY_SOURCE to both files to avoid compiler
warning for -O0 and fortify combination.

from Alessio Sergi via github
2013-07-27 17:37:29 +00:00
martin
c5c422fa26 In .fini invoke destructors (fix copy & pasto) 2013-07-27 13:07:06 +00:00
matt
fa03729f71 Use jbsr and add END(__start) 2013-07-26 19:49:19 +00:00
martin
6dae3ba8c7 Simplify to new ___start() signature.
Seems to fix PR port-m68k/48076.
2013-07-26 18:47:23 +00:00
matt
7c78a65eeb Fix some more CERROR inversions 2013-07-25 22:08:15 +00:00
matt
10392817ff Only jump to CERROR if carry is set, not clear. 2013-07-24 15:38:07 +00:00
skrll
dd5eecf954 Bump date for previous. 2013-07-24 11:54:04 +00:00
skrll
9c3b844c69 Clarify msgsz. 2013-07-24 11:42:50 +00:00
njoly
f2bb7e6625 Use <major>.<minor> for NetBSD version. 2013-07-22 12:36:56 +00:00
pooka
1b3ff08420 Support Linuxen where libc ioctl has cmd as int unstead of unsigned long. 2013-07-22 12:11:03 +00:00
pooka
3fcbbf6450 TIMEVAL_TO_TIMESPEC (for musl)
from Justin Cormack
2013-07-22 08:58:31 +00:00
msaitoh
56e70cb375 Both increment_overflow() and normalize_overflow() have two different
declarations. One must be *32(). Fixes compile error observed on sparc64.
2013-07-22 04:55:09 +00:00
wiz
a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00