summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libunwind-debug-frame-aarch64.c
blob: 22844673fc26d85b4a2804ee73bd4d0b9a30bb84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <libunwind-aarch64.h>
#include <stdlib.h>

extern int
UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
				 unw_word_t ip, unw_word_t segbase,
				 const char *obj_name, unw_word_t start,
				 unw_word_t end);

#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)

int main(void)
{
	dwarf_find_debug_frame(0, NULL, 0, 0, NULL, 0, 0);
	return 0;
}
='/cgit.cgi/linux/net-next.git/patch/include/uapi/asm-generic?id=4c9456df8849204435c4de1849120b916975d75d'>patch) tree9dd2bb5f13f770fdda7758ca041aec993cfe11e2 /include/uapi/asm-generic parent6e631f6d354fd7d527de86b1bc7d94fabac862d6 (diff)
arm64: dts: juno: Correct PCI IO window
The PCIe root complex on Juno translates the MMIO mapped at 0x5f800000 to the PIO address range starting at 0 (which is common because PIO addresses are generally < 64k). Correct the DT to reflect this. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/uapi/asm-generic')