------- 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