diff options
author | Stu Grossman <grossman@cygnus> | 1991-08-31 02:01:17 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-08-31 02:01:17 +0000 |
commit | 7307c104b356373188b1caf03c9925b60381d07d (patch) | |
tree | 3d41035a003f5a95b97dcbecc37d24eca575906c /bfd | |
parent | 9e7f3b6a69c70c8dc45c40d9d8c9c37841ba9866 (diff) | |
download | gdb-7307c104b356373188b1caf03c9925b60381d07d.zip gdb-7307c104b356373188b1caf03c9925b60381d07d.tar.gz gdb-7307c104b356373188b1caf03c9925b60381d07d.tar.bz2 |
Retract last edit. System type should determine whether this file gets loaded
at all.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/trad-core.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bfd/trad-core.c b/bfd/trad-core.c index 588185c..a4f13e3 100644 --- a/bfd/trad-core.c +++ b/bfd/trad-core.c @@ -20,14 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This file does not define a particular back-end, but it defines routines that can be used by other back-ends. */ - #include <sysdep.h> - -/* No core file support yet on any iris, so dump all this code. - We don't appear to grok foreign core files on any system, since u - will have different sizes on different machines anyway. */ -#if (HOST_SYS != IRIX3_SYS) && (HOST_SYS != IRIX4_SYS) - #include "bfd.h" #include <stdio.h> #include "libbfd.h" @@ -187,5 +180,3 @@ trad_unix_core_file_matches_executable_p (core_bfd, exec_bfd) { return true; /* FIXME, We have no way of telling at this point */ } - -#endif /* (HOST_SYS != IRIX3_SYS) && (HOST_SYS != IRIX4_SYS) */ |