Re: Meaning of flag_pic

2024-09-26 Thread Enrico via Gcc
Thank you for your answer. I did see that part of the code, but still I cannot understand, because the TARGET_OPTION_OVERRIDE is called before the finalization. So why doing a test on flag_pic before finalization? Thank you Best regards Enrico Bragante Il gio 26 set 2024, 23:43 Jakub Jelinek ha

Re: Meaning of flag_pic

2024-09-26 Thread Jakub Jelinek via Gcc
On Thu, Sep 26, 2024 at 11:20:15PM +0200, Enrico via Gcc wrote: > I am trying to understand how 'flag_pic' works. > It is used extensively in TARGET_OPTION_OVERRIDE functions in the form 'if > (flag_pic) ... '. > The flags fPic and fpic have a default value of -1, so as far as I > understand, if th