Changeset 1890f2a2 in mainline for uspace/lib/c/arch/riscv64


Ignore:
Timestamp:
2018-04-09T15:06:16Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f932a7e
Parents:
0a4667a7
Message:

fix linker warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/riscv64/_link.ld.in

    r0a4667a7 r1890f2a2  
    5555        } :data :tls
    5656
    57         .sbss : {
     57        .bss : {
    5858                *(.scommon);
    5959                *(.sbss);
    60         }
    61 
    62         .bss : {
    6360                *(COMMON);
    6461                *(.bss);
Note: See TracChangeset for help on using the changeset viewer.