[PATCH] alpha, ld: remove -taso option
Maciej W. Rozycki
macro@orcam.me.uk
Sat Jan 18 07:33:44 GMT 2025
On Fri, 17 Jan 2025, Ivan Kokshaysky wrote:
> ld/po/bg.po | 7 -------
> ld/po/es.po | 9 ---------
> ld/po/fi.po | 12 ------------
> ld/po/fr.po | 9 ---------
> ld/po/ka.po | 7 -------
> ld/po/ld.pot | 8 --------
> ld/po/pt_BR.po | 9 ---------
> ld/po/ro.po | 9 ---------
> ld/po/ru.po | 9 ---------
> ld/po/sr.po | 9 ---------
> ld/po/sv.po | 12 ------------
> ld/po/uk.po | 9 ---------
We don't regenerate locales with code updates, so please remove this
part; changes will be picked up by the translation team on the next
iteration.
> diff --git a/ld/emultempl/alphaelf.em b/ld/emultempl/alphaelf.em
> index 5ae2587a653..995d7f07a7f 100644
> --- a/ld/emultempl/alphaelf.em
> +++ b/ld/emultempl/alphaelf.em
> @@ -97,40 +83,24 @@ alpha_before_allocation (void)
> && ! RELAXATION_DISABLED_BY_USER)
> ENABLE_RELAXATION;
> }
> -
> -static void
> -alpha_finish (void)
> -{
> - if (limit_32bit)
> - elf_elfheader (link_info.output_bfd)->e_flags |= EF_ALPHA_32BIT;
> -
> - ldelf_finish ();
> -}
> EOF
>
> # Define some shell vars to insert bits of code into the standard elf
> # parse_args and list_options functions.
> #
> PARSE_AND_LIST_LONGOPTS='
> - { "taso", no_argument, NULL, OPTION_TASO },
> { "secureplt", no_argument, NULL, OPTION_SECUREPLT },
> { "no-secureplt", no_argument, NULL, OPTION_NO_SECUREPLT },
> '
>
> PARSE_AND_LIST_OPTIONS='
> fprintf (file, _("\
> - --taso Load executable in the lower 31-bit addressable\n\
> - virtual address range\n"));
> - fprintf (file, _("\
> --secureplt Force PLT in text segment\n"));
> fprintf (file, _("\
> --no-secureplt Force PLT in data segment\n"));
> '
>
> PARSE_AND_LIST_ARGS_CASES='
> - case OPTION_TASO:
> - limit_32bit = 1;
> - break;
Please remove OPTION_TASO definition from ld/ldlex.h as well.
Maciej
More information about the Gdb-patches
mailing list