When I cat a binary file like this cat /bin/cat
, I see that something like this is included in binary almost every time;
GCC: (GNU) 4.6.3
And some other things like, .gnu.version.gnu.version_r
or gnu.build-id.gnu.hash
. Is there any reasons why these things are included in binary files?