public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: Florian Weimer <fweimer@redhat.com>
Cc: "Adhemerval Zanella via Libc-alpha" <libc-alpha@sourceware.org>,
	"Fāng-ruì Sòng" <maskray@google.com>
Subject: Re: [PATCH] Remove fno-unit-at-a-time make variable
Date: Wed, 6 Apr 2022 12:35:17 -0300	[thread overview]
Message-ID: <b200f2b1-33a3-0573-ce34-03e594e7c4a4@linaro.org> (raw)
In-Reply-To: <e4df84bd-ff3a-cae2-bb00-fab9ac977186@linaro.org>



On 05/04/2022 18:15, Adhemerval Zanella wrote:
> 
> 
> On 05/04/2022 17:40, Florian Weimer wrote:
>> * Adhemerval Zanella:
>>
>>> On 05/04/2022 17:26, Florian Weimer wrote:
>>>> * Adhemerval Zanella:
>>>>
>>>>> On 05/04/2022 14:53, Florian Weimer wrote:
>>>>>> * Adhemerval Zanella via Libc-alpha:
>>>>>>
>>>>>>> This is not what I am seeing on my clang branch, where clang with integrated
>>>>>>> moves the global asm directives to the top of the file.  And it makes 
>>>>>>> check-abi fail due the _sys_errlist/sys_errlist being with wrong value.
>>>>>>
>>>>>> You can move the directives to the bottom of the file by creating a
>>>>>> temporary .s file and #include that from a wrapper .S file that
>>>>>> #includes the .s file.
>>>>>
>>>>> Not sure I am following your suggestion here, do you mean get the -S
>>>>> output file from compiler?
>>>>
>>>> Yes, H.J. did that in earlier patches.  But I didn't like it back then. 8-p
>>>
>>> For dl-debug-symbols.S? I might take it as an example.
>>
>> Yes, here's a link to one of the earlier patches:
>>
>>   [PATCH] Extend struct r_debug to support multiple namespaces
>>   <https://sourceware.org/pipermail/libc-alpha/2021-August/130149.html>
> 
> Thanks, I found it on the my local inbox history.
> 
>>
>> In the end, I think it was easier to use a manually written assembler
>> file in that case, with the constants filled in via the .sym expander.
> 
> I think for this case, it would be simpler to use H.J strategy, I really
> don't want to re-implement what compiler might do to lay out a C array
> to assembler.

And so it seems it does not really help clang, the integrated assembler
still reorganizes the global asm directives which breaks the required
ABI size directives.

  reply	other threads:[~2022-04-06 15:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-30  5:07 Fangrui Song
2022-03-30 12:46 ` Adhemerval Zanella
2022-03-30 16:23   ` Fangrui Song
2022-03-30 16:28     ` Adhemerval Zanella
2022-03-31  3:43       ` Fangrui Song
2022-03-31 11:33         ` Adhemerval Zanella
2022-04-04 15:57           ` Fangrui Song
2022-04-05 14:35             ` Adhemerval Zanella
2022-04-05 16:22               ` Fāng-ruì Sòng
2022-04-05 16:40                 ` Adhemerval Zanella
2022-04-05 16:44                   ` Fāng-ruì Sòng
2022-04-05 16:49                     ` Adhemerval Zanella
2022-04-05 17:53                       ` Florian Weimer
2022-04-05 20:01                         ` Adhemerval Zanella
2022-04-05 20:26                           ` Florian Weimer
2022-04-05 20:30                             ` Adhemerval Zanella
2022-04-05 20:40                               ` Florian Weimer
2022-04-05 21:15                                 ` Adhemerval Zanella
2022-04-06 15:35                                   ` Adhemerval Zanella [this message]
2022-04-07  7:02                       ` Fāng-ruì Sòng

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=b200f2b1-33a3-0573-ce34-03e594e7c4a4@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=maskray@google.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).