Searched hist:3210 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/loader/
H A Delf_object.cc11559:3210a0b99c88 Mon Jul 11 05:39:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> base: Convert ELF .text size check assertion to a warning

The ELF loader currently has an assertion that checks if the size of a
loaded .text secion is non-zero. This is useful in the general case as
an empty text section normally indicates that there is something
strange with the ELF file. However, asserting isn't very useful. This
changeset converts the assert into a warning that tells the user that
something strange is happening.

Change-Id: I313e17847b50a0eca00f6bd00a54c610d626c0f0
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>

Completed in 9 milliseconds