config root man

Current Path : /usr/src/contrib/binutils/bfd/hosts/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/contrib/binutils/bfd/hosts/alphalinux.h

/* Linux dumps "struct task_struct" at the end of the core-file.  This
   structure is currently 1080 bytes long, but we allow up to 4096
   bytes to allow for some future growth.  */
#define TRAD_CORE_EXTRA_SIZE_ALLOWED		4096
#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
  ((abfd)->tdata.trad_core_data->u.signal)

Man Man