Changeset f1380b7 in mainline for boot/arch


Ignore:
Timestamp:
2018-03-02T20:21:57Z (8 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34e1206
Parents:
a35b458
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
Message:

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

Location:
boot/arch
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/_link.ld.in

    ra35b458 rf1380b7  
    1818                *(.components);
    1919        }
    20        
     20
    2121        /DISCARD/ : {
    2222                *(.*);
  • boot/arch/mips32/_link.ld.in

    ra35b458 rf1380b7  
    2323                *(.components);
    2424        }
    25        
     25
    2626        /DISCARD/ : {
    2727                *(.gnu.*);
  • boot/arch/ppc32/_link.ld.in

    ra35b458 rf1380b7  
    2020                *(.components);
    2121        }
    22        
     22
    2323        /DISCARD/ : {
    2424                *(.gnu.*);
  • boot/arch/riscv64/_link.ld.in

    ra35b458 rf1380b7  
    55SECTIONS {
    66        . = PHYSMEM_START;
    7        
     7
    88        .text : {
    99                *(BOOTSTRAP);
    1010                *(.text);
    1111        }
    12        
     12
    1313        . = ALIGN(0x1000);
    1414        .htif : {
     
    1717        }
    1818        . = ALIGN(0x1000);
    19        
     19
    2020        . = ALIGN(0x1000);
    2121        .pt : {
     
    2424        }
    2525        . = ALIGN(0x1000);
    26        
     26
    2727        .data : {
    2828                *(.data);       /* initialized data */
     
    3737                *(.components);
    3838        }
    39        
     39
    4040        /DISCARD/ : {
    4141                *(.gnu.*);
  • boot/arch/sparc64/_link.ld.in

    ra35b458 rf1380b7  
    66                *(BOOTSTRAP);
    77                *(.text);
    8                
     8
    99                *(.data);       /* initialized data */
    1010                *(.rodata);
     
    1717                *(.components);
    1818        }
    19        
     19
    2020        /DISCARD/ : {
    2121                *(.gnu.*);
Note: See TracChangeset for help on using the changeset viewer.