Re: [Patch, microblaze]: Add __builtin_trap instruction pattern

2014-01-23 Thread Michael Eager
On 11/25/13 23:47, David Holsgrove wrote: Implement the "trap" pattern for MicroBlaze using matching ABORT_INSTRUCTION used in glibc. Resolves recent build failure while building glibc, also encountered by ARM and AARCH64 and discussed here; https://sourceware.org/ml/libc-alpha/2013-11/msg00320.

[Patch, microblaze]: Add __builtin_trap instruction pattern

2013-12-17 Thread Spenser Gilliland
Hi, Just wanted to make a note that I have tested this patch and it works for me. Thanks, Spenser

[Patch, microblaze]: Add __builtin_trap instruction pattern

2013-11-25 Thread David Holsgrove
Implement the "trap" pattern for MicroBlaze using matching ABORT_INSTRUCTION used in glibc. Resolves recent build failure while building glibc, also encountered by ARM and AARCH64 and discussed here; https://sourceware.org/ml/libc-alpha/2013-11/msg00320.html ChangeLog 2013-11-26 David Holsgrov