glibc/sysdeps
Chris Metcalf 575298fcd2 tile: allow memcpy(p, p, n) without corrupting memory at "p"
Although this is not required by the definition of memcpy(),
in practice this sort of thing does happen, and it's easy to make
the code robust by doing nothing in this case.  (Since structure
copy causes the compiler to emit a memcpy, in the case where the
target structure is the same as the destination, we were seeing
corruption.)
2012-05-14 15:46:12 -04:00
..
alpha alpha: Remove __STDC__ conditionals. 2012-04-27 07:33:47 -07:00
am33 Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
arm ARM: Use /lib/ld-linux-armhf.so.3 for the hard-float ABI. 2012-05-08 13:48:24 -04:00
hppa hppa: Build fixes for STT_GNU_IFUNC. 2012-04-17 06:01:19 +02:00
ia64 ia64: math: rename s_ilogbl.S to e_ilogbl.S 2012-04-27 23:13:25 -04:00
m68k m68k: update libm test ULPs 2012-05-10 17:41:32 +02:00
mips Rearrange MIPS libm-test-ulps files. 2012-05-08 14:45:14 +00:00
powerpc Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
tile tile: allow memcpy(p, p, n) without corrupting memory at "p" 2012-05-14 15:46:12 -04:00
unix linux-generic: add wordsize-32 version of prlimit64/fanotify syscalls 2012-05-14 15:46:11 -04:00