bfd: new BFD target entry point _bfd_set_reloc.
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 23a435043a01533ae3fb902bf5e98a0ff2bb4734..c6fce45abf1b7c530dcb99a7a764d42359c17bbb 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1064,18 +1064,10 @@ DESCRIPTION
        section @var{sec} to the values @var{rel} and @var{count}.
        The argument @var{abfd} is ignored.
 
+.#define bfd_set_reloc(abfd, asect, location, count) \
+.     BFD_SEND (abfd, _bfd_set_reloc, (abfd, asect, location, count))
 */
 
-void
-bfd_set_reloc (bfd *ignore_abfd ATTRIBUTE_UNUSED,
-              sec_ptr asect,
-              arelent **location,
-              unsigned int count)
-{
-  asect->orelocation = location;
-  asect->reloc_count = count;
-}
-
 /*
 FUNCTION
        bfd_set_file_flags
This page took 0.023921 seconds and 4 git commands to generate.