This file is indexed.

/usr/share/gputils/lkr/10f200_g.lkr is in gputils-common 1.4.0-0.1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
// File: 10f200_g.lkr
// Generic linker script for the PIC10F200 processor

LIBPATH .

CODEPAGE   NAME=page       START=0x0               END=0xFF                     
CODEPAGE   NAME=.idlocs    START=0x100             END=0x103          PROTECTED 
CODEPAGE   NAME=.config    START=0xFFF             END=0xFFF          PROTECTED 

DATABANK   NAME=sfrs       START=0x0               END=0x7            PROTECTED

DATABANK   NAME=gprs       START=0x10              END=0x1F           

SECTION    NAME=PROG       ROM=page            // ROM code space
SECTION    NAME=IDLOCS     ROM=.idlocs         // ID locations