19990502 sourceware import
[deliverable/binutils-gdb.git] / ld / testsuite / ld-empic / relax.t
1 OUTPUT_FORMAT("ecoff-bigmips")
2 SECTIONS
3 {
4 .foo 0x30 : {
5 tmpdir/relax3.o(.text)
6 tmpdir/relax1.o(.text)
7 }
8 .text 0x20000 : {
9 _ftext = . ;
10 *(.init)
11 eprol = .;
12 tmpdir/relax4.o(.text)
13 *(.text)
14 *(.fini)
15 etext = .;
16 _etext = .;
17 }
18 .rdata . : {
19 *(.rdata)
20 }
21 _fdata = .;
22 .data . : {
23 *(.data)
24 CONSTRUCTORS
25 }
26 _gp = . + 0x8000;
27 .lit8 . : {
28 *(.lit8)
29 }
30 .lit4 . : {
31 *(.lit4)
32 }
33 .sdata . : {
34 *(.sdata)
35 }
36 edata = .;
37 _edata = .;
38 _fbss = .;
39 .sbss . : {
40 *(.sbss)
41 *(.scommon)
42 }
43 .bss . : {
44 *(.bss)
45 *(COMMON)
46 }
47 end = .;
48 _end = .;
49 }
This page took 0.031219 seconds and 4 git commands to generate.