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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [bfin/] [reloc.s] - Diff between revs 816 and 818

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 818
        .extern load_extern1;
        .extern load_extern1;
        .extern call_data1;
        .extern call_data1;
        .data
        .data
load_data1:     .word 4567;
load_data1:     .word 4567;
load_data2:     .word 8901;
load_data2:     .word 8901;
load_data3:     .word 1243;
load_data3:     .word 1243;
load_data4:     .byte load_extern1;
load_data4:     .byte load_extern1;
        .text
        .text
        jump exit;
        jump exit;
        call _call_data1;
        call _call_data1;
        r5 = load_data1;
        r5 = load_data1;
        jump exit-4;
        jump exit-4;
        call call_data1+8;
        call call_data1+8;
        r5.H = load_data2;
        r5.H = load_data2;
        r7.L = load_data3;
        r7.L = load_data3;
        r1.h = load_extern1;
        r1.h = load_extern1;
 
 
exit:
exit:
 
 
 
 

powered by: WebSVN 2.1.0

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