Skip to content
Snippets Groups Projects
Commit c0a80af4 authored by Iain Sandoe's avatar Iain Sandoe
Browse files

libgcc, aarch64: Allow for BE platforms in heap trampolines.


This arranges that the byte order of the instruction sequences is
independent of the byte order of memory.

libgcc/ChangeLog:

	* config/aarch64/heap-trampoline.c
	(aarch64_trampoline_insns): Arrange to encode instructions as a
	byte array so that the order is independent of memory byte order.
	(struct aarch64_trampoline): Likewise.

Signed-off-by: default avatarIain Sandoe <iain@sandoe.co.uk>
parent 0a6a5f86
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment