This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: i_am_not_a_leaf() and -fno-unit-at-a-time


initfini.c needs -fno-unit-at-a-time.  It's not a normal compilation, but a
special hack for generating assembly fragments.  The development libc uses
the flag for that file.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]