After the 2.38 merge I can't seem to build gdb under cygwin, this is the part I'm having trouble with:
/home/BSzili/amiga-gcc/projects/binutils/gdb/cp-support.c: In function ‘gdb::unique_xmalloc_ptr<char> gdb_demangle(const char*, int)’:
/home/BSzili/amiga-gcc/projects/binutils/gdb/cp-support.c:1621:3: error: ‘set_segv_handler’ was not declared in this scope; did you mean ‘segv_handler_t’?
1621 | set_segv_handler(thread_local_segv_handler_l);
| ^~~~~~~~~~~~~~~~
| segv_handler_t
make[2]: *** [Makefile:1897: cp-support.o] Error 1
After the 2.38 merge I can't seem to build gdb under cygwin, this is the part I'm having trouble with: