https://sourceware.org/bugzilla/show_bug.cgi?id=33175
Bug ID: 33175 Summary: sframe: --gsframe=no does not disable when .cfi_sections directive with .sframe Product: binutils Version: 2.46 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: indu.bhagat at oracle dot com Target Milestone: --- $ cat test.s .cfi_sections .sframe .cfi_startproc .cfi_endproc $ as --gsframe=no -o test.o test.s $ readelf -S test.o | grep 'sframe' [ 5] .sframe GNU_SFRAME 0000000000000000 00000070 [ 6] .rela.sframe RELA 0000000000000000 000000e0 --gsframe=no is meant to disable generation of SFrame sections. Disable generation of SFrame section if user specifies --gsframe=no with an input file containing directives to generate SFrame section -- You are receiving this mail because: You are on the CC list for the bug.