summaryrefslogtreecommitdiff
path: root/bfd/xcoff-target.h
diff options
context:
space:
mode:
authorNicholas Duffek <nsd@redhat.com>2000-06-16 20:19:24 +0000
committerNicholas Duffek <nsd@redhat.com>2000-06-16 20:19:24 +0000
commitb4461ddad3fb05c4f3653af771d7bf19c67b2eae (patch)
tree5f8ccee6eae02a61006e1d35a8c7ad019d32bde3 /bfd/xcoff-target.h
parentce80d1601f469f6881929deaababd46f68fc54b3 (diff)
downloadbinutils-redhat-b4461ddad3fb05c4f3653af771d7bf19c67b2eae.tar.gz
* rs6000-core.c: Support 64-bit core files, support pre-4.3 core
files on AIX 4.3. (read_hdr): New function. (rs6000coff_core_p): Store mstsave or __context64 struct instead of trying to extract individual registers. Set abfd->arch_info to match the architecture that created the core file. (rs6000coff_get_section_contents): Delete. * xcoff-target.h (rs6000coff_get_section_contents): Delete.
Diffstat (limited to 'bfd/xcoff-target.h')
-rw-r--r--bfd/xcoff-target.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/xcoff-target.h b/bfd/xcoff-target.h
index a103ac9c8a..04c391aa57 100644
--- a/bfd/xcoff-target.h
+++ b/bfd/xcoff-target.h
@@ -57,7 +57,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#undef CORE_FILE_P
#define CORE_FILE_P rs6000coff_core_p
extern const bfd_target * rs6000coff_core_p ();
-extern boolean rs6000coff_get_section_contents ();
extern boolean rs6000coff_core_file_matches_executable_p ();
#undef coff_core_file_matches_executable_p
@@ -71,9 +70,6 @@ extern char *rs6000coff_core_file_failing_command PARAMS ((bfd *abfd));
extern int rs6000coff_core_file_failing_signal PARAMS ((bfd *abfd));
#undef coff_core_file_failing_signal
#define coff_core_file_failing_signal rs6000coff_core_file_failing_signal
-
-#undef coff_get_section_contents
-#define coff_get_section_contents rs6000coff_get_section_contents
#endif /* AIX_CORE */
#ifdef LYNX_CORE