OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elf/] [tbss.s] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
        .file   "x.c"
        .file   "x.c"
        .globl bss
        .globl bss
        .section        .bss,"aw",%nobits
        .section        .bss,"aw",%nobits
        .p2align 12
        .p2align 12
        .type   bss,%object
        .type   bss,%object
        .size   bss,4096
        .size   bss,4096
bss:
bss:
        .zero   4096
        .zero   4096
        .globl tbss
        .globl tbss
        .section        .tbss,"awT",%nobits
        .section        .tbss,"awT",%nobits
        .p2align 12
        .p2align 12
        .type   tbss,%object
        .type   tbss,%object
        .size   tbss,4096
        .size   tbss,4096
tbss:
tbss:
        .zero   4096
        .zero   4096
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.