bfd/
[deliverable/binutils-gdb.git] / include / bfdlink.h
index a989f64f4ca07f708e71a6e9949ac0c8f79634b4..96c9886c00dc53f21fc6812b5742050fc297b19d 100644 (file)
@@ -303,9 +303,9 @@ struct bfd_link_info
   unsigned int noexecstack: 1;
 
   /* What to do with unresolved symbols in an object file.
-     When producing static binaries the default is GENERATE_ERROR.
-     When producing dynamic binaries the default is IGNORE.  The
-     assumption with dynamic binaries is that the reference will be
+     When producing executables the default is GENERATE_ERROR.
+     When producing shared libraries the default is IGNORE.  The
+     assumption with shared libraries is that the reference will be
      resolved at load/execution time.  */
   enum report_method unresolved_syms_in_objects;
 
This page took 0.02392 seconds and 4 git commands to generate.