aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <jlaw@ventanamicro.com>2023-12-02 22:45:48 -0700
committerJeff Law <jlaw@ventanamicro.com>2023-12-02 22:45:48 -0700
commit4cef6daf40f4aefd748245a720955d4e52d1a81e (patch)
treea42db80a3eb23addc3e65bb135cf0e1b51937975 /gcc
parent3da08ffa6df2634092a6292b045568fc326e28e6 (diff)
downloadgcc-4cef6daf40f4aefd748245a720955d4e52d1a81e.zip
gcc-4cef6daf40f4aefd748245a720955d4e52d1a81e.tar.gz
gcc-4cef6daf40f4aefd748245a720955d4e52d1a81e.tar.bz2
[committed] Fix build of libgcc on ports using FDPIC
read_encoded_value_with_base has an ifdef'd code path conditional on __FDPIC__ which was calling _Unwind_gnu_Find_got without a prototype. This naturally caused various build failures. This adds a suitable prototype. Pushed to the trunk. libgcc * unwind-pe.h (_Unwind_gnu_Find_got): Add prototype.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions