ld: M68K

1 
1 4.6 'ld' and the Motorola 68K family
1 ====================================
1 
1 The '--got=TYPE' option lets you choose the GOT generation scheme.  The
1 choices are 'single', 'negative', 'multigot' and 'target'.  When
1 'target' is selected the linker chooses the default GOT generation
1 scheme for the current target.  'single' tells the linker to generate a
1 single GOT with entries only at non-negative offsets.  'negative'
1 instructs the linker to generate a single GOT with entries at both
1 negative and positive offsets.  Not all environments support such GOTs.
1 'multigot' allows the linker to generate several GOTs in the output
1 file.  All GOT references from a single input object file access the
1 same GOT, but references from different input object files might access
1 different GOTs.  Not all environments support such GOTs.
1