aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1997-10-23 07:51:48 +0000
committerRichard Henderson <rth@redhat.com>1997-10-23 07:51:48 +0000
commit5e0c6aada02d94f81af246c75cfda01c2e048127 (patch)
tree5fc494e5eb2e489b44c2422cabfccb5bcfc7e7cd /bfd/hosts
parent639da7eb77434da02097781e75b9f54bdcae2b73 (diff)
downloadgdb-5e0c6aada02d94f81af246c75cfda01c2e048127.zip
gdb-5e0c6aada02d94f81af246c75cfda01c2e048127.tar.gz
gdb-5e0c6aada02d94f81af246c75cfda01c2e048127.tar.bz2
* configure.in (sparc*-*-linux*): Use trad-core and ...
* hosts/sparclinux.h: New file.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/sparclinux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/hosts/sparclinux.h b/bfd/hosts/sparclinux.h
new file mode 100644
index 0000000..c7b69ac
--- /dev/null
+++ b/bfd/hosts/sparclinux.h
@@ -0,0 +1,6 @@
+/* Linux dumps "struct task_struct" at the end of the core-file. This
+ structure is currently 1576 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)