Changeset 1ac3a52 in mainline for kernel/arch/ia32/_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/ia32/_link.ld.in

    rc4702798 r1ac3a52  
    4242                hardcoded_unmapped_kdata_size = .;
    4343                LONG(unmapped_kdata_end - unmapped_kdata_start);
     44                . = ALIGN(8);
    4445                symbol_table = .;
    4546                *(symtab.*);            /* Symbol table, must be LAST symbol! */
Note: See TracChangeset for help on using the changeset viewer.