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