Remove dependency on uintptr_t in libgcc
authorThomas Neumann <tneumann@users.sourceforge.net>
Sun, 18 Sep 2022 09:31:01 +0000 (11:31 +0200)
committerThomas Neumann <tneumann@users.sourceforge.net>
Sun, 18 Sep 2022 09:34:39 +0000 (11:34 +0200)
commitd458f806afe07d1e06bdf275e94d05a716f41bf6
tree9e6017a2ef44148594a9cdaf66f5d8fb9b1d3a75
parente3c4a86e6b98b334b1a20f2529e6c59f6e19f73d
Remove dependency on uintptr_t in libgcc

uintptr_t is no available for all targets, use __UINTPTR_TYPE__
instead.

libgcc/ChangeLog:

* unwind-dw2-fde.c: Replace uintptr_t with typedef
for __UINTPTR_TYPE__.
* unwind-dw2-btree.h: Likewise.
libgcc/unwind-dw2-btree.h
libgcc/unwind-dw2-fde.c