Changeset cfdeedc in mainline for kernel/arch/amd64
- Timestamp:
- 2018-10-21T23:12:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf05c74
- Parents:
- d59718e
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-21 22:53:48)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-21 23:12:23)
- Location:
- kernel/arch/amd64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/Makefile.inc
rd59718e rcfdeedc 27 27 # 28 28 29 BFD_NAME = elf64-x86-6430 BFD_ARCH = i386:x86-6431 BFD = binary32 29 33 30 FPU_NO_CFLAGS = -mno-sse -mno-sse2 -
kernel/arch/amd64/_link.ld.in
rd59718e rcfdeedc 33 33 *(COMMON); /* global variables */ 34 34 35 /* XXX: bss can't be omitted from the ELF image. */ 36 *(.bss); /* uninitialized static variables */ 37 35 38 . = ALIGN(8); 36 39 symbol_table = .; 37 40 *(symtab.*); /* Symbol table, must be LAST symbol!*/ 38 39 *(.bss); /* uninitialized static variables */40 41 41 42 kdata_end = .;
Note:
See TracChangeset
for help on using the changeset viewer.