https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122874
--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
```
void bfd_write();
bool _bfd_nocore_core_file_matches_executable_p(int *total_reloc_sizep) {
char tmp_space[8192];
if (tmp_space > bfd_write)
return *total_reloc_sizep;
}
```
