commit | e21f8baf8d9a452a09a9cf7c8ab4720ff9a891ef | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Jan 17 09:29:15 2019 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu May 02 13:54:11 2019 +0200 |
tree | 905b31bcbe59be06424d8d2579fa8c9c089dee6c | |
parent | bf72630130c29e2ba42e3db8d502de6bdfaa7d9a [diff] |
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: Martin Schwidefsky <schwidefsky@de.ibm.com>