While building and linking with --coverage I receive missing reference error for __gcov_exit and __gcov_flush. I've checked with nm and it seems those symbols are nowhere to be found in the binary package. They were available in older versions (gcc 10), why they disappeared?