Changeset de6b301 in mainline for arch/sparc64
- Timestamp:
- 2006-03-12T18:27:33Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f972b89
- Parents:
- a82500ce
- Location:
- arch/sparc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/Makefile.inc
ra82500ce rde6b301 41 41 CFLAGS += -mcpu=ultrasparc -m64 42 42 LFLAGS += -no-check-sections -N 43 44 DEFS += -D__64_BITS__ 43 45 44 46 ## Own configuration directives -
arch/sparc64/include/elf.h
ra82500ce rde6b301 27 27 */ 28 28 29 #ifndef __ia64_ELF_H__ 30 #define __ia64_ELF_H__ 31 32 #include <elf64.h> 29 #ifndef __sparc64_ELF_H__ 30 #define __sparc64_ELF_H__ 33 31 34 32 #define ELF_MACHINE EM_SPARCV9 … … 36 34 #define ELF_CLASS ELFCLASS64 37 35 38 /*39 * Main ELF loader function40 */41 #define elf_load(header, as) elf64_load(header, as)42 43 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.