Changeset f1380b7 in mainline for boot/arch/riscv64


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.*);
Note: See TracChangeset for help on using the changeset viewer.