mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Revert my last change since it has not been approved.
This commit is contained in:
@ -92,7 +92,6 @@ enum option_values
|
||||
OPTION_RETAIN_SYMBOLS_FILE,
|
||||
OPTION_RPATH,
|
||||
OPTION_RPATH_LINK,
|
||||
OPTION_SEP_CODE,
|
||||
OPTION_SHARED,
|
||||
OPTION_SONAME,
|
||||
OPTION_SORT_COMMON,
|
||||
@ -478,8 +477,6 @@ static const struct ld_option ld_options[] =
|
||||
'\0', NULL, N_("Create a position independent executable"), ONE_DASH },
|
||||
{ {"pic-executable", no_argument, NULL, OPTION_PIE},
|
||||
'\0', NULL, NULL, TWO_DASHES },
|
||||
{ {"sep-code", no_argument, NULL, OPTION_SEP_CODE},
|
||||
'\0', NULL, N_("Put code into separate segment"), TWO_DASHES },
|
||||
{ {"sort-common", optional_argument, NULL, OPTION_SORT_COMMON},
|
||||
'\0', N_("[=ascending|descending]"),
|
||||
N_("Sort common symbols by alignment [in specified order]"),
|
||||
@ -1146,9 +1143,6 @@ parse_args (unsigned argc, char **argv)
|
||||
else
|
||||
einfo (_("%P%F: -pie not supported\n"));
|
||||
break;
|
||||
case OPTION_SEP_CODE:
|
||||
link_info.sep_code = TRUE;
|
||||
break;
|
||||
case 'h': /* Used on Solaris. */
|
||||
case OPTION_SONAME:
|
||||
command_line.soname = optarg;
|
||||
|
Reference in New Issue
Block a user