mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +08:00
2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
PR 459 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic option on linker script as the one for linker script.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR 459
|
||||||
|
* ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
|
||||||
|
option on linker script as the one for linker script.
|
||||||
|
|
||||||
2004-10-16 Daniel Jacobowitz <dan@debian.org>
|
2004-10-16 Daniel Jacobowitz <dan@debian.org>
|
||||||
|
|
||||||
* ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
|
* ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
|
||||||
|
@ -1809,6 +1809,9 @@ load_symbols (lang_input_statement_type *entry,
|
|||||||
|
|
||||||
ldfile_assumed_script = TRUE;
|
ldfile_assumed_script = TRUE;
|
||||||
parser_input = input_script;
|
parser_input = input_script;
|
||||||
|
/* We want to use the same -Bdynamic/-Bstatic as the one for
|
||||||
|
ENTRY. */
|
||||||
|
config.dynamic_link = entry->dynamic;
|
||||||
yyparse ();
|
yyparse ();
|
||||||
ldfile_assumed_script = FALSE;
|
ldfile_assumed_script = FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user