From: "Maciej W. Rozycki" <macro@orcam.me.uk>
To: Ivan Kokshaysky <ink@unseen.parts>
Cc: binutils@sourceware.org, gdb-patches@sourceware.org
Subject: Re: [PATCH] alpha, ld: remove -taso option
Date: Sat, 18 Jan 2025 07:33:44 +0000 (GMT) [thread overview]
Message-ID: <alpine.DEB.2.21.2501180723340.27432@angie.orcam.me.uk> (raw)
In-Reply-To: <Z4pr4tVtVYToa5YU@minute>
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
next prev parent reply other threads:[~2025-01-18 7:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Z4pr4tVtVYToa5YU@minute>
2025-01-17 14:47 ` Sam James
2025-01-17 15:00 ` Ivan Kokshaysky
2025-01-17 21:17 ` Sam James
2025-01-18 7:33 ` Maciej W. Rozycki [this message]
2025-01-18 7:37 ` Maciej W. Rozycki
2025-01-18 8:40 ` Ivan Kokshaysky
2025-01-18 10:17 ` [PATCH v2] " Ivan Kokshaysky
2025-01-20 17:50 ` Maciej W. Rozycki
[not found] ` <f203eaa7-41a5-4b87-80cc-ab0d0e2edd9c@redhat.com>
2025-02-11 17:02 ` Maciej W. Rozycki
2025-02-11 17:43 ` Andrew Burgess
2025-02-15 1:36 ` Maciej W. Rozycki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.21.2501180723340.27432@angie.orcam.me.uk \
--to=macro@orcam.me.uk \
--cc=binutils@sourceware.org \
--cc=gdb-patches@sourceware.org \
--cc=ink@unseen.parts \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox