X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbfdlink.h;h=96c9886c00dc53f21fc6812b5742050fc297b19d;hb=59c2e50f2900f1256ee5b00551afd084a68a900b;hp=a989f64f4ca07f708e71a6e9949ac0c8f79634b4;hpb=023aaf9519725736042c2b233622ddfac1745596;p=deliverable%2Fbinutils-gdb.git diff --git a/include/bfdlink.h b/include/bfdlink.h index a989f64f4c..96c9886c00 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -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;