Changeset cfdeedc in mainline for kernel/arch/ia64
- 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/ia64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
rd59718e rcfdeedc 27 27 # 28 28 29 BFD_NAME = elf64-little30 BFD_ARCH = ia64-elf6431 29 32 30 COMMON_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 … … 65 63 ifeq ($(MACHINE),ski) 66 64 ARCH_SOURCES += arch/$(KARCH)/src/drivers/ski.c 67 BFD = binary68 65 endif 69 66 70 67 ifeq ($(MACHINE),i460GX) 71 68 DEFS += -DI460GX 72 BFD = binary73 69 endif 74 70 -
kernel/arch/ia64/_link.ld.in
rd59718e rcfdeedc 15 15 kernel_load_address = LOAD_ADDRESS_V; 16 16 17 .image LOAD_ADDRESS_V: AT (LOAD_ADDRESS_P) { 17 .image (LOAD_ADDRESS_V + SIZEOF_HEADERS): AT (LOAD_ADDRESS_P + SIZEOF_HEADERS) { 18 . = ALIGN(16); 18 19 ktext_start = .; 19 20 *(K_TEXT_START);
Note:
See TracChangeset
for help on using the changeset viewer.