glibc/ports/sysdeps
Chris Metcalf 2bc2d8e823 tile: fix DWARF bug in clone() for created thread
Previously, we would see a bad frame in the gdb backtrace output, e.g.:

  (gdb) bt
  #0  foo () at foo.c:5
  #1  0x000000aaaab68ee8 in start_thread () from /lib/libpthread.so.0
  #2  0x000000aaaad01c88 in clone () from /lib/libc.so.6
  #3  0x0000000000000000 in ?? ()

With this change the bogus frame #3 is gone and we have the
same output as x86 does for the same program.
2012-12-21 15:29:55 -05:00
..
aarch64 aarch64: Regenerate libm-test-ulps. 2012-12-07 12:46:04 +00:00
alpha alpha: Fix redefinition of __isnanl macro warning 2012-12-07 13:08:31 -06:00
am33 Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). 2012-11-03 19:48:53 +00:00
arm Update ARM libm-test-ulps. 2012-11-30 20:41:26 +00:00
hppa hppa: Cleanup two build warnings for integer to pointers casts. 2012-11-29 17:59:59 -05:00
ia64 Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). 2012-11-03 19:48:53 +00:00
m68k m68k: update libm-test ULPs 2012-11-30 00:36:34 +01:00
mips Fix warnings from MIPS soft-float _FPU_GETCW. 2012-12-04 22:07:03 +00:00
powerpc Specify powerpc-nofpu fegetexceptflag return type. 2012-12-05 18:11:55 +00:00
tile tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.c 2012-11-29 11:17:29 -05:00
unix tile: fix DWARF bug in clone() for created thread 2012-12-21 15:29:55 -05:00