Changeset 1ac3a52 in mainline for kernel/arch/sparc64/_link.ld.in


Ignore:
Timestamp:
2010-01-09T23:48:35Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f70118, ccce242
Parents:
c4702798
Message:

The kernel symbol table must be always 8-byte aligned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/_link.ld.in

    rc4702798 r1ac3a52  
    3636                *(COMMON);                  /* global variables */
    3737               
     38                . = ALIGN(8);
    3839                symbol_table = .;
    3940                *(symtab.*);                /* Symbol table, must be LAST symbol!*/
Note: See TracChangeset for help on using the changeset viewer.