Skip to content
Commit e21f8baf authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390/bug: add entry size to the __bug_table section



Change the __EMIT_BUG inline assembly to emit mergeable __bug_table
entries with type @progbits and specify the size of each entry.
The entry size is encoded sh_entsize field of the section definition,
it allows to identify which struct bug_entry to use to decode the
entries. This will be needed for the objtool support.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent bf726301
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment