]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/weak.t
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[binutils.git] / ld / testsuite / ld-scripts / weak.t
1 SECTIONS
2 {
3   .text 0x1000 : {
4     tmpdir/weak1.o(*)
5   }
6   .data 0x2000 : {
7     tmpdir/weak2.o(*)
8   }
9 }
This page took 0.023156 seconds and 4 git commands to generate.