opnsense-src/lib/libthread_db/arch
Michal Meloun dfe5f22fd7 Cleanup structures related to VFP and/or mcontext_t.
- in mcontext_t, rename newer used 'union __vfp' to equaly sized 'mc_spare'.
  Space allocated by 'union __vfp' is too small and cannot hold full
  VFP context.
- move structures defined in fp.h to more appropriate headers.
- remove all unused VFP structures.

MFC after:	2 weeks
2017-03-24 11:46:49 +00:00
..
aarch64 Add the arm64 parts of libthread_db. 2015-04-01 08:37:50 +00:00
amd64 Use the size of struct fpreg rather than of the pointer to it when copying 2011-08-06 17:49:21 +00:00
arm Cleanup structures related to VFP and/or mcontext_t. 2017-03-24 11:46:49 +00:00
i386 Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silence 2015-01-27 18:56:46 +00:00
mips Add the needed libpthread_md.c for MIPS. 2008-08-28 15:41:12 +00:00
powerpc libc_r_* library is no more required, so just axe it. 2009-03-05 18:27:16 +00:00
riscv Add the RISC-V MD parts of libthread_db. 2016-01-27 10:34:07 +00:00
sparc64 Prefix the alias macros for members of struct __mcontext with an underscore 2013-07-12 14:24:52 +00:00