x86/boot: do not create unwind tables
authorDaniel Kiper <daniel.kiper@oracle.com>
Wed, 8 Jun 2016 12:01:53 +0000 (14:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 8 Jun 2016 12:01:53 +0000 (14:01 +0200)
commit647fde45730771f47b438ee495e16fd4e9cf9629
tree944026c32499cfa71e1a097e4f31913510069b08
parentba98196b54b27262ffe3d3463358eb4cff18b28d
x86/boot: do not create unwind tables

This way .eh_frame section is not included in *.lnk and *.bin files.
Hence, final e.g. reloc.bin file size is reduced from 408 bytes to
272 bytes and it contains only used code and data.

Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/boot/build32.mk