Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@gnu.org>2004-03-22 02:57:42 +0300
committerAndrew Cagney <cagney@gnu.org>2004-03-22 02:57:42 +0300
commitf0dd14d0d811920274773d6c465e905bcb5c4402 (patch)
treec1f841c37296271b04c5a8ba12199067b2badb24 /include/bfdlink.h
parent0264ff199a9473cd94da9d1d6747b86129cc5173 (diff)
Merge with mainline cagney_tramp-20040321-mergepoint.cagney_tramp-20040309-branch
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index a989f64f4..96c9886c0 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;