Changeset ae9624e in mainline for arch/amd64


Ignore:
Timestamp:
2005-09-04T23:38:03Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6153749
Parents:
824553ed
Message:

Symbol table now contains static functions too.
NOTE: gcc heavily inlines, be aware of optimizations.

Removed excesive item from boot page tables.

Location:
arch/amd64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/Makefile.inc

    r824553ed rae9624e  
    66AS=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-as
    77LD=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-ld
     8OBJDUMP=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-objdump
    89OBJCOPY=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-objcopy
    910BFD_NAME=elf64-x86-64
  • arch/amd64/src/boot/boot.S

    r824553ed rae9624e  
    158158        .fill 509,8,0
    159159        .quad ptl_2 + (PTL_WRITABLE | PTL_PRESENT)
    160         .fill 2,8,0
     160        .fill 1,8,0
    161161       
    162162.align 4096
Note: See TracChangeset for help on using the changeset viewer.