aboutsummaryrefslogtreecommitdiff
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
commit59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49 (patch)
tree2927a32ae739755ca6ae049e7d3512fd7532a4d9 /bfd/xcoff-target.h
parentb946ec34e64e9c8bb72e3e089061e6c9d8d4ecb2 (diff)
downloadfsf-binutils-gdb-59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49.zip
fsf-binutils-gdb-59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49.tar.gz
fsf-binutils-gdb-59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49.tar.bz2
* 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 a103ac9..04c391a 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