* lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:

Set new link_info member export_dynamic.
	* ldmain.c (main): Initialize new link_info member export_dynamic.
This commit is contained in:
Hans-Peter Nilsson
2001-06-15 13:02:23 +00:00
parent 7be4069c7e
commit 2a096f0438
3 changed files with 8 additions and 0 deletions

View File

@ -667,6 +667,7 @@ parse_args (argc, argv)
case OPTION_EXPORT_DYNAMIC:
case 'E': /* HP/UX compatibility. */
command_line.export_dynamic = true;
link_info.export_dynamic = true;
break;
case 'e':
lang_add_entry (optarg, true);