aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/ti/am335x
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-02-20 05:10:09 +1100
committerPatrick Georgi <patrick@georgi-clan.de>2014-02-24 13:54:02 +0100
commitd777d86ab2afc03c0a1d98f136e05ef9c64aa5ed (patch)
tree950c87d1e8c75b2305dae02090ec24e1466c7a2c /src/cpu/ti/am335x
parentfb6d25faa05c43a46da5a2f5307c35b97e08e7cb (diff)
CAR_GLOBAL: enforce compiler to check if _start != _end
There are some fun rules C compilers can use to optimize their code. One of them is the assumption that two symbols point to two different addresses. In this case this wasn't true, resulting in unintended code execution (and later, a crash) with a clang build. Change-Id: I1496b22e1d1869ed0610e321b6ec6a83252e9d8b Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/4719 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/ti/am335x')
0 files changed, 0 insertions, 0 deletions