]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - binutils/patches/binutils-2.24-elfnn-aarch64.patch0
binutils: Update to 2.24
[people/ms/ipfire-3.x.git] / binutils / patches / binutils-2.24-elfnn-aarch64.patch0
1 *** ../binutils-2.24.orig/bfd/elfnn-aarch64.c 2013-12-17 11:16:28.723807381 +0000
2 --- bfd/elfnn-aarch64.c 2013-12-17 11:18:13.517804067 +0000
3 *************** _aarch64_elf_section_data;
4 *** 1679,1686 ****
5 #define elf_aarch64_section_data(sec) \
6 ((_aarch64_elf_section_data *) elf_section_data (sec))
7
8 ! /* The size of the thread control block. */
9 ! #define TCB_SIZE 16
10
11 struct elf_aarch64_local_symbol
12 {
13 --- 1679,1686 ----
14 #define elf_aarch64_section_data(sec) \
15 ((_aarch64_elf_section_data *) elf_section_data (sec))
16
17 ! /* The size of the thread control block which is defined to be two pointers. */
18 ! #define TCB_SIZE (ARCH_SIZE/8)*2
19
20 struct elf_aarch64_local_symbol
21 {