This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/26493] -freorder-blocks-and-partition is a dud without generated profiling data



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-04-30 23:48 -------
(In reply to comment #6) 
> But when I try to further link this object file with other object files to
> produce an executable, the .text.unlikely section is missing from the final
> executable. I've tried this with gcc4.1.2/ld2.15 and then again with
> gcc4.1.1/ld2.17 with the same results.

What do you mean by missing?  The default linker scripts combines .text.* into
.text (but puts together those sections first).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26493


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