Changeset f1380b7 in mainline for kernel/arch/sparc64/_link.ld.in


Ignore:
Timestamp:
2018-03-02T20:21:57Z (7 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
  • kernel/arch/sparc64/_link.ld.in

    ra35b458 rf1380b7  
    1717                *(.text .text.*);
    1818                ktext_end = .;
    19                
     19
    2020                kdata_start = .;
    2121                *(K_DATA_START)
     
    3434                *(.bss);                    /* uninitialized static variables */
    3535                *(COMMON);                  /* global variables */
    36                
     36
    3737                . = ALIGN(8);
    3838                symbol_table = .;
    3939                *(symtab.*);                /* Symbol table, must be LAST symbol!*/
    40                
     40
    4141                kdata_end = .;
    4242        }
    43        
     43
    4444        /DISCARD/ : {
    4545                *(*);
    4646        }
    47        
     47
    4848}
Note: See TracChangeset for help on using the changeset viewer.