Changeset 76cec1e in mainline for arch/mips/_link.ld


Ignore:
Timestamp:
2005-07-15T21:57:30Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4a4c5e3
Parents:
e41c47e
Message:

Huge indentation fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/_link.ld

    re41c47e r76cec1e  
    3232        . = ABSOLUTE(hardcoded_ktext_size);
    3333        .patch_1 : {
    34                 LONG(ktext_end - ktext_start);
     34                LONG(ktext_end - ktext_start);
    3535        }
    3636
    3737        . = ABSOLUTE(hardcoded_kdata_size);
    3838        .patch_2 : {
    39                 LONG(kdata_end - kdata_start);
     39                LONG(kdata_end - kdata_start);
    4040        }
    4141
    4242        . = ABSOLUTE(hardcoded_load_address);
    4343        .patch_3 : {
    44                 LONG(0x80000000);
     44                LONG(0x80000000);
    4545        }
    4646
Note: See TracChangeset for help on using the changeset viewer.