mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* 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:
@ -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);
|
||||
|
Reference in New Issue
Block a user