mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-01 13:55:55 +00:00
* lexsup.c (parse_args): Accept -static as a synonym for
-non_shared.
This commit is contained in:
parent
cbbf960822
commit
4279241152
@ -2,6 +2,7 @@ Wed Jun 15 01:54:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.
|
||||
* lexsup.c (parse_args): Ignore -qmagic for Linux compatibility.
|
||||
Accept -static as a synonym for -non_shared.
|
||||
|
||||
Let the user change the dynamic linker used by ELF code.
|
||||
* ld.h (args_type): Add new field interpreter.
|
||||
|
@ -104,6 +104,7 @@ parse_args (argc, argv)
|
||||
{"sort-common", no_argument, NULL, OPTION_SORT_COMMON},
|
||||
{"sort_common", no_argument, NULL, OPTION_SORT_COMMON},
|
||||
{"stats", no_argument, NULL, OPTION_STATS},
|
||||
{"static", no_argument, NULL, OPTION_NON_SHARED},
|
||||
{"Tbss", required_argument, NULL, OPTION_TBSS},
|
||||
{"Tdata", required_argument, NULL, OPTION_TDATA},
|
||||
{"Ttext", required_argument, NULL, OPTION_TTEXT},
|
||||
|
Loading…
x
Reference in New Issue
Block a user