]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
* as.c (main): Mark symbols created via the --defsym command line
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
c7b8f16e
JB
12007-01-29 Julian Brown <julian@codesourcery.com>
2
3 * bfd-in2.h: Regenerate.
4 * bfd-in.h (bfd_arm_vfp11_fix): New enum. Specify how VFP11
5 instruction scanning should be done.
6 (bfd_elf32_arm_init_maps, bfd_elf32_arm_vfp11_erratum_scan)
7 (bfd_elf32_arm_vfp11_fix_veneer_locations): Add prototypes.
8 (bfd_elf32_arm_set_target_relocs): Add vfp11 fix type argument to
9 prototype.
10 * elf-bfd.h (elf_backend_write_section): Add struct bfd_link_info
11 argument.
12 * elf32-arm.c (VFP11_ERRATUM_VENEER_SECTION_NAME)
13 (VFP11_ERRATUM_VENEER_ENTRY_NAME): Define macros.
14 (elf32_vfp11_erratum_type): New enum.
15 (elf32_vfp11_erratum_list): New struct. List of veneers or jumps to
16 veneers.
17 (_arm_elf_section_data): Add mapsize, erratumcount, erratumlist.
18 (elf32_arm_link_hash_table): Add vfp11_erratum_glue_size,
19 vfp11_fix and num_vfp11_fixes fields.
20 (elf32_arm_link_hash_table_create): Initialise vfp11_fix,
21 vfp11_erratum_glue_size, num_vfp11_fixes fields.
22 (VFP11_ERRATUM_VENEER_SIZE): Define. Size of an (ARM) veneer.
23 (bfd_elf32_arm_allocate_interworking_sections): Initialise erratum
24 glue section.
25 (elf32_arm_section_map_add): Add an code/data mapping symbol entry
26 to a section's map.
27 (record_vfp11_erratum_veneer): Create a single veneer, and its
28 associated symbols.
29 (bfd_elf32_arm_add_glue_sections_to_bfd): Add vfp11 erratum glue.
30 (bfd_elf32_arm_init_maps): Initialise mapping symbol table for input
31 BFDs.
32 (bfd_elf32_arm_set_vfp11_fix): Set the type of erratum workaround
33 required.
34 (bfd_arm_vfp11_pipe): Define VFP11 instruction pipes.
35 (bfd_arm_vfp11_regno): Recode a register number from a VFP11 insn.
36 (bfd_arm_vfp11_write_mask): Update write mask according to coded
37 register number.
38 (bfd_arm_vfp11_antidependency): New function.
39 (bfd_arm_vfp11_insn_decode): Decode a VFP11 insn.
40 (elf32_arm_compare_mapping): Declare.
41 (bfd_elf32_arm_vfp11_erratum_scan): Scan the sections of an input
42 BFD for potential erratum-triggering insns. Record results.
43 (bfd_elf32_arm_vfp11_fix_veneer_locations): Find out where veneers
44 and branches to veneers have been placed in virtual memory after
45 layout.
46 (bfd_elf32_arm_set_target_relocs): Set vfp11_fix field in global
47 hash table.
48 (elf32_arm_output_symbol_hook): Remove.
49 (elf32_arm_write_section): Output veneers, and branches to veneers.
50 Use maps from input sections, not output sections, for code
51 byte-swapping.
52 * elf32-ppc.c (ppc_elf_write_section): Add dummy link_info argument.
53 * elf32-score.c (_bfd_score_elf_write_section): Likewise.
54 * elfxx-mips.c (_bfd_mips_elf_write_section): Likewise.
55 * elfxx-mips.h (_bfd_mips_elf_write_section): Likewise.
56
572007-01-27 H.J. Lu <hongjiu.lu@intel.com>
83d1651b
L
58
59 * elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
b8210914 60 (INCLUDED_TARGET_FILE): Removed.
83d1651b 61
914dfb0f
DA
622007-01-27 Mike Frysinger <vapier@gentoo.org>
63
64 * elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
65 (INCLUDED_TARGET_FILE): Remove.
66
78eba9b6
DD
672007-01-25 DJ Delorie <dj@redhat.com>
68
69 * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
70 R_M32C_16 or R_M32C_24 relocs.
71
64ee10b6
NC
722007-01-25 Nick Clifton <nickc@redhat.com>
73
74 PR binutils/3874
75 * elf32-avr.c (avr_link_hash_table): Check to make sure that the
76 hash table was created by elf32_avr_link_hash_table_create before
77 using it.
78 (elf32_avr_link_hash_newfunc): New function. Just pass the call
79 through to _bfd_elf_link_hash_newfunc.
80 (elf32_avr_link_hash_table_create): Use
81 elf32_avr_link_hash_newfunc instead of
82 _bfd_elf_link_hash_newfunc.
83 (elf32_avr_relocate_section): Check for the hash table pointer
84 being NULL.
85 (elf32_avr_relax_section, avr_build_one_stub,
86 elf32_avr_setup_params, get_local_syms, elf32_avr_size_stubs,
87 elf32_avr_build_stubs): Likewise.
88
40b36307
L
892007-01-16 H.J. Lu <hongjiu.lu@intel.com>
90
91 PR ld/3831
92 * elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
93 argument, Elf_Internal_Sym *.
94
95 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
96 symbol dynamic if info->dynamic_data is TRUE.
97 (bfd_elf_record_link_assignment): Updated call to
98 bfd_elf_record_link_assignment.
99 (_bfd_elf_merge_symbol): Likewise. Always call
100 bfd_elf_link_mark_dynamic_symbol.
101
a454209d
L
1022076-01-12 H.J. Lu <hongjiu.lu@intel.com>
103
104 * Makefile.am (BFD_LIBS): Removed.
105 * Makefile.in: Regenerated.
106
21e40a48
L
1072076-01-11 H.J. Lu <hongjiu.lu@intel.com>
108
109 PR binutils/3631
110 * Makefile.am (OFILES): Add @bfd64_libs@.
111 (libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
112 * Makefile.in: Regenerated.
113
114 * configure.in (bfd_libs): Replaced by ...
115 (bfd64_libs): This.
116 * configure: Regenerated.
117
59e0647f
NS
1182007-01-11 Nathan Sidwell <nathan@codesourcery.com>
119
120 * elf.c (assign_file_positions_for_load_sections): We can
121 require fewer phdrs than expected.
122
3bdcfdf4
KH
1232007-01-08 Kazu Hirata <kazu@codesourcery.com>
124
125 * archures.c (bfd_mach_cpu32_fido): Rename to bfd_mach_fido.
126 * bfd-in2.h: Regenerate.
127 * cpu-m68k.c (arch_info_struct): Use bfd_mach_fido instead of
128 bfd_mach_cpu32_fido.
129 (m68k_arch_features): Use fido_a instead of cpu32.
130 (bfd_m68k_compatible): Reject the combination of Fido and
131 ColdFire. Accept the combination of CPU32 and Fido with a
132 warning.
133 * elf32-m68k.c (elf32_m68k_object_p,
134 elf32_m68k_merge_private_bfd_data,
135 elf32_m68k_print_private_bfd_data): Treat Fido as an
136 architecture by itself.
137
42037fe5
NC
1382007-01-08 Kai Tietz <kai.tietz@onevision.com>
139
140 * config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
141
ebe8b991
JJ
1422007-01-05 Jakub Jelinek <jakub@redhat.com>
143
144 * texhex.c (first_phase): Don't fall through into the default
145 case.
146 (pass_over): Replace abort () calls with return FALSE. Fix
147 buffer overflow.
148
b327f31f
AM
1492007-01-04 Jie Zhang <jie.zhang@analog.com>
150
151 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set
152 SEC_EXCLUDE on zero size .eh_frame.
153
10a2343e 154For older changes see ChangeLog-2006
56882138
AM
155\f
156Local Variables:
157mode: change-log
158left-margin: 8
159fill-column: 74
160version-control: never
161End: