55626bf086
* m68klinux.c: New file. * hosts/m68klinux.h: New file. * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets. * configure.in (m68*-*-linux*): New native host. (m68klinux_vec): New vector. * configure: Rebuild. * targets.c (m68klinux_vec): Declare. * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c. * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename declaration from bfd_linux_size_dynamic_sections. (bfd_m68klinux_size_dynamic_sections): Declare. * bfd-in2.h: Rebuild. * Makefile.in: Rebuild dependencies. (BFD32_BACKENDS): Add m68klinux.o. (BFD32_BACKENDS_CFILES): Add m68klinux.c.
7 lines
321 B
C
7 lines
321 B
C
/* Linux dumps "struct task_struct" at the end of the core-file. This
|
|
structure is currently 2512 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)
|