commit | af1be2e21203867cb958aaceed5366e2e24b88e8 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Fri Dec 08 08:45:57 2017 -0800 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Jan 03 00:31:27 2018 -0800 |
tree | 668d1bc1b3051597af4d316b20ab7da9d6cb4fce | |
parent | f5a16b93e6291ba1f65f55647cb4cd8d75ed1b35 [diff] |
ARC: handle gcc generated __builtin_trap for older compiler ARC gcc prior to GNU 2018.03 release didn't have a target specific __builtin_trap() implementation, generating default abort() call. Implement the abort() call - emulating what newer gcc does for the same, as suggested by Arnd. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>