]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - binutils/patches/binutils-2.23.2-aarch64-em.patch0
binutils: Update to 2.24
[people/ms/ipfire-3.x.git] / binutils / patches / binutils-2.23.2-aarch64-em.patch0
1 *** ../binutils-2.23.2.orig/ld/emultempl/aarch64elf.em 2013-06-05 09:46:17.499278813 +0100
2 --- ld/emultempl/aarch64elf.em 2013-06-05 09:54:36.981292659 +0100
3 *************** gld${EMULATION_NAME}_after_allocation (v
4 *** 264,270 ****
5 }
6
7 static void
8 ! gld${EMULATION_NAME}_finish (void)
9 {
10 if (! link_info.relocatable)
11 {
12 --- 264,270 ----
13 }
14
15 static void
16 ! gld${EMULATION_NAME}_local_finish (void)
17 {
18 if (! link_info.relocatable)
19 {
20 *************** gld${EMULATION_NAME}_finish (void)
21 *** 276,282 ****
22 }
23 }
24
25 ! finish_default ();
26 }
27
28 /* This is a convenient point to tell BFD about target specific flags.
29 --- 276,282 ----
30 }
31 }
32
33 ! gld${EMULATION_NAME}_finish ();
34 }
35
36 /* This is a convenient point to tell BFD about target specific flags.
37 *************** LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS=
38 *** 413,416 ****
39 LDEMUL_BEFORE_PARSE=gld"${EMULATION_NAME}"_before_parse
40
41 # Call the extra arm-elf function
42 ! LDEMUL_FINISH=gld${EMULATION_NAME}_finish
43 --- 413,416 ----
44 LDEMUL_BEFORE_PARSE=gld"${EMULATION_NAME}"_before_parse
45
46 # Call the extra arm-elf function
47 ! LDEMUL_FINISH=gld${EMULATION_NAME}_local_finish