diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-11-14 17:29:03 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-25 13:03:28 +0000 |
| commit | 2e13f27e38a7e366e8ce12bd22aa072a7bf89068 (patch) | |
| tree | 2bc963b4bf5cd06b47e9475fb1ecf21306abc929 /meta/recipes-devtools/elfutils/elfutils-0.158/elf_additions.diff | |
| parent | fa234ef4e0855bfcd0411c6039d941c59d421b36 (diff) | |
| download | poky-2e13f27e38a7e366e8ce12bd22aa072a7bf89068.tar.gz | |
elfutils: upgrade to 0.160
- Upgrade elfutils to 0.160
- Move 0.148 patches from elfutils to elfutils-0.148
- Drop 0.158 patches that got from debain, so far debian
doesn't provide patches for 0.160 (the latest is 0.159)
- Move fixheadercheck.patch from 0.159 to 0.160
- We choose to use 0.159 patches from debian for the current 0.160
which located in elfutils-0.160
1) Rebase the following patches from 0.159 to 0.160
hppa_backend.diff
arm_backend.diff
mips_backend.diff
m68k_backend.diff
arm_func_value.patch
arm_unwind_ret_mask.patch
2) Rebase redhat-portability.diff according to
commit 52a6d20519870103134166d91e22d21fd736195d
Author: Roxana Ciobanu <roxana.ciobanu@intel.com>
Date: Tue Jul 1 17:17:00 2014 +0300
elfutils/elfutils-native: Fix patching generated files
3) Drop the following patches which have already beem merged to 0.160
arm_unsupported.patch
arm_syscall.patch
unaligned.patch
aarch64-run-native-test-fix.patch
(From OE-Core rev: 74b191022494fc1d357c1f05dbce38c986bed365)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils-0.158/elf_additions.diff')
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils-0.158/elf_additions.diff | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.158/elf_additions.diff b/meta/recipes-devtools/elfutils/elfutils-0.158/elf_additions.diff deleted file mode 100644 index 671c8ee1ae..0000000000 --- a/meta/recipes-devtools/elfutils/elfutils-0.158/elf_additions.diff +++ /dev/null | |||
| @@ -1,77 +0,0 @@ | |||
| 1 | Upstream-Status: Backport | ||
| 2 | |||
| 3 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 4 | --- | ||
| 5 | libelf/elf.h | 27 +++++++++++++++++++++++++-- | ||
| 6 | 1 file changed, 25 insertions(+), 2 deletions(-) | ||
| 7 | |||
| 8 | diff --git a/libelf/elf.h b/libelf/elf.h | ||
| 9 | --- a/libelf/elf.h | ||
| 10 | +++ b/libelf/elf.h | ||
| 11 | @@ -142,6 +142,7 @@ typedef struct | ||
| 12 | #define ELFOSABI_NETBSD 2 /* NetBSD. */ | ||
| 13 | #define ELFOSABI_GNU 3 /* Object uses GNU ELF extensions. */ | ||
| 14 | #define ELFOSABI_LINUX ELFOSABI_GNU /* Compatibility alias. */ | ||
| 15 | +#define ELFOSABI_HURD 4 /* GNU/Hurd */ | ||
| 16 | #define ELFOSABI_SOLARIS 6 /* Sun Solaris. */ | ||
| 17 | #define ELFOSABI_AIX 7 /* IBM AIX. */ | ||
| 18 | #define ELFOSABI_IRIX 8 /* SGI Irix. */ | ||
| 19 | @@ -149,8 +150,13 @@ typedef struct | ||
| 20 | #define ELFOSABI_TRU64 10 /* Compaq TRU64 UNIX. */ | ||
| 21 | #define ELFOSABI_MODESTO 11 /* Novell Modesto. */ | ||
| 22 | #define ELFOSABI_OPENBSD 12 /* OpenBSD. */ | ||
| 23 | +#define ELFOSABI_OPENVMS 13 /* OpenVMS */ | ||
| 24 | +#define ELFOSABI_NSK 14 /* Hewlett-Packard Non-Stop Kernel */ | ||
| 25 | +#define ELFOSABI_AROS 15 /* Amiga Research OS */ | ||
| 26 | +/* 64-255 Architecture-specific value range */ | ||
| 27 | #define ELFOSABI_ARM_AEABI 64 /* ARM EABI */ | ||
| 28 | #define ELFOSABI_ARM 97 /* ARM */ | ||
| 29 | +/* This is deprecated? It's not in the latest version anymore. */ | ||
| 30 | #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ | ||
| 31 | |||
| 32 | #define EI_ABIVERSION 8 /* ABI version */ | ||
| 33 | @@ -205,7 +211,7 @@ typedef struct | ||
| 34 | #define EM_H8_300H 47 /* Hitachi H8/300H */ | ||
| 35 | #define EM_H8S 48 /* Hitachi H8S */ | ||
| 36 | #define EM_H8_500 49 /* Hitachi H8/500 */ | ||
| 37 | -#define EM_IA_64 50 /* Intel Merced */ | ||
| 38 | +#define EM_IA_64 50 /* Intel IA64 */ | ||
| 39 | #define EM_MIPS_X 51 /* Stanford MIPS-X */ | ||
| 40 | #define EM_COLDFIRE 52 /* Motorola Coldfire */ | ||
| 41 | #define EM_68HC12 53 /* Motorola M68HC12 */ | ||
| 42 | @@ -219,7 +225,8 @@ typedef struct | ||
| 43 | #define EM_TINYJ 61 /* Advanced Logic Corp. Tinyj emb.fam*/ | ||
| 44 | #define EM_X86_64 62 /* AMD x86-64 architecture */ | ||
| 45 | #define EM_PDSP 63 /* Sony DSP Processor */ | ||
| 46 | - | ||
| 47 | +#define EM_PDP10 64 /* Digital Equipment Corp. PDP-10 */ | ||
| 48 | +#define EM_PDP11 65 /* Digital Equipment Corp. PDP-11 */ | ||
| 49 | #define EM_FX66 66 /* Siemens FX66 microcontroller */ | ||
| 50 | #define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 mc */ | ||
| 51 | #define EM_ST7 68 /* STmicroelectronics ST7 8 bit mc */ | ||
| 52 | @@ -249,6 +256,22 @@ typedef struct | ||
| 53 | #define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ | ||
| 54 | #define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */ | ||
| 55 | #define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ | ||
| 56 | +#define EM_VIDEOCORE 95 /* Alphamosaic VideoCore processor */ | ||
| 57 | +#define EM_TMM_GPP 96 /* Thompson Multimedia General Purpose Processor */ | ||
| 58 | +#define EM_NS32K 97 /* National Semiconductor 32000 series */ | ||
| 59 | +#define EM_TPC 98 /* Tenor Network TPC processor */ | ||
| 60 | +#define EM_SNP1K 99 /* Trebia SNP 1000 processor */ | ||
| 61 | +#define EM_ST200 100 /* STMicroelectronics (www.st.com) ST200 microcontroller */ | ||
| 62 | +#define EM_IP2K 101 /* Ubicom IP2XXX microcontroller family */ | ||
| 63 | +#define EM_MAX 102 /* MAX Processor */ | ||
| 64 | +#define EM_CR 103 /* National Semiconductor CompactRISC */ | ||
| 65 | +#define EM_F2MC16 104 /* Fujitsu F2MC16 */ | ||
| 66 | +#define EM_MSP430 105 /* TI msp430 micro controller */ | ||
| 67 | +#define EM_BLACKFIN 106 /* Analog Devices Blackfin (DSP) processor */ | ||
| 68 | +#define EM_SE_C33 107 /* S1C33 Family of Seiko Epson processors */ | ||
| 69 | +#define EM_SEP 108 /* Sharp embedded microprocessor */ | ||
| 70 | +#define EM_ARCA 109 /* Arca RISC Microprocessor */ | ||
| 71 | + | ||
| 72 | #define EM_AARCH64 183 /* ARM AARCH64 */ | ||
| 73 | #define EM_TILEPRO 188 /* Tilera TILEPro */ | ||
| 74 | #define EM_MICROBLAZE 189 /* Xilinx MicroBlaze */ | ||
| 75 | -- | ||
| 76 | 1.8.1.2 | ||
| 77 | |||
