This file is indexed.

/usr/lib/gcc-cross/mips64-linux-gnuabi64/5/plugin/include/bversion.h is in gcc-5-plugin-dev-mips64-linux-gnuabi64 5.5.0-12ubuntu1cross1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
#define BUILDING_GCC_MAJOR 5
#define BUILDING_GCC_MINOR 5
#define BUILDING_GCC_PATCHLEVEL 0
#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)