diff options
author | Richard Henderson <rth@redhat.com> | 1998-02-23 04:37:04 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-02-23 04:37:04 +0000 |
commit | 07fafd5d88d4009f599b692bfee22b71d756a6e3 (patch) | |
tree | a456c34b4f23f3d4ebd87467161220d367789841 /bfd/hosts | |
parent | 71d51207d13dbac1a325e4d18f3eb7112dda4a6d (diff) | |
download | gdb-07fafd5d88d4009f599b692bfee22b71d756a6e3.zip gdb-07fafd5d88d4009f599b692bfee22b71d756a6e3.tar.gz gdb-07fafd5d88d4009f599b692bfee22b71d756a6e3.tar.bz2 |
* configure.in (COREFILE selection): Remove sparc-*-linux*. They
don't actually use trad-core, but a SunOS-style core file handled
by gdb directly.
* hosts/sparclinux.h: Remove.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/sparclinux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/hosts/sparclinux.h b/bfd/hosts/sparclinux.h deleted file mode 100644 index c7b69ac..0000000 --- a/bfd/hosts/sparclinux.h +++ /dev/null @@ -1,6 +0,0 @@ -/* 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) |