Following up on Tom's suggestion I am checking in a patch to replace the various
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 8d0580c20f073f391bb1cf59eedf508ce7b76a83..2d174f3e4257ac8ec246e77513b3b95ce33b1994 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -311,6 +311,14 @@ CODE_FRAGMENT
 .  unsigned int selective_search : 1;
 .};
 .
+.{* See note beside bfd_set_section_userdata.  *}
+.static inline bfd_boolean
+.bfd_set_cacheable (bfd * abfd, bfd_boolean val)
+.{
+.  abfd->cacheable = val;
+.  return TRUE;
+.}
+.
 */
 
 #include "sysdep.h"
This page took 0.024463 seconds and 4 git commands to generate.