GNU Binutils with patches for OS216
Revision | 79c2ce54e1e52e5d63d96af56c544de778036a12 (tree) |
---|---|
Time | 2019-09-23 09:57:21 |
Author | Alan Modra <amodra@gmai...> |
Commiter | Alan Modra |
tic6x bfd.h tidy
* bfd-in.h: Move tic6x function declaration..
* elf32-tic6x.h: ..to here.
* bfd-in2.h: Regenerate.
@@ -1,5 +1,11 @@ | ||
1 | 1 | 2019-09-23 Alan Modra <amodra@gmail.com> |
2 | 2 | |
3 | + * bfd-in.h: Move tic6x function declaration.. | |
4 | + * elf32-tic6x.h: ..to here. | |
5 | + * bfd-in2.h: Regenerate. | |
6 | + | |
7 | +2019-09-23 Alan Modra <amodra@gmail.com> | |
8 | + | |
3 | 9 | * bfd-in.h: Move aarch64 declarations and defines.. |
4 | 10 | * cpu-aarch64.h: ..to here, new file.. |
5 | 11 | * elfxx-aarch64.h: ..and here. |
@@ -903,7 +903,3 @@ extern bfd_boolean elf32_arm_build_stubs | ||
903 | 903 | /* ARM unwind section editing support. */ |
904 | 904 | extern bfd_boolean elf32_arm_fix_exidx_coverage |
905 | 905 | (struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean); |
906 | - | |
907 | -/* C6x unwind section editing support. */ | |
908 | -extern bfd_boolean elf32_tic6x_fix_exidx_coverage | |
909 | -(struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean); |
@@ -910,10 +910,6 @@ extern bfd_boolean elf32_arm_build_stubs | ||
910 | 910 | /* ARM unwind section editing support. */ |
911 | 911 | extern bfd_boolean elf32_arm_fix_exidx_coverage |
912 | 912 | (struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean); |
913 | - | |
914 | -/* C6x unwind section editing support. */ | |
915 | -extern bfd_boolean elf32_tic6x_fix_exidx_coverage | |
916 | -(struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean); | |
917 | 913 | /* Extracted from init.c. */ |
918 | 914 | unsigned int bfd_init (void); |
919 | 915 |
@@ -37,6 +37,11 @@ struct elf32_tic6x_params | ||
37 | 37 | extern void elf32_tic6x_setup (struct bfd_link_info *, |
38 | 38 | struct elf32_tic6x_params *); |
39 | 39 | |
40 | +/* C6x unwind section editing support. */ | |
41 | +extern bfd_boolean elf32_tic6x_fix_exidx_coverage (struct bfd_section **, | |
42 | + unsigned int, | |
43 | + struct bfd_link_info *, | |
44 | + bfd_boolean); | |
40 | 45 | #ifdef __cplusplus |
41 | 46 | } |
42 | 47 | #endif |