~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/c/arch/amd64/_link.ld.in

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
SECTIONS {
16
16
#ifdef LOADER
17
 
        .interp : {
18
 
                *(.interp);
19
 
        } :interp
20
 
        
21
17
        . = 0x70001000 + SIZEOF_HEADERS;
22
18
#else
23
19
        . = 0x1000 + SIZEOF_HEADERS;
24
20
#endif
 
21
        
25
22
        .init : {
26
23
                *(.init);
27
24
        } :text
31
28
                *(.rodata .rodata.*);
32
29
        } :text
33
30
        
 
31
#ifdef LOADER
 
32
        .interp : {
 
33
                *(.interp);
 
34
        } :interp :text
 
35
#endif
 
36
        
34
37
        . = . + 0x1000;
35
38
        
36
39
        .data : {