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
commit8f029af361dfeeb97441e4573330477a02de57f5 (patch)
tree74ac5f8f73429818d0d80617922668bf5fb896ee /bfd/xcoff-target.h
parent317654d94cf7a50195a5b4995de7d4ccef4bc727 (diff)
downloadgdb-8f029af361dfeeb97441e4573330477a02de57f5.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 a103ac9c8a6..04c391aa571 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