https://sourceware.org/bugzilla/show_bug.cgi?id=3298

--- Comment #10 from Quentin Boswank <qubos at outlook dot de> ---
There seems to be a bug in gas where switch table entris will not emit
R_SH_SWITCH8 relocs when using -ffunction-sections in gcc. The R_SH_CODE/DATA
pair around them however will still get generated.

Minimal example:

.section .text.hi,"ax",@progbits
.align 2
.L1:
.byte .L2-.L1
.align 1
.L2:

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to