diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-01-20 14:24:00 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-01-20 14:24:13 -0800 |
commit | 0c193cabe1d8f209359f3ccb8e74cf87b38fc4bc (patch) | |
tree | 498ea4f920b7c0fc85c1c993d04766446a9592dd /gcc | |
parent | f71354f7b99716c47e885851280376574920da92 (diff) | |
download | gcc-0c193cabe1d8f209359f3ccb8e74cf87b38fc4bc.zip gcc-0c193cabe1d8f209359f3ccb8e74cf87b38fc4bc.tar.gz gcc-0c193cabe1d8f209359f3ccb8e74cf87b38fc4bc.tar.bz2 |
libbacktrace: change PC variables from uint64_t to uintptr_t
Change variables holding PC values from uint64_t to uintptr_t.
Patch by Björn Schäpers.
* dwarf.c (struct function_addrs): Change low and high fields to
uintptr_t.
(struct unit_addrs): Likewise.
(resolve_addr_index): Change address parameter to uintptr_t*.
(add_unit_addr): Change lowpc and highpc parameters to uintptr_t.
(add_function_range): Likewise.
(struct pcrange): Change lowpc and highpc fields to uintptr_t.
(add_low_high_range): Change add_range lowpc and highpc parameters
to uintptr_t.
(add_ranges_from_ranges): Likewise.
(add_ranges_from_rnglists): Likewise.
(add_low_high_range): Chnage lowpc and highpc variables to
uintpr_t.
(add_ranges_from_rnglists): Change some local variables to
uintptr_t.
(add_ranges_from_ranges): Change base parameter to uintptr_t.
(add_ranges_from_rnglists): Likewise.
(read_function_entry): Likewise.
(resolve_addr_index): Add explicit casts to uintptr_t.
(update_pcrange): Likewise.
(add_ranges_from_ranges): Likewise.
(add_ranges_from_rnglists): Likewise.
(read_function_entry): Likewise.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions