Index: config/tc-xtensa.c =================================================================== RCS file: /cvs/src/src/gas/config/tc-xtensa.c,v retrieving revision 1.29 diff -u -p -r1.29 tc-xtensa.c --- config/tc-xtensa.c 5 Apr 2005 23:37:34 -0000 1.29 +++ config/tc-xtensa.c 8 Apr 2005 17:24:18 -0000 @@ -10393,9 +10393,9 @@ xtensa_create_xproperty_segments (frag_f flagword flags; flags = bfd_get_section_flags (stdoutput, sec); - if (flags & SEC_DEBUGGING) - continue; - if (!(flags & SEC_ALLOC)) + if ((flags & SEC_DEBUGGING) + || !(flags & SEC_ALLOC) + || (flags & SEC_MERGE)) continue; if (section_has_xproperty (sec, flag_fn))