Fix the behaviour of --allow-shlib-undefined, so that it does what it claims

to do.  Add an inverse switch.  Update the documentation.
This commit is contained in:
Nick Clifton
2003-02-17 18:24:40 +00:00
parent b5f852ea83
commit ae9a127f86
23 changed files with 322 additions and 316 deletions

View File

@@ -265,7 +265,7 @@ main (argc, argv)
link_info.traditional_format = FALSE;
link_info.optimize = FALSE;
link_info.no_undefined = FALSE;
link_info.allow_shlib_undefined = FALSE;
link_info.allow_shlib_undefined = TRUE;
link_info.allow_multiple_definition = FALSE;
link_info.allow_undefined_version = TRUE;
link_info.keep_memory = TRUE;