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.
Hi,
Just wanted to make a note that I have tested this patch and it works
for me.
Thanks,
Spenser
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