From e98e6ec1117b83defce2b1ccce6fd4ec3877bbfb Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 24 Jan 1992 22:44:51 +0000 Subject: Uses the new small reloc type now. Currently self hosts on sun4 and sun3 --- bfd/targets.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bfd/targets.c') diff --git a/bfd/targets.c b/bfd/targets.c index 26b77e9..d67e6e2 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -28,6 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ SECTION Targets +DESCRIPTION Each port of BFD to a different machine requries the creation of a target back end. All the back end provides to the root part of BFD is a structure containing pointers to functions @@ -66,18 +67,20 @@ SECTION <> on the BFD with a suggested format. The routine returns <> when the application guesses right. @menu -* bfd_target:: +@* bfd_target:: @end menu */ /* -@node bfd_target, , Targets, Targets +INODE + bfd_target, , Targets, Targets SUBSECTION bfd_target +DESCRIPTION This structure contains everything that BFD knows about a target. It includes things like its byte order, name, what routines to call to do various operations, etc. @@ -264,6 +267,7 @@ Symbols and reloctions . SDEF (void, _bfd_debug_info_start, (bfd *)); . SDEF (void, _bfd_debug_info_end, (bfd *)); . SDEF (void, _bfd_debug_info_accumulate, (bfd *, struct sec *)); +. SDEF (bfd_byte *, _bfd_get_relocated_section_contents, (bfd*,struct bfd_seclet_struct *)); Special entry points for gdb to swap in coff symbol table parts -- cgit v1.1