glibc/sysdeps/tile/tilegx
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
..
bits Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
tilegx32 Add sysdeps/tile, sysdeps/unix/sysv/linux/tile. 2011-12-03 21:14:25 -05:00
tilegx64 Add sysdeps/tile, sysdeps/unix/sysv/linux/tile. 2011-12-03 21:14:25 -05:00
memchr.c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
memcpy.c tile: allow memcpy(p, p, n) without corrupting memory at "p" 2012-05-14 15:46:12 -04:00
memset.c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
memusage.h Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
rawmemchr.c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
strchr.c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
strchrnul.c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
string-endian.h Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
strlen.c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
strrchr.c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00