Use unrelocated_addr in dwarf2_fde
authorTom Tromey <tromey@adacore.com>
Mon, 24 Apr 2023 14:23:46 +0000 (08:23 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 5 Jun 2023 15:59:18 +0000 (09:59 -0600)
commitd0516c8e66c82fb7c3f996d36199c4397fe411f6
tree70936aac3d39e120d7b44bc56b941bc1bb26612d
parent6d4e4b63bbd1b31a369f6a3360d6b8615d487469
Use unrelocated_addr in dwarf2_fde

This changes dwarf2_fde to use the unrelocated_addr type.  This
pointed out a latent bug in dwarf2_frame_cache, where a relocated
address is compared to an unrelocated address.
gdb/dwarf2/frame.c