arm: Fix up arm installed unwind.h for use in pedantic modes [PR93615]
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 Feb 2020 12:54:39 +0000 (12:54 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 Feb 2020 14:35:31 +0000 (14:35 +0000)
commit5602b48b2ed84feb1a5792e3d73b00b42138ca6e
treee0722d935f63534607e8545b39c63b843db2397e
parent13686ecef23bcfe9443a0755c73a19d677b786bd
arm: Fix up arm installed unwind.h for use in pedantic modes [PR93615]

Commit r10-6500-g811a475ea3fcc55ee4aea7c81171891ef19dfc25 broke the
GCC build for arm-none-uclinuxfdpiceabi, as it forgot to update some
uses of gnu_Unwind_Find_got.

2020-02-10  Christophe Lyon  <christophe.lyon@linaro.org>

libgcc/
PR target/93615
* unwind-arm-common.inc: Replace uses of gnu_Unwind_Find_got with
_Unwind_gnu_Find_got.
* unwind-pe.h: Likewise.
libgcc/ChangeLog
libgcc/unwind-arm-common.inc
libgcc/unwind-pe.h