diff options
| author | Petr Machata <[email protected]> | 2013-11-26 03:10:31 +0100 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2013-11-26 03:10:31 +0100 |
| commit | 98c8a7395b4e5e7bed233397148b15c1f8c66490 (patch) | |
| tree | e9fe459b4320c3045cc6bf7fc3e97baa85f5f5c9 /libebl/eblopenbackend.c | |
| parent | a47a096e2b8105326c5c58d1f50afcaefff968a0 (diff) | |
Support AArch64 architecture
Signed-off-by: Petr Machata <[email protected]>
Diffstat (limited to 'libebl/eblopenbackend.c')
| -rw-r--r-- | libebl/eblopenbackend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index ed0c0ffe..c19ae1b2 100644 --- a/libebl/eblopenbackend.c +++ b/libebl/eblopenbackend.c @@ -1,5 +1,5 @@ /* Generate ELF backend handle. - Copyright (C) 2000-2011 Red Hat, Inc. + Copyright (C) 2000-2013 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify @@ -131,6 +131,7 @@ static const struct { "openrisc", "elf_openrisc", "openrisc", 8, EM_OPENRISC, 0, 0 }, { "arc", "elf_arc_a5", "arc_a5", 6, EM_ARC_A5, 0, 0 }, { "xtensa", "elf_xtensa", "xtensa", 6, EM_XTENSA, 0, 0 }, + { "aarch64", "elf_aarch64", "aarch64", 7, EM_AARCH64, ELFCLASS64, 0 }, }; #define nmachines (sizeof (machines) / sizeof (machines[0])) |
