| 1 | 2014-06-09 Cary Coutant <ccoutant@google.com> |
| 2 | |
| 3 | PR gold/16980 |
| 4 | * layout.cc (Layout::print_to_mapfile): Print unattached sections in |
| 5 | map. |
| 6 | |
| 7 | 2014-06-07 Alan Modra <amodra@gmail.com> |
| 8 | |
| 9 | * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield. |
| 10 | |
| 11 | 2014-06-06 Cary Coutant <ccoutant@google.com> |
| 12 | |
| 13 | * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_. |
| 14 | * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise. |
| 15 | (Dwarf_pubnames_table::read_header): Likewise. |
| 16 | * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and |
| 17 | .debug_gnu_pubtypes. |
| 18 | |
| 19 | 2014-06-05 Joel Brobecker <brobecker@adacore.com> |
| 20 | |
| 21 | * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New. |
| 22 | * Makefile.in, configure: Regenerate. |
| 23 | |
| 24 | 2014-06-03 Alan Modra <amodra@gmail.com> |
| 25 | |
| 26 | * powerpc.cc (addis_12_2): Define. |
| 27 | (Stub_table::do_write): Support fusion on ELFv2 stubs. |
| 28 | |
| 29 | 2014-06-03 Alan Modra <amodra@gmail.com> |
| 30 | |
| 31 | * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility |
| 32 | st_other output. |
| 33 | |
| 34 | 2014-06-02 Alan Modra <amodra@gmail.com> |
| 35 | |
| 36 | * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer): |
| 37 | Only ignore relocs on ELFv1. |
| 38 | (Target_powerpc::global_reloc_may_be_function_pointer): Likewise. |
| 39 | |
| 40 | 2014-05-30 Cary Coutant <ccoutant@google.com> |
| 41 | |
| 42 | * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option. |
| 43 | * testsuite/Makefile.in: Regenerate. |
| 44 | * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w". |
| 45 | |
| 46 | 2014-05-27 H.J. Lu <hongjiu.lu@intel.com> |
| 47 | |
| 48 | PR gold/16945 |
| 49 | * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int |
| 50 | for got_offset. Properly get GOT address for R_X86_64_PLTOFF64. |
| 51 | |
| 52 | 2014-05-15 Alan Modra <amodra@gmail.com> |
| 53 | |
| 54 | * powerpc.cc (do_plt_fde_location): Handle zero length .glink. |
| 55 | Compare FDE contents with DW_CFA_nop rather than 0. |
| 56 | |
| 57 | 2014-05-13 Sriraman Tallam <tmsriram@google.com> |
| 58 | |
| 59 | * symtab.h (may_need_copy_reloc): Remove check for position independent |
| 60 | code. |
| 61 | * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no |
| 62 | position independence before pc absolute may_need_copy_reloc call. |
| 63 | Add check for executable output befor pc relative may_need_copy_reloc |
| 64 | call. |
| 65 | * i386.cc: Ditto. |
| 66 | * arm.cc: Ditto. |
| 67 | * sparc.cc: Ditto. |
| 68 | * tilegx.cc: Ditto. |
| 69 | * powerpc.cc: Add check for no position independence before |
| 70 | may_need_copy_reloc calls. |
| 71 | * testsuite/pie_copyrelocs_test.cc: New file. |
| 72 | * testsuite/pie_copyrelocs_shared_test.cc: New file. |
| 73 | * Makefile.am (pie_copyrelocs_test): New test. |
| 74 | * Makefile.in: Regenerate. |
| 75 | |
| 76 | 2014-05-08 Martin Liška <mliska@suse.cz> |
| 77 | |
| 78 | * output.cc (Sized_relobj_file::do_layout): Fix typo in info message. |
| 79 | |
| 80 | 2014-05-06 Cary Coutant <ccoutant@google.com> |
| 81 | |
| 82 | PR gold/16900 |
| 83 | * i386.cc (Output_data_got_plt_i386): New class. |
| 84 | (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt |
| 85 | parameter. Change all callers. |
| 86 | (Output_data_plt_i386::layout_): Remove. |
| 87 | (Output_data_plt_i386::got_plt_): Change type. |
| 88 | (Target_i386::got_plt_): Change type. Change all references. |
| 89 | (Target_i386::got_section): Create instance of new class. |
| 90 | (Output_data_got_plt_i386::do_write): New function. |
| 91 | * x86_64.cc (Output_data_got_plt_x86_64): New class. |
| 92 | (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt |
| 93 | parameter. Change all callers. |
| 94 | (Output_data_plt_x86_64::layout_): Remove. |
| 95 | (Output_data_plt_x86_64::got_plt_): Change type. |
| 96 | (Target_x86_64::got_plt_): Change type. Change all references. |
| 97 | (Target_x86_64::got_section): Create instance of new class. |
| 98 | (Output_data_got_plt_x86_64::do_write): New function. |
| 99 | (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT. |
| 100 | (Target_x86_64<size>::init_got_plt_for_update): Create instance of new |
| 101 | class. |
| 102 | |
| 103 | 2014-05-05 Cary Coutant <ccoutant@google.com> |
| 104 | |
| 105 | * gdb-index.cc (Gdb_index_info_reader): Don't complain about language |
| 106 | if we have pubnames/pubtypes. |
| 107 | |
| 108 | 2014-05-02 Cary Coutant <ccoutant@google.com> |
| 109 | |
| 110 | * defstd.cc (in_segment): Define __ehdr_start here... |
| 111 | * layout.cc (Layout::finalize): ...Instead of here. Set the |
| 112 | output segment when known. |
| 113 | * resolve.cc (Symbol::override_base_with_special): Remember |
| 114 | the original binding. |
| 115 | * symtab.cc (Symbol::set_output_segment): New function. |
| 116 | (Symbol::set_undefined): New function. |
| 117 | * symtab.h (Symbol::is_weak_undefined): Check original undef |
| 118 | binding. |
| 119 | (Symbol::is_strong_undefined): New function. |
| 120 | (Symbol::set_output_segment): New function. |
| 121 | (Symbol::set_undefined): New function. |
| 122 | * target-reloc.h (is_strong_undefined): Remove. |
| 123 | (issue_undefined_symbol_error): Call Symbol::is_weak_undefined. |
| 124 | Check for hidden undefs. |
| 125 | (relocate_section): Call Symbol::is_strong_undefined. |
| 126 | |
| 127 | * testsuite/Makefile.am (ehdr_start_test_1) |
| 128 | (ehdr_start_test_2, ehdr_start_test_3) |
| 129 | (ehdr_start_test_4, ehdr_start_test_5): New test cases. |
| 130 | * testsuite/Makefile.in: Regenerate. |
| 131 | * testsuite/ehdr_start_def.cc: New source file. |
| 132 | * testsuite/ehdr_start_test.cc: New source file. |
| 133 | * testsuite/ehdr_start_test.t: New linker script. |
| 134 | * testsuite/ehdr_start_test_4.sh: New shell script. |
| 135 | |
| 136 | 2014-04-23 Cary Coutant <ccoutant@google.com> |
| 137 | |
| 138 | PR gold/16870 |
| 139 | * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break. |
| 140 | |
| 141 | 2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 142 | |
| 143 | * layout.cc (Layout::include_section): Allow a target to decide |
| 144 | whether to include a section. |
| 145 | * target.h (Target::should_include_section): New function. |
| 146 | (Target::do_should_include_section): New function. |
| 147 | |
| 148 | 2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 149 | |
| 150 | * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and |
| 151 | inline into ... |
| 152 | (Copy_relocs::emit): ... here. |
| 153 | * copy-relocs.h (Copy_reloc_entry): Change from class to struct. |
| 154 | (Copy_reloc_entry::make_copy_reloc): Change from private to protected. |
| 155 | (Copy_reloc_entry::entries_): Change from private to protected. |
| 156 | |
| 157 | 2014-04-02 Sriraman Tallam <tmsriram@google.com> |
| 158 | |
| 159 | * icf.cc (get_section_contents): Replace copies of reloc |
| 160 | vectors with const references. |
| 161 | |
| 162 | 2014-04-02 Cary Coutant <ccoutant@google.com> |
| 163 | |
| 164 | * configure.ac (HAVE_PUBNAMES): Use C instead of C++. |
| 165 | (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin. |
| 166 | * configure: Regenerate. |
| 167 | * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for |
| 168 | -fno-use-linker-plugin. |
| 169 | (LINK1, CXXLINK1): Add it to the link command. |
| 170 | * testsuite/Makefile.in: Regenerate. |
| 171 | |
| 172 | 2014-03-12 Alan Modra <amodra@gmail.com> |
| 173 | |
| 174 | * Makefile.in: Regenerate. |
| 175 | |
| 176 | 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 177 | |
| 178 | * symtab.h (Symbol::set_nonvis): New function. |
| 179 | |
| 180 | 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 181 | |
| 182 | * symtab.cc (Sized_symbol<32>::init_output_data): |
| 183 | Instantiate the template. |
| 184 | (Sized_symbol<64>::init_output_data): Likewise. |
| 185 | |
| 186 | 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 187 | |
| 188 | * symtab.cc (Symbol_table::sized_write_globals): Allow a target to |
| 189 | adjust dynamic symbol value. |
| 190 | * target.h (Target::adjust_dyn_symbol): New function. |
| 191 | (Target::do_adjust_dyn_symbol): New function. |
| 192 | |
| 193 | 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 194 | |
| 195 | * output.cc (Output_data_dynamic::Dynamic_entry::write): |
| 196 | Get the value of DYNAMIC_CUSTOM dynamic entry. |
| 197 | * output.h (Output_data_dynamic::add_custom): New function. |
| 198 | (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM |
| 199 | dynamic entry. |
| 200 | (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM. |
| 201 | * target.h (Target::dynamic_tag_custom_value): New function. |
| 202 | (Target::do_dynamic_tag_custom_value): New function. |
| 203 | |
| 204 | 2014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 205 | |
| 206 | * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set |
| 207 | dynsym indexes. |
| 208 | * target.h (Target::has_custom_set_dynsym_indexes): New function. |
| 209 | (Target::do_has_custom_set_dynsym_indexes): New function. |
| 210 | (Target::set_dynsym_indexes): New function. |
| 211 | (Target::do_set_dynsym_indexes): New function. |
| 212 | |
| 213 | 2014-03-07 Alan Modra <amodra@gmail.com> |
| 214 | |
| 215 | * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add |
| 216 | CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN. |
| 217 | (Powerpc_relocate_functions::has_overflow_unsigned): New function. |
| 218 | (Powerpc_relocate_functions::has_overflow_bitfield, |
| 219 | overflowed): Use the above. |
| 220 | (Target_powerpc::Relocate::relocate): Correct overflow checking |
| 221 | for a number of relocations. Modify overflow test for 16-bit |
| 222 | fields in instructions to signed/unsigned according to whether |
| 223 | the field takes a signed or unsigned value. |
| 224 | |
| 225 | 2014-03-05 Alan Modra <amodra@gmail.com> |
| 226 | |
| 227 | Update copyright years. |
| 228 | |
| 229 | 2014-03-05 Alan Modra <amodra@gmail.com> |
| 230 | |
| 231 | * powerpc.cc (Target_powerpc::Scan::local, global): Support |
| 232 | R_PPC64_ADDR64_LOCAL. |
| 233 | (Target_powerpc::Relocate::relocate): Likewise. |
| 234 | |
| 235 | 2014-03-03 Alan Modra <amodra@gmail.com> |
| 236 | |
| 237 | * dwp.cc (print_version): Update copyright year to current. |
| 238 | |
| 239 | 2014-02-10 Alan Modra <amodra@gmail.com> |
| 240 | |
| 241 | * po/gold.pot: Regenerate. |
| 242 | |
| 243 | 2014-02-06 Cary Coutant <ccoutant@google.com> |
| 244 | |
| 245 | Fix problem where -u is ignored when a weak undef is seen. |
| 246 | |
| 247 | * archive.cc (Library_base::should_include_member): Reorder |
| 248 | code to check for -u option if a weak undef has already been seen. |
| 249 | * testsuite/Makefile.am (weak_undef_test_2): New test case. |
| 250 | * testsuite/Makefile.in: Regenerate. |
| 251 | * testsuite/weak_undef_file3.cc: New file. |
| 252 | * testsuite/weak_undef_file4.cc: New file. |
| 253 | * testsuite/weak_undef_test_2.cc: New file. |
| 254 | |
| 255 | 2014-02-05 Cary Coutant <ccoutant@google.com> |
| 256 | |
| 257 | Fix issues with gold undefined symbol diagnostics. |
| 258 | |
| 259 | PR binutils/15435 |
| 260 | * errors.cc (Errors::undefined_symbol): Move undef vtable symbol |
| 261 | check to here. |
| 262 | * target-reloc.h (is_strong_undefined): New function. |
| 263 | (relocate_section): Move undef vtable symbol check from here. |
| 264 | Check for is_strong_undefined. |
| 265 | |
| 266 | 2014-02-05 Cary Coutant <ccoutant@google.com> |
| 267 | |
| 268 | Fix problems with the --dynamic-list option. |
| 269 | |
| 270 | PR gold/13577 |
| 271 | * options.cc (General_options::parse_dynamic_list): |
| 272 | Set have_dynamic_list_. |
| 273 | (General_options::General_options): Initialize have_dynamic_list_. |
| 274 | (General_options::finalize): Turn off -Bsymbolic and |
| 275 | -Bsymbolic-functions if --dynamic-list provided. |
| 276 | * options.h (General_options::have_dynamic_list): New function. |
| 277 | (General_options::have_dynamic_list_): New data member. |
| 278 | * symtab.h (Symbol::is_preemptible): Handle --dynamic-list |
| 279 | correctly. |
| 280 | |
| 281 | PR gold/16530 |
| 282 | * symtab.cc (Symbol_table::add_from_relobj): If symbol is named |
| 283 | in --dynamic-list, mark it. |
| 284 | |
| 285 | * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case. |
| 286 | (dynamic_list_2): New test case. |
| 287 | * testsuite/Makefile.in: Regenerate. |
| 288 | * testsuite/dynamic_list_2.cc: New file. |
| 289 | * testsuite/dynamic_list_2.t: New file. |
| 290 | * testsuite/dynamic_list_lib1.cc: New file. |
| 291 | * testsuite/dynamic_list_lib2.cc: New file. |
| 292 | * testsuite/gc_dynamic_list_test.c: New file. |
| 293 | * testsuite/gc_dynamic_list_test.sh: New file. |
| 294 | * testsuite/gc_dynamic_list_test.t: New file. |
| 295 | |
| 296 | 2014-01-28 Cary Coutant <ccoutant@google.com> |
| 297 | |
| 298 | Add .gdb_index version 7 support. |
| 299 | |
| 300 | * gold/dwarf_reader.cc: include <utility> (for make_pair). |
| 301 | (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed |
| 302 | debug sections. |
| 303 | (Dwarf_ranges_table::read_ranges_table): Likewise. |
| 304 | (Dwarf_pubnames_table::read_section): Check for GNU-style |
| 305 | sections, and for compressed debug sections. |
| 306 | (Dwarf_pubnames_table::read_header): Compute end address of table. |
| 307 | (Dwarf_pubnames_table::next_name): Return flag_byte. Check |
| 308 | for end of list by offset, not by offset == 0. |
| 309 | (Dwarf_info_reader::do_read_string_table): Check for compressed |
| 310 | debug sections. |
| 311 | * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table): |
| 312 | Initialize new data members. |
| 313 | (Dwarf_pubnames_table::next_name): return flag_byte. |
| 314 | (Dwarf_pubnames_table::end_of_table_): New data member. |
| 315 | (Dwarf_pubnames_table::is_gnu_style_): New data member. |
| 316 | * gold/gdb-index.cc (gdb_index_version): Update to version 7. |
| 317 | (Gdb_index_info_reader::read_pubtable): Read flag_byte. |
| 318 | (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't |
| 319 | read skeleton type unit DIEs. |
| 320 | (Gdb_index::add_symbol): Add flag_byte; adjust all callers. |
| 321 | (Gdb_index::do_write): Write flag_byte. |
| 322 | * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter. |
| 323 | (Gdb_index::Cu_vector): Store flags along with cu indexes. |
| 324 | * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7. |
| 325 | * gold/testsuite/gdb_index_test_comm.sh: Likewise. |
| 326 | |
| 327 | 2014-01-08 H.J. Lu <hongjiu.lu@intel.com> |
| 328 | |
| 329 | * version.cc (print_version): Update copyright year to 2014. |
| 330 | |
| 331 | 2013-12-19 Dimitry Andric <dimitry@andric.com> |
| 332 | |
| 333 | * stringpool.cc (Stringpool_template::reserve): Add |
| 334 | HAVE_UNORDERED_MAP case. |
| 335 | * stringpool.cc (Stringpool_template::print_stats): Likewise. |
| 336 | |
| 337 | 2013-12-18 Cary Coutant <ccoutant@google.com> |
| 338 | |
| 339 | * configure.ac: Check for <unordered_set> and <unordered_map>. |
| 340 | * config.in: Regenerate. |
| 341 | * configure: Regenerate. |
| 342 | * system.h: Use <unordered_set> and <unordered_map> if available. |
| 343 | |
| 344 | 2013-12-10 Roland McGrath <mcgrathr@google.com> |
| 345 | |
| 346 | * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses |
| 347 | with $(INSTALL_PROGRAM_ENV). |
| 348 | * Makefile.in: Regenerate. |
| 349 | |
| 350 | 2013-11-22 Cary Coutant <ccoutant@google.com> |
| 351 | |
| 352 | * configure.ac: Add check for which library is needed for |
| 353 | dlopen. |
| 354 | * configure: Regenerate. |
| 355 | |
| 356 | 2013-11-22 Cary Coutant <ccoutant@google.com> |
| 357 | |
| 358 | * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree |
| 359 | assembler. |
| 360 | * testsuite/Makefile.in: Regenerate. |
| 361 | |
| 362 | 2013-11-17 H.J. Lu <hongjiu.lu@intel.com> |
| 363 | |
| 364 | * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags): |
| 365 | Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like |
| 366 | R_X86_64_PC32 and R_X86_64_PLT32, respectively. |
| 367 | (Target_x86_64<size>::Scan::local): Likewise. |
| 368 | (Target_x86_64<size>::Scan::global): Likewise. |
| 369 | (Target_x86_64<size>::Relocate::relocate): Likewise. |
| 370 | (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc): |
| 371 | Likewise. |
| 372 | (Target_x86_64<size>::Scan::check_non_pic(): Handle |
| 373 | R_X86_64_PC32_BND. |
| 374 | |
| 375 | * testsuite/Makefile.am (check_PROGRAMS): Add |
| 376 | exception_x86_64_bnd_test. |
| 377 | (exception_x86_64_bnd_test_SOURCES): New macro. |
| 378 | (exception_x86_64_bnd_test_DEPENDENCIES): Likewise. |
| 379 | (exception_x86_64_bnd_test_LDFLAGS): Likewise. |
| 380 | (exception_x86_64_bnd_test_LDADD): Likewise. |
| 381 | (exception_x86_64_bnd_1.o): New rule. |
| 382 | (exception_x86_64_bnd_2.o): Likewise. |
| 383 | * testsuite/Makefile.in: Regenerated. |
| 384 | |
| 385 | 2013-11-15 Alan Modra <amodra@gmail.com> |
| 386 | |
| 387 | * powerpc.cc (Target_powerpc::glink_section): Provide non-const |
| 388 | accessor. |
| 389 | (Target_powerpc::Branch_info::make_stub): Make global entry stubs. |
| 390 | Only call ppc64_local_entry_offset for 64-bit. Restrict |
| 391 | symval_for_branch lookup to ELFv1. |
| 392 | (Stub_table::add_plt_call_entry): Use unsigned int off. |
| 393 | (Output_data_glink::Address, invalid_address): New. |
| 394 | (Output_data_glink::add_eh_frame): Move out of line. Add |
| 395 | support for ELFv2. |
| 396 | (Output_data_glink::add_global_entry, find_global_entry, |
| 397 | global_entry_address): New functions. |
| 398 | (Output_data_glink::global_entry_stubs_, end_branch_table_, |
| 399 | ge_size): New variables. |
| 400 | (Output_data_glink::set_final_data_size): Add global entry |
| 401 | stub sizing. |
| 402 | (Output_data_glink::do_write): Write global entry stubs. |
| 403 | (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target |
| 404 | parameter. Return true for ELFv2. Adjust callers. |
| 405 | (Target_powerpc::Scan::local, global): Restrict opd lookup to |
| 406 | ELFv1. Similarly for ifunc and dynamic relocation processing |
| 407 | specific to ELFv1. Recognize that symbols are defined on |
| 408 | their plt entries for ELFv2. |
| 409 | (Target_powerpc::symval_for_branch): Assert if called for |
| 410 | ELFv2 or ppc32. |
| 411 | (Target_powerpc::Relocate::relocate): Use global entry plt |
| 412 | stub for symbol value if such exists on ELFv2. |
| 413 | (Target_powerpc::Relocate::relocate): Don't call |
| 414 | symval_for_branch when ELFv2. Do adjust for local entry |
| 415 | offset when ELFv2. |
| 416 | (Target_powerpc::do_dynsym_value): Set symbols to global entry |
| 417 | plt stub for ELFv2. |
| 418 | (Target_powerpc::do_plt_address_for_global): Similarly. |
| 419 | |
| 420 | 2013-11-14 Cary Coutant <ccoutant@google.com> |
| 421 | |
| 422 | Revert patch -- this did not fix the problem, and there is |
| 423 | no race there. |
| 424 | |
| 425 | 2013-11-14 Cary Coutant <ccoutant@google.com> |
| 426 | |
| 427 | PR gold/14860 |
| 428 | * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_. |
| 429 | (Ehframe_hdr::set_final_data_size): Allocate a Lock. |
| 430 | * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while |
| 431 | updating fde_offsets_. |
| 432 | (Eh_frame_hdr::lock_): New data member. |
| 433 | |
| 434 | 2013-11-14 Cary Coutant <ccoutant@google.com> |
| 435 | |
| 436 | * dwp.cc (Dwo_file_entry): New type. |
| 437 | (File_list): Use Dwo_file_entry. |
| 438 | (Dwo_file::verify): New function. |
| 439 | (Dwo_file::verify_dwo_list): New function. |
| 440 | (Dwo_file::sized_verify_dwo_list): New function. |
| 441 | (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file |
| 442 | list. |
| 443 | (Dwp_options): New enum type. |
| 444 | (dwp_options): Add --verify-only. |
| 445 | (usage): Likewise. |
| 446 | (main): Likewise. |
| 447 | * dwp.h (gold_info): Add declaration. |
| 448 | |
| 449 | 2013-11-14 Cary Coutant <ccoutant@google.com> |
| 450 | |
| 451 | PR gold/14860 |
| 452 | * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_. |
| 453 | (Ehframe_hdr::set_final_data_size): Allocate a Lock. |
| 454 | * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while |
| 455 | updating fde_offsets_. |
| 456 | (Eh_frame_hdr::lock_): New data member. |
| 457 | |
| 458 | 2013-11-06 Cary Coutant <ccoutant@google.com> |
| 459 | |
| 460 | PR gold/15758 |
| 461 | * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections |
| 462 | before reloc sections. |
| 463 | |
| 464 | 2013-11-04 Alan Modra <amodra@gmail.com> |
| 465 | |
| 466 | * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI. |
| 467 | (Symbol::needs_dynamic_reloc): Test new flag. |
| 468 | * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete. |
| 469 | (Target_powerpc::Scan::get_reference_flags): Add target param. |
| 470 | Return FUNC_DESC_ABI for 64-bit ELFv1. |
| 471 | (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags |
| 472 | call. |
| 473 | (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc. |
| 474 | (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset. |
| 475 | |
| 476 | 2013-10-31 Cary Coutant <ccoutant@google.com> |
| 477 | |
| 478 | Restore support for dwp v2 DWARF package file format. |
| 479 | |
| 480 | * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add |
| 481 | tu_length parameter. Adjust all callers. |
| 482 | * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise. |
| 483 | * dwp.cc: Include dwarf.h. |
| 484 | (Section_bounds): New struct type. |
| 485 | (Unit_set): New struct type. |
| 486 | (Dwo_file::Dwo_file): Initialize new data member. |
| 487 | (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index): |
| 488 | Combine and rename to... |
| 489 | (Dwo_file::read_unit_index): ...this. |
| 490 | (Dwo_file::sized_read_compunit_index) |
| 491 | (Dwo_file::sized_read_typeunit_index): Combine and rename to... |
| 492 | (Dwo_file::sized_read_unit_index): ...this. |
| 493 | (Dwo_file::copy_section): Remove section_name, is_str_offsets |
| 494 | parameters; add section_id parameter. |
| 495 | (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to... |
| 496 | (Dwo_file::add_unit_set): ...this. |
| 497 | (Dwo_file::shndx_map_): Remove. |
| 498 | (Dwo_file::sect_offsets_): New data member. |
| 499 | (Dwp_output_file::Dwp_output_file): Initialize new data members. |
| 500 | (Dwp_output_file::add_section): Rename to... |
| 501 | (Dwp_output_file::add_contribution): ...this. |
| 502 | (Dwp_output_file::add_cu_set): Combine parameters into a struct. |
| 503 | (Dwp_output_file::add_tu_set): Likewise. |
| 504 | (Dwp_output_file::Contribution): New type. |
| 505 | (Dwp_output_file::Section::contributions): New data member. |
| 506 | (Dwp_output_file::Cu_or_tu_set): Remove. |
| 507 | (Dwp_output_file::Section::Section): New ctor. |
| 508 | (Dwp_output_file::Dwp_index::Shndx_pool): Remove. |
| 509 | (Dwp_output_file::Dwp_index::Section_table): New type. |
| 510 | (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members. |
| 511 | (Dwp_output_file::Dwp_index::enter_set): Change type of "set" |
| 512 | parameter. |
| 513 | (Dwp_output_file::Dwp_index::shndx_pool): Remove. |
| 514 | (Dwp_output_file::Dwp_index::shndx_pool_end): Remove. |
| 515 | (Dwp_output_file::Dwp_index::section_table): New member function. |
| 516 | (Dwp_output_file::Dwp_index::section_table_end): New member function. |
| 517 | (Dwp_output_file::Dwp_index::shndx_pool_size): Remove. |
| 518 | (Dwp_output_file::Dwp_index::section_table_rows): New member function. |
| 519 | (Dwp_output_file::Dwp_index::section_table_cols): New member function. |
| 520 | (Dwp_output_file::Dwp_index::shndx_pool_): Remove. |
| 521 | (Dwp_output_file::Dwp_index::section_table_): New data member. |
| 522 | (Dwp_output_file::Dwp_index::section_mask_): New data member. |
| 523 | (Dwp_output_file::add_output_section): New member function. |
| 524 | (Dwp_output_file::write_new_section): New member function. |
| 525 | (Dwp_output_file::write_contributions): New member function. |
| 526 | (Dwp_output_file::section_id_map_): New data member. |
| 527 | (class Dwo_id_info_reader): Remove. |
| 528 | (class Unit_reader): New class. |
| 529 | (get_dwarf_section_name): New function. |
| 530 | (Dwo_file::read_executable): Adjust initializations of class data. |
| 531 | (Dwo_file::read): Add support for v2 package file format. |
| 532 | (Dwo_file::read_unit_index): Likewise. |
| 533 | (Dwo_file::sized_read_unit_index): Likewise. |
| 534 | (Dwo_file::copy_section): Likewise. |
| 535 | (Dwo_file::add_unit_set): Likewise. |
| 536 | (Dwp_output_file::add_output_section): Likewise. |
| 537 | (Dwp_output_file::add_contribution): Likewise. |
| 538 | (Dwp_output_file::Dwp_index::find_or_add): Use row index to check |
| 539 | for empty slot. |
| 540 | (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package |
| 541 | file format. |
| 542 | (Dwp_output_file::Dwp_index::grow): Use row index to check for empty |
| 543 | slot. |
| 544 | (Dwp_output_file::initialize): Remove unused function. |
| 545 | (Dwp_output_file::finalize): Add support for v2 package file format. |
| 546 | (Dwp_output_file::write_index): Likewise. |
| 547 | * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust |
| 548 | function prototype. |
| 549 | |
| 550 | 2013-10-31 Cary Coutant <ccoutant@google.com> |
| 551 | |
| 552 | * configure.ac: Fix check for -fmerge-constants. |
| 553 | * configure.ac: Regenerate. |
| 554 | |
| 555 | 2013-10-30 Roland McGrath <mcgrathr@google.com> |
| 556 | |
| 557 | * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry): |
| 558 | Correct 9-byte nop sequence to match what the assembler generates. |
| 559 | |
| 560 | 2013-10-30 Alan Modra <amodra@gmail.com> |
| 561 | |
| 562 | * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion, |
| 563 | ppc64_local_entry_offset, ppc64_local_entry_offset, |
| 564 | do_read_symbols): New functions. |
| 565 | (Powerpc_relobj::e_flags_, st_other_): New vars. |
| 566 | (Powerpc_relobj::Powerpc_relobj): Call set_abiversion. |
| 567 | (Powerpc_dynobj::abiversion, set_abiversion): New functions. |
| 568 | (Powerpc_relobj::e_flags_): New var. |
| 569 | (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline |
| 570 | and adjust for ELFv2. |
| 571 | (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions. |
| 572 | (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2. |
| 573 | (Powerpc_dynobj::do_find_special_sections): Likewise. |
| 574 | (Target_powerpc::do_define_standard_symbols): Define ".TOC.". |
| 575 | (Target_powerpc::Branch_info::make_stub): Adjust stub destination |
| 576 | to ELFv2 local entry. |
| 577 | (Target_powerpc::do_relax): No thread safe barriers needed for |
| 578 | ELFv2. |
| 579 | (Output_data_plt_powerpc::initial_plt_entry_size_, |
| 580 | plt_entry_size): Delete. Replace all uses with |
| 581 | first_plt_entry_offset() and plt_entry_size(). |
| 582 | (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove |
| 583 | reserved_size parm. Update callers. |
| 584 | (Output_data_plt_powerpc::entry_count): Update. |
| 585 | (Output_data_plt_powerpc::first_plt_entry_offset): Make private |
| 586 | and use Target_powerpc::first_plt_entry_offset(). |
| 587 | (Output_data_plt_powerpc::get_plt_entry_size): Similarly and |
| 588 | rename to plt_entry_size. |
| 589 | (Output_data_plt_powerpc::add_ifunc_entry, |
| 590 | add_local_ifunc_entry): Adjust reloc for ELFv2. |
| 591 | (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1. |
| 592 | (glink_eh_frame_fde_64v2): New. |
| 593 | (Stub_table::plt_call_size): Support ELFv2 sizing. |
| 594 | (Output_data_glink::add_eh_frame): Use the new FDE. |
| 595 | (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink. |
| 596 | (Stub_table::do_write): Write ELFv2 stubs and glink. |
| 597 | (Target_powerpc::Relocate::relocate): Replaces nop after call |
| 598 | with ld 2,24(1) and adjust local offset destination for ELFv2. |
| 599 | |
| 600 | 2013-10-30 Alan Modra <amodra@gmail.com> |
| 601 | |
| 602 | * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs. |
| 603 | (Target_powerpc::Scan::global, local): Likewise. |
| 604 | (Target_powerpc::Relocate::relocate): Likewise. Check for overflow |
| 605 | on all ppc64 @h and @ha relocs. |
| 606 | |
| 607 | 2013-10-14 Alan Modra <amodra@gmail.com> |
| 608 | |
| 609 | * output.h (Output_data_got::add_constant): Tidy. |
| 610 | (Output_data_got::add_constant_pair): New function. |
| 611 | * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got |
| 612 | methods used so as to first call reserve_ent(). |
| 613 | |
| 614 | 2013-10-11 Roland McGrath <mcgrathr@google.com> |
| 615 | |
| 616 | * powerpc.cc (Output_data_got_powerpc): Remove unused methods |
| 617 | add_got_entry and add_got_entry_pair. |
| 618 | |
| 619 | * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test. |
| 620 | (HAVE_PUBNAMES): Likewise. |
| 621 | * configure: Regenerate. |
| 622 | |
| 623 | * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout. |
| 624 | * testsuite/Makefile.in: Regenerate. |
| 625 | |
| 626 | * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header): |
| 627 | Remove const from declaration. |
| 628 | * target.cc (Sized_target::do_adjust_elf_header): Update definition. |
| 629 | * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise. |
| 630 | * output.h (Output_file_header): Remove const from member target_ |
| 631 | and corresponding constructor argument. |
| 632 | * output.cc (Output_file_header::Output_file_header): Update prototype. |
| 633 | (Output_file_header::do_sized_write): Use this->target_ in place |
| 634 | of parameters()->target(). |
| 635 | |
| 636 | * testsuite/undef_symbol.cc (Foo::get_a): New method. |
| 637 | |
| 638 | * configure.ac (MERGE_CONSTANTS_FLAG): New check. |
| 639 | * configure: Regenerate. |
| 640 | * Makefile.in: Regenerate. |
| 641 | * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix. |
| 642 | * testsuite/merge_string_literals_2.c: Likewise. |
| 643 | * testsuite/Makefile.am |
| 644 | (merge_string_literals_1.o, merge_string_literals_2.o): Update deps. |
| 645 | (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of |
| 646 | literal -fmerge-constants. |
| 647 | * testsuite/Makefile.in: Regenerate. |
| 648 | |
| 649 | * i386.cc (Target_i386): Remove unused member dynbss_. |
| 650 | * arm.cc (Target_arm): Likewise. |
| 651 | * powerpc.cc (Target_powerpc): Likewise. |
| 652 | * sparc.cc (Target_sparc): Likewise. |
| 653 | * tilegx.cc (Target_tilegx): Likewise. |
| 654 | * x86_64.cc (Target_x86_64): Likewise. |
| 655 | * dwarf_reader.h (Dwarf_info_reader): Remove unused members |
| 656 | type_signature_, type_offset_. |
| 657 | * plugin.h (Plugin_hook): Remove unused member layout_. |
| 658 | * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_, |
| 659 | mapfile_. |
| 660 | (Read_member): Remove unused members input_objects_, symtab_, |
| 661 | mapfile_, layout_. |
| 662 | (Check_library): Remove unused member symtab_. |
| 663 | * archive.h (Lib_group): Remove unused member lib_. |
| 664 | * archive.cc (Lib_group::Lib_group): Update initializer. |
| 665 | * incremental.h (Incremental_binary): Remove unused member target_. |
| 666 | (Incremental_script_entry): Removed unused member script_. |
| 667 | * layout.h (Write_symbols_task): Remove unused member input_objects_. |
| 668 | * icf.h (Icf): Remove unused member num_tracked_relocs. |
| 669 | |
| 670 | * gold-threads.h (Once): Conditionalize member was_run_lock_ on |
| 671 | [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching |
| 672 | its only use. |
| 673 | * gold-threads.cc (Once::Once): Likewise conditionalize initializer. |
| 674 | |
| 675 | * archive.h: Use struct rather than class for forward declaration |
| 676 | of Read_symbols_data. |
| 677 | |
| 678 | 2013-10-07 Cary Coutant <ccoutant@google.com> |
| 679 | |
| 680 | PR gold/16010 |
| 681 | * testsuite/Makefile.am (icf_test): Fix dependencies. |
| 682 | (icf_safe_test): Likewise. |
| 683 | (icf_safe_so_test): Likewise. |
| 684 | (large_symbol_alignment): Add empty _LDADD rule. |
| 685 | * testsuite/Makefile.in: Regenerate. |
| 686 | |
| 687 | 2013-09-03 Pavel Chupin <pavel.v.chupin@intel.com> |
| 688 | |
| 689 | PR gold/15927 |
| 690 | * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative |
| 691 | relocation for R_X86_64_32 on x32. |
| 692 | |
| 693 | 2013-08-27 Roland McGrath <mcgrathr@google.com> |
| 694 | |
| 695 | * output.cc (Output_segment::set_section_addresses): Take new |
| 696 | Target* argument. If target->isolate_execinstr() and the segment |
| 697 | is executable and starts at a target->abi_pagesize() boundary, |
| 698 | pad its end out to a target->abi_pagesize() boundary with code fill. |
| 699 | * output.h (Output_segment::set_section_addresses): Update decl. |
| 700 | * layout.h (Layout::check_output_data_for_reset_values): Take new |
| 701 | argument RELAX_OUTPUTS. |
| 702 | (Layout): New member relax_output_list_. |
| 703 | (Layout::add_relax_output): New method. |
| 704 | * layout.cc (Layout::Layout): Update constructor. |
| 705 | (Layout::reset_relax_output): New method. |
| 706 | (Layout::clean_up_after_relaxation): Call it. |
| 707 | (Layout::prepare_for_relaxation): Update caller. |
| 708 | (Layout::set_segment_offsets): Update callers of set_section_addresses. |
| 709 | Call reset_relax_output before re-processing segments for |
| 710 | isolate_execinstr case. |
| 711 | (Layout::write_data): Handle relax_output_list_. |
| 712 | (Layout::Relaxation_debug_check::check_output_data_for_reset_values): |
| 713 | Take new argument RELAX_OUTPUTS. Assert it's an empty collection. |
| 714 | |
| 715 | 2013-08-23 Yuri Chornoivan <yurchor@ukr.net> |
| 716 | |
| 717 | PR binutils/15834 |
| 718 | * object.h: Fix typos. |
| 719 | |
| 720 | 2013-08-16 Roland McGrath <mcgrathr@google.com> |
| 721 | |
| 722 | * i386.cc (Target_i386_nacl::do_code_fill): New virtual function. |
| 723 | * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function. |
| 724 | |
| 725 | 2013-08-07 Cary Coutant <ccoutant@google.com> |
| 726 | |
| 727 | Revert support for v2 DWP files: |
| 728 | |
| 729 | 2013-03-01 Cary Coutant <ccoutant@google.com> |
| 730 | |
| 731 | Add dwp support for v2 DWARF package file format. |
| 732 | * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add |
| 733 | tu_length parameter. Adjust all callers. |
| 734 | * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise. |
| 735 | * dwp.cc: Include dwarf.h. |
| 736 | (Section_bounds): New struct type. |
| 737 | (Unit_set): New struct type. |
| 738 | (Dwo_file::Dwo_file): Initialize new data member. |
| 739 | (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index): |
| 740 | Combine and rename to... |
| 741 | (Dwo_file::read_unit_index): ...this. |
| 742 | (Dwo_file::sized_read_compunit_index) |
| 743 | (Dwo_file::sized_read_typeunit_index): Combine and rename to... |
| 744 | (Dwo_file::sized_read_unit_index): ...this. |
| 745 | (Dwo_file::copy_section): Remove section_name, is_str_offsets |
| 746 | parameters; add section_id parameter. |
| 747 | (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to... |
| 748 | (Dwo_file::add_unit_set): ...this. |
| 749 | (Dwo_file::shndx_map_): Remove. |
| 750 | (Dwo_file::sect_offsets_): New data member. |
| 751 | (Dwp_output_file::Dwp_output_file): Initialize new data members. |
| 752 | (Dwp_output_file::add_section): Rename to... |
| 753 | (Dwp_output_file::add_contribution): ...this. |
| 754 | (Dwp_output_file::add_cu_set): Combine parameters into a struct. |
| 755 | (Dwp_output_file::add_tu_set): Likewise. |
| 756 | (Dwp_output_file::Contribution): New type. |
| 757 | (Dwp_output_file::Section::contributions): New data member. |
| 758 | (Dwp_output_file::Cu_or_tu_set): Remove. |
| 759 | (Dwp_output_file::Section::Section): New ctor. |
| 760 | (Dwp_output_file::Dwp_index::Shndx_pool): Remove. |
| 761 | (Dwp_output_file::Dwp_index::Section_table): New type. |
| 762 | (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members. |
| 763 | (Dwp_output_file::Dwp_index::enter_set): Change type of "set" |
| 764 | parameter. |
| 765 | (Dwp_output_file::Dwp_index::shndx_pool): Remove. |
| 766 | (Dwp_output_file::Dwp_index::shndx_pool_end): Remove. |
| 767 | (Dwp_output_file::Dwp_index::section_table): New member function. |
| 768 | (Dwp_output_file::Dwp_index::section_table_end): New member function. |
| 769 | (Dwp_output_file::Dwp_index::shndx_pool_size): Remove. |
| 770 | (Dwp_output_file::Dwp_index::section_table_rows): New member function. |
| 771 | (Dwp_output_file::Dwp_index::section_table_cols): New member function. |
| 772 | (Dwp_output_file::Dwp_index::shndx_pool_): Remove. |
| 773 | (Dwp_output_file::Dwp_index::section_table_): New data member. |
| 774 | (Dwp_output_file::Dwp_index::section_mask_): New data member. |
| 775 | (Dwp_output_file::add_output_section): New member function. |
| 776 | (Dwp_output_file::write_new_section): New member function. |
| 777 | (Dwp_output_file::write_contributions): New member function. |
| 778 | (Dwp_output_file::section_id_map_): New data member. |
| 779 | (class Dwo_id_info_reader): Remove. |
| 780 | (class Unit_reader): New class. |
| 781 | (get_dwarf_section_name): New function. |
| 782 | (Dwo_file::read_executable): Adjust initializations of class data. |
| 783 | (Dwo_file::read): Add support for v2 package file format. |
| 784 | (Dwo_file::read_unit_index): Likewise. |
| 785 | (Dwo_file::sized_read_unit_index): Likewise. |
| 786 | (Dwo_file::copy_section): Likewise. |
| 787 | (Dwo_file::add_unit_set): Likewise. |
| 788 | (Dwp_output_file::add_output_section): Likewise. |
| 789 | (Dwp_output_file::add_contribution): Likewise. |
| 790 | (Dwp_output_file::Dwp_index::find_or_add): Use row index to check |
| 791 | for empty slot. |
| 792 | (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package |
| 793 | file format. |
| 794 | (Dwp_output_file::Dwp_index::grow): Use row index to check for empty |
| 795 | slot. |
| 796 | (Dwp_output_file::initialize): Remove unused function. |
| 797 | (Dwp_output_file::finalize): Add support for v2 package file format. |
| 798 | (Dwp_output_file::write_index): Likewise. |
| 799 | * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust |
| 800 | function prototype. |
| 801 | |
| 802 | 2013-07-31 Cary Coutant <ccoutant@google.com> |
| 803 | |
| 804 | * object.cc (Sized_relobj::do_output_section_address): New function. |
| 805 | (Sized_relobj): Instantiate explicitly. |
| 806 | * object.h (Object::output_section_address): New function. |
| 807 | (Object::do_output_section_address): New function. |
| 808 | (Sized_relobj::do_output_section_address): New function. |
| 809 | * powerpc.cc (Target_powerpc::symval_for_branch): Use it. |
| 810 | |
| 811 | 2013-07-30 Cary Coutant <ccoutant@google.com> |
| 812 | Sasa Stankovic <Sasa.Stankovic@imgtec.com> |
| 813 | |
| 814 | * parameters.cc (Parameters::entry): Return target-specific entry |
| 815 | symbol name. |
| 816 | * target.h (Target::entry_symbol_name): New function. |
| 817 | (Target_info::entry_symbol_name): New data member. |
| 818 | |
| 819 | * arm.cc (Target_arm::arm_info): Add entry_symbol_name. |
| 820 | * i386.cc (Target_i386::i386_info): Likewise. |
| 821 | (Target_i386_nacl::i386_nacl_info): Likewise. |
| 822 | * sparc.cc (Target_sparc::sparc_info): Likewise. |
| 823 | * tilegx.cc (Target_tilegx::tilegx_info): Likewise. |
| 824 | * x86_64.cc: (Target_x86_64::x86_64_info) Likewise. |
| 825 | (Target_x86_64_nacl::x86_64_nacl_info) Likewise. |
| 826 | * testsuite/testfile.cc (Target_test::test_target_info): Likewise. |
| 827 | |
| 828 | 2013-07-22 Sterling Augustine <saugustine@google.com> |
| 829 | |
| 830 | * dwarf_reader.cc (Dwarf_pubnames_table::read_section): |
| 831 | Convert parameter shndx to local variable. Add parameters symtab |
| 832 | and symtab_size. Scan over section names. Find relocation |
| 833 | section corresponding to current section. Create and initialize |
| 834 | reloc_mapper_ and reloc_type_. |
| 835 | (Dwarf_pubnames_table::read_header): Add assertion. Change |
| 836 | unit_length to off_t. Initialize member unit_length_. Fill in field |
| 837 | cu_offset_. |
| 838 | * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table): |
| 839 | Initialize new fields unit_length_ and cu_offset_. |
| 840 | (Dwarf_pubnames_table::read_section): Update prototype. |
| 841 | (Dwarf_pubnames_table::cu_offset): New member function. |
| 842 | (Dwarf_pubnames_table::subsection_size): Likewise. |
| 843 | (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length): |
| 844 | New fields. |
| 845 | (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make |
| 846 | member functions public. |
| 847 | * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes): |
| 848 | Update comment. Rework logic. Move repeated parts to... |
| 849 | (Gdb_index_info_reader::read_pubtable): ...here. New function. |
| 850 | (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_, |
| 851 | pubtypes_table_, and stmt_list_offset. |
| 852 | (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, |
| 853 | Gdb_index::find_pubtype_offset, |
| 854 | Gdb_index::map_pubnames_and_types_to_dies): Define new functions. |
| 855 | (Gdb_index::pubnames_read): Update prototype and rework logic. |
| 856 | * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table): |
| 857 | Forward declare. |
| 858 | (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, |
| 859 | Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table) |
| 860 | Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies, |
| 861 | Gdb_index::map_pubtable_to_dies): |
| 862 | Declare functions. |
| 863 | (Gdb_index::pubnames_read): Update declaration. |
| 864 | (Gdb_index::Pubname_offset_map): New type. |
| 865 | (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_, |
| 866 | Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_, |
| 867 | Gdb_index::stmt_list_offset): Declare. |
| 868 | (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_, |
| 869 | Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_) |
| 870 | Gdb_index::pubtypes_offset_): Remove. |
| 871 | |
| 872 | 2013-07-19 Roland McGrath <mcgrathr@google.com> |
| 873 | |
| 874 | * options.h (General_options): Add -Trodata-segment option. |
| 875 | * parameters.cc (Parameters::check_rodata_segment): New function. |
| 876 | (Parameters::set_target_once): Call it. |
| 877 | * parameters.h (Parameters): Declare it (private member function). |
| 878 | * layout.cc (load_seg_unusable_for_headers): New function, broken |
| 879 | out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr() |
| 880 | then validate rodata segment rather than text segment. |
| 881 | (relaxation_loop_body): Call that. |
| 882 | (is_text_segment): New function. Don't admit a non-executable |
| 883 | segment if TARGET->isolate_execinstr(). |
| 884 | (set_segment_offsets): Call it. Honor -Trodata-segment option. |
| 885 | |
| 886 | 2013-07-15 Shawn Landden <shawnlandden@gmail.com> |
| 887 | |
| 888 | PR gold/15070 |
| 889 | * fileread.h (File_read::get_view): Clarify comment about ALIGNED. |
| 890 | * nacl.h (Sniff_file::View::View): Request aligned view. |
| 891 | |
| 892 | 2013-07-11 Cary Coutant <ccoutant@google.com> |
| 893 | |
| 894 | * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use |
| 895 | correct BRLT entry size. |
| 896 | |
| 897 | 2013-07-03 Alan Modra <amodra@gmail.com> |
| 898 | |
| 899 | * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call |
| 900 | comment. |
| 901 | |
| 902 | 2013-07-01 Cary Coutant <ccoutant@google.com> |
| 903 | |
| 904 | * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save |
| 905 | reloc_type_. |
| 906 | (Dwarf_ranges_table::read_range_list): Call lookup_reloc. |
| 907 | (Dwarf_ranges_table::lookup_reloc): New function. |
| 908 | * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize |
| 909 | reloc_type_. |
| 910 | (Dwarf_ranges_table::lookup_reloc): New function. |
| 911 | (Dwarf_ranges_table::reloc_type_): New data member. |
| 912 | |
| 913 | 2013-06-27 Jing Yu <jingyu@google.com> |
| 914 | |
| 915 | PR gold/15662 |
| 916 | * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New |
| 917 | function. |
| 918 | (Output_data_brlt_powerpc::finalize_brlt_sizes): New function. |
| 919 | (Target_powerpc::do_relax): Call the above. |
| 920 | |
| 921 | 2013-06-27 Cary Coutant <ccoutant@google.com> |
| 922 | |
| 923 | * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert |
| 924 | on garbage collected .opd section. |
| 925 | |
| 926 | 2013-06-27 Alan Modra <amodra@gmail.com> |
| 927 | |
| 928 | * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx |
| 929 | is non-zero. |
| 930 | (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx(). |
| 931 | (Target_powerpc::do_function_location): Likewise for loc->shndx. |
| 932 | |
| 933 | 2013-06-14 Cary Coutant <ccoutant@google.com> |
| 934 | |
| 935 | * resolve.cc (Symbol::override_base): Don't override st_type |
| 936 | from plugin placeholder symbols. |
| 937 | (Symbol_table::resolve): Likewise. |
| 938 | (Symbol_table::should_override): Don't complain about TLS mismatch |
| 939 | if the TO symbol is a plugin placeholder. |
| 940 | * testsuite/Makefile.am (plugin_test_tls): New test. |
| 941 | * testsuite/Makefile.in: Regenerate. |
| 942 | * testsuite/plugin_test_tls.sh: New test script. |
| 943 | * testsuite/two_file_test_2_tls.cc: New test source. |
| 944 | * testsuite/two_file_test_tls.cc: New test source. |
| 945 | |
| 946 | 2013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com> |
| 947 | |
| 948 | * layout.cc (Layout::set_segment_offsets): Taking care of the case when |
| 949 | the maximum segment alignment is larger than the page size. |
| 950 | * testsuite/Makefile.am (large_symbol_alignment): Test that Gold |
| 951 | correctly aligns the symbols with large alignemnt. |
| 952 | * testsuite/Makefile.in: Regenerate. |
| 953 | * testsuite/large_symbol_alignment.cc: New file. |
| 954 | |
| 955 | 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com> |
| 956 | Sriraman Tallam <tmsriram@google.com> |
| 957 | |
| 958 | * options.h (sort_section): New option. |
| 959 | * output.h (Input_section_sort_section_prefix_special_ordering_compare): |
| 960 | Rename from Input_section_sort_section_name_special_ordering_compare. |
| 961 | (Input_section_sort_section_name_compare): New struct. |
| 962 | * output.cc (Output_section::Input_section_sort_section_name_compare:: |
| 963 | operator()): New function. |
| 964 | (Output_section::sort_attached_input_sections): Use new sort function |
| 965 | for .text if --sort-section=name is specified. |
| 966 | * layout.cc (Layout::make_output_section): |
| 967 | Add sorting by name when --sort-section=name is specified. |
| 968 | * testsuite/Makefile.am (text_section_grouping): Test option |
| 969 | --sort-section=name. |
| 970 | * testsuite/Makefile.in: Regenerate. |
| 971 | * testsuite/section_sorting_name.cc: New file. |
| 972 | * testsuite/section_sorting_name.sh: New file. |
| 973 | |
| 974 | 2013-05-21 Cary Coutant <ccoutant@google.com> |
| 975 | |
| 976 | * symtab.h (Symbol::is_cxx_vtable): New function. |
| 977 | * target-reloc.h (relocate_section): Check for vtable symbol. |
| 978 | * testsuite/Makefile.am (missing_key_func.sh): New test case. |
| 979 | * testsuite/Makefile.in: Regenerate. |
| 980 | * testsuite/missing_key_func.cc: New test source. |
| 981 | * testsuite/missing_key_func.sh: New test script. |
| 982 | |
| 983 | 2013-05-21 Cary Coutant <ccoutant@google.com> |
| 984 | |
| 985 | * object.cc (Sized_relobj_file::get_symbol_location_info): Set |
| 986 | type of enclosing symbol. |
| 987 | (Relocate_info::location): Check symbol type when describing symbol. |
| 988 | * object.h (Symbol_location_info): Remove unused line_number; |
| 989 | add enclosing_symbol_type. |
| 990 | * testsuite/debug_msg.sh: Adjust expected output. |
| 991 | |
| 992 | 2013-05-13 Cary Coutant <ccoutant@google.com> |
| 993 | |
| 994 | * configure.ac: Export DEFAULT_TARGET. |
| 995 | * configure: Regenerate. |
| 996 | * Makefile.in: Regenerate. |
| 997 | * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES. |
| 998 | * testsuite/Makefile.in: Regenerate. |
| 999 | * testsuite/debug_msg.sh: Delete duplicate tests. |
| 1000 | Don't check undef_int error message match for powerpc where the |
| 1001 | source file and line number aren't available. |
| 1002 | |
| 1003 | 2013-05-10 Roland McGrath <mcgrathr@google.com> |
| 1004 | |
| 1005 | * options.h (General_options): Add --rosegment-gap option. |
| 1006 | * options.cc (finalize): --rosegment-gap implies --rosegment. |
| 1007 | * layout.cc (set_segment_offsets): Let user option override |
| 1008 | target->rosegment_gap(). |
| 1009 | |
| 1010 | 2013-05-10 Roland McGrath <mcgrathr@google.com> |
| 1011 | |
| 1012 | * options.h (General_options): Remove leading space from help |
| 1013 | messages for -nostdlib and --rosegment. |
| 1014 | |
| 1015 | 2013-05-03 Maciej W. Rozycki <macro@codesourcery.com> |
| 1016 | |
| 1017 | PR ld/15365 |
| 1018 | * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN. |
| 1019 | |
| 1020 | 2013-05-03 Alan Modra <amodra@gmail.com> |
| 1021 | |
| 1022 | * merge.cc (Output_merge_string::do_add_input_section): Correct |
| 1023 | scan for number of strings. Rename vars to avoid shadowing. |
| 1024 | Include missing terminator in input_size_. |
| 1025 | |
| 1026 | 2013-05-01 H.J. Lu <hongjiu.lu@intel.com> |
| 1027 | |
| 1028 | * merge.cc (Output_merge_string<Char_type>::do_add_input_section): |
| 1029 | Restore empty string handling. |
| 1030 | |
| 1031 | 2013-05-01 Cary Coutant <ccoutant@google.com> |
| 1032 | |
| 1033 | * stringpool.cc (Stringpool_template::new_key_offset): Fix |
| 1034 | uninitialized warning. |
| 1035 | |
| 1036 | 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com> |
| 1037 | |
| 1038 | * output.cc (Output_section::add_merge_input_section): Allow |
| 1039 | to merge sections if the alignment is more than character size. |
| 1040 | * merge.h (Output_merge_string::Output_merge_string): Remove |
| 1041 | assert. |
| 1042 | * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count |
| 1043 | only not-null strings. Check the alignment of strings. |
| 1044 | * stringpool.h |
| 1045 | (Stringpool_template<Stringpool_char>::Stringpool_template): Add |
| 1046 | alignment as the argument. |
| 1047 | (Stringpool_template<Stringpool_char>::addralign_): New class member. |
| 1048 | * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset): |
| 1049 | Align non-zero length strings according to the addralign_. |
| 1050 | (Stringpool_template<Stringpool_char>::set_string_offsets): |
| 1051 | Updating offsets according to the given alignment. |
| 1052 | * testsuite/Makefile.am (text_section_grouping): Test if string |
| 1053 | literals are getting merged. |
| 1054 | * testsuite/Makefile.in: Regenerate. |
| 1055 | * testsuite/merge_string_literals_1.c: New file. |
| 1056 | * testsuite/merge_string_literals_2.c: Ditto. |
| 1057 | * testsuite/merge_string_literals.sh: Ditto. |
| 1058 | |
| 1059 | 2013-04-26 Ian Lance Taylor <iant@google.com> |
| 1060 | |
| 1061 | * target-reloc.h (relocate_section): If the reloc offset is out of |
| 1062 | range, pass VIEW as NULL to relocate.relocate. |
| 1063 | * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view. |
| 1064 | * i386.cc (Target_i386::Relocate::relocate): Likewise. |
| 1065 | * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise. |
| 1066 | * sparc.cc (Target_sparc::Relocate::relocate): Likewise. |
| 1067 | * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise. |
| 1068 | * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise. |
| 1069 | |
| 1070 | 2013-04-26 Geoff Pike <gpike@chromium.org> |
| 1071 | |
| 1072 | * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks(). |
| 1073 | * layout.cc (Hash_task): New class. |
| 1074 | (Layout::queue_build_id_tasks): New function. |
| 1075 | (Layout::write_build_id): Handle single-thread portion of build ID |
| 1076 | computation. (In some cases, all of it is single-threaded.) Replace |
| 1077 | {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same |
| 1078 | functionality in fewer lines of code. |
| 1079 | * layout.h (Layout::queue_build_id_tasks): New function declaration. |
| 1080 | * options.h (General_options): make "--build-id" default to tree |
| 1081 | rather than sha1. Add two new options related to --build-id=tree: |
| 1082 | --build-id-chunk-size-for-treehash and |
| 1083 | --build-id-min-file-size-for-treehash. |
| 1084 | * Makefile.am: add testing of --build-id=tree and related new options |
| 1085 | (these tests will be invoked by "make check"). |
| 1086 | * Makefile.in: Regenerate. |
| 1087 | |
| 1088 | 2013-04-25 Alan Modra <amodra@gmail.com> |
| 1089 | |
| 1090 | * configure.tgt: Add powerpcle and powerpc64le. |
| 1091 | |
| 1092 | 2013-04-22 Alan Modra <amodra@gmail.com> |
| 1093 | |
| 1094 | PR gold/15355 |
| 1095 | * layout.cc (Layout::segment_precedes): Allow more than one |
| 1096 | segment with the same type and flags. |
| 1097 | |
| 1098 | 2013-04-15 Cary Coutant <ccoutant@google.com> |
| 1099 | |
| 1100 | * layout.cc (Layout::set_relocatable_section_offsets): Don't |
| 1101 | allocate space in file for BSS sections. |
| 1102 | |
| 1103 | 2013-04-15 Cary Coutant <ccoutant@google.com> |
| 1104 | |
| 1105 | * script-sections.cc (Orphan_output_section): Reset address |
| 1106 | to zero after each orphaned section for relocatable links. |
| 1107 | |
| 1108 | 2013-04-15 Cary Coutant <ccoutant@google.com> |
| 1109 | |
| 1110 | * symtab.cc (Symbol_table::sized_write_globals): Subtract |
| 1111 | section starting address for relocatable link. |
| 1112 | * testsuite/Makefile.am (script_test_11): New test. |
| 1113 | * testsuite/Makefile.in: Regenerate. |
| 1114 | * testsuite/script_test_11.c: New source file. |
| 1115 | * testsuite/script_test_11.t: New linker script. |
| 1116 | |
| 1117 | 2013-04-13 Alan Modra <amodra@gmail.com> |
| 1118 | |
| 1119 | * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set |
| 1120 | owner when sections are not adjacent and exceed group size. |
| 1121 | (Target_powerpc::group_sections): Handle corner case. |
| 1122 | (Target_powerpc::Branch_info::make_stub): Handle case where |
| 1123 | stub table doesn't exist due to branches in non-exec sections. |
| 1124 | (Target_powerpc::Relocate::relocate): Likewise. |
| 1125 | |
| 1126 | 2013-04-11 Alan Modra <amodra@gmail.com> |
| 1127 | |
| 1128 | PR gold/15354 |
| 1129 | * powerpc.cc (Target_powerpc::make_brlt_section): Name section |
| 1130 | .branch_lt to match bfd ld. Adjust comments throughout file. |
| 1131 | |
| 1132 | 2013-04-04 Ian Lance Taylor <iant@google.com> |
| 1133 | |
| 1134 | GCC PR c++/56840 |
| 1135 | * object.cc (do_layout_deferred_sections): Handle .eh_frame |
| 1136 | sections before checking whether they are included in the link. |
| 1137 | |
| 1138 | 2013-03-29 Sriraman Tallam <tmsriram@google.com> |
| 1139 | |
| 1140 | * archive.cc (Archive::get_elf_object_for_member): Create the elf |
| 1141 | object before calling the plugin claim_file handler. Pass the elf |
| 1142 | object of the archive to the plugin. Delete the elf object if the |
| 1143 | plugin claims the file. |
| 1144 | |
| 1145 | 2013-03-21 Alan Modra <amodra@gmail.com> |
| 1146 | |
| 1147 | * layout.cc (Layout::set_segment_offsets): Accept writable .text |
| 1148 | segment when omagic. |
| 1149 | |
| 1150 | 2013-03-21 Alan Modra <amodra@gmail.com> |
| 1151 | |
| 1152 | * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned |
| 1153 | comparison warning. |
| 1154 | * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used |
| 1155 | uninitialized" warning. |
| 1156 | |
| 1157 | 2013-03-20 Alan Modra <amodra@gmail.com> |
| 1158 | |
| 1159 | * symtab.h (Symbol::clear_version): New function. |
| 1160 | * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object |
| 1161 | is_needed by weak references. Clear version for symbols defined |
| 1162 | in as-needed objects that are not needed. |
| 1163 | |
| 1164 | 2013-03-15 Alan Modra <amodra@gmail.com> |
| 1165 | |
| 1166 | * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make |
| 1167 | static and public. Add report_err param. Return false for data refs. |
| 1168 | (Target_powerpc::rela_dyn_section): New overloaded function. |
| 1169 | (Target_powerpc::plt_, iplt_): Elucidate. |
| 1170 | (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0. |
| 1171 | (Output_data_plt_powerpc::do_write): Don't write .iplt. |
| 1172 | (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries. |
| 1173 | (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc |
| 1174 | calls. Put ifunc dynamic relocs in irela_dyn_section. Only |
| 1175 | push_branch and make_plt_entry for ifunc syms when |
| 1176 | reloc_needs_plt_for_ifunc. |
| 1177 | (Target_powerpc::Relocate::relocate): Don't use plt entry value |
| 1178 | for ifunc unless reloc_needs_plt_for_ifunc. |
| 1179 | |
| 1180 | 2013-03-15 Alan Modra <amodra@gmail.com> |
| 1181 | |
| 1182 | * gc.h (gc_process_relocs): Don't look through function descriptors. |
| 1183 | * icf.cc (get_section_contents): Do so here instead. |
| 1184 | |
| 1185 | 2013-03-13 Alan Modra <amodra@gmail.com> |
| 1186 | |
| 1187 | * powerpc.cc (is_branch_reloc): Forward declare. |
| 1188 | (Target_powerpc::do_can_check_for_function_pointers): New predicate. |
| 1189 | (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return |
| 1190 | false for 64-bit, true for 32-bit non-branch relocs. |
| 1191 | (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise. |
| 1192 | * testsuite/Makefile.am (icf_test): Use linker map file instead of |
| 1193 | nm output. |
| 1194 | (icf_safe_test): Generate linker map file as well as nm output. |
| 1195 | (icf_safe_so_test): Likewise. |
| 1196 | * testsuite/Makefile.in: Regenerate. |
| 1197 | * testsuite/icf_test.sh: Parse linker map file to determine |
| 1198 | section folding. |
| 1199 | * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC. |
| 1200 | * testsuite/icf_safe_so_test.sh: Likewise. |
| 1201 | (X86_32_or_ARM_specific_safe_fold): Merge into.. |
| 1202 | (arch_specific_safe_fold): ..this. |
| 1203 | (X86_64_specific_safe_fold): Delete unused function. |
| 1204 | |
| 1205 | 2013-03-12 Alan Modra <amodra@gmail.com> |
| 1206 | |
| 1207 | * gc.h (gc_process_relocs): Look through function descriptors |
| 1208 | to determine shndx, symvalue and addend used by ICF. Tidy |
| 1209 | variable duplication. |
| 1210 | |
| 1211 | 2013-03-11 Alan Modra <amodra@gmail.com> |
| 1212 | |
| 1213 | * gold.cc (queue_middle_tasks): Move detect_odr_violations.. |
| 1214 | * layout.cc (Layout_task_runner::run): ..to here. |
| 1215 | * symtab.h (struct Symbol_location): Extract from.. |
| 1216 | (class Symbol_table): ..here. |
| 1217 | * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location. |
| 1218 | * target.h (class Target): Add function_location and |
| 1219 | do_function_location functions. |
| 1220 | (class Sized_target): Add do_function_location. |
| 1221 | * object.h (class Sized_relobj_file): Move find_shdr.. |
| 1222 | (class Object): ..to here. |
| 1223 | * object.cc: Likewise. Update to suit. Instantiate. |
| 1224 | (Sized_relobj_file::find_eh_frame): Update find_shdr call. |
| 1225 | * powerpc.cc (class Powerpc_dynobj): New. |
| 1226 | (Target_powerpc::do_function_location): New function. |
| 1227 | (Powerpc_relobj::do_find_special_sections): Update find_shdr call. |
| 1228 | (Powerpc_dynobj::do_read_symbols): New function. |
| 1229 | (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj. |
| 1230 | |
| 1231 | 2013-03-08 Ian Lance Taylor <iant@google.com> |
| 1232 | |
| 1233 | * options.cc (General_options::string_to_object_format): Accept |
| 1234 | "default". |
| 1235 | |
| 1236 | 2013-03-08 Alan Modra <amodra@gmail.com> |
| 1237 | |
| 1238 | * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than |
| 1239 | pointer to Post_fde. |
| 1240 | (struct Post_fde): Move definition to here.. |
| 1241 | * ehframe.cc (struct Post_fde): ..from here. |
| 1242 | (Cie::write): Don't alloc Post_fde. |
| 1243 | (Eh_frame::do_sized_write): Update. Don't free Post_fde. |
| 1244 | |
| 1245 | 2013-03-07 Alan Modra <amodra@gmail.com> |
| 1246 | |
| 1247 | * testsuite/discard_locals_relocatable_test.c: Add a powerpc |
| 1248 | relocation referencing .LC0. |
| 1249 | * testsuite/discard_locals_test.sh: Remove FIXMEs. |
| 1250 | |
| 1251 | 2013-03-07 Alan Modra <amodra@gmail.com> |
| 1252 | |
| 1253 | * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark |
| 1254 | always_inline. Add assembly for powerpc to avoid GOT. |
| 1255 | |
| 1256 | 2013-03-07 Alan Modra <amodra@gmail.com> |
| 1257 | |
| 1258 | * testsuite/script_test_10.sh: Don't test .bss section |
| 1259 | header number. |
| 1260 | |
| 1261 | 2013-03-06 Alan Modra <amodra@gmail.com> |
| 1262 | |
| 1263 | * powerpc.cc (class Powerpc_relobj): Move some member functions. |
| 1264 | (Target_powerpc::symval_for_branch): Add symtab param. Update |
| 1265 | all callers. Handle folded sections. |
| 1266 | (Target_powerpc::do_gc_add_reference): Don't cast dynamic object |
| 1267 | to Powerpc_relobj. |
| 1268 | (Global_symbol_visitor_opd::operator()): Likewise. |
| 1269 | |
| 1270 | 2013-03-04 Alan Modra <amodra@gmail.com> |
| 1271 | |
| 1272 | * testsuite/Makefile.am (final_layout_script.lds): Add .sbss. |
| 1273 | * testsuite/Makefile.in: Regenerate. |
| 1274 | |
| 1275 | 2013-03-01 Cary Coutant <ccoutant@google.com> |
| 1276 | |
| 1277 | Add dwp support for v2 DWARF package file format. |
| 1278 | * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add |
| 1279 | tu_length parameter. Adjust all callers. |
| 1280 | * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise. |
| 1281 | * dwp.cc: Include dwarf.h. |
| 1282 | (Section_bounds): New struct type. |
| 1283 | (Unit_set): New struct type. |
| 1284 | (Dwo_file::Dwo_file): Initialize new data member. |
| 1285 | (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index): |
| 1286 | Combine and rename to... |
| 1287 | (Dwo_file::read_unit_index): ...this. |
| 1288 | (Dwo_file::sized_read_compunit_index) |
| 1289 | (Dwo_file::sized_read_typeunit_index): Combine and rename to... |
| 1290 | (Dwo_file::sized_read_unit_index): ...this. |
| 1291 | (Dwo_file::copy_section): Remove section_name, is_str_offsets |
| 1292 | parameters; add section_id parameter. |
| 1293 | (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to... |
| 1294 | (Dwo_file::add_unit_set): ...this. |
| 1295 | (Dwo_file::shndx_map_): Remove. |
| 1296 | (Dwo_file::sect_offsets_): New data member. |
| 1297 | (Dwp_output_file::Dwp_output_file): Initialize new data members. |
| 1298 | (Dwp_output_file::add_section): Rename to... |
| 1299 | (Dwp_output_file::add_contribution): ...this. |
| 1300 | (Dwp_output_file::add_cu_set): Combine parameters into a struct. |
| 1301 | (Dwp_output_file::add_tu_set): Likewise. |
| 1302 | (Dwp_output_file::Contribution): New type. |
| 1303 | (Dwp_output_file::Section::contributions): New data member. |
| 1304 | (Dwp_output_file::Cu_or_tu_set): Remove. |
| 1305 | (Dwp_output_file::Section::Section): New ctor. |
| 1306 | (Dwp_output_file::Dwp_index::Shndx_pool): Remove. |
| 1307 | (Dwp_output_file::Dwp_index::Section_table): New type. |
| 1308 | (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members. |
| 1309 | (Dwp_output_file::Dwp_index::enter_set): Change type of "set" |
| 1310 | parameter. |
| 1311 | (Dwp_output_file::Dwp_index::shndx_pool): Remove. |
| 1312 | (Dwp_output_file::Dwp_index::shndx_pool_end): Remove. |
| 1313 | (Dwp_output_file::Dwp_index::section_table): New member function. |
| 1314 | (Dwp_output_file::Dwp_index::section_table_end): New member function. |
| 1315 | (Dwp_output_file::Dwp_index::shndx_pool_size): Remove. |
| 1316 | (Dwp_output_file::Dwp_index::section_table_rows): New member function. |
| 1317 | (Dwp_output_file::Dwp_index::section_table_cols): New member function. |
| 1318 | (Dwp_output_file::Dwp_index::shndx_pool_): Remove. |
| 1319 | (Dwp_output_file::Dwp_index::section_table_): New data member. |
| 1320 | (Dwp_output_file::Dwp_index::section_mask_): New data member. |
| 1321 | (Dwp_output_file::add_output_section): New member function. |
| 1322 | (Dwp_output_file::write_new_section): New member function. |
| 1323 | (Dwp_output_file::write_contributions): New member function. |
| 1324 | (Dwp_output_file::section_id_map_): New data member. |
| 1325 | (class Dwo_id_info_reader): Remove. |
| 1326 | (class Unit_reader): New class. |
| 1327 | (get_dwarf_section_name): New function. |
| 1328 | (Dwo_file::read_executable): Adjust initializations of class data. |
| 1329 | (Dwo_file::read): Add support for v2 package file format. |
| 1330 | (Dwo_file::read_unit_index): Likewise. |
| 1331 | (Dwo_file::sized_read_unit_index): Likewise. |
| 1332 | (Dwo_file::copy_section): Likewise. |
| 1333 | (Dwo_file::add_unit_set): Likewise. |
| 1334 | (Dwp_output_file::add_output_section): Likewise. |
| 1335 | (Dwp_output_file::add_contribution): Likewise. |
| 1336 | (Dwp_output_file::Dwp_index::find_or_add): Use row index to check |
| 1337 | for empty slot. |
| 1338 | (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package |
| 1339 | file format. |
| 1340 | (Dwp_output_file::Dwp_index::grow): Use row index to check for empty |
| 1341 | slot. |
| 1342 | (Dwp_output_file::initialize): Remove unused function. |
| 1343 | (Dwp_output_file::finalize): Add support for v2 package file format. |
| 1344 | (Dwp_output_file::write_index): Likewise. |
| 1345 | * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust |
| 1346 | function prototype. |
| 1347 | |
| 1348 | 2013-03-01 Cary Coutant <ccoutant@google.com> |
| 1349 | |
| 1350 | * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move |
| 1351 | function into class definition in header file. |
| 1352 | (Dwarf_info_reader::warn_corrupt_debug_section): New function. |
| 1353 | * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section): |
| 1354 | New function. |
| 1355 | (Dwarf_info_reader::check_buffer): Move here from .cc file. |
| 1356 | |
| 1357 | 2013-02-28 Alan Modra <amodra@gmail.com> |
| 1358 | |
| 1359 | * target.h (Target::plt_fde_location, do_plt_fde_location): Declare. |
| 1360 | * target.cc (Target::do_plt_fde_location): New function. |
| 1361 | * ehframe.h (class FDE): Add post_map field to u_.from_linker, |
| 1362 | accessor function, and constructor param. |
| 1363 | (struct Post_fde, Post_fdes): Declare. |
| 1364 | (Cie::write): Add post_fdes param. |
| 1365 | * ehframe.cc (Fde::write): Use plt_fde_location. |
| 1366 | (struct Post_fde): Define. |
| 1367 | (Cie::write): Stash FDEs added post merge mapping. |
| 1368 | (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping. |
| 1369 | Adjust Fde constructor call. Bump final_data_size_ for post map FDEs. |
| 1370 | (Eh_frame::do_sized_write): Arrange to write post map FDES after |
| 1371 | other FDEs. |
| 1372 | * powerpc.cc (Target_powerpc::do_plt_fde_location): New function. |
| 1373 | (Target_powerpc::has_glink): New function. |
| 1374 | (Target_powerpc::do_relax): Add eh_frame info for stubs. |
| 1375 | (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64, |
| 1376 | glink_eh_frame_fde_32, default_fde): New data. |
| 1377 | (Stub_table::eh_frame_added_): New var. |
| 1378 | (Stub_table::find_long_branch_entry, stub_address, stub_offset): |
| 1379 | Make const. |
| 1380 | (Stub_table::add_eh_frame): New function. |
| 1381 | (Output_data_glink::add_eh_frame): New function. |
| 1382 | (Target_powerpc::make_glink_section): Call add_eh_frame. |
| 1383 | |
| 1384 | 2013-02-15 Ian Lance Taylor <iant@google.com> |
| 1385 | |
| 1386 | * options.h (DEFINE_uint64_alias): Define. |
| 1387 | (class General_options): Add -Ttext-segment as an alias for |
| 1388 | -Ttext. |
| 1389 | |
| 1390 | 2013-02-15 Alan Modra <amodra@gmail.com> |
| 1391 | |
| 1392 | * powerpc.cc (Stub_table::plt_off): New function, extracted from.. |
| 1393 | (Stub_table::do_write): ..here, two places. |
| 1394 | (Stub_table::plt_call_size): Use it here too. |
| 1395 | |
| 1396 | 2013-02-11 Ian Lance Taylor <iant@google.com> |
| 1397 | |
| 1398 | * descriptors.cc (Descriptors::close_all): New function. |
| 1399 | * descriptors.h (class Descriptors): Declare close_all. |
| 1400 | (close_all_descriptors): New inline function. |
| 1401 | * plugin.cc: Include "descriptors.h". |
| 1402 | (Plugin_manager::cleanup): Call close_all_descriptors. |
| 1403 | |
| 1404 | 2013-02-06 Alan Modra <amodra@gmail.com> |
| 1405 | |
| 1406 | * README: Update coding style link. |
| 1407 | |
| 1408 | 2013-01-28 Cary Coutant <ccoutant@google.com> |
| 1409 | |
| 1410 | * dwp.cc (File_list): New typedef. |
| 1411 | (Dwo_name_info_reader): New class. |
| 1412 | (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters. |
| 1413 | (Dwo_id_info_reader::visit_top_die): Remove unused member function. |
| 1414 | (Dwo_file::~Dwo_file): Delete input_file_ after obj_. |
| 1415 | (Dwo_file::read_executable): New function. |
| 1416 | (Dwo_file::read): Move common setup code to ... |
| 1417 | (Dwo_file::make_object): ... here. |
| 1418 | (dwp_options): Add --exec/-e. |
| 1419 | (usage): Likewise. |
| 1420 | (main): Likewise. |
| 1421 | |
| 1422 | 2013-01-24 Sriraman Tallam <tmsriram@google.com> |
| 1423 | |
| 1424 | * layout.cc (Layout::layout): Check for option text_reorder. |
| 1425 | (Layout::make_output_section): Ditto. |
| 1426 | * options.h (text_reorder): New option. |
| 1427 | * output.cc (Input_section_sort_compare): Remove special ordering |
| 1428 | of section names. |
| 1429 | (Output_section:: |
| 1430 | Input_section_sort_section_name_special_ordering_compare:: |
| 1431 | operator()): New function. |
| 1432 | (Output_section::sort_attached_input_sections): Use new sort function |
| 1433 | for .text. |
| 1434 | * output.h (Input_section_sort_section_name_special_ordering_compare): |
| 1435 | New struct. |
| 1436 | * testsuite/Makefile.am (text_section_grouping): Test option |
| 1437 | --no-text-reorder |
| 1438 | * testsuite/Makefile.in: Regenerate. |
| 1439 | * testsuite/text_section_grouping.sh: Check order of functions without |
| 1440 | default text reordering. |
| 1441 | |
| 1442 | 2013-01-18 Mike Frysinger <vapier@gentoo.org> |
| 1443 | |
| 1444 | * options.h (General_options): Change default to true for new_dtags. |
| 1445 | |
| 1446 | 2013-01-18 Mike Frysinger <vapier@gentoo.org> |
| 1447 | |
| 1448 | * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH |
| 1449 | when enable_new_dtags is false. Only add DT_RUNPATH when |
| 1450 | enable_new_dtags is true. |
| 1451 | |
| 1452 | 2013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com> |
| 1453 | |
| 1454 | * powerpc.cc (Stub_table::find_plt_call_entry): Make types |
| 1455 | used in declaration and definition consistent. |
| 1456 | (Target_powerpc::symval_for_branch): Ditto. |
| 1457 | |
| 1458 | 2013-01-16 Sriraman Tallam <tmsriram@google.com> |
| 1459 | |
| 1460 | * testsuite/plugin_final_layout.cc: Fix comment. |
| 1461 | |
| 1462 | 2013-01-16 Sriraman Tallam <tmsriram@google.com> |
| 1463 | |
| 1464 | * layout.cc (Layout::layout): Do not do default sorting for |
| 1465 | text sections when section ordering is specified. |
| 1466 | (make_output_section): Ditto. |
| 1467 | * testsuite/plugin_final_layout.cc: Name the function sections |
| 1468 | to catch reordering issues. |
| 1469 | |
| 1470 | 2013-01-15 Alan Modra <amodra@gmail.com> |
| 1471 | |
| 1472 | * powerpc.cc (Target_powerpc::do_relax): Default shared libs to |
| 1473 | plt-thread-safe. |
| 1474 | |
| 1475 | 2013-01-15 Alan Modra <amodra@gmail.com> |
| 1476 | |
| 1477 | * testsuite/Makefile.am (final_layout_script.lds): Handle .got section. |
| 1478 | * testsuite/Makefile.in: Regenerate. |
| 1479 | |
| 1480 | 2013-01-14 Alan Modra <amodra@gmail.com> |
| 1481 | |
| 1482 | * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files. |
| 1483 | * testsuite/Makefile.in: Regenerate. |
| 1484 | |
| 1485 | 2013-01-11 Pavel Chupin <pavel.v.chupin@intel.com> |
| 1486 | |
| 1487 | PR bfd/14430 |
| 1488 | Fix mingw gold build with plugins enabled |
| 1489 | * Makefile.am: Replace -ldl with @DLOPEN_LIBS@. |
| 1490 | * configure.ac: Export DLOPEN_LIBS and add headers check. |
| 1491 | * plugin.cc: Handle non-dlfcn case. |
| 1492 | * Makefile.in: Regenerate. |
| 1493 | * config.in: Regenerate. |
| 1494 | * configure: Regenerate. |
| 1495 | * testsuite/Makefile.in: Regenerate. |
| 1496 | |
| 1497 | 2013-01-09 Sriraman Tallam <tmsriram@google.com> |
| 1498 | |
| 1499 | * output.h (sort_attached_input_sections): Change to be public. |
| 1500 | * script-sections.cc |
| 1501 | (Output_section_definition::set_section_addresses): Sort |
| 1502 | attached input sections according to section order before linker |
| 1503 | script assigns section addresses. |
| 1504 | (Orphan_output_section::set_section_addresses): Sort |
| 1505 | attached input sections according to section order before linker |
| 1506 | script assigns section addresses. |
| 1507 | * Makefile.am (final_layout.sh): Use a simple linker script to |
| 1508 | check if section ordering still works. |
| 1509 | * Makefile.in: Regenerate. |
| 1510 | |
| 1511 | 2013-01-09 Ben Cheng <bccheng@google.com> |
| 1512 | |
| 1513 | * arm.cc (Target_arm::attributes_accept_div): New function. |
| 1514 | (Target_arm::attributes_forbid_div): New function. |
| 1515 | (Target_arm::merge_object_attributes): Merge the Tag_DIV_use |
| 1516 | attribute using the same new functions as what bfd/elf32_arm.c |
| 1517 | does. |
| 1518 | |
| 1519 | 2013-01-07 Cary Coutant <ccoutant@google.com> |
| 1520 | |
| 1521 | PR gold/14993 |
| 1522 | * output.cc (Output_section::add_input_section): For incremental |
| 1523 | updates, don't track input sections that are allocated from patch |
| 1524 | space. |
| 1525 | |
| 1526 | 2013-01-07 H.J. Lu <hongjiu.lu@intel.com> |
| 1527 | Ian Lance Taylor <iant@google.com> |
| 1528 | |
| 1529 | PR gold/14897 |
| 1530 | * configure.ac (--enable-ld): Removed. |
| 1531 | (install_as_default): Set to yes only for --enable-gold=default |
| 1532 | or --disable-ld. |
| 1533 | * configure: Regenerated. |
| 1534 | |
| 1535 | 2013-01-07 H.J. Lu <hongjiu.lu@intel.com> |
| 1536 | |
| 1537 | * options.h (General_options): Add -fuse-ld= for GCC linker |
| 1538 | option compatibility. |
| 1539 | |
| 1540 | 2013-01-04 Cary Coutant <ccoutant@google.com> |
| 1541 | |
| 1542 | * configure.ac: Fix typo restoring CXXFLAGS. |
| 1543 | * configure: Regenerate. |
| 1544 | |
| 1545 | 2013-01-04 Cary Coutant <ccoutant@google.com> |
| 1546 | |
| 1547 | * testsuite/Makefile.am (CXXLINK_S): New macro. |
| 1548 | (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S. |
| 1549 | * testsuite/Makefile.in: Regenerate. |
| 1550 | |
| 1551 | 2013-01-02 H.J. Lu <hongjiu.lu@intel.com> |
| 1552 | |
| 1553 | * version.cc (print_version): Update copyright year to 2013. |
| 1554 | |
| 1555 | 2012-12-20 Ian Lance Taylor <iant@google.com> |
| 1556 | |
| 1557 | * layout.cc (Layout::special_ordering_of_input_section): New |
| 1558 | function. |
| 1559 | (Layout::layout): If input section requires special ordering, must |
| 1560 | sort input sections. |
| 1561 | (Layout::make_output_section): May sort .text input sections. |
| 1562 | (Layout::is_section_name_prefix_grouped): Remove. |
| 1563 | * layout.h (class Layout): Declare |
| 1564 | special_ordering_of_input_section. Don't declare |
| 1565 | is_section_name_prefix_grouped. |
| 1566 | * output.cc (Output_section::add_input_section): Revert last |
| 1567 | change. |
| 1568 | (Output_section::Input_section_sort::match_file_name): Don't crash |
| 1569 | if called on output section data. |
| 1570 | (Output_section::Input_section_sort_compare): Sort based on |
| 1571 | special ordering. |
| 1572 | (Output_section::Input_section_sort_section_order_index_compare): |
| 1573 | Revert last patch. |
| 1574 | (Output_section::sort_attached_input_sections): Likewise. |
| 1575 | |
| 1576 | 2012-12-18 Sriraman Tallam <tmsriram@google.com> |
| 1577 | |
| 1578 | * layout.cc (Layout::is_section_name_prefix_grouped): New function. |
| 1579 | * layout.h (Layout::is_section_name_prefix_grouped): New function. |
| 1580 | * output.cc (Output_section::add_input_section): Check if section |
| 1581 | name contains special prefix. Keep input sections to sort such |
| 1582 | sections. |
| 1583 | (Output_section::Input_section_sort_section_order_index_compare |
| 1584 | ::operator()): Group sections according to prefixes. |
| 1585 | (Output_section::sort_attached_input_sections): Add condition to |
| 1586 | Input_section_entry constructor call. |
| 1587 | * testsuite/Makefile.am (text_section_grouping): New test. |
| 1588 | * testsuite/Makefile.in: Regenerate. |
| 1589 | * testsuite/text_section_grouping.cc: New file. |
| 1590 | * testsuite/text_section_grouping.sh: New file. |
| 1591 | |
| 1592 | 2012-12-17 Nick Clifton <nickc@redhat.com> |
| 1593 | |
| 1594 | * Makefile.am: Add copyright notice. |
| 1595 | * NEWS: Likewise. |
| 1596 | * README: Likewise. |
| 1597 | * configure.ac: Likewise. |
| 1598 | * ftruncate.c: Likewise. |
| 1599 | * Makefile.in: Regenerate. |
| 1600 | |
| 1601 | 2012-12-14 Cary Coutant <ccoutant@google.com> |
| 1602 | |
| 1603 | * testsuite/Makefile.am (exception_separate_shared_12_test): Add |
| 1604 | --no-as-needed flag. |
| 1605 | (exception_separate_shared_12_test): Likewise. |
| 1606 | (incremental_copy_test): Likewise. |
| 1607 | * testsuite/Makefile.in: Regenerate. |
| 1608 | |
| 1609 | 2012-12-14 Cary Coutant <ccoutant@google.com> |
| 1610 | |
| 1611 | * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs. |
| 1612 | (Dwp_output_file::Dwp_index::enter_set): Add assert. |
| 1613 | |
| 1614 | 2012-12-12 Alan Modra <amodra@gmail.com> |
| 1615 | |
| 1616 | * powerpc.cc (class Track_tls): New. |
| 1617 | (class Relocate, class Scan): Inherit Track_tls. |
| 1618 | (Target_powerpc::Scan::local, global): Track tls optimization |
| 1619 | and avoid creating plt entry for __tls_get_addr if all uses |
| 1620 | are optimized away. |
| 1621 | (Target_powerpc::Relocate::relocate): Update to use Track_tls. |
| 1622 | |
| 1623 | 2012-12-12 Alan Modra <amodra@gmail.com> |
| 1624 | |
| 1625 | * options.h (General_options): Add --toc-sort/--no-toc-sort. |
| 1626 | Replace no_toc_optimize with toc_optimize. |
| 1627 | * output.h (Output_section::input_sections): Provide non-const variant. |
| 1628 | * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_, |
| 1629 | set_has_small_toc_reloc, has_small_toc_reloc): New variable and |
| 1630 | accessors. |
| 1631 | (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc. |
| 1632 | (class Sort_toc_sections): New. |
| 1633 | (Target_powerpc::do_finalize_sections): Sort toc sections. |
| 1634 | (Target_powerpc::Relocate::relocate): Update toc_optimize test. |
| 1635 | |
| 1636 | 2012-12-10 Roland McGrath <mcgrathr@google.com> |
| 1637 | |
| 1638 | * testsuite/binary_unittest.cc (read_all): New function. |
| 1639 | (Sized_binary_test): Use it instead of ::read. |
| 1640 | * fileread.cc (do_read): Don't assume pread always reads the whole |
| 1641 | amount in a single call. |
| 1642 | |
| 1643 | 2012-12-10 Alan Modra <amodra@gmail.com> |
| 1644 | |
| 1645 | * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc): |
| 1646 | Set EM_PPC64 or EM_PPC here. |
| 1647 | (Target_selector_powerpc::do_recognize): Delete. |
| 1648 | |
| 1649 | 2012-12-10 Alan Modra <amodra@gmail.com> |
| 1650 | |
| 1651 | * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and |
| 1652 | stub_table_. |
| 1653 | (Target_powerpc::Branch_info::make_stub): Don't omit addend. |
| 1654 | |
| 1655 | 2012-12-07 Roland McGrath <mcgrathr@google.com> |
| 1656 | |
| 1657 | * testsuite/binary_unittest.cc (Sized_binary_test): |
| 1658 | Use open_descriptor rather than ::open. |
| 1659 | |
| 1660 | 2012-12-07 Alan Modra <amodra@gmail.com> |
| 1661 | |
| 1662 | * powerpc.cc (Stub_table::do_write): Delete redundant Address |
| 1663 | typedef and invalid_address constant. |
| 1664 | (Output_data_glink, Stub_table, Target_powerpc): Explicitly |
| 1665 | instantiate constants. |
| 1666 | |
| 1667 | 2012-12-06 Roland McGrath <mcgrathr@google.com> |
| 1668 | |
| 1669 | * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS. |
| 1670 | Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL. |
| 1671 | * aclocal.m4: Regenerate. |
| 1672 | * configure: Regenerate. |
| 1673 | * Makefile.in: Regenerate. |
| 1674 | * testsuite/Makefile.in: Regenerate. |
| 1675 | |
| 1676 | 2012-12-07 Alan Modra <amodra@gmail.com> |
| 1677 | |
| 1678 | * options.h (General_options): Add no_toc_optimize. |
| 1679 | * powerpc.cc (ok_lo_toc_insn): New function. |
| 1680 | (Target_powerpc::Relocate::relocate): Optimize toc access sequences. |
| 1681 | |
| 1682 | 2012-12-06 Alan Modra <amodra@gmail.com> |
| 1683 | |
| 1684 | * options.h (General_options): Add plt_align, plt_static_chain, |
| 1685 | plt_thread_safe. Update stub_group_size help text. |
| 1686 | * powerpc.cc (Target_powerpc::plt_thread_safe): New access function |
| 1687 | for new plt_thread_safe_ var. |
| 1688 | (use_plt_offset): Correct comments. |
| 1689 | (Target_powerpc::do_relax): Look for thread creation symbols to |
| 1690 | determine default plt_thread_safe value. Clear plt call stubs |
| 1691 | as well as branch stubs each iteration. |
| 1692 | (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New |
| 1693 | insn constants. |
| 1694 | (l, hi, ha, write_insn): Move earlier. |
| 1695 | (Stub_table): Delete prev_size, add last_plt_size and last_branch_size. |
| 1696 | (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear |
| 1697 | plt stubs too. |
| 1698 | (Stub_table::update_size): Adjust. |
| 1699 | (Stub_table::prev_size, set_prev_size): Delete. |
| 1700 | (Stub_table::stub_align): Let --plt-align affect result. |
| 1701 | (Stub_table::plt_call_size): Calculate sizes for various stubs. |
| 1702 | (Stub_table::branch_stub_size): Use last_plt_size in address calc. |
| 1703 | (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size. |
| 1704 | (Stub_table::do_write): Support more stub variants. |
| 1705 | |
| 1706 | 2012-12-04 Alan Modra <amodra@gmail.com> |
| 1707 | |
| 1708 | * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete. |
| 1709 | (Target_powerpc::do_define_standard_symbols): New function. |
| 1710 | |
| 1711 | 2012-12-03 Alan Modra <amodra@gmail.com> |
| 1712 | |
| 1713 | * output.h: Formatting, whitespace. |
| 1714 | |
| 1715 | 2012-12-03 Alan Modra <amodra@gmail.com> |
| 1716 | |
| 1717 | * layout.h (Layout::get_executable_sections): Declare. |
| 1718 | * layout.cc (Layout::get_executable_sections): New function. |
| 1719 | * arm.cc (Target_arm::group_sections): Use it. |
| 1720 | (Arm_output_section::group_sections): Delete now redundant test. |
| 1721 | * output.cc (Output_reloc::Output_reloc): Add is_relative. |
| 1722 | param to handle relative relocs. |
| 1723 | * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise. |
| 1724 | (Output_data_reloc::add_absolute): Adjust. |
| 1725 | (Output_data_reloc::add_relative): New function. |
| 1726 | (Output_data::reset_data_size): New function. |
| 1727 | (Output_relaxed_input_section::set_relobj, set_shndx): New functions. |
| 1728 | (Output_section::set_addralign): New function. |
| 1729 | (Output_section::checkpoint_set_addralign): New function. |
| 1730 | (Output_section::clear_section_offsets_need_adjustment): New function. |
| 1731 | (Output_section::input_sections): Make public. |
| 1732 | * powerpc.cc (class Output_data_brlt_powerpc): New. |
| 1733 | (class Stub_table, class Stub_control): New. |
| 1734 | (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch, |
| 1735 | stub_table_, set_stub_table, stub_table): New vectors and accessor |
| 1736 | functions. |
| 1737 | (Target_powerpc::do_may_relax, do_relax, push_branch, |
| 1738 | new_stub_table, stub_tables, brlt_section, group_sections, |
| 1739 | add_branch_lookup_table, find_branch_lookup_table, |
| 1740 | write_branch_lookup_table, make_brlt_section): New functions. |
| 1741 | (Target_powerpc::struct Sort_sections, class Branch_info): New. |
| 1742 | (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_, |
| 1743 | branch_info_): New vars. |
| 1744 | (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't |
| 1745 | make call stubs here. |
| 1746 | (Output_data_glink): Remove all call stub handling from this class. |
| 1747 | (Target_powerpc::Scan::local, global): Save interesting branch |
| 1748 | relocs and relocs for ifunc. Adjust calls to plt entry functions. |
| 1749 | (Target_powerpc::do_finalize_sections): Only make reg save/restore |
| 1750 | functions on final link. |
| 1751 | (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs. |
| 1752 | Handle long branch destinations too. |
| 1753 | (Target_powerpc::do_dynsym_value, do_plt_address_for_global, |
| 1754 | do_plt_address_for_local): Adjust lookup of plt call stubs. |
| 1755 | |
| 1756 | 2012-11-30 Alan Modra <amodra@gmail.com> |
| 1757 | |
| 1758 | * powerpc.c (Target_powerpc::Scan::global): Don't emit relative |
| 1759 | relocs against protected symbols when building 32-bit shared libs. |
| 1760 | |
| 1761 | 2012-11-30 Alan Modra <amodra@gmail.com> |
| 1762 | |
| 1763 | * powerpc.cc (Target_powerpc::make_plt_section): Add symtab |
| 1764 | param. Call got_section() to make .got. Update all callers |
| 1765 | and their callers and so on. |
| 1766 | |
| 1767 | 2012-11-30 Alan Modra <amodra@gmail.com> |
| 1768 | |
| 1769 | * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL |
| 1770 | _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK. |
| 1771 | (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_ |
| 1772 | value if it already exists. |
| 1773 | |
| 1774 | 2012-11-19 H.J. Lu <hongjiu.lu@intel.com> |
| 1775 | |
| 1776 | PR gold/14858 |
| 1777 | * x86_64.cc (Relocate::tls_ld_to_le): Support x32. |
| 1778 | |
| 1779 | 2012-11-14 Roland McGrath <mcgrathr@google.com> |
| 1780 | |
| 1781 | * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather |
| 1782 | than bfc instruction for data sandboxing. |
| 1783 | |
| 1784 | 2012-11-08 Alan Modra <amodra@gmail.com> |
| 1785 | |
| 1786 | * po/POTFILES.in: Regenerate. |
| 1787 | |
| 1788 | 2012-11-05 Alan Modra <amodra@gmail.com> |
| 1789 | |
| 1790 | * configure.ac: Apply 2012-09-10 change to config.in here. |
| 1791 | * configure: Regenerate. |
| 1792 | |
| 1793 | 2012-11-05 Alan Modra <amodra@gmail.com> |
| 1794 | |
| 1795 | * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef. |
| 1796 | (struct Opd_ent): Use "Address" rather than "Offset". |
| 1797 | (Output_data_got_powerpc::got_base_offset): Return Valtype. |
| 1798 | (Target_powerpc::got_section): Make public. |
| 1799 | (Target_powerpc::scan_relocs): Move code setting symbols.. |
| 1800 | (Powerpc_relobj::do_scan_relocs): ..to here, new function. |
| 1801 | Create _SDA_BASE_ only when referenced. |
| 1802 | |
| 1803 | 2012-11-02 Roland McGrath <mcgrathr@google.com> |
| 1804 | |
| 1805 | * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename |
| 1806 | from last change. |
| 1807 | |
| 1808 | 2012-11-01 Roland McGrath <mcgrathr@google.com> |
| 1809 | |
| 1810 | * target.h (Sized_target::relocate_relocs): Use Elf_Off |
| 1811 | for offset_in_output_section parameter. |
| 1812 | (Sized_target::relocate_special_relocatable): Likewise. |
| 1813 | * arm.cc (Target_arm::relocate_relocs): Likewise. |
| 1814 | (Target_arm::relocate_special_relocatable): Likewise. |
| 1815 | * i386.cc (Target_i386::relocate_relocs): Likewise. |
| 1816 | * powerpc.cc (Target_powerpc::relocate_relocs): Likewise. |
| 1817 | * sparc.cc (Target_sparc::relocate_relocs): Likewise. |
| 1818 | * target-reloc.h (relocate_relocs): Likewise. |
| 1819 | * testsuite/testfile.cc (Target_test): Likewise. |
| 1820 | * tilegx.cc (Target_tilegx::relocate_relocs): Likewise. |
| 1821 | * x86_64.cc (Target_x86_64::relocate_relocs): Likewise. |
| 1822 | |
| 1823 | * system.h: Move inclusion of <clocale> to after <libintl.h> in |
| 1824 | [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section. |
| 1825 | |
| 1826 | * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the |
| 1827 | parameter, which is unused in the [!F_SETFD] case. |
| 1828 | |
| 1829 | * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast |
| 1830 | SYMNDX to off_t before comparing it to this->data_size(). |
| 1831 | * output.cc (Output_symtab_xindex::endian_do_write): Likewise. |
| 1832 | * incremental.cc (Output_section_incremental_inputs::do_write): |
| 1833 | Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE. |
| 1834 | |
| 1835 | * nacl.cc: Include "libiberty.h" for vasprintf declaration. |
| 1836 | |
| 1837 | 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org> |
| 1838 | |
| 1839 | * gold.cc (Target_arm::do_adjust_elf_header): Add the |
| 1840 | hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC |
| 1841 | in EABI_VER5. |
| 1842 | |
| 1843 | 2012-10-29 Cary Coutant <ccoutant@google.com> |
| 1844 | |
| 1845 | * dwp.cc (usage): Add file and exit status parameters; |
| 1846 | add --help and --version options. |
| 1847 | (print_version): New function. |
| 1848 | (main): Add --help and --version options. |
| 1849 | |
| 1850 | 2012-10-25 H.J. Lu <hongjiu.lu@intel.com> |
| 1851 | |
| 1852 | * testsuite/Makefile.am (MOSTLYCLEANFILES): Add |
| 1853 | final_layout_sequence.txt. |
| 1854 | * testsuite/Makefile.in: Regenerated. |
| 1855 | |
| 1856 | 2012-10-25 H.J. Lu <hongjiu.lu@intel.com> |
| 1857 | |
| 1858 | * testsuite/Makefile.am (COMPILE1): New variable. Renamed from |
| 1859 | COMPILE generated by automake. |
| 1860 | (LINK1): Likewise. |
| 1861 | (CXXCOMPILE1): Likewise. |
| 1862 | (CXXLINK1): Likewise. |
| 1863 | (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1. |
| 1864 | (LINK): Likewise. |
| 1865 | (CXXCOMPILE): Likewise. |
| 1866 | (CXXLINK): Likewise. |
| 1867 | * testsuite/Makefile.in: Regenerated. |
| 1868 | |
| 1869 | 2012-10-25 H.J. Lu <hongjiu.lu@intel.com> |
| 1870 | |
| 1871 | * dwp.cc (Dwo_file::record_target_info): Issue a fatal error |
| 1872 | on bad fwrite return. |
| 1873 | |
| 1874 | 2012-10-25 H.J. Lu <hongjiu.lu@intel.com> |
| 1875 | |
| 1876 | * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type |
| 1877 | on val. |
| 1878 | |
| 1879 | 2012-10-23 Cary Coutant <ccoutant@google.com> |
| 1880 | |
| 1881 | * testsuite/Makefile.am (TEST_OBJCOPY): New macro. |
| 1882 | * testsuite/Makefile.in: Regenerate. |
| 1883 | * testsuite/dwp_test.h: New source file. |
| 1884 | * testsuite/dwp_test_1.cc: New source file. |
| 1885 | * testsuite/dwp_test_1.s: New source file. |
| 1886 | * testsuite/dwp_test_1.sh: New source file. |
| 1887 | * testsuite/dwp_test_1b.cc: New source file. |
| 1888 | * testsuite/dwp_test_1b.s: New source file. |
| 1889 | * testsuite/dwp_test_2.cc: New source file. |
| 1890 | * testsuite/dwp_test_2.s: New source file. |
| 1891 | * testsuite/dwp_test_2.sh: New source file. |
| 1892 | * testsuite/dwp_test_main.cc: New source file. |
| 1893 | * testsuite/dwp_test_main.s: New source file. |
| 1894 | |
| 1895 | 2012-10-23 Cary Coutant <ccoutant@google.com> |
| 1896 | |
| 1897 | * dwp.h: New header file. |
| 1898 | * dwp.cc: New source file. |
| 1899 | * gold.h: Move shared declarations to system.h. |
| 1900 | * system.h: New header file. |
| 1901 | * Makefile.am: Add dwp. |
| 1902 | * Makefile.in: Regenerate. |
| 1903 | |
| 1904 | 2012-10-23 Cary Coutant <ccoutant@google.com> |
| 1905 | |
| 1906 | * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call |
| 1907 | Dwarf_info_reader::read_from_pointer. |
| 1908 | (Dwarf_pubnames_table::read_header): Likewise. |
| 1909 | (Dwarf_pubnames_table::next_name): Likewise. |
| 1910 | (Dwarf_die::read_attributes): Likewise. |
| 1911 | (Dwarf_die::skip_attributes): Likewise. |
| 1912 | (Dwarf_info_reader::read_from_pointer): New function template. |
| 1913 | * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_. |
| 1914 | (Dwarf_pubnames_table): Likewise. |
| 1915 | (Dwarf_info_reader::read_from_pointer): New function template. |
| 1916 | * gdb-index.cc (Gdb_index_info_reader): Adjust call to |
| 1917 | Dwarf_pubnames_table ctor. |
| 1918 | |
| 1919 | 2012-10-23 Cary Coutant <ccoutant@google.com> |
| 1920 | |
| 1921 | * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored |
| 1922 | abbrev_shndx. |
| 1923 | * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize |
| 1924 | abbrev_shndx_. |
| 1925 | (Dwarf_info_reader::set_abbrev_shndx): New method. |
| 1926 | (Dwarf_info_reader::abbrev_shndx_): New data member. |
| 1927 | |
| 1928 | 2012-10-23 Cary Coutant <ccoutant@google.com> |
| 1929 | |
| 1930 | * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness |
| 1931 | from object, not parameters. |
| 1932 | (Dwarf_info_reader::parse): Likewise. |
| 1933 | * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods. |
| 1934 | (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods. |
| 1935 | (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New |
| 1936 | methods. |
| 1937 | |
| 1938 | 2012-10-23 Cary Coutant <ccoutant@google.com> |
| 1939 | |
| 1940 | * fileread.cc (Input_file::Input_file): New constructor. |
| 1941 | * fileread.h (class Input_file): Add new constructor. |
| 1942 | |
| 1943 | 2012-10-18 Alan Modra <amodra@gmail.com> |
| 1944 | |
| 1945 | PR gold/14727 |
| 1946 | * object.cc (Relobj::is_section_name_included): Also match |
| 1947 | .sdata personality section. |
| 1948 | |
| 1949 | 2012-10-18 Alan Modra <amodra@gmail.com> |
| 1950 | |
| 1951 | * target-reloc.h (class Default_comdat_behavior): New, package up.. |
| 1952 | (get_comdat_behaviour): ..this. |
| 1953 | (relocate_section): Add Relocate_comdat_behavior template arg, |
| 1954 | adjust code to suit. |
| 1955 | * arm.cc (Target_arm::relocate_section): Adjust to suit. |
| 1956 | (Target_arm::scan_reloc_section): Likewise. |
| 1957 | * i386.cc (Target_i386::relocate_section): Likewise. |
| 1958 | * sparc.cc (Target_sparc::relocate_section): Likewise. |
| 1959 | * tilegx.cc (Target_tilegx::relocate_section): Likewise. |
| 1960 | * x86_64.cc (Target_x86_64::relocate_section): Likewise. |
| 1961 | * powerpc.cc (class Relocate_comdat_behavior): New. |
| 1962 | (Target_powerpc::relocate_section): Don't zap opd relocs. Supply |
| 1963 | gold::relocate_section with new template arg. |
| 1964 | |
| 1965 | 2012-10-18 Alan Modra <amodra@gmail.com> |
| 1966 | |
| 1967 | * powerpc.cc (Target_powerpc::Scan::local, global): Always emit |
| 1968 | dynamic relocs for GOT_TPREL got entries, without symbol if |
| 1969 | resolving locally. |
| 1970 | (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects. |
| 1971 | (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early. |
| 1972 | (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned. |
| 1973 | |
| 1974 | 2012-10-17 Alan Modra <amodra@gmail.com> |
| 1975 | |
| 1976 | PR gold/14726 |
| 1977 | * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini. |
| 1978 | |
| 1979 | 2012-10-16 Sriraman Tallam <tmsriram@google.com> |
| 1980 | |
| 1981 | * layout.cc (Layout::include_section): Keep sections marked |
| 1982 | SHF_EXCLUDE when doing relocatable links. |
| 1983 | |
| 1984 | 2012-10-16 Alan Modra <amodra@gmail.com> |
| 1985 | |
| 1986 | * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func. |
| 1987 | (Target_powerpc::do_finalize_sections): Call it. |
| 1988 | (Output_data_save_res): New class and supporting functions. |
| 1989 | (Target_powerpc::symval_for_branch): Only look up .opd entry for |
| 1990 | normal symbols defined in object files. |
| 1991 | |
| 1992 | 2012-10-12 Alan Modra <amodra@gmail.com> |
| 1993 | |
| 1994 | * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New. |
| 1995 | (struct Opd_ent): Make "discard" a bit field. Add "gc_mark". |
| 1996 | (Target_powerpc::do_gc_mark_symbol): Delay marking function code |
| 1997 | section if scan_opd_relocs not yet called. |
| 1998 | (Target_powerpc::gc_process_relocs): Call process_gc_mark. |
| 1999 | |
| 2000 | 2012-10-12 Alan Modra <amodra@gmail.com> |
| 2001 | |
| 2002 | * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry, |
| 2003 | add_local_ifunc_entry): Revert last change. |
| 2004 | (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise. |
| 2005 | |
| 2006 | 2012-10-05 Alan Modra <amodra@gmail.com> |
| 2007 | |
| 2008 | * powerpc.cc (Target_powerpc::do_plt_address_for_local, |
| 2009 | do_plt_address_for_global): New functions. |
| 2010 | (Output_data_got_powerpc::do_write): Don't segfault when linking |
| 2011 | statically. |
| 2012 | (Output_data_plt_powerpc::add_entry, add_ifunc_entry, |
| 2013 | add_local_ifunc_entry): Return true on adding entry.. |
| 2014 | (Target_powerpc::make_plt_entry): ..use to avoid unnecessary |
| 2015 | glink->add_entry call. Remove unused symtab param. Adjust calls. |
| 2016 | (Target_powerpc::make_local_ifunc_plt_entry): Likewise. |
| 2017 | (Target_powerpc::make_iplt_section): Remove symtab param. Don't |
| 2018 | set up symbols here. |
| 2019 | (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt |
| 2020 | syms here. Do so even when no .iplt. Don't segfault when linking |
| 2021 | statically. |
| 2022 | (Output_data_glink::add_entry, find_entry): Rearrange params. Add |
| 2023 | new variants without reloc param. |
| 2024 | (Glink_sym_ent::Glink_sym_ent): Likewise. |
| 2025 | (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any |
| 2026 | reloc when refs will resolve to plt call stub. |
| 2027 | (Target_powerpc::Scan::local): Correct ifunc handling. Allow |
| 2028 | R_PPC_PLTREL24 to resolve locally. |
| 2029 | (Target_powerpc::Scan::global): Correct ifunc handling. |
| 2030 | (Target_powerpc::Relocate::relocate): Correct local sym glink |
| 2031 | lookup. Don't destroy "value" when we have a plt call stub, |
| 2032 | and when checking plt call validity. |
| 2033 | (Target_powerpc::do_dynsym_value): Simplify. |
| 2034 | |
| 2035 | 2012-10-05 Alan Modra <amodra@gmail.com> |
| 2036 | |
| 2037 | * i386.cc (Output_data_plt_i386::address_for_global, |
| 2038 | address_for_local): Add plt offset to returned value. Adjust uses. |
| 2039 | * sparc.cc (Output_data_plt_sparc::address_for_global, |
| 2040 | address_for_local): Likewise. |
| 2041 | * tilegx.cc (Output_data_plt_tilegx::address_for_global, |
| 2042 | address_for_local): Likewise. |
| 2043 | * x86_64.cc (Output_data_plt_x86_64::address_for_global, |
| 2044 | address_for_local): Likewise. |
| 2045 | * target.h (Target::plt_address_for_global, plt_address_for_local): |
| 2046 | Update comment. |
| 2047 | * output.cc (Output_reloc::symbol_value): Don't add plt offset here. |
| 2048 | (Output_data_got::Got_entry::write): Nor here. |
| 2049 | * output.h: Comment fix. |
| 2050 | |
| 2051 | 2012-10-02 Jiong Wang <jiwang@tilera.com> |
| 2052 | |
| 2053 | * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust |
| 2054 | global_offset_table_ value for larget got. |
| 2055 | (Target_tilegx::Relocate::relocate): Handle adjusted got value. |
| 2056 | |
| 2057 | 2012-09-29 Alan Modra <amodra@gmail.com> |
| 2058 | |
| 2059 | * powerpc.cc (Target_powerpc::iplt_): New output section. |
| 2060 | (Target_powerpc::iplt_section, make_iplt_section, |
| 2061 | reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions. |
| 2062 | (Target_powerpc::make_plt_entry): Handle ifunc syms. |
| 2063 | Target_powerpc::plt_entry_count): Count iplt entries too. |
| 2064 | (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create |
| 2065 | reloc section in constructor. New params. |
| 2066 | (Target_powerpc::make_plt_section): Create reloc section here instead. |
| 2067 | (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New |
| 2068 | functions. |
| 2069 | (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars. |
| 2070 | (Output_data_glink::add_entry, find_entry): New functions to |
| 2071 | deal with local syms. |
| 2072 | (Glink_sym_ent): Add support for local syms. |
| 2073 | (Output_data_glink::do_write): Handle ifunc plt entries. |
| 2074 | (Target_powerpc::Scan::get_reference_flags): Handle more relocs. |
| 2075 | (Target_powerpc::Scan::local, global): Handle ifunc syms. |
| 2076 | (Target_powerpc::Relocate::relocate): Likewise. |
| 2077 | (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry. |
| 2078 | |
| 2079 | 2012-09-25 Alan Modra <amodra@gmail.com> |
| 2080 | |
| 2081 | * object.h (Sized_relobj_file::adjust_local_symbol, |
| 2082 | do_adjust_local_symbol): New functions. |
| 2083 | * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above. |
| 2084 | * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function. |
| 2085 | (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs |
| 2086 | and irregular opd entry spacing. |
| 2087 | (Powerpc_relobj::do_read_relocs): Add opd size checks. |
| 2088 | (Global_symbol_visitor_opd): New functor. |
| 2089 | (Target_powerpc::do_finalize_sections): Omit global symbols defined |
| 2090 | on deleted opd entries. |
| 2091 | |
| 2092 | 2012-09-15 Jiong Wang <jiwang@tilera.com> |
| 2093 | |
| 2094 | * tilegx.cc: New file. |
| 2095 | * Makefile.am (TARGETSOURCES): Add tilegx.cc |
| 2096 | (ALL_TARGETOBJS): Add tilegx.$(OBJEXT) |
| 2097 | * configure.tgt: Add entries for tilegx*. |
| 2098 | * configure.ac: Likewise. |
| 2099 | * Makefile.in: Rebuild. |
| 2100 | * configure: Likewise. |
| 2101 | * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle |
| 2102 | tilegx. |
| 2103 | |
| 2104 | 2012-09-13 Alan Modra <amodra@gmail.com> |
| 2105 | |
| 2106 | * target-reloc.h (scan_relocs): Call scan.local for relocs |
| 2107 | against symbols in discarded sections. Pass is_discarded |
| 2108 | param. |
| 2109 | * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local): |
| 2110 | Add is_discarded param. |
| 2111 | * powerpc (Target_powerpc::Scan::local): Likewise. Use |
| 2112 | is_discarded to flag opd entry as discarded. Don't emit dyn |
| 2113 | relocs on such entries. |
| 2114 | (Target_powerpc::Scan::global): Similarly detect and handle |
| 2115 | such opd entries. |
| 2116 | (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with |
| 2117 | opd_ent_. Update all uses. |
| 2118 | (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions. |
| 2119 | (Target_powerpc::relocate_section): Zero out discarded opd |
| 2120 | entry relocs. |
| 2121 | |
| 2122 | 2012-09-12 Ian Lance Taylor <iant@google.com> |
| 2123 | |
| 2124 | PR gold/14570 |
| 2125 | * output.cc: Rename Output_data_got template parameter from size |
| 2126 | to got_size for all functions. Compile all variants of |
| 2127 | Output_data_got. |
| 2128 | (Output_data_got::Got_entry::write): Correct use of size for |
| 2129 | symbol value. Use local_is_tls rather than casting to |
| 2130 | Sized_relobj_file. |
| 2131 | * object.h (class Object): Add local_is_tls and do_local_is_tls. |
| 2132 | (class Sized_relobj_file): Add do_local_is_tls. |
| 2133 | * incremental.h (class Sized_relobj_incr): Add do_local_is_tls. |
| 2134 | |
| 2135 | 2012-09-11 Alan Modra <amodra@gmail.com> |
| 2136 | |
| 2137 | PR gold/14566 |
| 2138 | * layout.cc (Layout::set_segment_offsets): When using |
| 2139 | common-page-size alignment, ensure we are on a new max-page-size |
| 2140 | page. |
| 2141 | * output.cc (Output_segment::set_section_addresses): Use |
| 2142 | abi_pagesize, not common_pagesize for relro boundary. |
| 2143 | (Output_segment::set_offset): Likewise. |
| 2144 | |
| 2145 | 2012-09-11 Alan Modra <amodra@gmail.com> |
| 2146 | |
| 2147 | * output.h (Output_data_got::add_global_tls, add_local_tls, |
| 2148 | add_local_tls_pair): New functions. |
| 2149 | (Output_data_got::add_local_pair_with_rel): Remove second |
| 2150 | reloc param. Expand comment. |
| 2151 | (Output_data_got::Got_entry): Rename use_plt_offset_ to |
| 2152 | use_plt_or_tls_offset_, similarly for constructor param. |
| 2153 | (Output_data_got::Got_entry::write): Add got_index param. |
| 2154 | * output.cc (Output_data_got::add_global_tls, add_local_tls, |
| 2155 | add_local_tls_pair): New functions. |
| 2156 | (Output_data_got::Got_entry::write): Handle tls symbols |
| 2157 | with use_plt_or_tls_offset_ set specially. |
| 2158 | (Output_data_got::add_local_pair_with_rel): Only one reloc. |
| 2159 | (Output_data_got::do_write): Replace iterator with index, pass |
| 2160 | index to entry write function. |
| 2161 | * target.h (Target::tls_offset_for_local, tls_offset_for_global, |
| 2162 | do_tls_offset_for_local, do_tls_offset_for_global): New functions. |
| 2163 | * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel |
| 2164 | call. |
| 2165 | * i386.cc (Target_i386::Scan::local): Likewise. |
| 2166 | * sparc.cc (Target_sparc::Scan::local): Likewise. |
| 2167 | * x86_64.cc (Target_x86_64::Scan::local): Likewise. |
| 2168 | * powerpc.cc (Target_powerpc::do_tls_offset_for_local, |
| 2169 | do_tls_offset_for_global): New functions. |
| 2170 | (Target_powerpc::Scan::local): Correct TLS relocations and got |
| 2171 | entry values. |
| 2172 | (Target_powerpc::Scan::global): Don't emit unnecessary |
| 2173 | dynamic relocations on TLS GOT entries. |
| 2174 | |
| 2175 | 2012-09-10 Matthias Klose <doko@ubuntu.com> |
| 2176 | |
| 2177 | * config.in: Disable sanity check for kfreebsd. |
| 2178 | |
| 2179 | 2012-09-10 Sterling Augustine <saugustine@google.com> |
| 2180 | |
| 2181 | * gdb-index.cc (Gdb_index::pubnames_read): New parameter. |
| 2182 | (Gdb_index::pubtypes_read): New parameter. |
| 2183 | (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters |
| 2184 | to calls. |
| 2185 | * gdb-index.h (Gdb_index): New fields pubnames_object_ and |
| 2186 | pubtypes_object_. |
| 2187 | |
| 2188 | 2012-09-09 Alan Modra <amodra@gmail.com> |
| 2189 | |
| 2190 | * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions. |
| 2191 | (Sized_target::gc_add_reference, do_gc_add_reference): New functions. |
| 2192 | * gc.h (gc_process_relocs): Call target gc_add_reference. |
| 2193 | * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym. |
| 2194 | * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol. |
| 2195 | (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove |
| 2196 | unnecessary cast. |
| 2197 | * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters |
| 2198 | to cater for when we don't need code offset. Update use. |
| 2199 | (Powerpc_relobj::access_from_map_, opd_valid_): New vars. |
| 2200 | (Powerpc_relobj::access_from_map, add_reference, opd_valid, |
| 2201 | set_opd_valid): New functions. |
| 2202 | (Target_powerpc::do_gc_add_reference): New function. |
| 2203 | (Target_powerpc::gc_process_relocs): Call gc()->add_reference on |
| 2204 | stashed refs. |
| 2205 | (Target_powerpc::do_gc_mark_symbol): New function. |
| 2206 | |
| 2207 | 2012-09-06 Cary Coutant <ccoutant@google.com> |
| 2208 | |
| 2209 | * dwarf_reader.cc (Dwarf_die::read_attributes): Add |
| 2210 | DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index. |
| 2211 | (Dwarf_die::skip_attributes): Likewise. |
| 2212 | * object.cc (Read_symbols_data::~Read_symbols_data): Update comment. |
| 2213 | * testsuite/gdb_index_test.cc (inline_func_1): New function. |
| 2214 | (main): Call it. |
| 2215 | * testsuite/gdb_index_test_comm.sh: Check index for inline function. |
| 2216 | |
| 2217 | 2012-09-05 H.J. Lu <hongjiu.lu@intel.com> |
| 2218 | |
| 2219 | * testsuite/script_test_3.t: Add .got.plt output section |
| 2220 | statement. |
| 2221 | * testsuite/script_test_4.t: Likewise. |
| 2222 | |
| 2223 | 2012-09-05 Alan Modra <amodra@gmail.com> |
| 2224 | |
| 2225 | * powerpc.cc (Powerpc_relocate_functions): Upcase enum values, |
| 2226 | update all uses and lose "enum" when using type. |
| 2227 | |
| 2228 | 2012-09-05 Alan Modra <amodra@gmail.com> |
| 2229 | |
| 2230 | * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. |
| 2231 | * configure: Regenerate. |
| 2232 | * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm. |
| 2233 | (plugin_final_layout.stdout): Likewise. |
| 2234 | (memory_test): Set page sizes to 0x1000. |
| 2235 | * testsuite/Makefile.in: Regenerate. |
| 2236 | * testsuite/discard_locals_test.sh: Add FIXME comment. |
| 2237 | * testsuite/justsyms_exec.c: Disable function test for powerpc64. |
| 2238 | * testsuite/pr14265.t: Add .got output section statement. |
| 2239 | * testsuite/script_test_2.t: Likewise. |
| 2240 | * testsuite/script_test_3.t: Likewise. |
| 2241 | * testsuite/script_test_4.t: Likewise. |
| 2242 | * testsuite/script_test_5.t: Likewise. |
| 2243 | * testsuite/script_test_6.t: Likewise. |
| 2244 | * testsuite/script_test_7.t: Likewise. |
| 2245 | * testsuite/script_test_9.t: Likewise. |
| 2246 | |
| 2247 | 2012-09-05 Alan Modra <amodra@gmail.com> |
| 2248 | |
| 2249 | * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const. |
| 2250 | (Powerpc_relocate_functions::Status): New typedef. |
| 2251 | (Target_powerpc::Scan::get_reference_flags): Handle more relocs. |
| 2252 | (Target_powerpc::Scan::local): Handle REL64. |
| 2253 | (Target_powerpc::Scan::global): Likewise, and dynamic relocs |
| 2254 | for REL32 and REL64. |
| 2255 | (Target_powerpc::symval_for_branch): New function, extracted from.. |
| 2256 | (Target_powerpc::Relocate::relocate): ..here. Correct plt call |
| 2257 | checks. Report overflow errors. |
| 2258 | |
| 2259 | 2012-09-05 Alan Modra <amodra@gmail.com> |
| 2260 | |
| 2261 | * object.h (Sized_relobj_file::emit_relocs): Delete. |
| 2262 | (Sized_relobj_file::emit_relocs_reltype): Delete. |
| 2263 | * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target |
| 2264 | relocate_relocs for --emit-relocs. |
| 2265 | (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete. |
| 2266 | * output.h: Update comment. |
| 2267 | (Output_segment::first_section): New function. |
| 2268 | (Output_segment::first_section_load_address): Use first_section. |
| 2269 | * output.cc (Output_segment::first_section): New function extracted.. |
| 2270 | (Output_segment::first_section_load_address): ..from here. Delete. |
| 2271 | * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs. |
| 2272 | * target.h (Sized_target::relocate_for_relocatable): Likewise. |
| 2273 | * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and |
| 2274 | adjust call to target.h function. |
| 2275 | * i386.cc (Target_i386): Likewise. |
| 2276 | * sparc.cc (Target_sparc): Likewise. |
| 2277 | * x86_64.cc (Target_x86_64): Likewise. |
| 2278 | * powerpc.cc (Target_powerpc): Likewise. |
| 2279 | (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure |
| 2280 | first tls section has section symbol for optimised local dynamic |
| 2281 | output relocs. |
| 2282 | (Target_powerpc::Relocate::relocate): Correct local dynamic value. |
| 2283 | (Target_powerpc::relocate_relocs): Adjust relocs emitted for |
| 2284 | optimised tls code. |
| 2285 | * testsuite/testfile.cc (Target_test::relocate_for_relocatable): |
| 2286 | Rename to relocate_relocs. Update error message. |
| 2287 | |
| 2288 | 2012-09-04 Andreas Schwab <schwab@linux-m68k.org> |
| 2289 | |
| 2290 | * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with |
| 2291 | --just-symbols. |
| 2292 | |
| 2293 | 2012-08-31 Alan Modra <amodra@gmail.com> |
| 2294 | |
| 2295 | * powerpc.cc (Powerpc_relobj): Add and use Address typedef. |
| 2296 | (Powerpc_relobj::toc_base_offset): New stub function. |
| 2297 | (Target_powerpc): Add tp_offset, dtp_offset. Rename |
| 2298 | got_mod_index_offset to tlsld_got_offset. Update all refs. |
| 2299 | (Target_powerpc::Relocate::enum skip_tls): New. |
| 2300 | (Target_powerpc::call_tls_get_addr_): New var. |
| 2301 | (Target_powerpc::is_branch_reloc): Move to file scope. |
| 2302 | (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete. |
| 2303 | (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie): |
| 2304 | New functions. |
| 2305 | (Target_powerpc::enum Got_type): Delete old values, add new ones. |
| 2306 | (powerpc_info): Correct common_pagesize for ppc64. |
| 2307 | (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions. |
| 2308 | (Powerpc_relocate_functions): Add overflow check enums and functions. |
| 2309 | Add non-shift version of rela, rela_ua. Delete all rel public |
| 2310 | functions. Delete addr16_lo. Add addr64, addr64_u, addr32, |
| 2311 | addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3, |
| 2312 | addr16_ha3, addr14 functions. |
| 2313 | (Output_data_got_powerpc::add_constant_pair): New function. |
| 2314 | (Output_data_got_powerpc::got_base_offset): Likewise. |
| 2315 | (Output_data_got_powerpc::do_write): Correct 64-bit got header. |
| 2316 | (instruction constants): Sort, add some more. |
| 2317 | (Output_data_glink::do_write): Add and use Address typedef. Use |
| 2318 | object->toc_base_offset() stub for 64-bit. |
| 2319 | (Target_powerpc::tlsld_got_offset): Use add_constant_pair. |
| 2320 | (Target_powerpc::Scan::get_reference_flags): Handle more relocs. |
| 2321 | (Target_powerpc::Scan::local, global): Emit relative dynamic reloc |
| 2322 | for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS. |
| 2323 | Always treat .opd relocs as against locally defined symbol. |
| 2324 | Correct condition for RELATIVE relocs. |
| 2325 | (Target_powerpc::do_finalize_sections): Test for NULL sections. |
| 2326 | (Target_powerpc::Relocate::relocate): Use plt call stub as value |
| 2327 | for 32-bit syms with a plt entry. Correct ppc64 toc base |
| 2328 | calculations. Handle TLS relocs, and more. Add overflow |
| 2329 | checking and adjust for Powerpc_relocate_functions changes. |
| 2330 | (Target_powerpc::relocate_for_relocatable): Handle zero r_sym. |
| 2331 | Reinstate --emit-relocs code with FIXME. |
| 2332 | |
| 2333 | 2012-08-30 Alan Modra <amodra@gmail.com> |
| 2334 | |
| 2335 | * layout.cc (Layout::set_segment_offsets): Set p_align to |
| 2336 | abi_pagesize, not common_pagesize. |
| 2337 | (Layout::relaxation_loop_body): Similarly use abi_pagesize |
| 2338 | to determine whether file header can go in segment. |
| 2339 | |
| 2340 | 2012-08-30 Alan Modra <amodra@gmail.com> |
| 2341 | |
| 2342 | * output.h (Output_reloc::Output_reloc <output section>): Add |
| 2343 | is_relative param. Adjust calls. |
| 2344 | (Output_reloc::add_output_section_relative): New functions. |
| 2345 | * output.cc (Output_reloc::Output_reloc <output section>): Handle |
| 2346 | is_relative. |
| 2347 | (Output_reloc::symbol_value): Handle SECTION_CODE. |
| 2348 | |
| 2349 | 2012-08-24 Sriraman Tallam <tmsriram@google.com> |
| 2350 | |
| 2351 | * gold.cc (queue_middle_tasks): Call layout again when unique |
| 2352 | segments for sections is desired. |
| 2353 | * layout.cc (Layout::Layout): Initialize new members. |
| 2354 | (Layout::get_output_section_flags): New function. |
| 2355 | (Layout::choose_output_section): Call get_output_section_flags. |
| 2356 | (Layout::layout): Make output section for mapping to a unique segment. |
| 2357 | (Layout::insert_section_segment_map): New function. |
| 2358 | (Layout::attach_allocated_section_to_segment): Make unique segment for |
| 2359 | output sections marked so. |
| 2360 | (Layout::segment_precedes): Check for unique segments when sorting. |
| 2361 | * layout.h (Layout::Unique_segment_info): New struct. |
| 2362 | (Layout::Section_segment_map): New typedef. |
| 2363 | (Layout::insert_section_segment_map): New function. |
| 2364 | (Layout::get_output_section_flags): New function. |
| 2365 | (Layout::is_unique_segment_for_sections_specified): New function. |
| 2366 | (Layout::set_unique_segment_for_sections_specified): New function. |
| 2367 | (Layout::unique_segment_for_sections_specified_): New member. |
| 2368 | (Layout::section_segment_map_): New member. |
| 2369 | * object.cc (Sized_relobj_file<size, big_endian>::do_layout): |
| 2370 | Rename is_gc_pass_one to is_pass_one. |
| 2371 | Rename is_gc_pass_two to is_pass_two. |
| 2372 | Rename is_gc_or_icf to is_two_pass. |
| 2373 | Check for which pass based on whether symbols data is present. |
| 2374 | Make it two pass when unique segments for sections is desired. |
| 2375 | * output.cc (Output_section::Output_section): Initialize new |
| 2376 | members. |
| 2377 | * output.h (Output_section::is_unique_segment): New function. |
| 2378 | (Output_section::set_is_unique_segment): New function. |
| 2379 | (Output_section::is_unique_segment_): New member. |
| 2380 | (Output_section::extra_segment_flags): New function. |
| 2381 | (Output_section::set_extra_segment_flags): New function. |
| 2382 | (Output_section::extra_segment_flags_): New member. |
| 2383 | (Output_section::segment_alignment): New function. |
| 2384 | (Output_section::set_segment_alignment): New function. |
| 2385 | (Output_section::segment_alignment_): New member. |
| 2386 | (Output_segment::Output_segment): Initialize is_unique_segment_. |
| 2387 | (Output_segment::is_unique_segment): New function. |
| 2388 | (Output_segment::set_is_unique_segment): New function. |
| 2389 | (Output_segment::is_unique_segment_): New member. |
| 2390 | * plugin.cc (allow_unique_segment_for_sections): New function. |
| 2391 | (unique_segment_for_sections): New function. |
| 2392 | (Plugin::load): Add new functions to transfer vector. |
| 2393 | * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output. |
| 2394 | * Makefile.in: Regenerate. |
| 2395 | * testsuite/plugin_final_layout.sh: Check if unique segment |
| 2396 | functionality works. |
| 2397 | * testsuite/plugin_section_order.c (onload): Check if new interfaces |
| 2398 | are available. |
| 2399 | (allow_unique_segment_for_sections): New global. |
| 2400 | (unique_segment_for_sections): New global. |
| 2401 | (claim_file_hook): Call allow_unique_segment_for_sections. |
| 2402 | (all_symbols_read_hook): Call unique_segment_for_sections. |
| 2403 | |
| 2404 | 2012-08-22 Cary Coutant <ccoutant@google.com> |
| 2405 | |
| 2406 | * layout.cc (Layout::include_section): Don't assert on GROUP |
| 2407 | sections with --emit-relocs. |
| 2408 | |
| 2409 | 2012-08-21 Cary Coutant <ccoutant@google.com> |
| 2410 | |
| 2411 | * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert |
| 2412 | if --export-dynamic-symbol names an undef symbol. |
| 2413 | |
| 2414 | 2012-08-18 Alan Modra <amodra@gmail.com> |
| 2415 | |
| 2416 | * powerpc.cc: Formatting and white space. |
| 2417 | (Powerpc_relobj): Rename got2_section_ to special_. |
| 2418 | Add opd_ent_shndx_ and opd_ent_off_ vectors. |
| 2419 | (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent, |
| 2420 | scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions. |
| 2421 | (Target_powerpc): Add Address typedef and invalid_address. Use |
| 2422 | throughout. |
| 2423 | (Target_powerpc::is_branch_reloc): New function. |
| 2424 | (Powerpc_relocate_functions): Add Address typedef, use throughout. |
| 2425 | (Powerpc_relocate_functions:rela, rela_ua): Correct type used |
| 2426 | for dst_mask, value and addend. |
| 2427 | (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit. |
| 2428 | (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants. |
| 2429 | (Output_data_glink::do_write): Correct toc base. Don't try to use |
| 2430 | uint16_t for 24-bit offset. Use get_output_section_offset and |
| 2431 | check return. |
| 2432 | (Target_powerpc::Scan::local): Handle more relocs. |
| 2433 | (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK. |
| 2434 | (Target_powerpc::Relocate::relocate): Correct toc base calculation. |
| 2435 | Plug in toc restoring insn after plt calls. Translate branches |
| 2436 | to function descriptor symbols to corresponding entry point. |
| 2437 | (Target_powerpc::relocate_for_relocatable): Check return from |
| 2438 | get_output_section_offset. |
| 2439 | * symtab.h: Comment typo. |
| 2440 | |
| 2441 | 2012-08-14 Ian Lance Taylor <iant@google.com> |
| 2442 | |
| 2443 | * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to |
| 2444 | unsupported_relocal_local to call unsupported_reloc_global. |
| 2445 | |
| 2446 | 2012-08-14 Nick Clifton <nickc@redhat.com> |
| 2447 | |
| 2448 | PR ld/14265 |
| 2449 | * script-sections.cc (Sections_element::output_section_name): Add |
| 2450 | keep return parameter. |
| 2451 | (Output_section_element::match_name): Add keep return parameter. |
| 2452 | Return the value of the keep_ member. |
| 2453 | * script-sections.h (class Output_section): Update |
| 2454 | output_section_name prototype. |
| 2455 | * layout.cc (Layout::keep_input_section): New public member |
| 2456 | function. |
| 2457 | (Layout::choose_output_section): Pass keep parameter to |
| 2458 | output_section_name. |
| 2459 | * layout.h (class Layout): Add keep_input_section. |
| 2460 | * object.cc (Sized_relobj_file::do_layout): Check for kept input |
| 2461 | sections. |
| 2462 | * testsuite/Makefile.am: Add a test. |
| 2463 | * testsuite/Makefile.in: Regenerate. |
| 2464 | * testsuite/pr14265.c: Source file for the test. |
| 2465 | * testsuite/pr14265.t: Linker script for the test. |
| 2466 | * testsuite/pr14265.sh: Shell script for the test. |
| 2467 | |
| 2468 | 2012-08-14 Alan Modra <amodra@gmail.com> |
| 2469 | |
| 2470 | * target.h (Target::output_section_name): New function. |
| 2471 | (Target::do_output_section_name): New function. |
| 2472 | * layout.cc (Layout::choose_output_section): Call the above. |
| 2473 | * powerpc.cc (Target_powerpc::do_output_section_name): New function. |
| 2474 | |
| 2475 | 2012-08-14 Alan Modra <amodra@gmail.com> |
| 2476 | |
| 2477 | * powerpc.cc: Update for renamed R_PPC_REL16 relocs. |
| 2478 | (Output_data_got_powerpc::do_write): Don't rely on base class lookup |
| 2479 | for replace_constant call. |
| 2480 | (Output_data_plt_powerpc::do_print_to_mapfile): New function. |
| 2481 | (Output_data_glink::do_print_to_mapfile): New function. |
| 2482 | (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE. |
| 2483 | (Target_powerpc::Relocate::relocate): Likewise. |
| 2484 | |
| 2485 | 2012-08-14 Alan Modra <amodra@gmail.com> |
| 2486 | |
| 2487 | * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete. |
| 2488 | (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx. |
| 2489 | (Output_data_glink::add_entry,find_entry): Remove shndx param. |
| 2490 | (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove |
| 2491 | all references to shndx_. Handle special case for R_PPC_PLTREL24 |
| 2492 | here. |
| 2493 | (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash. |
| 2494 | (Output_data_glink::do_write): Retrieve got2_shdnx from object. |
| 2495 | (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24 |
| 2496 | here. |
| 2497 | (Target_powerpc::Scan::global): Nor on make_plt_entry call. |
| 2498 | (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call. |
| 2499 | |
| 2500 | 2012-08-12 Alan Modra <amodra@gmail.com> |
| 2501 | |
| 2502 | * powerpc.cc: Whitespace fixes. Wrap overly long lines. |
| 2503 | (glink insn constants): Use uint32_t. |
| 2504 | (Output_data_glink::add_entry): Use insert, not [] operator. |
| 2505 | |
| 2506 | 2012-08-11 Alan Modra <amodra@gmail.com> |
| 2507 | |
| 2508 | * object.h (Sized_relobj_file::find_shdr): New function. |
| 2509 | (Sized_relobj_file::find_special_sections): New function. |
| 2510 | * object.cc (Sized_relobj_file::find_shdr): New function. |
| 2511 | (Sized_relobj_file::find_eh_frame): Use find_shdr. |
| 2512 | (Sized_relobj_file::find_special_sections): New function, split out.. |
| 2513 | (Sized_relobj_file::do_read_symbols): ..from here. |
| 2514 | * output.h (Output_data_got::replace_constant): New function. |
| 2515 | (Output_data_got::num_entries): New function. |
| 2516 | (Output_data_got::last_got_offset,set_got_size): Use num_entries. |
| 2517 | (Output_data_got::got_offset): Protected rather than private. |
| 2518 | (Output_data_got::replace_got_entry): New function. |
| 2519 | * output.cc (Output_data_got::replace_got_entry): New function. |
| 2520 | * powerpc.cc (class Powerpc_relobj): New. |
| 2521 | (class Powerpc_relocate_functions): Delete all psymval variants or |
| 2522 | convert to value,addend type. Delete pcrela, pcrela_unaligned. |
| 2523 | Implement _ha functions using corresponding _hi function. |
| 2524 | (Powerpc_relobj::find_special_sections): New function. |
| 2525 | (Target_powerpc::do_make_elf_object): New function. |
| 2526 | (class Output_data_got_powerpc): New. |
| 2527 | (class Output_data_glink): New. |
| 2528 | (class Powerpc_scan_relocatable_reloc): New. |
| 2529 | Many more changes througout file. |
| 2530 | |
| 2531 | 2012-08-09 Nick Clifton <nickc@redhat.com> |
| 2532 | |
| 2533 | * po/vi.po: Updated Vietnamese translation. |
| 2534 | |
| 2535 | 2012-08-07 Ian Lance Taylor <iant@google.com> |
| 2536 | |
| 2537 | * layout.cc (Layout::add_target_dynamic_tags): If |
| 2538 | dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for |
| 2539 | plt_rel. |
| 2540 | |
| 2541 | 2012-07-30 Nick Clifton <nickc@redhat.com> |
| 2542 | |
| 2543 | * po/gold.pot: Updated template. |
| 2544 | * po/es.po: Updated Spanish translation. |
| 2545 | |
| 2546 | 2012-07-18 Cary Coutant <ccoutant@google.com> |
| 2547 | |
| 2548 | PR gold/14344 |
| 2549 | * configure.ac: Add check for -gpubnames support. |
| 2550 | * configure: Regenerate. |
| 2551 | * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames |
| 2552 | support; force -gno-pubnames. |
| 2553 | (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames |
| 2554 | support. |
| 2555 | (gdb_index_test_4): New test. |
| 2556 | * testsuite/Makefile.in: Regenerate. |
| 2557 | * testsuite/gdb_index_test_1.sh: Refactor code into common file. |
| 2558 | * testsuite/gdb_index_test_2.sh: Likewise. |
| 2559 | * testsuite/gdb_index_test_3.sh: Don't look for space after colon. |
| 2560 | * testsuite/gdb_index_test_4.sh: New script. |
| 2561 | * testsuite/gdb_index_test_comm.sh: New script with common code; |
| 2562 | don't look for space after colon. |
| 2563 | |
| 2564 | 2012-07-16 Sriraman Tallam <tmsriram@google.com> |
| 2565 | |
| 2566 | * gold.cc (queue_middle_tasks): Update function order only after |
| 2567 | deferred objects due to plugins are processed. |
| 2568 | |
| 2569 | 2012-07-11 Ian Lance Taylor <iant@google.com> |
| 2570 | |
| 2571 | * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef. |
| 2572 | (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise. |
| 2573 | (Target_arm::scan_reloc_for_stub): Likewise. |
| 2574 | * common.cc (Symbol_table::do_allocate_commons_list): Likewise. |
| 2575 | * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise. |
| 2576 | * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise. |
| 2577 | * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise. |
| 2578 | * powerpc.cc (Target_powerpc::relocate_tls): Likewise. |
| 2579 | |
| 2580 | 2012-07-10 Dodji Seketeli <dodji@redhat.com> |
| 2581 | Ian Lance Taylor <iant@google.com> |
| 2582 | |
| 2583 | PR gold/14309 |
| 2584 | * configure.ac: Test whether std::tr1::hash<off_t> works. |
| 2585 | * gold.h: Add a specialization for std::tr1::hash<off_t> if |
| 2586 | needed. |
| 2587 | * output.h (class Output_fill): Add virtual destructor. |
| 2588 | * configure, config.in: Rebuild. |
| 2589 | |
| 2590 | 2012-06-22 Roland McGrath <mcgrathr@google.com> |
| 2591 | |
| 2592 | * layout.cc (finalize): Define __ehdr_start symbol if applicable. |
| 2593 | |
| 2594 | 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com> |
| 2595 | |
| 2596 | * plugin.cc (Plugin::load): Handle position independent executables. |
| 2597 | |
| 2598 | 2012-06-06 Cary Coutant <ccoutant@google.com> |
| 2599 | |
| 2600 | * layout.cc (gdb_sections): Remove ".debug_" prefixes, |
| 2601 | add .debug_macro. |
| 2602 | (lines_only_debug_sections): Likewise. |
| 2603 | (gdb_fast_lookup_sections): New static array. |
| 2604 | (is_gdb_debug_section): Rename formal parameter. |
| 2605 | (is_lines_only_debug_section): Likewise. |
| 2606 | (is_gdb_fast_lookup_section): New function. |
| 2607 | (Layout::include_section): Check for ".zdebug_" prefix; pass |
| 2608 | section name suffix to is_gdb_debug_section, et al.; check for |
| 2609 | fast-lookup sections when building .gdb_index. |
| 2610 | * options.h (--strip-debug-gdb): Update GDB version number. |
| 2611 | |
| 2612 | 2012-06-06 Cary Coutant <ccoutant@google.com> |
| 2613 | |
| 2614 | * configure.ac: Add check for fallocate. |
| 2615 | * configure: Regenerate. |
| 2616 | * config.in: Regenerate. |
| 2617 | |
| 2618 | * options.h (class General_options): Add --mmap-output-file and |
| 2619 | --posix-fallocate options. |
| 2620 | * output.cc: (posix_fallocate): Remove; replace with... |
| 2621 | (gold_fallocate): New function. |
| 2622 | (Output_file::map_no_anonymous): Call gold_fallocate. |
| 2623 | (Output_file::map): Check --mmap-output-file option. |
| 2624 | |
| 2625 | 2012-06-05 Jing Yu <jingyu@google.com> |
| 2626 | |
| 2627 | * gold.h (textdomain): Add do {} to empty while(0). |
| 2628 | (bindtextdomain): Likewise. |
| 2629 | |
| 2630 | 2012-06-04 Cary Coutant <ccoutant@google.com> |
| 2631 | |
| 2632 | * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call |
| 2633 | has_dynsym_index. |
| 2634 | |
| 2635 | 2012-05-25 Sriraman Tallam <tmsriram@google.com> |
| 2636 | |
| 2637 | * symtab.cc (Symbol_table::define_special_symbol): |
| 2638 | Initialize *poldsym to prevent uninitialized variable errors. |
| 2639 | |
| 2640 | 2012-05-23 Cary Coutant <ccoutant@google.com> |
| 2641 | |
| 2642 | * layout.cc (Layout::section_name_mapping): Add rules to handle |
| 2643 | exact match on .data.rel.ro.local or .data.rel.ro. |
| 2644 | (Layout::output_section_name): Check for exact matches. |
| 2645 | |
| 2646 | 2012-05-23 Cary Coutant <ccoutant@google.com> |
| 2647 | |
| 2648 | * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.* |
| 2649 | more carefully. |
| 2650 | |
| 2651 | 2012-05-22 Cary Coutant <ccoutant@google.com> |
| 2652 | |
| 2653 | * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable |
| 2654 | object before exporting symbol. |
| 2655 | |
| 2656 | 2012-05-21 H.J. Lu <hongjiu.lu@intel.com> |
| 2657 | |
| 2658 | * testsuite/tls_test.cc: Include "config.h" first. |
| 2659 | * testsuite/tls_test_c.c: Likewise. |
| 2660 | |
| 2661 | 2012-05-17 Daniel Richard G. <skunk@iskunk.org> |
| 2662 | Nick Clifton <nickc@redhat.com> |
| 2663 | |
| 2664 | PR 14072 |
| 2665 | * configure.in: Add check that sysdep.h has been included before |
| 2666 | any system header files. |
| 2667 | * configure: Regenerate. |
| 2668 | * config.in: Regenerate. |
| 2669 | |
| 2670 | 2012-05-14 Cary Coutant <ccoutant@google.com> |
| 2671 | |
| 2672 | * layout.cc (Layout::make_output_section): Mark .tdata section |
| 2673 | as RELRO. |
| 2674 | * testsuite/relro_test.cc: Add a TLS variable. |
| 2675 | |
| 2676 | 2012-05-10 H.J. Lu <hongjiu.lu@intel.com> |
| 2677 | |
| 2678 | PR gold/14091 |
| 2679 | * x86_64.cc (Target_x86_64::Scan::local): For x32, generate |
| 2680 | R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of |
| 2681 | R_X86_64_64. |
| 2682 | |
| 2683 | 2012-05-08 Cary Coutant <ccoutant@google.com> |
| 2684 | |
| 2685 | * layout.cc (gdb_sections): Update GDB version, add .debug_addr. |
| 2686 | (lines_only_debug_sections): Likewise. |
| 2687 | |
| 2688 | 2012-05-02 Roland McGrath <mcgrathr@google.com> |
| 2689 | |
| 2690 | * nacl.cc: New file. |
| 2691 | * nacl.h: New file. |
| 2692 | * Makefile.am (CCFILES, HFILES): Add them. |
| 2693 | * Makefile.in: Regenerate. |
| 2694 | * i386.cc (Output_data_plt_i386_nacl): New class. |
| 2695 | (Output_data_plt_i386_nacl_exec): New class. |
| 2696 | (Output_data_plt_i386_nacl_dyn): New class. |
| 2697 | (Target_i386_nacl): New class. |
| 2698 | (Target_selector_i386_nacl): New class. |
| 2699 | (target_selector_i386): Use it instead of Target_selector_i386. |
| 2700 | * x86_64.cc (Output_data_plt_x86_64_nacl): New class. |
| 2701 | (Target_x86_64_nacl): New class. |
| 2702 | (Target_selector_x86_64_nacl): New class. |
| 2703 | (target_selector_x86_64, target_selector_x32): Use it instead of |
| 2704 | Target_selector_x86_64. |
| 2705 | * arm.cc (Output_data_plt_arm_nacl): New class. |
| 2706 | (Target_arm_nacl): New class. |
| 2707 | (Target_selector_arm_nacl): New class. |
| 2708 | (target_selector_arm, target_selector_armbe): Use it instead of |
| 2709 | Target_selector_arm. |
| 2710 | |
| 2711 | * target-select.cc (select_target): Take new Input_file* and off_t |
| 2712 | arguments, pass them on to recognize method of selector. |
| 2713 | * object.cc (make_elf_sized_object): Update caller. |
| 2714 | * parameters.cc (parameters_force_valid_target): Likewise. |
| 2715 | * incremental.cc (make_sized_incremental_binary): Likewise. |
| 2716 | * target-select.h: Update decl. |
| 2717 | (Target_selector::recognize): Take new Input_file* argument, |
| 2718 | pass it on to do_recognize. |
| 2719 | (Target_selector::do_recognize): Take new Input_file* argument. |
| 2720 | * freebsd.h (Target_selector_freebsd::do_recognize): Likewise. |
| 2721 | * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise. |
| 2722 | * sparc.cc (Target_selector_sparc::do_recognize): Likewise. |
| 2723 | * testsuite/testfile.cc (Target_selector::do_recognize): Likewise. |
| 2724 | |
| 2725 | * target.h (Target::Target_info): New members isolate_execinstr |
| 2726 | and rosegment_gap. |
| 2727 | (Target::isolate_execinstr, Target::rosegment_gap): New methods. |
| 2728 | * arm.cc (Target_arm::arm_info): Update initializer. |
| 2729 | * i386.cc (Target_i386::i386_info): Likewise. |
| 2730 | * powerpc.cc (Target_powerpc::powerpc_info): Likewise. |
| 2731 | * sparc.cc (Target_sparc::sparc_info): Likewise. |
| 2732 | * x86_64.cc (Target_x86_64::x86_64_info): Likewise. |
| 2733 | * testsuite/testfile.cc (Target_test::test_target_info): Likewise. |
| 2734 | * layout.cc (Layout::attach_allocated_section_to_segment): |
| 2735 | Take new const Target* argument. If target->isolate_execinstr(), act |
| 2736 | like --rosegment. |
| 2737 | (Layout::find_first_load_seg): Take new const Target* argument; |
| 2738 | if target->isolate_execinstr(), reject PF_X segments. |
| 2739 | (Layout::relaxation_loop_body): Update caller. |
| 2740 | (Layout::set_segment_offsets): If target->isolate_execinstr(), |
| 2741 | reset file offset to zero when we hit LOAD_SEG, and then do a second |
| 2742 | loop over the segments before LOAD_SEG to reassign offsets after |
| 2743 | addresses have been determined. Handle target->rosegment_gap(). |
| 2744 | (Layout::attach_section_to_segment): Take new const Target* argument; |
| 2745 | pass it to attach_allocated_section_to_segment. |
| 2746 | (Layout::make_output_section): Update caller. |
| 2747 | (Layout::attach_sections_to_segments): Take new const Target* argument; |
| 2748 | pass it to attach_section_to_segment. |
| 2749 | * gold.cc (queue_middle_tasks): Update caller. |
| 2750 | * layout.h (Layout): Update method decls with new arguments. |
| 2751 | |
| 2752 | * arm.cc (Target_arm::Target_arm): Take optional argument for the |
| 2753 | Target_info pointer to use. |
| 2754 | (Target_arm::do_make_data_plt): New virtual method. |
| 2755 | (Target_arm::make_data_plt): New method that calls it. |
| 2756 | (Target_arm::make_plt_entry): Use it. |
| 2757 | (Output_data_plt_arm::Output_data_plt_arm): Take additional argument |
| 2758 | for the section alignment. |
| 2759 | (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual |
| 2760 | method. |
| 2761 | (Output_data_plt_arm::first_plt_entry_offset): Call it. |
| 2762 | (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual |
| 2763 | method. |
| 2764 | (Output_data_plt_arm::get_plt_entry_size): Call it. |
| 2765 | (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method. |
| 2766 | (Output_data_plt_arm::fill_plt_entry): New method that calls it. |
| 2767 | (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual |
| 2768 | method. |
| 2769 | (Output_data_plt_arm::fill_first_plt_entry): New method that calls it. |
| 2770 | (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size |
| 2771 | method instead of sizeof(plt_entry). |
| 2772 | (Output_data_plt_arm::add_entry): Likewise. |
| 2773 | Use first_plt_entry_offset method instead of sizeof(first_plt_entry). |
| 2774 | (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather |
| 2775 | than static method. |
| 2776 | (Target_arm::plt_entry_size): Likewise. |
| 2777 | (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry): |
| 2778 | Move to ... |
| 2779 | (Output_data_plt_arm_standard): ... here, new class. |
| 2780 | (Output_data_plt_arm::do_write): Move guts of PLT filling to... |
| 2781 | (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ... |
| 2782 | (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here. |
| 2783 | |
| 2784 | * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64): |
| 2785 | Take additional argument for the PLT entry size. |
| 2786 | (Output_data_plt_x86_64::get_tlsdesc_plt_offset): |
| 2787 | Use get_plt_entry_size method rather than plt_entry_size variable. |
| 2788 | (Output_data_plt_x86_64::reserve_slot): Likewise. |
| 2789 | (Output_data_plt_x86_64::do_adjust_output_section): Likewise. |
| 2790 | (Output_data_plt_x86_64::add_entry): Likewise. |
| 2791 | (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise. |
| 2792 | (Output_data_plt_x86_64::address_for_global): Likewise. |
| 2793 | (Output_data_plt_x86_64::address_for_local): Likewise. |
| 2794 | (Output_data_plt_x86_64::set_final_data_size): Likewise. |
| 2795 | (Output_data_plt_x86_64::first_plt_entry_offset): Likewise. |
| 2796 | Make method non-static. |
| 2797 | (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual |
| 2798 | method. |
| 2799 | (Output_data_plt_x86_64::get_plt_entry_size): Just call that. |
| 2800 | (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method. |
| 2801 | (Output_data_plt_x86_64::add_eh_frame): New method to call it. |
| 2802 | (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract |
| 2803 | virtual method. |
| 2804 | (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it. |
| 2805 | (Output_data_plt_x86_64::do_fill_plt_entry): New abstract |
| 2806 | virtual method. |
| 2807 | (Output_data_plt_x86_64::fill_plt_entry): New method to call it. |
| 2808 | (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract |
| 2809 | virtual method. |
| 2810 | (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it. |
| 2811 | (Output_data_plt_x86_64::plt_entry_size) |
| 2812 | (Output_data_plt_x86_64::first_plt_entry) |
| 2813 | (Output_data_plt_x86_64::plt_entry) |
| 2814 | (Output_data_plt_x86_64::tlsdesc_plt_entry) |
| 2815 | (Output_data_plt_x86_64::plt_eh_frame_fde_size) |
| 2816 | (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ... |
| 2817 | (Output_data_plt_x86_64_standard): ... here, new class. |
| 2818 | (Target_x86_64::Target_x86_64): Take optional argument for the |
| 2819 | Target_info pointer to use. |
| 2820 | (Target_x86_64::do_make_data_plt): New virtual method. |
| 2821 | (Target_x86_64::make_data_plt): New method to call it. |
| 2822 | (Target_x86_64::init_got_plt_for_update): Use that. |
| 2823 | Call this->plt_->add_eh_frame method here. |
| 2824 | (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here. |
| 2825 | (Target_x86_64::first_plt_entry_offset): Call method on this->plt_ |
| 2826 | rather than static method. |
| 2827 | (Target_x86_64::plt_entry_size): Likewise. |
| 2828 | (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method |
| 2829 | rather than plt_entry_size variable. Move guts of PLT filling to... |
| 2830 | (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ... |
| 2831 | (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ... |
| 2832 | (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here. |
| 2833 | |
| 2834 | * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take |
| 2835 | additional argument for the section alignment. |
| 2836 | Don't do add_eh_frame_for_plt here. |
| 2837 | (Output_data_plt_i386::first_plt_entry_offset): Make the method |
| 2838 | non-static. Use get_plt_entry_size method rather than plt_entry_size |
| 2839 | variable. |
| 2840 | (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual |
| 2841 | method. |
| 2842 | (Output_data_plt_i386::get_plt_entry_size): Call it. |
| 2843 | (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method. |
| 2844 | (Output_data_plt_i386::add_eh_frame): New method to call it. |
| 2845 | (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual |
| 2846 | method. |
| 2847 | (Output_data_plt_i386::fill_first_plt_entry): New method to call it. |
| 2848 | (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual |
| 2849 | method. |
| 2850 | (Output_data_plt_i386::fill_plt_entry): New method to call it. |
| 2851 | (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size |
| 2852 | method instead of plt_entry_size. |
| 2853 | (Output_data_plt_i386::plt_entry_size) |
| 2854 | (Output_data_plt_i386::plt_eh_frame_fde_size) |
| 2855 | (Output_data_plt_i386::plt_eh_frame_fde): Move to ... |
| 2856 | (Output_data_plt_i386_standard): ... here, new class. |
| 2857 | (Output_data_plt_i386_exec): New class. |
| 2858 | (Output_data_plt_i386::exec_first_plt_entry): Move to ... |
| 2859 | (Output_data_plt_i386_exec::first_plt_entry): ... here. |
| 2860 | (Output_data_plt_i386::exec_plt_entry): Move to ... |
| 2861 | (Output_data_plt_i386_exec::plt_entry): ... here. |
| 2862 | (Output_data_plt_i386_dyn): New class. |
| 2863 | (Output_data_plt_i386::first_plt_entry): Move to ... |
| 2864 | (Output_data_plt_i386_dyn::first_plt_entry): ... here. |
| 2865 | (Output_data_plt_i386::dyn_plt_entry): Move to ... |
| 2866 | (Output_data_plt_i386_dyn::plt_entry): ... here. |
| 2867 | (Target_i386::Target_i386): Take optional argument for the Target_info |
| 2868 | pointer to use. |
| 2869 | (Target_i386::do_make_data_plt): New virtual method. |
| 2870 | (Target_i386::make_data_plt): New method to call it. |
| 2871 | (Target_i386::make_plt_section): Use that. |
| 2872 | Call this->plt_->add_eh_frame method here. |
| 2873 | (Output_data_plt_i386::add_entry): Use get_plt_entry_size method |
| 2874 | rather than plt_entry_size variable. |
| 2875 | (Output_data_plt_i386::add_local_ifunc_entry): Likewise. |
| 2876 | (Output_data_plt_i386::address_for_local): Likewise. |
| 2877 | (Output_data_plt_i386::do_write): Likewise. |
| 2878 | Move guts of PLT filling to... |
| 2879 | (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ... |
| 2880 | (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ... |
| 2881 | (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ... |
| 2882 | (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here. |
| 2883 | |
| 2884 | 2012-05-01 Cary Coutant <ccoutant@google.com> |
| 2885 | |
| 2886 | * dwarf_reader.cc (Dwarf_die::read_attributes) |
| 2887 | (Dwarf_die::skip_attributes, Dwarf_die::int_attribute) |
| 2888 | (Dwarf_die::uint_attribute): Remove DW_FORM_null. |
| 2889 | * reduced_debug_output.cc |
| 2890 | (Output_reduced_debug_info_section::get_die_end): Remove |
| 2891 | DW_FORM_GNU_ref_index. Add default case. |
| 2892 | |
| 2893 | 2012-04-26 Mark Wielaard <mjw@redhat.com> |
| 2894 | |
| 2895 | * dwarf_reader.cc (Dwarf_die::address_attribute): New function. |
| 2896 | * dwarf_reader.h (Dwarf_die::address_attribute): Likewise. |
| 2897 | * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle |
| 2898 | DW_AT_high_pc as offset from DW_AT_low_pc. |
| 2899 | |
| 2900 | * testsuite/Makefile.am (gdb_index_test_3.sh): New test case. |
| 2901 | * testsuite/Makefile.in: Regenerate. |
| 2902 | * testsuite/gdb_index_test_3.c: New test source file. |
| 2903 | * testsuite/gdb_index_test_3.sh: New test source file. |
| 2904 | |
| 2905 | 2012-04-25 Ian Lance Taylor <iant@google.com> |
| 2906 | |
| 2907 | * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const |
| 2908 | pointer. |
| 2909 | (Stub_addend_reader::operator()): Declare Arm_relocate_functions |
| 2910 | as a class, not a struct. |
| 2911 | (Target_arm::scan_span_for_cortex_a8_erratum): Likewise. |
| 2912 | (Target_arm::apply_cortex_a8_workaround): Likewise. |
| 2913 | * gc.h: Declare Reloc_types as a struct, not a class. |
| 2914 | * object.h: Declare Symbols_data as a struct. |
| 2915 | * reloc.h: Declare Read_relocs_data as a struct. |
| 2916 | * target.h: Declare Relocate_info as a struct. |
| 2917 | |
| 2918 | 2012-04-24 David S. Miller <davem@davemloft.net> |
| 2919 | |
| 2920 | * sparc.cc (Target_sparc::Relocate::relax_call): New function. |
| 2921 | (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30 |
| 2922 | and R_SPARC_WPLT30. |
| 2923 | |
| 2924 | 2012-04-24 Cary Coutant <ccoutant@google.com> |
| 2925 | |
| 2926 | * incremental-dump.cc (find_input_containing_global): Replace |
| 2927 | magic number with symbolic constant. |
| 2928 | (dump_incremental_inputs): Update version number. |
| 2929 | * incremental.cc (Output_section_incremental_inputs): Update version |
| 2930 | number; import symbolic constants from Incremental_inputs_reader. |
| 2931 | (Incremental_inputs::create_data_sections): Align relocations |
| 2932 | section correctly for 64-bit targets. |
| 2933 | (Output_section_incremental_inputs::set_final_data_size): Use symbolic |
| 2934 | constants; add padding. |
| 2935 | (Output_section_incremental_inputs::write_header): Add assert for |
| 2936 | header_size. |
| 2937 | (Output_section_incremental_inputs::write_input_files): Add assert |
| 2938 | for input_entry_size. |
| 2939 | (Output_section_incremental_inputs::write_info_blocks): Add padding; |
| 2940 | add assert for object_info_size, input_section_entry_size, |
| 2941 | global_sym_entry_size. |
| 2942 | * incremental.h (Incremental_inputs_reader): Add symbolic constants |
| 2943 | for data structure sizes; use them. |
| 2944 | (Incremental_input_entry_reader): Import symbolic constants from |
| 2945 | Incremental_inputs_reader; use them. |
| 2946 | |
| 2947 | 2012-04-23 David S. Miller <davem@davemloft.net> |
| 2948 | |
| 2949 | * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_, |
| 2950 | and elf_flags_set_. |
| 2951 | (Target_sparc::Target_sparc): Initialize new fields. |
| 2952 | (Target_sparc::do_make_elf_object): New function. |
| 2953 | (Target_sparc::do_adjust_elf_header): New function. |
| 2954 | |
| 2955 | 2012-04-23 Cary Coutant <ccoutant@google.com> |
| 2956 | |
| 2957 | * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing |
| 2958 | CU range table of gdb index. |
| 2959 | |
| 2960 | 2012-04-20 David S. Miller <davem@davemloft.net> |
| 2961 | |
| 2962 | * target.cc (Sized_target::do_adjust_elf_header): Use big_endian |
| 2963 | instead of false. |
| 2964 | |
| 2965 | 2012-04-16 David S. Miller <davem@davemloft.net> |
| 2966 | |
| 2967 | * sparc.cc (Target_sparc::got_address): New function. |
| 2968 | (Sparc_relocate_functions::gdop_hix22): New function. |
| 2969 | (Sparc_relocate_functions::gdop_lox10): New function. |
| 2970 | (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA |
| 2971 | relocs. |
| 2972 | (Target_sparc::Scan::local): Likewise if the global symbol is not |
| 2973 | preemptible and is not IFUNC. |
| 2974 | (Target_sparc::Relocate::relocate): Perform GOTDATA code |
| 2975 | transformations for local and non-preemptible non-IFUNC global |
| 2976 | symbols. |
| 2977 | |
| 2978 | * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when |
| 2979 | writing out 64-bit part of ranges. |
| 2980 | |
| 2981 | * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of |
| 2982 | -fpic and -fpie respectively. |
| 2983 | * Makefile.in: Regenerate. |
| 2984 | |
| 2985 | * sparc.cc (class Target_sparc): Add rela_ifunc_. |
| 2986 | (Target_sparc::Target_sparc): Initialize new field. |
| 2987 | (Target_sparc::do_plt_section_for_global): New function. |
| 2988 | (Target_sparc::do_plt_section_for_local): New function. |
| 2989 | (Target_sparc::reloc_needs_plt_for_ifunc): New function. |
| 2990 | (Target_sparc::make_plt_section): New function, broken out of |
| 2991 | make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt". |
| 2992 | (Target_sparc::make_plt_entry): Call make_plt_section. |
| 2993 | (Target_sparc::make_local_ifunc_plt_entry): New function. |
| 2994 | (Target_sparc::rela_ifunc_section): New function. |
| 2995 | (Target_sparc::plt_section): Remove const. |
| 2996 | (Output_data_plt_sparc): Update declarations. Define Global_ifunc |
| 2997 | and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_, |
| 2998 | and ifunc_count_ fields. |
| 2999 | (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields. |
| 3000 | (Output_data_plt_sparc::add_entry): Handle IFUNC symbols. |
| 3001 | (Output_data_plt_sparc::add_local_ifunc_entry): New function. |
| 3002 | (Output_data_plt_sparc::rela_ifunc): New function. |
| 3003 | (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function. |
| 3004 | (Output_data_plt_sparc::has_ifunc_section): New function. |
| 3005 | (Output_data_plt_sparc::entry_count): Include ifunc_count_. |
| 3006 | (Output_data_plt_sparc::address_for_global): New function. |
| 3007 | (Output_data_plt_sparc::address_for_local): New function. |
| 3008 | (Output_data_plt_sparc::plt_index_to_offset): New function. |
| 3009 | (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset |
| 3010 | and entry_count. |
| 3011 | (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and |
| 3012 | entry_count. |
| 3013 | (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and |
| 3014 | R_SPARC_JMP_IREL to switch. |
| 3015 | (Target_sparc::Scan::check_non_pic): Likewise. |
| 3016 | (Target_sparc::Scan::local): Handle IFUNC symbols. |
| 3017 | (Target_sparc::Scan::local): Likewise. |
| 3018 | (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global |
| 3019 | and plt_address_for_local. |
| 3020 | (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs. |
| 3021 | Define __rel_iplt_start and __rel_iplt_end if doing a static link. |
| 3022 | |
| 3023 | * output.h (Output_reloc): Allow use_plt_offset for global relocs too. |
| 3024 | (class Output_data_reloc): Adjust calls to Output_reloc_type. |
| 3025 | (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset. |
| 3026 | * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for |
| 3027 | global relocs too. |
| 3028 | (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols. |
| 3029 | * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative |
| 3030 | calls. |
| 3031 | * sparc.cc (Target_sparc::Scan::global): Likewise. |
| 3032 | * x86_64.cc (Target_x86_64::Scan::global): Likewise. |
| 3033 | |
| 3034 | 2012-04-16 Cary Coutant <ccoutant@google.com> |
| 3035 | |
| 3036 | * archive.cc (Library_base::should_include_member): Check for |
| 3037 | --export-dynamic-symbol. |
| 3038 | * options.h (class General_options): Add --export-dynamic-symbol. |
| 3039 | * symtab.cc (Symbol::should_add_dynsym_entry): Check for |
| 3040 | --export-dynamic-symbol. |
| 3041 | (Symbol_table::gc_mark_undef_symbols): Likewise. |
| 3042 | (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise. |
| 3043 | |
| 3044 | 2012-04-12 David S. Miller <davem@davemloft.net> |
| 3045 | |
| 3046 | * sparc.cc (Reloc::wdisp10): New relocation method. |
| 3047 | (Reloc::h34): Likewise. |
| 3048 | (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34. |
| 3049 | (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and |
| 3050 | R_SPARC_WDISP10. |
| 3051 | (Target_sparc::Scan::local): Likewise. |
| 3052 | (Target_sparc::Scan::global): Likewise. |
| 3053 | (Target_sparc::Relocate::relocate): Likewise. |
| 3054 | |
| 3055 | 2012-04-09 Cary Coutant <ccoutant@google.com> |
| 3056 | |
| 3057 | * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow |
| 3058 | low_pc == 0. |
| 3059 | |
| 3060 | 2012-04-06 Ian Lance Taylor <iant@google.com> |
| 3061 | |
| 3062 | * timer.cc: #include <unistd.h>. |
| 3063 | |
| 3064 | 2012-04-06 Roland McGrath <mcgrathr@google.com> |
| 3065 | |
| 3066 | * configure.in (AC_CHECK_HEADERS): Add locale.h. |
| 3067 | * config.in: Regenerate. |
| 3068 | * configure: Regenerate. |
| 3069 | |
| 3070 | 2012-04-05 Nick Clifton <nickc@redhat.com> |
| 3071 | |
| 3072 | * configure.ac (AC_CHECK_FUNCS): Add setlocale. |
| 3073 | (AM_LC_MESSAGES): Add. |
| 3074 | * aclocal.m4: Regenerate. |
| 3075 | * config.in: Regenerate. |
| 3076 | * configure: Regenerate. |
| 3077 | |
| 3078 | 2012-03-21 Cary Coutant <ccoutant@google.com> |
| 3079 | |
| 3080 | * Makefile.am: Add gdb-index.cc, gdb-index.h. |
| 3081 | * Makefile.in: Regenerate. |
| 3082 | * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function. |
| 3083 | (Sized_elf_reloc_mapper::symbol_section): New function. |
| 3084 | (Sized_elf_reloc_mapper::do_get_reloc_target): New function. |
| 3085 | (make_elf_reloc_mapper): New function. |
| 3086 | (Dwarf_abbrev_table::clear_abbrev_codes): New function. |
| 3087 | (Dwarf_abbrev_table::do_read_abbrevs): New function. |
| 3088 | (Dwarf_abbrev_table::do_get_abbrev): New function. |
| 3089 | (Dwarf_ranges_table::read_ranges_table): New function. |
| 3090 | (Dwarf_ranges_table::read_range_list): New function. |
| 3091 | (Dwarf_pubnames_table::read_section): New function. |
| 3092 | (Dwarf_pubnames_table::read_header): New function. |
| 3093 | (Dwarf_pubnames_table::next_name): New function. |
| 3094 | (Dwarf_die::Dwarf_die): New function. |
| 3095 | (Dwarf_die::read_attributes): New function. |
| 3096 | (Dwarf_die::skip_attributes): New function. |
| 3097 | (Dwarf_die::set_name): New function. |
| 3098 | (Dwarf_die::set_linkage_name): New function. |
| 3099 | (Dwarf_die::attribute): New function. |
| 3100 | (Dwarf_die::string_attribute): New function. |
| 3101 | (Dwarf_die::int_attribute): New function. |
| 3102 | (Dwarf_die::uint_attribute): New function. |
| 3103 | (Dwarf_die::ref_attribute): New function. |
| 3104 | (Dwarf_die::child_offset): New function. |
| 3105 | (Dwarf_die::sibling_offset): New function. |
| 3106 | (Dwarf_info_reader::check_buffer): New function. |
| 3107 | (Dwarf_info_reader::parse): New function. |
| 3108 | (Dwarf_info_reader::do_parse): New function. |
| 3109 | (Dwarf_info_reader::do_read_string_table): New function. |
| 3110 | (Dwarf_info_reader::lookup_reloc): New function. |
| 3111 | (Dwarf_info_reader::get_string): New function. |
| 3112 | (Dwarf_info_reader::visit_compilation_unit): New function. |
| 3113 | (Dwarf_info_reader::visit_type_unit): New function. |
| 3114 | (Sized_dwarf_line_info::Sized_dwarf_line_info): Use |
| 3115 | Sized_elf_reloc_mapper. |
| 3116 | (Sized_dwarf_line_info::symbol_section): Remove function. |
| 3117 | (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper. |
| 3118 | (Sized_dwarf_line_info::read_line_mappings): Remove object |
| 3119 | parameter, adjust callers. |
| 3120 | (Sized_dwarf_line_info::format_file_lineno): Fix type of cast. |
| 3121 | * dwarf_reader.h: Include <sys/types.h>. |
| 3122 | (class Track_relocs): Remove forward declaration. |
| 3123 | (class Elf_reloc_mapper): New class. |
| 3124 | (class Sized_elf_reloc_mapper): New class. |
| 3125 | (class Dwarf_abbrev_table): New class. |
| 3126 | (class Dwarf_range_list): New class. |
| 3127 | (class Dwarf_ranges_table): New class. |
| 3128 | (class Dwarf_pubnames_table): New class. |
| 3129 | (class Dwarf_die): New class. |
| 3130 | (class Dwarf_info_reader): New class. |
| 3131 | (Sized_dwarf_line_info::read_line_mappings): Remove object parameter. |
| 3132 | (Sized_dwarf_line_info::symbol_section): Remove member function. |
| 3133 | * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from |
| 3134 | base class. |
| 3135 | * gdb-index.cc: New source file. |
| 3136 | * gdb-index.h: New source file. |
| 3137 | * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info |
| 3138 | and .debug_types sections, call Layout::add_to_gdb_index. |
| 3139 | (Sized_relobj_incr::do_section_name): Implement. |
| 3140 | (Sized_relobj_incr::do_section_contents): Adjust parameter list and |
| 3141 | return type; Implement. |
| 3142 | (Sized_incr_dynobj::do_section_contents): Adjust parameter list and |
| 3143 | return type. |
| 3144 | * incremental.h (Sized_relobj_incr::do_section_contents): Adjust |
| 3145 | parameter list and return type. |
| 3146 | (Sized_incr_dynobj::do_section_contents): Likewise. |
| 3147 | * layout.cc: Include gdb-index.h. |
| 3148 | (Layout::Layout): Initialize gdb_index_data_. |
| 3149 | (Layout::init_fixed_output_section): Check for .gdb_index section. |
| 3150 | (Layout::add_to_gdb_index): New function. Instantiate. |
| 3151 | * layout.h: Add forward declaration for class Gdb_index. |
| 3152 | (Layout::add_to_gdb_index): New member function. |
| 3153 | (Layout::gdb_index_data_): New data member. |
| 3154 | * main.cc: Include gdb-index.h. |
| 3155 | (main): Print statistics for gdb index. |
| 3156 | * object.cc (Object::section_contents): Move code into |
| 3157 | do_section_contents. |
| 3158 | (need_decompressed_section): Check for sections needed when building |
| 3159 | gdb index. |
| 3160 | (build_compressed_section_map): Likewise. |
| 3161 | (Sized_relobj_file::do_read_symbols): Need local symbols when building |
| 3162 | gdb index. |
| 3163 | (Sized_relobj_file::do_layout): Track .debug_info and .debug_types |
| 3164 | sections; call Layout::add_to_gdb_index. |
| 3165 | (Sized_relobj_file::do_decompressed_section_contents): Call |
| 3166 | do_section_contents directly. |
| 3167 | * object.h (Object::do_section_contents): Adjust parameter list and |
| 3168 | return type. |
| 3169 | (Object::do_decompressed_section_contents): Call do_section_contents |
| 3170 | directly. |
| 3171 | (Sized_relobj_file::do_section_contents): Adjust parameter list and |
| 3172 | return type. |
| 3173 | * options.h (class General_options): Add --gdb-index option. |
| 3174 | * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter |
| 3175 | list and return type. |
| 3176 | * plugin.h (Sized_pluginobj::do_section_contents): Likewise. |
| 3177 | * reloc.h (Track_relocs::checkpoint): New function. |
| 3178 | (Track_relocs::reset): New function. |
| 3179 | |
| 3180 | * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh): |
| 3181 | New test cases. |
| 3182 | * testsuite/Makefile.in: Regenerate. |
| 3183 | * testsuite/gdb_index_test.cc: New test source file. |
| 3184 | * testsuite/gdb_index_test_1.sh: New test source file. |
| 3185 | * testsuite/gdb_index_test_2.sh: New test source file. |
| 3186 | |
| 3187 | 2012-03-19 Doug Kwan <dougkwan@google.com> |
| 3188 | |
| 3189 | * arm.cc (Target_arm::do_define_standard_symbols): New method. |
| 3190 | (Target_arm::do_finalize_sections): Remove code which defines |
| 3191 | __exidx_start and __exidx_end. Make symbol table parameter |
| 3192 | anonymous as it is not used. |
| 3193 | * gold.cc (queue_middle_tasks): Call target hook to define any |
| 3194 | target-specific symbols. |
| 3195 | * target.h (Target::define_standard_symbols): New method. |
| 3196 | (Target::do_define_standard_symbols): Same. |
| 3197 | * testsuite/Makefile.am (arm_exidx_test): Dump relocations also. |
| 3198 | * testsuite/Makefile.in: Regenerate. |
| 3199 | * testsuite/arm_exidx.s: Generate data relocations for __exidx_start |
| 3200 | and __exidx_end. |
| 3201 | * testsuite/arm_exidx_test.sh: Check that no unused dynamic |
| 3202 | relocations are generated for __exidx_start and __exidx_end. |
| 3203 | |
| 3204 | 2012-03-16 Doug Kwan <dougkwan@google.com> |
| 3205 | |
| 3206 | * testsuite/Makefile.am: Disable test initpri3b. |
| 3207 | * testsuite/Makefile.in: Regenerate. |
| 3208 | |
| 3209 | 2012-03-15 Doug Kwan <dougkwan@google.com> |
| 3210 | |
| 3211 | * arm.cc (Target_arm::got_section): Make .got section read-only |
| 3212 | if -z now is given. |
| 3213 | |
| 3214 | 2012-03-15 Ian Lance Taylor <iant@google.com> |
| 3215 | |
| 3216 | PR gold/13850 |
| 3217 | * layout.cc (Layout::make_output_section): Correctly mark |
| 3218 | SHT_INIT_ARRAY, et. al., as relro. |
| 3219 | |
| 3220 | 2012-03-14 Doug Kwan <dougkwan@google.com> |
| 3221 | |
| 3222 | * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT |
| 3223 | dynamic relocations for protected symbols in shared objects. |
| 3224 | |
| 3225 | 2012-03-13 Ian Lance Taylor <iant@google.com> |
| 3226 | |
| 3227 | * resolve.cc (Symbol_table::resolve): When merging common symbols, |
| 3228 | keep the larger alignment. |
| 3229 | |
| 3230 | 2012-03-12 Cary Coutant <ccoutant@google.com> |
| 3231 | |
| 3232 | * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix |
| 3233 | handling of DW_LNE_define_file. |
| 3234 | |
| 3235 | 2012-03-12 Cary Coutant <ccoutant@google.com> |
| 3236 | |
| 3237 | * reduced_debug_output.cc |
| 3238 | (Output_reduced_debug_info_section::get_die_end): Add new FORM |
| 3239 | codes to switch. |
| 3240 | |
| 3241 | 2012-02-29 Cary Coutant <ccoutant@google.com> |
| 3242 | |
| 3243 | * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS. |
| 3244 | |
| 3245 | 2012-02-29 Cary Coutant <ccoutant@google.com> |
| 3246 | |
| 3247 | * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info): |
| 3248 | Call Object::decompressed_section_contents. |
| 3249 | * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info): |
| 3250 | New dtor. |
| 3251 | (Sized_dwarf_line_info::buffer_start_): New data member. |
| 3252 | * merge.cc (Output_merge_data::do_add_input_section): Call |
| 3253 | Object::decompressed_section_contents. |
| 3254 | (Output_merge_string::do_add_input_section): Likewise. |
| 3255 | * object.cc (need_decompressed_section): New function. |
| 3256 | (build_compressed_section_map): Decompress sections needed later. |
| 3257 | (Sized_relobj_file::do_decompressed_section_contents): New function. |
| 3258 | (Sized_relobj_file::do_discard_decompressed_sections): New function. |
| 3259 | * object.h (Object::decompressed_section_contents): New function. |
| 3260 | (Object::discard_decompressed_sections): New function. |
| 3261 | (Object::do_decompressed_section_contents): New function. |
| 3262 | (Object::do_discard_decompressed_sections): New function. |
| 3263 | (Compressed_section_info): New type. |
| 3264 | (Compressed_section_map): Include decompressed section contents. |
| 3265 | (Sized_relobj_file::do_decompressed_section_contents): New function. |
| 3266 | (Sized_relobj_file::do_discard_decompressed_sections): New function. |
| 3267 | |
| 3268 | 2012-02-16 Cary Coutant <ccoutant@google.com> |
| 3269 | |
| 3270 | * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option. |
| 3271 | * testsuite/Makefile.in: Regenerate. |
| 3272 | |
| 3273 | 2012-02-14 Cary Coutant <ccoutant@google.com> |
| 3274 | |
| 3275 | * options.cc (General_options::finalize): Disallow -pie and -static. |
| 3276 | |
| 3277 | 2012-02-03 Doug Kwan <dougkwan@google.com> |
| 3278 | |
| 3279 | * arm.cc (Arm_relocate_functions::abs8, |
| 3280 | Arm_relocate_functions::abs16): Use |
| 3281 | Bits::has_signed_unsigned_overflow32. |
| 3282 | (Arm_relocate_functions::thm_abs8): Correct range of |
| 3283 | overflow check. |
| 3284 | * reloc.h (Bits class): Change minimum number of bits from 0 to 1 |
| 3285 | in assertions. |
| 3286 | |
| 3287 | 2012-02-02 Doug Kwan <dougkwan@google.com> |
| 3288 | |
| 3289 | * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all |
| 3290 | position independent outputs, not just shared objects. |
| 3291 | |
| 3292 | 2012-01-30 H.J. Lu <hongjiu.lu@intel.com> |
| 3293 | |
| 3294 | * configure.ac: Check if -fpic -mtls-dialect=gnu2 works. |
| 3295 | * configure: Regenerated. |
| 3296 | |
| 3297 | 2012-01-27 Ian Lance Taylor <iant@google.com> |
| 3298 | |
| 3299 | * reloc.h (Bits): New class with static functions, copied from |
| 3300 | namespace utils in arm.cc. |
| 3301 | * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits |
| 3302 | instead. |
| 3303 | |
| 3304 | 2012-01-27 H.J. Lu <hongjiu.lu@intel.com> |
| 3305 | |
| 3306 | * incremental.cc (write_info_blocks): Correct relocation offset. |
| 3307 | |
| 3308 | 2012-01-27 H.J. Lu <hongjiu.lu@intel.com> |
| 3309 | |
| 3310 | * x86_64.cc (Relocate::tls_gd_to_ie): Support x32. |
| 3311 | (Relocate::tls_gd_to_le): Likewise. |
| 3312 | |
| 3313 | 2012-01-27 H.J. Lu <hongjiu.lu@intel.com> |
| 3314 | |
| 3315 | * x86_64.cc (Scan::global): Support x32 IFUNC function pointer. |
| 3316 | |
| 3317 | 2012-01-27 H.J. Lu <hongjiu.lu@intel.com> |
| 3318 | |
| 3319 | * configure.ac: Check if -mcmodel=medium works. |
| 3320 | * configure: Regenerated. |
| 3321 | |
| 3322 | 2012-01-24 Cary Coutant <ccoutant@google.com> |
| 3323 | |
| 3324 | * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline |
| 3325 | definition and ... |
| 3326 | (read_unsigned_LEB_128_x): ... this new function. |
| 3327 | (read_signed_LEB_128): Replaced with inline definition and ... |
| 3328 | (read_signed_LEB_128_x): ... this new function. |
| 3329 | * int_encoding.h (read_unsigned_LEB_128_x): New function. |
| 3330 | (read_unsigned_LEB_128): Add inline definition. |
| 3331 | (read_signed_LEB_128_x): New function. |
| 3332 | (read_signed_LEB_128): Add inline definition. |
| 3333 | * testsuite/Makefile.am (leb128_unittest): New unit test. |
| 3334 | * testsuite/Makefile.in: Regenerate. |
| 3335 | * testsuite/leb128_unittest.cc: New unit test. |
| 3336 | |
| 3337 | 2012-01-23 Ian Lance Taylor <iant@google.com> |
| 3338 | |
| 3339 | PR gold/13617 |
| 3340 | * i386.cc (Target_i386::do_code_fill): When using a jmp |
| 3341 | instruction, pad with nop instructions. |
| 3342 | * x86_64.cc (Target_x86_64::do_code_fill): Likewise. |
| 3343 | |
| 3344 | 2012-01-22 H.J. Lu <hongjiu.lu@intel.com> |
| 3345 | |
| 3346 | * x86_64.cc (gc_process_relocs): Add typename on types used in |
| 3347 | template. |
| 3348 | (scan_relocs): Likewise. |
| 3349 | (relocate_section): Likewise. |
| 3350 | (apply_relocation): Likewise. |
| 3351 | |
| 3352 | 2012-01-10 H.J. Lu <hongjiu.lu@intel.com> |
| 3353 | |
| 3354 | * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32. |
| 3355 | (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32 |
| 3356 | under x32. |
| 3357 | |
| 3358 | 2012-01-09 H.J. Lu <hongjiu.lu@intel.com> |
| 3359 | |
| 3360 | * x86_64.cc: Initial support for x32. |
| 3361 | |
| 3362 | 2012-01-03 Cary Coutant <ccoutant@google.com> |
| 3363 | |
| 3364 | * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt): |
| 3365 | Use abstract base class for GOT. |
| 3366 | * gold/output.h (class Output_data_got_base): New abstract base class. |
| 3367 | (class Output_data_got): Derive from new base class, adjust ctors. |
| 3368 | (Output_data_got::reserve_slot): Make virtual; rename to |
| 3369 | do_reserve_slot; Adjust callers. |
| 3370 | * gold/target.h (Sized_target::init_got_plt_for_update): Return |
| 3371 | pointer to abstract base class. |
| 3372 | * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise. |
| 3373 | |
| 3374 | 2011-12-18 Ian Lance Taylor <iant@google.com> |
| 3375 | |
| 3376 | * object.h (Relobj::local_symbol_value): New function. |
| 3377 | (Relobj::local_plt_offset): New function. |
| 3378 | (Relobj::local_has_got_offset): New function. |
| 3379 | (Relobj::local_got_offset): New function. |
| 3380 | (Relobj::set_local_got_offset): New function. |
| 3381 | (Relobj::do_local_symbol_value): New pure virtual function. |
| 3382 | (Relobj::do_local_plt_offset): Likewise. |
| 3383 | (Relobj::do_local_has_got_offset): Likewise. |
| 3384 | (Relobj::do_local_got_offset): Likewise. |
| 3385 | (Relobj::do_set_local_got_offset): Likewise. |
| 3386 | (Sized_relobj::do_local_has_got_offset): Rename from |
| 3387 | local_has_got_offset. |
| 3388 | (Sized_relobj::do_local_got_offset): Rename from local_got_offset. |
| 3389 | (Sized_relobj::do_set_local_got_offset): Rename from |
| 3390 | set_local_got_offset. |
| 3391 | (Sized_relobj_file::do_local_plt_offset): Rename from |
| 3392 | local_plt_offset. |
| 3393 | (Sized_relobj_file::do_local_symbol_value): New function. |
| 3394 | * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from |
| 3395 | local_plt_offset. |
| 3396 | * output.cc (Output_data_got::Got_entry::write): Change object to |
| 3397 | Relobj. Use local_symbol_value. |
| 3398 | (Output_data_got::add_global_with_rel): Change rel_dyn to |
| 3399 | Output_data_reloc_generic*. Use add_global_generic. |
| 3400 | (Output_data_got::add_global_with_rela): Remove. Change all |
| 3401 | callers to use add_global_with_rel. |
| 3402 | (Output_data_got::add_global_pair_with_rel): Change rel_dyn to |
| 3403 | Output_data_reloc_generic*. Use add_global_generic. |
| 3404 | (Output_data_got::add_global_pair_with_rela): Remove. Change all |
| 3405 | callers to use add_global_pair_with_rel. |
| 3406 | (Output_data_got::add_local): Change object to Relobj*. |
| 3407 | (Output_data_got::add_local_plt): Likewise. |
| 3408 | (Output_data_got::add_local_with_rel): Change object to Relobj*, |
| 3409 | change rel_dyn to Output_data_reloc_generic*. Use |
| 3410 | add_local_generic. |
| 3411 | (Output_data_got::add_local_with_rela): Remove. Change all |
| 3412 | callers to use all_local_with_rel. |
| 3413 | (Output_data_got::add_local_pair_with_rel): Change object to |
| 3414 | Relobj*, change rel_dyn to Output_data_reloc_generic*. Use |
| 3415 | add_output_section_generic. |
| 3416 | (Output_data_got::add_local_pair_with_rela): Remove. Change all |
| 3417 | callers to use add_local_pair_with_rel. |
| 3418 | (Output_data_got::reserve_local): Change object to Relobj*. |
| 3419 | * output.h: (class Output_data_reloc_generic): Add pure virtual |
| 3420 | declarations for add_global_generic, add_local_generic, |
| 3421 | add_output_section_generic. |
| 3422 | (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new |
| 3423 | functions for Output_data_reloc_generic. Update declarations for |
| 3424 | changes listed in output.cc. |
| 3425 | (class Output_data_got): Change template parameter to got_size. |
| 3426 | Don't define Rel_dyn or Rela_dyn. Update declarations per above. |
| 3427 | * incremental.h (Sized_relobj_incr::do_local_symbol_value): New |
| 3428 | function. |
| 3429 | (Sized_relobj_incr::do_local_plt_offset): New function. |
| 3430 | * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call |
| 3431 | add_global_generic. |
| 3432 | |
| 3433 | 2011-12-17 Cary Coutant <ccoutant@google.com> |
| 3434 | |
| 3435 | * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts. |
| 3436 | * resolve.cc (Symbol_table::resolve): Likewise. |
| 3437 | * i386.cc (Target_i386::do_code_fill): Use char constants for nop |
| 3438 | arrays. |
| 3439 | * x86_64.cc (Target_x86_64::do_code_fill): Likewise. |
| 3440 | |
| 3441 | 2011-12-16 Ian Lance Taylor <iant@google.com> |
| 3442 | |
| 3443 | * output.h (Output_data_reloc_generic::add): Only call |
| 3444 | add_dynamic_reloc if this is a dynamic reloc section. |
| 3445 | |
| 3446 | 2011-12-15 H.J. Lu <hongjiu.lu@intel.com> |
| 3447 | |
| 3448 | PR gold/13505 |
| 3449 | * target-reloc.h (apply_relocation): Replace <64, false> with |
| 3450 | <size, big_endian>. |
| 3451 | |
| 3452 | 2011-11-25 Nick Clifton <nickc@redhat.com> |
| 3453 | |
| 3454 | * po/it.po: New Italian translation. |
| 3455 | |
| 3456 | 2011-11-17 Sterling Augustine <saugustine@google.com> |
| 3457 | |
| 3458 | * script.cc (script_include_directive): Implement. |
| 3459 | (read_script_file): New local variables name and search_path. Update |
| 3460 | comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list. |
| 3461 | * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method. |
| 3462 | * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it. |
| 3463 | |
| 3464 | 2011-11-11 Sterling Augustine <saugustine@google.com> |
| 3465 | |
| 3466 | * yyscript.y (section_cmd): Add support for INCLUDE directive. |
| 3467 | (file_or_sections_cmd): Likewise. |
| 3468 | |
| 3469 | 2011-11-11 Doug Kwan <dougkwan@google.com> |
| 3470 | |
| 3471 | * arm.cc (Target_arm::do_make_elf_object): Allow executable also |
| 3472 | if --just-symbols is given. |
| 3473 | |
| 3474 | 2011-11-10 Doug Kwan <dougkwan@google.com> |
| 3475 | |
| 3476 | PR gold/13362 |
| 3477 | * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses |
| 3478 | when processing data relocs. |
| 3479 | * reloc.h (Relocate_functions::rel_unaligned): New method. |
| 3480 | (Relocate_functions::pcrel_unaligned): Ditto. |
| 3481 | (Relocate_functions::rel32_unaligned): Ditto. |
| 3482 | (Relocate_functions::pcrel32_unaligned): Ditto. |
| 3483 | |
| 3484 | 2011-11-09 Doug Kwan <dougkwan@google.com> |
| 3485 | |
| 3486 | PR gold/13362 |
| 3487 | * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs): |
| 3488 | Use unaligned 4-byte relocs for static 32-bit data as required by EABI. |
| 3489 | * reloc.h (Relocatable_relocs::Reloc_strategy): New enum |
| 3490 | RELOC_ADJUST_FOR_SECTION_4_UNALIGNED. |
| 3491 | (Relocate_functions::rel_unaligned): New. |
| 3492 | (Relocate_functions::rel32_unaligned): New. |
| 3493 | * target-reloc.h (relocate_for_relocatable): Add code to handle |
| 3494 | RELOC_ADJUST_FOR_SECTION_4_UNALIGNED. |
| 3495 | * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout, |
| 3496 | arm_unaligned_reloc_r): New targets. |
| 3497 | * testsuite/Makefile.in: Regenerate. |
| 3498 | * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable |
| 3499 | linking. |
| 3500 | |
| 3501 | 2011-11-02 Ian Lance Taylor <iant@google.com> |
| 3502 | |
| 3503 | * configure.ac: Add --with-lib-path option. Define LIB_PATH and |
| 3504 | NATIVE_LINKER. |
| 3505 | * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR. |
| 3506 | * options.cc (General_options::finalize): Use library search path |
| 3507 | from configure script if specified. If not native and no sysroot, |
| 3508 | only search TOOLLIBDIR. |
| 3509 | * options.h (Search_directory::Search_directory): Change name to |
| 3510 | const std::string&. |
| 3511 | (General_options::add_to_library_path_with_sysroot): Change arg to |
| 3512 | const std::string&. |
| 3513 | * configure, Makefile.in, config.in: Rebuild. |
| 3514 | |
| 3515 | 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> |
| 3516 | |
| 3517 | * arm.cc (Target_arm::may_use_v5t_interworking): Check whether |
| 3518 | we are working around the ARM1176 Erratum. |
| 3519 | * options.h (General_options::fix_arm1176): Add option. |
| 3520 | * testsuite/Makefile.am: Add testcases, and keep current ones |
| 3521 | working. |
| 3522 | * testsuite/Makefile.in: Regenerate. |
| 3523 | * testsuite/arm_fix_1176.s: New file. |
| 3524 | * testsuite/arm_fix_1176.sh: Likewise. |
| 3525 | |
| 3526 | 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> |
| 3527 | |
| 3528 | * arm.cc (Target_arm::Target_arm): Remove initialisation of |
| 3529 | may_use_blx_. |
| 3530 | (Target_arm::may_use_blx): Remove method. |
| 3531 | (Target_arm::set_may_use_blx): Likewise. |
| 3532 | (Target_arm::may_use_v4t_interworking): New method. |
| 3533 | (Target_arm::may_use_v5t_interworking): Likewise. |
| 3534 | (Target_arm::may_use_blx_): Remove member variable. |
| 3535 | (Arm_relocate_functions::arm_branch_common): Check for v5T |
| 3536 | interworking. |
| 3537 | (Arm_relocate_functions::thumb_branch_common): Likewise. |
| 3538 | (Reloc_stub::stub_type_for_reloc): Likewise. |
| 3539 | (Target_arm::do_finalize_sections): Correct interworking checks. |
| 3540 | * testsuite/Makefile.am: Add new tests. |
| 3541 | * testsuite/Makefile.in: Regenerate. |
| 3542 | * testsuite/arm_farcall_arm_arm.s: New test. |
| 3543 | * testsuite/arm_farcall_arm_arm.sh: Likewise. |
| 3544 | * testsuite/arm_farcall_arm_thumb.s: Likewise. |
| 3545 | * testsuite/arm_farcall_arm_thumb.sh: Likewise. |
| 3546 | * testsuite/arm_farcall_thumb_arm.s: Likewise. |
| 3547 | * testsuite/arm_farcall_thumb_arm.sh: Likewise. |
| 3548 | * testsuite/arm_farcall_thumb_thumb.s: Likewise. |
| 3549 | * testsuite/arm_farcall_thumb_thumb.sh: Likewise. |
| 3550 | |
| 3551 | 2011-10-31 Cary Coutant <ccoutant@google.com> |
| 3552 | |
| 3553 | PR gold/13023 |
| 3554 | * expression.cc (Expression::eval_with_dot): Add |
| 3555 | is_section_dot_assignment parameter. |
| 3556 | (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is |
| 3557 | absolute and assigning to dot within a section. |
| 3558 | * script-sections.cc |
| 3559 | (Output_section_element_assignment::set_section_addresses): Pass |
| 3560 | dot_section to set_if_absolute. |
| 3561 | (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE |
| 3562 | as is_section_dot_assignment flag to eval_with_dot. |
| 3563 | (Output_section_element_dot_assignment::set_section_addresses): |
| 3564 | Likewise. |
| 3565 | * script.cc (Symbol_assignment::set_if_absolute): Add dot_section |
| 3566 | parameter. Also set value if relative to dot_section; set the |
| 3567 | symbol's output_section. |
| 3568 | * script.h (Expression::eval_with_dot): Add is_section_dot_assignment |
| 3569 | parameter. Adjust all callers. |
| 3570 | (Expression::eval_maybe_dot): Likewise. |
| 3571 | (Symbol_assignment::set_if_absolute): Add dot_section parameter. |
| 3572 | Adjust all callers. |
| 3573 | * testsuite/script_test_2.t: Test assignment of an absolute value |
| 3574 | to dot within an output section element. |
| 3575 | |
| 3576 | 2011-10-31 Cary Coutant <ccoutant@google.com> |
| 3577 | |
| 3578 | * options.h (class General_options): Add --[no-]gnu-unique options. |
| 3579 | * symtab.cc (Symbol_table::sized_write_globals): Convert |
| 3580 | STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique. |
| 3581 | |
| 3582 | 2011-10-31 Cary Coutant <ccoutant@google.com> |
| 3583 | |
| 3584 | PR gold/13359 |
| 3585 | * i386.cc (Target_i386::Relocate::relocate_tls): Remove |
| 3586 | unnecessary assertion. |
| 3587 | * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise. |
| 3588 | |
| 3589 | 2011-10-31 Sriraman Tallam <tmsriram@google.com> |
| 3590 | |
| 3591 | * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to |
| 3592 | gc_mark_symbol. |
| 3593 | * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to |
| 3594 | gc_mark_symbol. |
| 3595 | Change to just keep the section associated with symbol. |
| 3596 | (Symbol_table::add_from_relobj): Mark symbols as not garbage when |
| 3597 | they are externally visible and --export-dynamic is turned on. |
| 3598 | (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol. |
| 3599 | |
| 3600 | 2011-10-19 Ian Lance Taylor <iant@google.com> |
| 3601 | |
| 3602 | PR gold/13163 |
| 3603 | * script-sections.cc |
| 3604 | (Output_section_element_dot_assignment::needs_output_section): New |
| 3605 | function. |
| 3606 | |
| 3607 | 2011-10-19 Ian Lance Taylor <iant@google.com> |
| 3608 | |
| 3609 | PR gold/13204 |
| 3610 | * layout.cc (Layout::segment_precedes): Don't assert failure if a |
| 3611 | --section-start option was seen. |
| 3612 | * options.h (General_options::any_section_start): New function. |
| 3613 | |
| 3614 | 2011-10-18 David S. Miller <davem@davemloft.net> |
| 3615 | |
| 3616 | PR binutils/13301 |
| 3617 | * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New |
| 3618 | member to track relocation locations that have moved during TLS |
| 3619 | reloc optimizations. |
| 3620 | (Target_sparc::Relocate::Relocate): Initialize to NULL. |
| 3621 | (Target_sparc::Relocate::relocate): Adjust view down by 4 |
| 3622 | bytes if it matches reloc_adjust_addr_. |
| 3623 | (Target_sparc::Relocate::relocate_tls): Always move the |
| 3624 | __tls_get_addr call delay slot instruction forward 4 bytes when |
| 3625 | performing relaxation. |
| 3626 | |
| 3627 | 2011-10-18 Cary Coutant <ccoutant@google.com> |
| 3628 | |
| 3629 | * output.cc (posix_fallocate): Return 0 on success, errno on failure. |
| 3630 | (Output_file::map_no_anonymous): Check for non-zero |
| 3631 | return code from posix_fallocate. |
| 3632 | |
| 3633 | 2011-10-17 Cary Coutant <ccoutant@google.com> |
| 3634 | |
| 3635 | PR gold/13245 |
| 3636 | * plugin.cc (is_visible_from_outside): Check for symbols |
| 3637 | referenced from dynamic objects. |
| 3638 | * resolve.cc (Symbol_table::resolve): Don't count references |
| 3639 | from dynamic objects as references from real ELF files. |
| 3640 | * testsuite/plugin_test_2.sh: Adjust expected result. |
| 3641 | |
| 3642 | 2011-10-17 Cary Coutant <ccoutant@google.com> |
| 3643 | |
| 3644 | * gold.cc: Include timer.h. |
| 3645 | (queue_middle_tasks): Stamp time. |
| 3646 | (queue_final_tasks): Likewise. |
| 3647 | * main.cc (main): Store timer in parameters. Print timers |
| 3648 | for each pass. |
| 3649 | * parameters.cc (Parameters::Parameters): Initialize timer_. |
| 3650 | (Parameters::set_timer): New function. |
| 3651 | (set_parameters_timer): New function. |
| 3652 | * parameters.h (Parameters::set_timer): New function. |
| 3653 | (Parameters::timer): New function. |
| 3654 | (Parameters::timer_): New data member. |
| 3655 | (set_parameters_timer): New function. |
| 3656 | * timer.cc (Timer::stamp): New function. |
| 3657 | (Timer::get_pass_time): New function. |
| 3658 | * timer.h (Timer::stamp): New function. |
| 3659 | (Timer::get_pass_time): New function. |
| 3660 | (Timer::pass_times_): New data member. |
| 3661 | |
| 3662 | 2011-10-17 Cary Coutant <ccoutant@google.com> |
| 3663 | |
| 3664 | * readsyms.cc (Read_symbols::run): Don't queue an unblocker |
| 3665 | task for members of lib groups. |
| 3666 | |
| 3667 | 2011-10-17 Cary Coutant <ccoutant@google.com> |
| 3668 | |
| 3669 | PR gold/13288 |
| 3670 | * fileread.cc (File_read::find_view): Add assert. |
| 3671 | (File_read::make_view): Move bounds check (replace with assert)... |
| 3672 | (File_read::find_or_make_view): ... to here. |
| 3673 | |
| 3674 | 2011-10-12 Cary Coutant <ccoutant@google.com> |
| 3675 | |
| 3676 | * output.cc (Output_file::open_base_file): Handle case where |
| 3677 | ::read returns less than requested size. |
| 3678 | |
| 3679 | 2011-10-10 Cary Coutant <ccoutant@google.com> |
| 3680 | |
| 3681 | * incremental.cc (Sized_relobj_incr::Sized_relobj_incr): |
| 3682 | Initialize defined_count_. |
| 3683 | (Sized_relobj_incr::do_add_symbols): Count defined symbols. |
| 3684 | (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite. |
| 3685 | (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_. |
| 3686 | (Sized_incr_dynobj::do_add_symbols): Count defined symbols. |
| 3687 | (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite. |
| 3688 | * incremental.h (Sized_relobj_incr::defined_count_): New data |
| 3689 | member. |
| 3690 | (Sized_incr_dynobj::defined_count_): New data member. |
| 3691 | * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts): |
| 3692 | Return zeroes instead of internal error. |
| 3693 | |
| 3694 | 2011-10-10 Cary Coutant <ccoutant@google.com> |
| 3695 | |
| 3696 | PR gold/13249 |
| 3697 | * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag. |
| 3698 | (Output_reloc::symbol_value): Return PLT offset if flag is set. |
| 3699 | * output.h (class Output_reloc): Add use_plt_offset flag. |
| 3700 | (Output_reloc::type_): Adjust size of bit field. |
| 3701 | (Output_reloc::use_plt_offset_): New bit field. |
| 3702 | (class Output_data_reloc): Adjust all calls to Output_reloc_type. |
| 3703 | (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset |
| 3704 | flag. Adjust all callers. |
| 3705 | * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when |
| 3706 | creating RELATIVE relocations. |
| 3707 | |
| 3708 | 2011-10-10 Nick Clifton <nickc@redhat.com> |
| 3709 | |
| 3710 | * po/es.po: Updated Spanish translation. |
| 3711 | * po/fi.po: Updated Finnish translation. |
| 3712 | |
| 3713 | 2011-10-03 Diego Novillo <dnovillo@google.com> |
| 3714 | |
| 3715 | * options.cc (parse_uint): Fix dereference of RETVAL. |
| 3716 | |
| 3717 | 2011-09-29 Sriraman Tallam <tmsriram@google.com> |
| 3718 | |
| 3719 | * layout.h (section_order_map_): New member. |
| 3720 | (get_section_order_map): New member function. |
| 3721 | * output.cc (Output_section::add_input_section): Check for patterns |
| 3722 | only when --section-ordering-file is specified. |
| 3723 | * gold.cc (queue_middle_tasks): Delay updating order of sections till |
| 3724 | output_sections have been formed. |
| 3725 | * layout.cc (Layout_Layout): Initialize section_order_map_. |
| 3726 | * plugin.cc (update_section_order): Store order in order_map. Do not |
| 3727 | update the order. |
| 3728 | * testsuite/Makefile.am: Add test case for plugin_final_layout. |
| 3729 | * testsuite/Makefile.in: Regenerate. |
| 3730 | * testsuite/plugin_section_order.c: New file. |
| 3731 | * testsuite/plugin_final_layout.cc: New file. |
| 3732 | * testsuite/plugin_final_layout.sh: New file. |
| 3733 | |
| 3734 | 2011-09-29 Cary Coutant <ccoutant@google.com> |
| 3735 | |
| 3736 | * incremental.cc (Sized_incremental_binary::do_process_got_plt): |
| 3737 | Check for NULL. |
| 3738 | * symtab.cc (Symbol_table::add_from_relobj): Ignore version |
| 3739 | symbols during incremental update. |
| 3740 | (Symbol_table::add_from_dynobj): Likewise. |
| 3741 | |
| 3742 | 2011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 3743 | Ian Lance Taylor <iant@google.com> |
| 3744 | |
| 3745 | * symtab.cc (Symbol_table::define_special_symbol): Always |
| 3746 | canonicalize version string. |
| 3747 | |
| 3748 | 2011-09-26 Cary Coutant <ccoutant@google.com> |
| 3749 | |
| 3750 | * gold.cc (queue_initial_tasks): Move option checks ... |
| 3751 | * options.cc (General_options::finalize): ... to here. Disable |
| 3752 | some options; make others fatal. |
| 3753 | |
| 3754 | 2011-09-26 Cary Coutant <ccoutant@google.com> |
| 3755 | |
| 3756 | gcc PR lto/47247 |
| 3757 | * plugin.cc (get_symbols_v2): New function. |
| 3758 | (Plugin::load): Add LDPT_GET_SYMBOLS_V2. |
| 3759 | (is_referenced_from_outside): New function. |
| 3760 | (Pluginobj::get_symbol_resolution_info): Add version parameter, return |
| 3761 | LDPR_PREVAILING_DEF_IRONLY_EXP when using new version. |
| 3762 | (get_symbols): Pass version parameter. |
| 3763 | (get_symbols_v2): New function. |
| 3764 | * plugin.h (Pluginobj::get_symbol_resolution_info): Add version |
| 3765 | parameter. |
| 3766 | * testsuite/plugin_test.c (get_symbols_v2): New static variable. |
| 3767 | (onload): Add LDPT_GET_SYMBOLS_V2. |
| 3768 | (all_symbols_read_hook): Use get_symbols_v2; check for |
| 3769 | LDPR_PREVAILING_DEF_IRONLY_EXP. |
| 3770 | * testsuite/plugin_test_3.sh: Update expected results. |
| 3771 | |
| 3772 | 2011-09-23 Simon Baldwin <simonb@google.com> |
| 3773 | |
| 3774 | * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags |
| 3775 | configuration options. |
| 3776 | * configure: Regenerate. |
| 3777 | * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS. |
| 3778 | * Makefile.in: Regenerate. |
| 3779 | * testsuite/Makefile.in: Regenerate. |
| 3780 | |
| 3781 | 2011-09-19 Sriraman Tallam <tmsriram@google.com> |
| 3782 | |
| 3783 | * plugin.h (should_defer_layout): Modify to check for any_claimed_. |
| 3784 | |
| 3785 | 2011-09-19 Cary Coutant <ccoutant@google.com> |
| 3786 | |
| 3787 | * incremental.cc (can_incremental_update): Fix typo in comment. |
| 3788 | * incremental.h (can_incremental_update): Likewise. |
| 3789 | |
| 3790 | 2011-09-18 Cary Coutant <ccoutant@google.com> |
| 3791 | |
| 3792 | * incremental.cc (can_incremental_update): New function. |
| 3793 | * incremental.h (can_incremental_update): New function. |
| 3794 | * layout.cc (Layout::init_fixed_output_section): Call it. |
| 3795 | (Layout::make_output_section): Don't allow patch space in .eh_frame. |
| 3796 | * object.cc (Sized_relobj_file::do_layout): Call |
| 3797 | can_incremental_update. |
| 3798 | |
| 3799 | 2011-09-13 Cary Coutant <ccoutant@google.com> |
| 3800 | |
| 3801 | * configure.ac: Check for glibc support for gnu_indirect_function |
| 3802 | support with static linking, setting automake conditional |
| 3803 | IFUNC_STATIC. |
| 3804 | * Makefile.in: Regenerate. |
| 3805 | * configure: Regenerate. |
| 3806 | |
| 3807 | * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static) |
| 3808 | (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check |
| 3809 | for IFUNC_STATIC. |
| 3810 | * testsuite/Makefile.in: Regenerate. |
| 3811 | |
| 3812 | 2011-09-13 Cary Coutant <ccoutant@google.com> |
| 3813 | |
| 3814 | * incremental.cc (Sized_relobj_incr::do_layout): Call |
| 3815 | report_comdat_group for kept comdat sections. |
| 3816 | * testsuite/Makefile.am (incremental_comdat_test_1): New test. |
| 3817 | * testsuite/Makefile.in: Regenerate. |
| 3818 | * testsuite/incr_comdat_test_1.cc: New source file. |
| 3819 | * testsuite/incr_comdat_test_2_v1.cc: New source file. |
| 3820 | * testsuite/incr_comdat_test_2_v2.cc: New source file. |
| 3821 | * testsuite/incr_comdat_test_2_v3.cc: New source file. |
| 3822 | |
| 3823 | 2011-09-13 Ian Lance Taylor <iant@google.com> |
| 3824 | |
| 3825 | * object.cc (Sized_relobj_file::do_layout): Remove unused local |
| 3826 | variable external_symbols_offset. |
| 3827 | |
| 3828 | 2011-09-12 Ian Lance Taylor <iant@google.com> |
| 3829 | |
| 3830 | * object.cc (Sized_relobj_file::do_layout): Remove assertion which |
| 3831 | triggered if object has no symbols. |
| 3832 | |
| 3833 | 2011-09-09 David S. Miller <davem@davemloft.net> |
| 3834 | |
| 3835 | * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned. |
| 3836 | (Output_fill_debug_line::do_write): Likewise. |
| 3837 | |
| 3838 | 2011-08-29 Cary Coutant <ccoutant@google.com> |
| 3839 | |
| 3840 | * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add |
| 3841 | casts to match formatting specs. |
| 3842 | (Output_fill_debug_line::do_minimum_hole_size): Likewise. |
| 3843 | |
| 3844 | 2011-08-26 Cary Coutant <ccoutant@google.com> |
| 3845 | |
| 3846 | * layout.cc (Free_list::allocate): Provide guarantee of minimum |
| 3847 | remaining hole size when allocating. |
| 3848 | (Layout::make_output_section): Set fill methods for debug sections. |
| 3849 | * layout.h (Free_list::Free_list_node): Move from private to |
| 3850 | public. |
| 3851 | (Free_list::set_min_hole_size): New function. |
| 3852 | (Free_list::begin, Free_list::end): New functions. |
| 3853 | (Free_list::min_hole_): New data member. |
| 3854 | * output.cc: Include dwarf.h. |
| 3855 | (Output_fill_debug_info::do_minimum_hole_size): New function. |
| 3856 | (Output_fill_debug_info::do_write): New function. |
| 3857 | (Output_fill_debug_line::do_minimum_hole_size): New function. |
| 3858 | (Output_fill_debug_line::do_write): New function. |
| 3859 | (Output_section::Output_section): Initialize new data member. |
| 3860 | (Output_section::set_final_data_size): Ensure patch space is larger |
| 3861 | than minimum hole size. |
| 3862 | (Output_section::do_write): Fill holes in debug sections. |
| 3863 | * output.h (Output_fill): New class. |
| 3864 | (Output_fill_debug_info): New class. |
| 3865 | (Output_fill_debug_line): New class. |
| 3866 | (Output_section::set_free_space_fill): New function. |
| 3867 | (Output_section::free_space_fill_): New data member. |
| 3868 | * testsuite/Makefile.am (incremental_test_3): Add |
| 3869 | --incremental-patch option. |
| 3870 | (incremental_test_4): Likewise. |
| 3871 | (incremental_test_5): Likewise. |
| 3872 | (incremental_test_6): Likewise. |
| 3873 | (incremental_copy_test): Likewise. |
| 3874 | (incremental_common_test_1): Likewise. |
| 3875 | * testsuite/Makefile.in: Regenerate. |
| 3876 | |
| 3877 | 2011-08-26 Nick Clifton <nickc@redhat.com> |
| 3878 | |
| 3879 | * po/es.po: Updated Spanish translation. |
| 3880 | |
| 3881 | 2011-08-01 Cary Coutant <ccoutant@google.com> |
| 3882 | |
| 3883 | * gold/testsuite/Makefile.am (justsyms_exec): New testcase. |
| 3884 | * gold/testsuite/Makefile.in: Regenerate. |
| 3885 | * gold/testsuite/justsyms_exec.c: New source file. |
| 3886 | * gold/testsuite/justsyms_lib.c: New source file. |
| 3887 | |
| 3888 | 2011-08-01 Cary Coutant <ccoutant@google.com> |
| 3889 | |
| 3890 | * layout.cc (Layout::set_segment_offsets): Don't realign text |
| 3891 | segment if -Ttext was specified. |
| 3892 | * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF |
| 3893 | file type. |
| 3894 | * object.h (Sized_relobj_file::e_type): New function. |
| 3895 | (Sized_relobj_file::e_type_): New data member. |
| 3896 | * symtab.cc (Symbol_table::add_from_relobj): Don't add section |
| 3897 | base address for ET_EXEC files. |
| 3898 | * target.cc (Target::do_make_elf_object_implementation): Allow |
| 3899 | ET_EXEC files with --just-symbols option. |
| 3900 | |
| 3901 | 2011-07-28 Cary Coutant <ccoutant@google.com> |
| 3902 | |
| 3903 | * workqueue-internal.h (Workqueue_threader::should_cancel_thread): |
| 3904 | Add thread_number parameter. |
| 3905 | (Workqueue_threader_threadpool::should_cancel_thread): Likewise. |
| 3906 | * workqueue-threads.cc |
| 3907 | (Workqueue_threader_threadpool::should_cancel_thread): Cancel |
| 3908 | current thread if its thread number is greater than desired thread |
| 3909 | count. |
| 3910 | * workqueue.cc (Workqueue_threader_single::should_cancel_thread): |
| 3911 | Add thread_number parameter. |
| 3912 | (Workqueue::should_cancel_thread): Likewise. |
| 3913 | (Workqueue::find_runnable_or_wait): Pass thread_number to |
| 3914 | should_cancel_thread. |
| 3915 | * workqueue.h (Workqueue::should_cancel_thread): Add thread_number |
| 3916 | parameter. |
| 3917 | |
| 3918 | 2011-07-22 Sriraman Tallam <tmsriram@google.com> |
| 3919 | |
| 3920 | * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced |
| 3921 | only after checking if it cannot be forced local. |
| 3922 | * symtab.h (is_externally_visible): Check if the symbol is not forced |
| 3923 | local. |
| 3924 | |
| 3925 | 2011-07-15 Ian Lance Taylor <iant@google.com> |
| 3926 | |
| 3927 | * options.h (class General_options): Add --print-output-format. |
| 3928 | Move -EL next to -EB, for better --help output. |
| 3929 | * target-select.cc: Include <cstdio>, "options.h", and |
| 3930 | "parameters.h". |
| 3931 | (Target_selector::do_target_bfd_name): New function. |
| 3932 | (print_output_format): New function. |
| 3933 | * target-select.h (class Target_selector): Update declarations. |
| 3934 | (Target_selector::target_bfd_name): New function. |
| 3935 | (print_output_format): Declare. |
| 3936 | * main.cc: Include "target-select.h". |
| 3937 | (main): Handle --print-output-format. |
| 3938 | * gold.cc: Include "target-select.h". |
| 3939 | (queue_initial_tasks): Handle --print-output-format when there are |
| 3940 | no input files. |
| 3941 | * parameters.cc (parameters_force_valid_target): Give a better |
| 3942 | error message if -EB/-EL does not match target. |
| 3943 | * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New |
| 3944 | function. |
| 3945 | |
| 3946 | 2011-07-15 Ian Lance Taylor <iant@google.com> |
| 3947 | |
| 3948 | * i386.cc (class Output_data_plt_i386): Add layout_ field. |
| 3949 | (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_. |
| 3950 | (Output_data_plt_i386::do_write): Write address of .dynamic |
| 3951 | section to first entry in .got.plt section. |
| 3952 | * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field. |
| 3953 | (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]: |
| 3954 | Initialize layout_. |
| 3955 | (Output_data_plt_x86_64::do_write): Write address of .dynamic |
| 3956 | section to first entry in .got.plt section. |
| 3957 | * layout.h (Layout::dynamic_section): New function. |
| 3958 | |
| 3959 | 2011-07-13 Sriraman Tallam <tmsriram@google.com> |
| 3960 | |
| 3961 | * archive.cc (Archive::get_elf_object_for_member): Add extra parameter |
| 3962 | to claim_file call. |
| 3963 | * layout.cc (Layout::Layout): Initialize section_ordering_specified_, |
| 3964 | input_section_position_, and input_section_glob_. |
| 3965 | (read_layout_from_file): Call function section_ordering_specified. |
| 3966 | * layout.h (is_section_ordering_specified): New function. |
| 3967 | (section_ordering_specified): New function. |
| 3968 | (section_ordering_specified_): New boolean member. |
| 3969 | * main.cc(main): Call load_plugins after layout object is defined. |
| 3970 | * output.cc (Output_section::add_input_section): Use |
| 3971 | function section_ordering_specified to check if section ordering is |
| 3972 | needed. |
| 3973 | * output.cc (Output_section::add_relaxed_input_section): Use |
| 3974 | function section_ordering_specified to check if section ordering is |
| 3975 | needed. |
| 3976 | (Output_section::update_section_layout): New function. |
| 3977 | (Output_section::sort_attached_input_sections): Check if input section |
| 3978 | must be reordered. |
| 3979 | * output.h (Output_section::update_section_layout): New function. |
| 3980 | * plugin.cc (get_section_count): New function. |
| 3981 | (get_section_type): New function. |
| 3982 | (get_section_name): New function. |
| 3983 | (get_section_contents): New function. |
| 3984 | (update_section_order): New function. |
| 3985 | (allow_section_ordering): New function. |
| 3986 | (Plugin::load): Add the new interfaces to the transfer vector. |
| 3987 | (Plugin_manager::load_plugins): New parameter. |
| 3988 | (Plugin_manager::all_symbols_read): New parameter. |
| 3989 | (Plugin_manager::claim_file): New parameter. Save the elf object for |
| 3990 | unclaimed objects. |
| 3991 | (Plugin_manager::get_elf_object): New function. |
| 3992 | (Plugin_manager::get_view): Change to directly use the bool to check |
| 3993 | if get_view is called from claim_file_hook. |
| 3994 | * plugin.h (input_objects): New function |
| 3995 | (Plugin__manager::load_plugins): New parameter. |
| 3996 | (Plugin_manager::claim_file): New parameter. |
| 3997 | (Plugin_manager::get_elf_object): New function. |
| 3998 | (Plugin_manager::in_claim_file_handler): New function. |
| 3999 | (Plugin_manager::in_claim_file_handler_): New member. |
| 4000 | (layout): New function. |
| 4001 | * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file |
| 4002 | handler with an extra parameter. Make the elf object before calling |
| 4003 | claim_file handler. |
| 4004 | * testsuite/plugin_test.c (get_section_count): New function pointer. |
| 4005 | (get_section_type): New function pointer. |
| 4006 | (get_section_name): New function pointer. |
| 4007 | (get_section_contents): New function pointer. |
| 4008 | (update_section_order): New function pointer. |
| 4009 | (allow_section_ordering): New function pointer. |
| 4010 | (onload): Check if the new interfaces exist. |
| 4011 | |
| 4012 | 2011-07-13 Ian Lance Taylor <iant@google.com> |
| 4013 | |
| 4014 | * i386.cc (Target_i386::got_section): If -z now, make .got.plt a |
| 4015 | relro section. |
| 4016 | * x86_64.cc (Target_x86_64::got_section): Likewise. |
| 4017 | * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test. |
| 4018 | (relro_now_test_SOURCES): New variable. |
| 4019 | (relro_now_test_DEPENDENCIES): New variable. |
| 4020 | (relro_now_test_LDFLAGS): New variable. |
| 4021 | (relro_now_test_LDADD): New variable. |
| 4022 | (relro_now_test.so): New target. |
| 4023 | * testsuite/Makefile.in: Rebuild. |
| 4024 | |
| 4025 | 2011-07-12 Ian Lance Taylor <iant@google.com> |
| 4026 | |
| 4027 | PR gold/12980 |
| 4028 | * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a |
| 4029 | GLOB_DAT relocation rather than a RELATIVE relocation for a |
| 4030 | protected symbol when creating a shared library. |
| 4031 | * x86_64.cc (Target_x86_64::Scan::global): Likewise. |
| 4032 | * testsuite/protected_1.cc (f2, get_f2_addr): New functions. |
| 4033 | * testsuite/protected_main_1.cc (main): Test that protected |
| 4034 | function has same address. |
| 4035 | |
| 4036 | 2011-07-11 Ian Lance Taylor <iant@google.com> |
| 4037 | |
| 4038 | PR gold/12979 |
| 4039 | * options.h (class General_options): Add -Bgroup. |
| 4040 | * options.cc (General_options::finalize): If -Bgroup is set, |
| 4041 | default to --unresolved-symbols=report-all. |
| 4042 | * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup. |
| 4043 | * target-reloc.h (issue_undefined_symbol_error): Handle |
| 4044 | --unresolved-symbols=report-all. |
| 4045 | |
| 4046 | 2011-07-08 Ian Lance Taylor <iant@google.com> |
| 4047 | |
| 4048 | PR gold/11985 |
| 4049 | * layout.cc (Layout::create_initial_dynamic_sections): Don't crash |
| 4050 | if linker script discards key sections. |
| 4051 | (Layout::create_dynamic_symtab): Likewise. |
| 4052 | (Layout::assign_local_dynsym_offsets): Likewise. |
| 4053 | (Layout::sized_create_version_sections): Likewise. |
| 4054 | (Layout::create_interp): Likewise. |
| 4055 | (Layout::finish_dynamic_section): Likewise. |
| 4056 | (Layout::set_dynamic_symbol_size): Likewise. |
| 4057 | |
| 4058 | 2011-07-08 Ian Lance Taylor <iant@google.com> |
| 4059 | |
| 4060 | PR gold/12386 |
| 4061 | * options.h (class General_options): Add --unresolved-symbols. |
| 4062 | * target-reloc.h (issue_undefined_symbol_error): Check |
| 4063 | --unresolved-symbols. Add comments. |
| 4064 | |
| 4065 | 2011-07-08 Ian Lance Taylor <iant@google.com> |
| 4066 | |
| 4067 | * testsuite/odr_violation2.cc (Ordering::operator()): Make |
| 4068 | expression more complex. |
| 4069 | |
| 4070 | 2011-07-08 Ian Lance Taylor <iant@google.com> |
| 4071 | |
| 4072 | PR gold/11317 |
| 4073 | * target-reloc.h (issue_undefined_symbol_error): New inline |
| 4074 | function, broken out of relocate_section. |
| 4075 | (relocate_section): Call issue_undefined_symbol_error. |
| 4076 | * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if |
| 4077 | there is no TLS segment if we are about to issue an undefined |
| 4078 | symbol error. |
| 4079 | * x86_64.cc (Target_x86_64::relocate_tls): Likewise. |
| 4080 | |
| 4081 | 2011-07-08 Ian Lance Taylor <iant@google.com> |
| 4082 | |
| 4083 | PR gold/12279 |
| 4084 | * resolve.cc (Symbol_table::should_override): Add fromtype |
| 4085 | parameter. Change all callers. Give error when linking together |
| 4086 | TLS and non-TLS symbol. |
| 4087 | (Symbol_table::should_override_with_special): Add fromtype |
| 4088 | parameter. Change all callers. |
| 4089 | * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if |
| 4090 | there is no TLS segment if we have reported some errors. |
| 4091 | * x86_64.cc (Target_x86_64::relocate_tls): Likewise. |
| 4092 | |
| 4093 | 2011-07-08 Ian Lance Taylor <iant@google.com> |
| 4094 | |
| 4095 | PR gold/12372 |
| 4096 | * target.h (Target::plt_address_for_global): New function. |
| 4097 | (Target::plt_address_for_local): New function. |
| 4098 | (Target::plt_section_for_global): Remove. |
| 4099 | (Target::plt_section_for_local): Remove. |
| 4100 | (Target::do_plt_address_for_global): New virtual function. |
| 4101 | (Target::do_plt_address_for_local): New virtual function. |
| 4102 | (Target::do_plt_section_for_global): Remove. |
| 4103 | (Target::do_plt_section_for_local): Remove. |
| 4104 | (Target::register_global_plt_entry): Add Symbol_table and Layout |
| 4105 | parameters. |
| 4106 | * output.cc (Output_data_got::Got_entry::write): Use |
| 4107 | plt_address_for_global and plt_address_for_local. |
| 4108 | * layout.cc (Layout::add_target_dynamic_tags): Use size and |
| 4109 | address of output section. |
| 4110 | * i386.cc (class Output_data_plt_i386): Add irelative_rel_, |
| 4111 | got_irelative_, and irelative_count_ fields. Update |
| 4112 | declarations. |
| 4113 | (Output_data_plt_i386::has_irelative_section): New function. |
| 4114 | (Output_data_plt_i386::entry_count): Add irelative_count_. |
| 4115 | (Output_data_plt_i386::set_final_data_size): Likewise. |
| 4116 | (class Target_i386): Add got_irelative_ and rel_irelative_ |
| 4117 | fields. Update declarations. |
| 4118 | (Target_i386::Target_i386): Initialize new fields. |
| 4119 | (Target_i386::do_plt_address_for_global): New function replacing |
| 4120 | do_plt_section_for_global. |
| 4121 | (Target_i386::do_plt_address_for_local): New function replacing |
| 4122 | do_plt_section_for_local. |
| 4123 | (Target_i386::got_section): Create got_irelative_. |
| 4124 | (Target_i386::rel_irelative_section): New function. |
| 4125 | (Output_data_plt_i386::Output_data_plt_i386): Initialize new |
| 4126 | fields. Don't define __rel_iplt_{start,end}. |
| 4127 | (Output_data_plt_i386::add_entry): Add symtab and layout |
| 4128 | parameters. Change all callers. Use different PLT and GOT for |
| 4129 | IFUNC symbols. |
| 4130 | (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and |
| 4131 | layout parameters. Change all callers. Use different PLT and |
| 4132 | GOT. |
| 4133 | (Output_data_plt_i386::rel_tls_desc): Fix formatting. |
| 4134 | (Output_data_plt_i386::rel_irelative): New function. |
| 4135 | (Output_data_plt_i386::address_for_global): New function. |
| 4136 | (Output_data_plt_i386::address_for_local): New function. |
| 4137 | (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use |
| 4138 | IRELATIVE GOT when changing IFUNC GOT entries. |
| 4139 | (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE |
| 4140 | reloc. |
| 4141 | (Target_i386::do_finalize_sections): Create the __rel_iplt symbols |
| 4142 | if we didn't create an IRELATIVE GOT. |
| 4143 | (Target_i386::Relocate::relocate): Use plt_address_for_global and |
| 4144 | plt_address_for_local. |
| 4145 | (Target_i386::do_dynsym_value): Use plt_address_for_global. |
| 4146 | * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_, |
| 4147 | got_irelative_, and irelative_count_ fields. Update |
| 4148 | declarations. |
| 4149 | (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]: |
| 4150 | Initialize new fields. Remove symtab parameter. Change all |
| 4151 | callers. |
| 4152 | (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add |
| 4153 | irelative_count_. |
| 4154 | (Output_data_plt_x86_64::has_irelative_section): New function. |
| 4155 | (Output_data_plt_x86_64::entry_count): Add irelative_count_. |
| 4156 | (class Target_x86_64): Add got_irelative_ and rel_irelative_ |
| 4157 | fields. Update declarations. |
| 4158 | (Target_x86_64::Target_x86_64): Initialize new fields. |
| 4159 | (Target_x86_64::do_plt_address_for_global): New function replacing |
| 4160 | do_plt_section_for_global. |
| 4161 | (Target_x86_64::do_plt_address_for_local): New function replacing |
| 4162 | do_plt_section_for_local. |
| 4163 | (Target_x86_64::got_section): Create got_irelative_. |
| 4164 | (Target_x86_64::rela_irelative_section): New function. |
| 4165 | (Output_data_plt_x86_64::init): Remove symtab parameter. Change |
| 4166 | all callers. Don't create __rel_iplt_{start,end}. |
| 4167 | (Output_data_plt_x86_64::add_entry): Add symtab and layout |
| 4168 | parameters. Change all callers. Use different PLT and GOT for |
| 4169 | IFUNC symbols. |
| 4170 | (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and |
| 4171 | layout parameters. Change all callers. Use different PLT and |
| 4172 | GOT. |
| 4173 | (Output_data_plt_x86_64::add_relocation): Add symtab and layout |
| 4174 | parameters. Change all callers. Use different PLT and GOT for |
| 4175 | IFUNC symbols. |
| 4176 | (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting. |
| 4177 | (Output_data_plt_x86_64::rela_irelative): New function. |
| 4178 | (Output_data_plt_x86_64::address_for_global): New function. |
| 4179 | (Output_data_plt_x86_64::address_for_local): New function. |
| 4180 | (Output_data_plt_x86_64::set_final_data_size): Likewise. |
| 4181 | (Output_data_plt_x86_64::do_write): Write out IRELATIVE area. |
| 4182 | (Target_x86_64::init_got_plt_for_update): Create got_irelative_. |
| 4183 | (Target_x86_64::register_global_plt_entry): Add symtab and layout |
| 4184 | parameters. |
| 4185 | (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE |
| 4186 | reloc. |
| 4187 | (Target_x86_64::do_finalize_sections): Create the __rela_iplt |
| 4188 | symbols if we didn't create an IRELATIVE GOT. |
| 4189 | (Target_x86_64::Relocate::relocate): Use plt_address_for_global and |
| 4190 | plt_address_for_local. |
| 4191 | (Target_x86_64::do_dynsym_value): Use plt_address_for_global. |
| 4192 | * testsuite/ifuncvar1.c: New test file. |
| 4193 | * testsuite/ifuncvar2.c: New test file. |
| 4194 | * testsuite/ifuncvar3.c: New test file. |
| 4195 | * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar. |
| 4196 | (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets. |
| 4197 | (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables. |
| 4198 | (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables. |
| 4199 | * testsuite/Makefile.in: Rebuild. |
| 4200 | |
| 4201 | 2011-07-07 Cary Coutant <ccoutant@google.com> |
| 4202 | |
| 4203 | * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target. |
| 4204 | (two_file_test_1_ndebug.o): Likewise. |
| 4205 | (two_file_test_1b_ndebug.o): Likewise. |
| 4206 | (two_file_test_2_ndebug.o): Likewise. |
| 4207 | (two_file_test_main_ndebug.o): Likewise. |
| 4208 | (incremental_test_2): Link with no-debug versions. |
| 4209 | |
| 4210 | 2011-07-06 Cary Coutant <ccoutant@google.com> |
| 4211 | |
| 4212 | * gold/incremental.cc |
| 4213 | (Output_section_incremental_inputs::write_info_blocks): Check for |
| 4214 | hidden and internal symbols. |
| 4215 | |
| 4216 | 2011-07-06 Cary Coutant <ccoutant@google.com> |
| 4217 | |
| 4218 | * incremental.cc (Sized_incremental_binary::do_file_has_changed): |
| 4219 | Check disposition for startup file. |
| 4220 | (Incremental_inputs::report_command_line): Ignore |
| 4221 | --incremental-startup-unchanged option. |
| 4222 | * options.cc (General_options::parse_incremental_startup_unchanged): |
| 4223 | New function. |
| 4224 | (General_options::General_options): Initialize new data member. |
| 4225 | * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP. |
| 4226 | (General_options): Add --incremental-startup-unchanged option. |
| 4227 | (General_options::incremental_startup_disposition): New function. |
| 4228 | (General_options::incremental_startup_disposition_): New data member. |
| 4229 | |
| 4230 | 2011-07-06 Cary Coutant <ccoutant@google.com> |
| 4231 | |
| 4232 | * incremental.cc (Sized_incremental_binary::setup_readers): Pass |
| 4233 | input file index to Script_info ctor. |
| 4234 | (Sized_incremental_binary::do_file_has_changed): Find the |
| 4235 | command-line argument for files named in scripts. |
| 4236 | * incremental.h (Script_info::Script_info): New ctor |
| 4237 | with input file index. |
| 4238 | (Script_info::input_file_index): New function. |
| 4239 | (Script_info::input_file_index_): New data member. |
| 4240 | (Incremental_binary::get_library): Add const. |
| 4241 | (Incremental_binary::get_script_info): Add const. |
| 4242 | * readsyms.cc (Read_member::is_runnable): Check for this_blocker_. |
| 4243 | * testsuite/Makefile.am (incremental_test_5): New test case. |
| 4244 | (incremental_test_6): New test case. |
| 4245 | * testsuite/Makefile.in: Regenerate. |
| 4246 | |
| 4247 | 2011-07-06 Cary Coutant <ccoutant@google.com> |
| 4248 | |
| 4249 | * incremental.cc (Sized_incremental_binary::do_check_inputs): Add |
| 4250 | debug output when command lines differ. |
| 4251 | |
| 4252 | 2011-07-06 Cary Coutant <ccoutant@google.com> |
| 4253 | |
| 4254 | * incremental.cc (Incremental_inputs::report_command_line): Ignore |
| 4255 | --incremental-patch option. |
| 4256 | * layout.cc (Free_list::allocate): Extend allocation beyond original |
| 4257 | end if enabled. |
| 4258 | (Layout::make_output_section): Mark sections that should get |
| 4259 | patch space. |
| 4260 | * options.cc (parse_percent): New function. |
| 4261 | * options.h (parse_percent): New function. |
| 4262 | (DEFINE_percent): New macro. |
| 4263 | (General_options): Add --incremental-patch option. |
| 4264 | * output.cc (Output_section::Output_section): Initialize new data |
| 4265 | members. |
| 4266 | (Output_section::add_input_section): Print section name when out |
| 4267 | of patch space. |
| 4268 | (Output_section::add_output_section_data): Likewise. |
| 4269 | (Output_section::set_final_data_size): Add patch space when |
| 4270 | doing --incremental-full. |
| 4271 | (Output_section::do_reset_address_and_file_offset): Remove patch |
| 4272 | space. |
| 4273 | (Output_segment::set_section_list_addresses): Print debug output |
| 4274 | only if --incremental-update. |
| 4275 | * output.h (Output_section::set_is_patch_space_allowed): New function. |
| 4276 | (Output_section::is_patch_space_allowed_): New data member. |
| 4277 | (Output_section::patch_space_): New data member. |
| 4278 | * parameters.cc (Parameters::incremental_full): New function. |
| 4279 | * parameters.h (Parameters::incremental_full): New function |
| 4280 | * testsuite/Makefile.am (incremental_test_2): Add test for |
| 4281 | --incremental-patch option. |
| 4282 | * testsuite/Makefile.in: Regenerate. |
| 4283 | * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments. |
| 4284 | (t18): Remove function body. |
| 4285 | |
| 4286 | 2011-07-05 Doug Kwan <dougkwan@google.com> |
| 4287 | |
| 4288 | PR gold/12771 |
| 4289 | * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and |
| 4290 | Arm_Address type for relocation result. |
| 4291 | (Arm_relocate_functions::abs16): Use unaligned access. Also fix |
| 4292 | overflow check. |
| 4293 | (Arm_relocate_functions::abs32): Use unaligned access. |
| 4294 | (Arm_relocate_functions::rel32): Ditto. |
| 4295 | (Arm_relocate_functions::prel31): Ditto. |
| 4296 | (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto. |
| 4297 | * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned |
| 4298 | static data relocations. |
| 4299 | * testsuite/Makefile.in: Regnerate. |
| 4300 | * testsuite/arm_unaligned_reloc.{s,sh}: New files. |
| 4301 | |
| 4302 | 2011-07-05 Ian Lance Taylor <iant@google.com> |
| 4303 | |
| 4304 | PR gold/12392 |
| 4305 | * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt |
| 4306 | symbols if necessary. |
| 4307 | * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise. |
| 4308 | |
| 4309 | 2011-07-05 Ian Lance Taylor <iant@google.com> |
| 4310 | |
| 4311 | PR gold/12952 |
| 4312 | * resolve.cc (Symbol::override_base_with_special): Simply override |
| 4313 | version with special symbol version, ignoring previous version. |
| 4314 | |
| 4315 | 2011-07-05 Ian Lance Taylor <iant@google.com> |
| 4316 | |
| 4317 | * object.cc (Sized_relobj_file::include_section_group): Add |
| 4318 | information to comment about signature location. |
| 4319 | |
| 4320 | 2011-07-02 Ian Lance Taylor <iant@google.com> |
| 4321 | |
| 4322 | PR gold/12957 |
| 4323 | * options.h (class General_options): Add -f and -F. |
| 4324 | * options.cc (General_options::finalize): Fatal error if -f/-F |
| 4325 | are used without -shared. |
| 4326 | * layout.cc (Layout::finish_dynamic_section): Implement -f/-F. |
| 4327 | |
| 4328 | 2011-07-02 Ian Lance Taylor <iant@google.com> |
| 4329 | |
| 4330 | * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors. |
| 4331 | |
| 4332 | 2011-07-01 Ian Lance Taylor <iant@google.com> |
| 4333 | |
| 4334 | PR gold/12525 |
| 4335 | PR gold/12952 |
| 4336 | * resolve.cc (Symbol::override_base_with_special): Don't override |
| 4337 | the version if the overriding symbol has a different name. |
| 4338 | * dynobj.cc (Versions::add_def): Add dynpool parameter. Change |
| 4339 | all callers. If we give an error about an undefined version, |
| 4340 | define the base version if necessary. |
| 4341 | * dynobj.h (class Versions): Update declaration. |
| 4342 | * testsuite/weak_alias_test_5.cc: New file. |
| 4343 | * testsuite/weak_alias_test.script: New file. |
| 4344 | * testsuite/weak_alias_test_main.cc: Check that versioned_symbol |
| 4345 | and versioned_alias have the right value, and call t2. |
| 4346 | * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add |
| 4347 | weak_alias_test_5.so. |
| 4348 | (weak_alias_test_LDADD): Likewise. |
| 4349 | (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets. |
| 4350 | * testsuite/Makefile.in: Rebuild. |
| 4351 | |
| 4352 | 2011-07-01 Ian Lance Taylor <iant@google.com> |
| 4353 | |
| 4354 | PR gold/12525 |
| 4355 | * options.h (class General_options): Support -z notext. |
| 4356 | * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use |
| 4357 | -Wl,-z,notext. |
| 4358 | (two_file_shared_nonpic.so): Likewise. |
| 4359 | (two_file_shared_mixed.so): Likewise. |
| 4360 | (two_file_shared_mixed_1.so): Likewise. |
| 4361 | (weak_undef_lib_nonpic.so): Likewise. |
| 4362 | (alt/weak_undef_lib_nonpic.so): Likewise. |
| 4363 | (tls_test_shared_nonpic.so): Likewise. |
| 4364 | * testsuite/Makefile.in: Rebuild. |
| 4365 | |
| 4366 | 2011-07-01 Ian Lance Taylor <iant@google.com> |
| 4367 | |
| 4368 | PR gold/12525 |
| 4369 | * configure.ac: Test whether static linking works, setting |
| 4370 | the automake conditional HAVE_STATIC. |
| 4371 | * testsuite/Makefile.am: Disable tests using -static if |
| 4372 | HAVE_STATIC is not true. |
| 4373 | * configure, testsuite/Makefile.in: Rebuild. |
| 4374 | |
| 4375 | 2011-07-01 Ian Lance Taylor <iant@google.com> |
| 4376 | |
| 4377 | PR gold/12525 |
| 4378 | * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel. |
| 4379 | Assert if we see DW_EH_PE_indirect. |
| 4380 | * target.h (Target::ehframe_datarel_base): New function. |
| 4381 | (Target::do_ehframe_datarel_base): New target function. |
| 4382 | * i386.cc (Target_i386::do_ehframe_datarel_base): New function. |
| 4383 | * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New |
| 4384 | function. |
| 4385 | |
| 4386 | 2011-07-01 Ian Lance Taylor <iant@google.com> |
| 4387 | |
| 4388 | PR gold/12571 |
| 4389 | * options.h (class General_options): Add |
| 4390 | --ld-generated-unwind-info. |
| 4391 | * ehframe.cc (Fde::write): Add address parameter. Change all |
| 4392 | callers. If associated with PLT, fill in address and size. |
| 4393 | (Cie::set_output_offset): Only add merge mapping if there is an |
| 4394 | object. |
| 4395 | (Cie::write): Add address parameter. Change all callers. |
| 4396 | (Eh_frame::add_ehframe_for_plt): New function. |
| 4397 | * ehframe.h (class Fde): Update declarations. Move shndx_ and |
| 4398 | input_offset_ fields into union u_, with new plt field. |
| 4399 | (Fde::Fde): Adjust for new union field. |
| 4400 | (Fde::Fde) [Output_data version]: New constructor. |
| 4401 | (Fde::add_mapping): Only add merge mapping if there is an object. |
| 4402 | (class Cie): Update declarations. |
| 4403 | (class Eh_frame): Declare add_ehframe_for_plt. |
| 4404 | * layout.cc (Layout::layout_eh_frame): Break out code into |
| 4405 | make_eh_frame_section, and call it. |
| 4406 | (Layout::make_eh_frame_section): New function. |
| 4407 | (Layout::add_eh_frame_for_plt): New function. |
| 4408 | * layout.h (class Layout): Update declarations. |
| 4409 | * merge.cc (Merge_map::add_mapping): Add assertion. |
| 4410 | * i386.cc: Include "dwarf.h". |
| 4411 | (class Output_data_plt_i386): Make first_plt_entry, |
| 4412 | dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add |
| 4413 | plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie, |
| 4414 | and plt_eh_frame_fde. |
| 4415 | (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte |
| 4416 | boundary. Call add_eh_frame_for_plt if appropriate. |
| 4417 | * x86_64.cc: Include "dwarf.h". |
| 4418 | (class Output_data_plt_x86_64): Align to 16-byte boundary. Make |
| 4419 | first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add |
| 4420 | plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie, |
| 4421 | and plt_eh_frame_fde. |
| 4422 | (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if |
| 4423 | appropriate. |
| 4424 | |
| 4425 | 2011-06-29 Ian Lance Taylor <iant@google.com> |
| 4426 | |
| 4427 | PR gold/12629 |
| 4428 | * object.cc (Sized_relobj_file::layout_section): Change shdr |
| 4429 | parameter to be const. |
| 4430 | (Sized_relobj_file::layout_eh_frame_section): New function, broken |
| 4431 | out of do_layout. |
| 4432 | (Sized_relobj_file::do_layout): Defer .eh_frame sections if |
| 4433 | appropriate. Call layout_eh_frame_section. |
| 4434 | (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame |
| 4435 | sections. |
| 4436 | * object.h (class Sized_relobj_file): Update declarations. |
| 4437 | |
| 4438 | 2011-06-29 Ian Lance Taylor <iant@google.com> |
| 4439 | |
| 4440 | PR gold/12652 |
| 4441 | * script.cc (Token::integer_value): Accept trailing M/m/K/k |
| 4442 | modifier. |
| 4443 | (Lex::gather_token): Accept trailing M/m/K/k for integers. |
| 4444 | |
| 4445 | 2011-06-29 Ian Lance Taylor <iant@google.com> |
| 4446 | |
| 4447 | PR gold/12675 |
| 4448 | * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for |
| 4449 | SHT_X86_64_UNWIND. |
| 4450 | * layout.cc (Layout::layout_eh_frame): Likewise. |
| 4451 | |
| 4452 | 2011-06-29 Ian Lance Taylor <iant@google.com> |
| 4453 | |
| 4454 | PR gold/12695 |
| 4455 | * layout.cc (Layout::symtab_section_shndx): New function. |
| 4456 | * layout.h (class Layout): Declare symtab_section_shndx. |
| 4457 | * output.cc (Output_section::write_header): Call it. |
| 4458 | |
| 4459 | 2011-06-29 Ian Lance Taylor <iant@google.com> |
| 4460 | |
| 4461 | PR gold/12818 |
| 4462 | * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined |
| 4463 | symbols which are not used in a relocation. |
| 4464 | |
| 4465 | 2011-06-28 Ian Lance Taylor <iant@google.com> |
| 4466 | |
| 4467 | PR gold/12898 |
| 4468 | * layout.cc (Layout::segment_precedes): Don't crash if a linker |
| 4469 | script create indistinguishable segments. |
| 4470 | (Layout::set_segment_offsets): Use stable_sort when sorting |
| 4471 | segments. Pass this to Compare_segments constructor. |
| 4472 | * layout.h (class Layout): Make segment_precedes non-static. |
| 4473 | (class Compare_segments): Change from struct to class. Add |
| 4474 | layout_ field. Add constructor. |
| 4475 | * script-sections.cc |
| 4476 | (Script_sections::attach_sections_using_phdrs_clause): Rename |
| 4477 | local orphan to is_orphan. Don't report failure to put empty |
| 4478 | section in segment. On attachment failure, report name of |
| 4479 | section, and attach to first PT_LOAD segment. |
| 4480 | |
| 4481 | 2011-06-28 Ian Lance Taylor <iant@google.com> |
| 4482 | |
| 4483 | PR gold/12934 |
| 4484 | * target-select.cc (Target_selector::Target_selector): Add |
| 4485 | emulation parameter. Change all callers. |
| 4486 | (select_target_by_bfd_name): Rename from select_target_by_name. |
| 4487 | Change all callers. |
| 4488 | (select_target_by_emulation): New function. |
| 4489 | (supported_emulation_names): New function. |
| 4490 | * target-select.h (class Target_selector): Add emulation_ field. |
| 4491 | Update declarations. |
| 4492 | (Target_selector::recognize_by_bfd_name): Rename from |
| 4493 | recognize_by_name. Change all callers. |
| 4494 | (Target_selector::supported_bfd_names): Rename from |
| 4495 | supported_names. Change all callers. |
| 4496 | (Target_selector::recognize_by_emulation): New function. |
| 4497 | (Target_selector::supported_emulations): New function. |
| 4498 | (Target_selector::emulation): New function. |
| 4499 | (Target_selector::do_recognize_by_bfd_name): Rename from |
| 4500 | do_recognize_by_name. Change all callers. |
| 4501 | (Target_selector::do_supported_bfd_names): Rename from |
| 4502 | do_supported_names. Change all callers. |
| 4503 | (Target_selector::do_recognize_by_emulation): New function. |
| 4504 | (Target_selector::do_supported_emulations): New function. |
| 4505 | (select_target_by_bfd_name): Change name in declaration. |
| 4506 | (select_target_by_emulation): Declare. |
| 4507 | (supported_emulation_names): Declare. |
| 4508 | * parameters.cc (parameters_force_valid_target): Try to find |
| 4509 | target based on emulation from -m option. |
| 4510 | * options.h (class General_options): Change doc string for -m. |
| 4511 | * options.cc (help): Print emulations. |
| 4512 | (General_options::parse_V): Likewise. |
| 4513 | * freebsd.h (Target_selector_freebsd::Target_selector_freebsd): |
| 4514 | Add emulation parameter. Change all callers. |
| 4515 | |
| 4516 | 2011-06-28 Ian Lance Taylor <iant@google.com> |
| 4517 | |
| 4518 | * target.h (class Target): Add osabi_ field. |
| 4519 | (Target::osabi): New function. |
| 4520 | (Target::set_osabi): New function. |
| 4521 | (Target::Target): Initialize osabi_. |
| 4522 | (Target::do_adjust_elf_header): Make pure virtual. |
| 4523 | (Sized_target::do_adjust_elf_header): Declare. |
| 4524 | * target.cc (Sized_target::do_adjust_elf_header): New function. |
| 4525 | (class Sized_target): Instantiate all versions. |
| 4526 | * freebsd.h (class Target_freebsd): Remove. |
| 4527 | (Target_selector_freebsd::do_recognize): Call set_osabi on |
| 4528 | Target. |
| 4529 | (Target_selector_freebsd::do_recognize_by_name): Likewise. |
| 4530 | (Target_selector_freebsd::set_osabi): Remove. |
| 4531 | * i386.cc (class Target_i386): Inherit from Sized_target rather |
| 4532 | than Target_freebsd. |
| 4533 | * x86_64.cc (class Target_x86_64): Likewise. |
| 4534 | |
| 4535 | 2011-06-28 Ian Lance Taylor <iant@google.com> |
| 4536 | |
| 4537 | * target.h (Target::can_check_for_function_pointers): Rewrite. |
| 4538 | Make non-virtual. |
| 4539 | (Target::can_icf_inline_merge_sections): Likewise. |
| 4540 | (Target::section_may_have_icf_unsafe_poineters): Likewise. |
| 4541 | (Target::Target_info): Add can_icf_inline_merge_sections field. |
| 4542 | (Target::do_can_check_for_function_pointers): New virtual |
| 4543 | function. |
| 4544 | (Target::do_section_may_have_icf_unsafe_pointers): Likewise. |
| 4545 | * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename |
| 4546 | from can_check_for_function_pointers, move in file. |
| 4547 | (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from |
| 4548 | section_may_have_icf_unsafe_poineters, move in file. |
| 4549 | (Target_arm::arm_info): Initialize can_icf_inline_merge_sections. |
| 4550 | * i386.cc (Target_i386::do_can_check_for_function_pointers): |
| 4551 | Rename from can_check_for_function_pointers, move in file. |
| 4552 | (Target_i386::can_icf_inline_merge_sections): Remove. |
| 4553 | (Target_i386::i386_info): Initialize |
| 4554 | can_icf_inline_merge_sections. |
| 4555 | * powerpc.cc (Target_powerpc::powerpc_info) [all versions]: |
| 4556 | Initialize can_icf_inline_merge_sections. |
| 4557 | * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise. |
| 4558 | * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers): |
| 4559 | Rename from can_check_for_function_pointers, move in file. |
| 4560 | (Target_x86_64::can_icf_inline_merge_sections): Remove. |
| 4561 | (Target_x86_64::x86_64_info): Initialize |
| 4562 | can_icf_inline_merge_sections. |
| 4563 | * testsuite/testfile.cc (Target_test::test_target_info): |
| 4564 | Likewise. |
| 4565 | * icf.cc (get_section_contents): Correct formatting. |
| 4566 | |
| 4567 | 2011-06-27 Ian Lance Taylor <iant@google.com> |
| 4568 | |
| 4569 | * symtab.cc (Symbol::versioned_name): New function. |
| 4570 | (Symbol_table::add_to_final_symtab): Use versioned_name when |
| 4571 | appropriate. |
| 4572 | (Symbol_table::sized_write_symbol): Likewise. |
| 4573 | * symtab.h (class Symbol): Declare versioned_name. |
| 4574 | * stringpool.h (class Stringpool_template): Add variant of add |
| 4575 | which takes a std::basic_string. |
| 4576 | * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12. |
| 4577 | (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables. |
| 4578 | (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables. |
| 4579 | (ver_test_12.o): New target. |
| 4580 | * testsuite/Makefile.in: Rebuild. |
| 4581 | |
| 4582 | 2011-06-27 Doug Kwan <dougkwan@google.com> |
| 4583 | |
| 4584 | * arm.cc (Arm_relocate_functions::thm_jump8, |
| 4585 | Arm_relocate_functions::thm_jump11): Use a wider signed |
| 4586 | type to compute offset. |
| 4587 | * testsuite/Makefile.am: Add new tests arm_thm_jump11 and |
| 4588 | arm_thm_jump8. |
| 4589 | * testsuite/Makefile.in: Regenerate. |
| 4590 | * testsuite/arm_branch_in_range.sh: Check test results of |
| 4591 | arm_thm_jump11 and arm_thm_jump8. |
| 4592 | * testsuite/arm_thm_jump11.s: New test source file. |
| 4593 | * testsuite/arm_thm_jump11.t: New linker script. |
| 4594 | * testsuite/arm_thm_jump8.s: New test source file. |
| 4595 | * testsuite/arm_thm_jump8.t: New linker script. |
| 4596 | |
| 4597 | 2011-06-24 Ian Lance Taylor <iant@google.com> |
| 4598 | |
| 4599 | * layout.cc: Include "object.h". |
| 4600 | (ctors_sections_in_init_array): New static variable. |
| 4601 | (Layout::is_ctors_in_init_array): New function. |
| 4602 | (Layout::layout): Add entry to ctors_sections_in_init_array if |
| 4603 | appropriate. |
| 4604 | * layout.h (class Layout): Declare is_ctors_in_init_array. |
| 4605 | * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if |
| 4606 | is_ctors_reverse_view is set. |
| 4607 | (Sized_relobj_file::write_sections): Add layout parameter. Change |
| 4608 | all callers. Set is_ctors_reverse_view field of View_size. |
| 4609 | (Sized_relobj_file::reverse_words): New function. |
| 4610 | * object.h (Sized_relobj_file::View_size): Add |
| 4611 | is_ctors_reverse_view field. |
| 4612 | (class Sized_relobj_file): Update declarations. |
| 4613 | * testsuite/initpri3.c: New test. |
| 4614 | * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and |
| 4615 | initpri3b. |
| 4616 | (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables. |
| 4617 | (initpri3a_LDFLAGS, initpri3a_LDADD): New variables. |
| 4618 | (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables. |
| 4619 | (initpri3b_LDFLAGS, initpri3b_LDADD): New variables. |
| 4620 | * testsuite/Makefile.in: Rebuild. |
| 4621 | |
| 4622 | 2011-06-24 Cary Coutant <ccoutant@google.com> |
| 4623 | |
| 4624 | * testsuite/Makefile.am: Add in-tree assembler to gcctestdir. |
| 4625 | (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o) |
| 4626 | (debug_msg_cdebug.err): New targets. |
| 4627 | * testsuite/Makefile.in: Regenerate. |
| 4628 | * testsuite/debug_msg.sh: Check output of link with compressed debug. |
| 4629 | Fix checks for link with shared library. |
| 4630 | |
| 4631 | 2011-06-24 Doug Kwan <dougkwan@google.com> |
| 4632 | |
| 4633 | * arm.cc (Arm_output_section::append_text_sections_to_list): Do not |
| 4634 | skip empty text sections. |
| 4635 | * testsuite/arm_exidx_test.s: Test handling of an empty text section. |
| 4636 | |
| 4637 | 2011-06-22 Ian Lance Taylor <iant@google.com> |
| 4638 | |
| 4639 | PR gold/12910 |
| 4640 | * options.h (class General_options): Add --ctors-in-init-array. |
| 4641 | * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and |
| 4642 | friends as SHT_PROGBITS for merging sections. |
| 4643 | (Layout::layout): Remove special handling of .init_array and |
| 4644 | friends. Don't sort if doing relocatable link. Sort for .ctors |
| 4645 | and .dtors if ctors_in_init_array. |
| 4646 | (Layout::make_output_section): Force correct section types for |
| 4647 | .init_array and friends. Don't sort if doing relocatable link, |
| 4648 | Don't sort .ctors and .dtors if ctors_in_init_array. |
| 4649 | (Layout::section_name_mapping): Remove .ctors. and .dtorso. |
| 4650 | (Layout::output_section_name): Add relobj parameter. Change all |
| 4651 | callers. Handle .ctors. and .dtors. in code rather than table. |
| 4652 | Handle .ctors and .dtors if ctors_in_init_array. |
| 4653 | (Layout::match_file_name): New function, moved from output.cc. |
| 4654 | * layout.h (class Layout): Update declarations. |
| 4655 | * output.cc: Include "layout.h". |
| 4656 | (Input_section_sort_entry::get_priority): New function. |
| 4657 | (Input_section_sort_entry::match_file_name): Just call |
| 4658 | Layout::match_file_name. |
| 4659 | (Output_section::Input_section_sort_init_fini_compare::operator()): |
| 4660 | Handle .ctors and .dtors. Sort by explicit priority rather than |
| 4661 | by name. |
| 4662 | * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional. |
| 4663 | * testsuite/initpri2.c: New test. |
| 4664 | * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY. |
| 4665 | (check_PROGRAMS): Add initpri2. |
| 4666 | (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables. |
| 4667 | (initpri2_LDFLAGS, initpri2_LDADD): New variables. |
| 4668 | * configure, testsuite/Makefile.in: Rebuild. |
| 4669 | |
| 4670 | 2011-06-19 Ian Lance Taylor <iant@google.com> |
| 4671 | |
| 4672 | PR gold/12880 |
| 4673 | * layout.cc (Layout::attach_allocated_section_to_segment): Add a |
| 4674 | .interp section to a PT_INTERP segment even if we have seen a |
| 4675 | --dynamic-linker option. Don't do it if we have seen a PHDRS |
| 4676 | clause in a linker script. |
| 4677 | (Layout::finalize): Don't create a .interp section if we've |
| 4678 | already create a PT_INTERP segment. |
| 4679 | (Layout::create_interp): Always call choose_output_section (revert |
| 4680 | patch of 2011-06-17). Don't create PT_INTERP segment. |
| 4681 | * script-sections.cc |
| 4682 | (Script_sections::create_note_and_tls_segments): Add a .interp |
| 4683 | section to a PT_INTERP segment even if we have seen a |
| 4684 | --dynamic-linker option. |
| 4685 | |
| 4686 | 2011-06-18 Ian Lance Taylor <iant@google.com> |
| 4687 | |
| 4688 | * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL |
| 4689 | merely because a non-PT_LOAD segment has a dynamic reloc. |
| 4690 | |
| 4691 | 2011-06-18 Ian Lance Taylor <iant@google.com> |
| 4692 | |
| 4693 | * layout.cc (Layout::finish_dynamic_section): Don't create |
| 4694 | DT_FLAGS entry if not needed. |
| 4695 | |
| 4696 | 2011-06-18 Ian Lance Taylor <iant@google.com> |
| 4697 | |
| 4698 | PR gold/12745 |
| 4699 | * layout.cc (Layout::layout_eh_frame): Correct handling of |
| 4700 | writable .eh_frame section. |
| 4701 | |
| 4702 | 2011-06-17 Ian Lance Taylor <iant@google.com> |
| 4703 | |
| 4704 | PR gold/12893 |
| 4705 | * resolve.cc (Symbol_table::resolve): Don't give an error if a |
| 4706 | symbol is redefined with the exact same object and value. |
| 4707 | |
| 4708 | 2011-06-17 Ian Lance Taylor <iant@google.com> |
| 4709 | |
| 4710 | PR gold/12880 |
| 4711 | * layout.h (class Layout): Add interp_segment_ field. |
| 4712 | * layout.cc (Layout::Layout): Initialize interp_segment_ field. |
| 4713 | (Layout::attach_allocated_section_to_segment): If making shared |
| 4714 | library, put .interp section in PT_INTERP segment. |
| 4715 | (Layout::finalize): Also call create_interp if -dynamic-linker |
| 4716 | option was used. |
| 4717 | (Layout::create_interp): Assert that there is no PT_INTERP |
| 4718 | segment. If not using a SECTIONS clause, use make_output_section. |
| 4719 | (Layout::make_output_segment): Set interp_segment_ if PT_INTERP. |
| 4720 | * script-sections.cc |
| 4721 | (Script_sections::create_note_and_tls_segments): If making shared |
| 4722 | library, put .interp section in PT_INTERP segment. |
| 4723 | |
| 4724 | 2011-06-17 Ian Lance Taylor <iant@google.com> |
| 4725 | |
| 4726 | * object.cc (Sized_relobj_file::do_layout): Keep warning sections |
| 4727 | when making a shared library. |
| 4728 | |
| 4729 | 2011-06-17 Ian Lance Taylor <iant@google.com> |
| 4730 | |
| 4731 | * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym |
| 4732 | parameter. Change all callers. Don't issue warning about PC32 |
| 4733 | against locally defined symbol. |
| 4734 | |
| 4735 | 2011-06-16 Ian Lance Taylor <iant@google.com> |
| 4736 | |
| 4737 | * symtab.cc (Warnings::issue_warning): Don't warn if relocation |
| 4738 | occurs in same object. |
| 4739 | |
| 4740 | 2011-06-14 Alan Modra <amodra@gmail.com> |
| 4741 | |
| 4742 | * po/POTFILES.in: Regenerate. |
| 4743 | |
| 4744 | 2011-06-09 Ian Lance Taylor <iant@google.com> |
| 4745 | |
| 4746 | * script-sections.cc |
| 4747 | (Orphan_output_section::set_section_addresses): For a relocatable |
| 4748 | link set address to 0. |
| 4749 | |
| 4750 | 2011-06-09 Cary Coutant <ccoutant@google.com> |
| 4751 | |
| 4752 | PR gold/12804 |
| 4753 | * gold/gold.cc (queue_initial_tasks): Warn if --incremental is |
| 4754 | used with --compress-debug-sections. |
| 4755 | * gold/object.cc (Sized_relobj_file::do_layout): Report |
| 4756 | uncompressed size of compressed input sections. |
| 4757 | |
| 4758 | 2011-06-08 Cary Coutant <ccoutant@google.com> |
| 4759 | |
| 4760 | PR gold/12804 |
| 4761 | * testsuite/two_file_test_2_v1.cc: Change initialization of |
| 4762 | v2 to keep it in .data. |
| 4763 | |
| 4764 | 2011-06-07 Cary Coutant <ccoutant@google.com> |
| 4765 | |
| 4766 | * common.cc (Symbol_table::do_allocate_commons_list): Call |
| 4767 | gold_fallback. |
| 4768 | * errors.cc (Errors::fatal): Adjust call to gold_exit. |
| 4769 | (Errors::fallback): New function. |
| 4770 | (gold_fallback): New function. |
| 4771 | * errors.h (Errors::fallback): New function. |
| 4772 | * gold.cc (gold_exit): Change status parameter to enum; adjust |
| 4773 | all callers. |
| 4774 | (queue_initial_tasks): Call gold_fallback. |
| 4775 | * gold.h: Include cstdlib. |
| 4776 | (Exit_status): New enum type. |
| 4777 | (gold_exit): Change status parameter to enum. |
| 4778 | (gold_fallback): New function. |
| 4779 | * layout.cc (Layout::set_section_offsets): Call gold_fallback. |
| 4780 | (Layout::create_symtab_sections): Likewise. |
| 4781 | (Layout::create_shdrs): Likewise. |
| 4782 | * main.cc (main): Adjust call to gold_exit. |
| 4783 | * output.cc (Output_data_got::add_got_entry): Call gold_fallback. |
| 4784 | (Output_data_got::add_got_entry_pair): Likewise. |
| 4785 | (Output_section::add_input_section): Likewise. |
| 4786 | (Output_section::add_output_section_data): Likewise. |
| 4787 | (Output_segment::set_section_list_addresses): Likewise. |
| 4788 | * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise. |
| 4789 | |
| 4790 | 2011-06-07 Cary Coutant <ccoutant@google.com> |
| 4791 | |
| 4792 | * layout.cc (Layout::set_segment_offsets): Don't adjust layout |
| 4793 | for incremental links. |
| 4794 | * output.cc (Output_segment::set_section_list_addresses): Remove |
| 4795 | FIXME and test for TLS or BSS. |
| 4796 | |
| 4797 | 2011-06-07 Cary Coutant <ccoutant@google.com> |
| 4798 | |
| 4799 | * testsuite/Makefile.am: Add incremental_copy_test, |
| 4800 | incremental_common_test_1. |
| 4801 | * testsuite/Makefile.in: Regenerate. |
| 4802 | * testsuite/common_test_1_v1.c: New source file. |
| 4803 | * testsuite/common_test_1_v2.c: New source file. |
| 4804 | * testsuite/copy_test_v1.cc: New source file. |
| 4805 | |
| 4806 | 2011-06-07 Cary Coutant <ccoutant@google.com> |
| 4807 | |
| 4808 | * common.cc (Symbol_table::do_allocate_commons_list): For incremental |
| 4809 | update, allocate common from bss section's free list. |
| 4810 | * incremental-dump.cc (dump_incremental_inputs): Print flag for |
| 4811 | linker-defined symbols. |
| 4812 | * incremental.cc (Sized_incremental_binary::do_process_got_plt): |
| 4813 | Skip GOT and PLT entries that are no longer referenced. |
| 4814 | (Output_section_incremental_inputs::write_info_blocks): Mark |
| 4815 | linker-defined symbols. |
| 4816 | (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols. |
| 4817 | * output.cc (Output_section::allocate): New function. |
| 4818 | * output.h (Output_section::allocate): New function. |
| 4819 | * resolve.cc (Symbol_table::report_resolve_problem): Add case for |
| 4820 | linker-defined symbols. |
| 4821 | (Symbol::override_base_with_special): Copy is_predefined_ flag. |
| 4822 | * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag. |
| 4823 | (Symbol::init_base_output_data): Likewise. |
| 4824 | (Symbol::init_base_output_segment): Likewise. |
| 4825 | (Symbol::init_base_constant): Likewise. |
| 4826 | (Sized_symbol::init_output_data): Likewise. |
| 4827 | (Sized_symbol::init_output_segment): Likewise. |
| 4828 | (Sized_symbol::init_constant): Likewise. |
| 4829 | (Symbol_table::do_define_in_output_data): Likewise. |
| 4830 | (Symbol_table::do_define_in_output_segment): Likewise. |
| 4831 | (Symbol_table::do_define_as_constant): Likewise. |
| 4832 | * symtab.h (Symbol::is_predefined): New function. |
| 4833 | (Symbol::init_base_output_data): Add is_predefined parameter. |
| 4834 | (Symbol::init_base_output_segment): Likewise. |
| 4835 | (Symbol::init_base_constant): Likewise. |
| 4836 | (Symbol::is_predefined_): New data member. |
| 4837 | (Sized_symbol::init_output_data): Add is_predefined parameter. |
| 4838 | (Sized_symbol::init_output_segment): Likewise. |
| 4839 | (Sized_symbol::init_constant): Likewise. |
| 4840 | (enum Symbol_table::Defined): Add INCREMENTAL_BASE. |
| 4841 | |
| 4842 | 2011-06-07 Cary Coutant <ccoutant@google.com> |
| 4843 | |
| 4844 | * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc |
| 4845 | instead of emit_copy_reloc. |
| 4846 | (Copy_relocs::emit_copy_reloc): Refactor. |
| 4847 | (Copy_relocs::make_copy_reloc): New function. |
| 4848 | (Copy_relocs::add_copy_reloc): Remove. |
| 4849 | * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public |
| 4850 | section. |
| 4851 | (Copy_relocs::make_copy_reloc): New function. |
| 4852 | (Copy_relocs::add_copy_reloc): Remove. |
| 4853 | * gold.cc (queue_middle_tasks): Emit old COPY relocations from |
| 4854 | unchanged input files. |
| 4855 | * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag. |
| 4856 | * incremental.cc (Sized_incremental_binary::do_reserve_layout): |
| 4857 | Reserve BSS space for COPY relocations. |
| 4858 | (Sized_incremental_binary::do_emit_copy_relocs): New function. |
| 4859 | (Output_section_incremental_inputs::write_info_blocks): Record |
| 4860 | whether a symbol is copied from a shared object. |
| 4861 | (Sized_incr_dynobj::do_add_symbols): Record COPY relocations. |
| 4862 | * incremental.h (enum Incremental_shlib_symbol_flags): New type. |
| 4863 | (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant. |
| 4864 | (Incremental_input_entry_reader::get_output_symbol_index): Add |
| 4865 | is_copy parameter. |
| 4866 | (Incremental_binary::emit_copy_relocs): New function. |
| 4867 | (Incremental_binary::do_emit_copy_relocs): New function. |
| 4868 | (Sized_incremental_binary::Sized_incremental_binary): Initialize |
| 4869 | new data member. |
| 4870 | (Sized_incremental_binary::add_copy_reloc): New function. |
| 4871 | (Sized_incremental_binary::do_emit_copy_relocs): New function. |
| 4872 | (Sized_incremental_binary::Copy_reloc): New struct. |
| 4873 | (Sized_incremental_binary::Copy_relocs): New typedef. |
| 4874 | (Sized_incremental_binary::copy_relocs_): New data member. |
| 4875 | * symtab.cc (Symbol_table::add_from_incrobj): Change return type. |
| 4876 | * symtab.h (Symbol_table::add_from_incrobj): Change return type. |
| 4877 | * target.h (Sized_target::emit_copy_reloc): New function. |
| 4878 | * x86_64.cc (Target_x86_64::emit_copy_reloc): New function. |
| 4879 | |
| 4880 | 2011-06-02 Cary Coutant <ccoutant@google.com> |
| 4881 | |
| 4882 | PR gold/12163 |
| 4883 | * gold/archive.cc (Archive::Archive): Initialize new data member. |
| 4884 | (Archive::include_all_members): Return if archive has already been |
| 4885 | included. |
| 4886 | * gold/archive.h (Archive::include_all_members_): New data member. |
| 4887 | |
| 4888 | 2011-06-02 Nick Clifton <nickc@redhat.com> |
| 4889 | |
| 4890 | * dynobj.h: Fix spelling mistake in comment. |
| 4891 | * output.cc: Likewise. |
| 4892 | |
| 4893 | 2011-05-31 Doug Kwan <dougkwan@google.com> |
| 4894 | Asier Llano |
| 4895 | |
| 4896 | PR gold/12826 |
| 4897 | * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of |
| 4898 | arch value that equals to elfcpp::MAX_TAG_CPU_ARCH. |
| 4899 | * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove |
| 4900 | redundant arm_exidx_test.so. |
| 4901 | * testsuite/Makefile.in: Regenerate. |
| 4902 | (check_SCRIPTS): Add pr12826.sh |
| 4903 | (check_DATA): Add pr12826.stdout |
| 4904 | (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules. |
| 4905 | * testsuite/pr12826.sh: New file. |
| 4906 | * testsuite/pr12826_1.s: Ditto. |
| 4907 | * testsuite/pr12826_1.s: Ditto. |
| 4908 | |
| 4909 | 2011-05-30 Ian Lance Taylor <iant@google.com> |
| 4910 | |
| 4911 | * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc |
| 4912 | sections. |
| 4913 | |
| 4914 | 2011-05-29 Ian Lance Taylor <iant@google.com> |
| 4915 | |
| 4916 | PR gold/12804 |
| 4917 | * testsuite/Makefile.am: Use different file name for two_file_test |
| 4918 | temporary file for each incremental test. |
| 4919 | * testsuite/Makefile.in: Rebuild. |
| 4920 | |
| 4921 | 2011-05-29 Ian Lance Taylor <iant@google.com> |
| 4922 | |
| 4923 | * binary.cc (Binary_to_elf::sized_convert): Don't crash if the |
| 4924 | binary input file is empty. |
| 4925 | |
| 4926 | 2011-05-27 Ian Lance Taylor <iant@google.com> |
| 4927 | |
| 4928 | * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,. |
| 4929 | (ver_test_9.so): Likewise. |
| 4930 | * testsuite/Makefile.in: Rebuild. |
| 4931 | |
| 4932 | 2011-05-26 Cary Coutant <ccoutant@google.com> |
| 4933 | |
| 4934 | * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups. |
| 4935 | * incremental.cc (Incremental_inputs::report_input_section): Fix |
| 4936 | comment, indentation. |
| 4937 | (Incremental_inputs::report_comdat_group): New function. |
| 4938 | (Output_section_incremental_inputs::set_final_data_size): Adjust size |
| 4939 | of data for incremental input file entry. |
| 4940 | (Output_section_incremental_inputs::write_info_blocks): Write COMDAT |
| 4941 | group count, COMDAT group signatures. |
| 4942 | (Sized_incr_relobj::do_layout): Record kept COMDAT group info from |
| 4943 | an unchanged input file. |
| 4944 | * incremental.h (Incremental_object_entry::Incremental_object_entry): |
| 4945 | Initialize new data member. |
| 4946 | (Incremental_object_entry::add_comdat_group): New function. |
| 4947 | (Incremental_object_entry::get_comdat_group_count): New function. |
| 4948 | (Incremental_object_entry::get_comdat_signature_key): New function. |
| 4949 | (Incremental_object_entry::groups_): New data member. |
| 4950 | (Incremental_inputs::report_comdat_group): New function. |
| 4951 | (Incremental_input_entry_reader::get_symbol_offset): Adjust size of |
| 4952 | data for incremental input file entry. |
| 4953 | (Incremental_input_entry_reader::get_comdat_group_count): New function. |
| 4954 | (Incremental_input_entry_reader::get_input_section): Adjust size of |
| 4955 | data for incremental input file entry. |
| 4956 | (Incremental_input_entry_reader::get_global_symbol_reader): Likewise. |
| 4957 | (Incremental_input_entry_reader::get_comdat_group_signature): New |
| 4958 | function. |
| 4959 | * object.cc (Sized_relobj::include_section_group): Report kept |
| 4960 | COMDAT groups for incremental links. |
| 4961 | |
| 4962 | 2011-05-24 David Meyer <pdox@google.com> |
| 4963 | |
| 4964 | * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters |
| 4965 | with name parameter. Add found_name parameter. |
| 4966 | * fileread.cc (Input_file::find_file): Adjust code accordingly. |
| 4967 | * dirsearch.h (class Dirsearch): Update declaration. |
| 4968 | |
| 4969 | 2011-05-24 Ian Lance Taylor <iant@google.com> |
| 4970 | |
| 4971 | * archive.cc (Library_base::should_include_member): Pull in object |
| 4972 | from archive if it defines the entry symbol. |
| 4973 | * parameters.cc (Parameters::entry): New function. |
| 4974 | * parameters.h (class Parameters): Declare entry. |
| 4975 | * output.h (class Output_file_header): Remove entry_ field. |
| 4976 | * output.cc (Output_file_header::Output_file_header): Remove entry |
| 4977 | parameter. Change all callers. |
| 4978 | (Output_file_header::entry): Use parameters->entry. |
| 4979 | * gold.cc (queue_middle_tasks): Likewise. |
| 4980 | * plugin.cc (Plugin_hook::run): Likewise. |
| 4981 | |
| 4982 | 2011-05-24 Cary Coutant <ccoutant@google.com> |
| 4983 | |
| 4984 | * gold.cc (queue_initial_tasks): Pass incremental base filename |
| 4985 | to Output_file::open_base_file; don't print error message. |
| 4986 | * incremental-dump.cc (main): Adjust call to |
| 4987 | Output_file::open_for_modification. |
| 4988 | * incremental-dump.cc (main): Likewise. |
| 4989 | * incremental.cc (Incremental_inputs::report_command_line): |
| 4990 | Ignore --incremental-base option when comparing command lines. |
| 4991 | Ignore parameter when given as separate argument. |
| 4992 | * options.h (class General_options): Add --incremental-base. |
| 4993 | * output.cc (Output_file::Output_file): |
| 4994 | (Output_file::open_base_file): Add base_name and writable parameters; |
| 4995 | read base file into new file; print error message here. |
| 4996 | (Output_file::map_no_anonymous): Add writable parameter; adjust all |
| 4997 | callers. |
| 4998 | * output.h (Output_file::open_for_modification): Rename to... |
| 4999 | (Output_file::open_base_file): ...this; add base_name and |
| 5000 | writable parameters; adjust all callers. |
| 5001 | (Output_file::map_no_anonymous): Add writable parameter; adjust all |
| 5002 | callers. |
| 5003 | * testsuite/Makefile.am (incremental_test_4): Test |
| 5004 | --incremental-base. |
| 5005 | * testsuite/Makefile.in: Regenerate. |
| 5006 | |
| 5007 | 2011-05-24 Cary Coutant <ccoutant@google.com> |
| 5008 | |
| 5009 | * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3, |
| 5010 | incremental_test_4. |
| 5011 | * testsuite/Makefile.in: Regenerate. |
| 5012 | * testsuite/two_file_test_1_v1.cc: New test source file. |
| 5013 | * testsuite/two_file_test_1b_v1.cc: New test source file. |
| 5014 | * testsuite/two_file_test_2_v1.cc: New test source file. |
| 5015 | |
| 5016 | 2011-05-24 Cary Coutant <ccoutant@google.com> |
| 5017 | |
| 5018 | * dynobj.h (Dynobj::do_dynobj): New function. |
| 5019 | * incremental-dump.cc (dump_incremental_inputs): Print as_needed |
| 5020 | flag and soname for shared objects. |
| 5021 | * incremental.cc (Incremental_inputs::report_object): Make |
| 5022 | either Incremental_object_entry or Incremental_dynobj_entry; add |
| 5023 | soname to string table. |
| 5024 | (Incremental_inputs::report_input_section): Add assertion. |
| 5025 | (Output_section_incremental_inputs::set_final_data_size): Adjust |
| 5026 | type of input file entry for shared libraries; adjust size of |
| 5027 | shared library info entry. |
| 5028 | (Output_section_incremental_inputs::write_input_files): Write |
| 5029 | as_needed flag for shared libraries. |
| 5030 | (Output_section_incremental_inputs::write_info_blocks): Adjust type |
| 5031 | of input file entry for shared libraries; write soname. |
| 5032 | (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and |
| 5033 | soname from incremental info. |
| 5034 | * incremental.h (enum Incremental_input_flags): Add |
| 5035 | INCREMENTAL_INPUT_AS_NEEDED. |
| 5036 | (Incremental_input_entry::Incremental_input_entry): Initialize new |
| 5037 | data member. |
| 5038 | (Incremental_input_entry::set_as_needed): New function. |
| 5039 | (Incremental_input_entry::as_needed): New function. |
| 5040 | (Incremental_input_entry::do_dynobj_entry): New function. |
| 5041 | (Incremental_input_entry::as_needed_): New data member. |
| 5042 | (Incremental_object_entry::Incremental_object_entry): Don't check |
| 5043 | for shared library. |
| 5044 | (Incremental_object_entry::do_type): Likewise. |
| 5045 | (class Incremental_dynobj_entry): New class. |
| 5046 | (Incremental_input_entry_reader::as_needed): New function. |
| 5047 | (Incremental_input_entry_reader::get_soname): New function. |
| 5048 | (Incremental_input_entry_reader::get_global_symbol_count): Rewrite. |
| 5049 | (Incremental_input_entry_reader::get_output_symbol_index): Adjust |
| 5050 | size of shared library info entry. |
| 5051 | * layout.cc (Layout::finish_dynamic_section): Don't test for |
| 5052 | incremental link when adding DT_NEEDED entries. |
| 5053 | * object.h (Object::Object): Initialize new data member. |
| 5054 | (Object::dynobj): New function. |
| 5055 | (Object::set_as_needed): New function. |
| 5056 | (Object::as_needed): New function. |
| 5057 | (Object::do_dynobj): New function. |
| 5058 | (Object::as_needed_): New data member. |
| 5059 | |
| 5060 | 2011-05-24 Cary Coutant <ccoutant@google.com> |
| 5061 | |
| 5062 | * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc |
| 5063 | info; adjust display of GOT entries. |
| 5064 | * incremental.cc (Sized_incremental_binary::setup_readers): Allocate |
| 5065 | vector of input objects; remove file_status_. |
| 5066 | (Sized_incremental_binary::do_reserve_layout): Remove file_status_. |
| 5067 | (Sized_incremental_binary::do_process_got_plt): Adjust calls to |
| 5068 | got_plt reader; call target hooks to reserve GOT entries. |
| 5069 | (Output_section_incremental_inputs::set_final_data_size): Adjust size |
| 5070 | of input file info header and GOT info entry. |
| 5071 | (Output_section_incremental_inputs::write_info_blocks): Write dynamic |
| 5072 | relocation info. |
| 5073 | (Got_plt_view_info::got_descriptor): Remove. |
| 5074 | (Got_plt_view_info::sym_index): New data member. |
| 5075 | (Got_plt_view_info::input_index): New data member. |
| 5076 | (Local_got_offset_visitor::visit): Write input file index. |
| 5077 | (Global_got_offset_visitor::visit): Write 0 for input file index. |
| 5078 | (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor |
| 5079 | with sym_index and input_index. |
| 5080 | (Output_section_incremental_inputs::write_got_plt): Adjust size of |
| 5081 | incremental info GOT entry; replace got_descriptor with input_index. |
| 5082 | (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record |
| 5083 | map from input file index to object. |
| 5084 | (Sized_relobj_incr::do_layout): Replace direct data member reference |
| 5085 | with accessor function. |
| 5086 | (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class. |
| 5087 | * incremental.h (Incremental_input_entry_reader::get_symbol_offset): |
| 5088 | Adjust size of input file info header. |
| 5089 | (Incremental_input_entry_reader::get_first_dyn_reloc): New function. |
| 5090 | (Incremental_input_entry_reader::get_dyn_reloc_count): New function. |
| 5091 | (Incremental_input_entry_reader::get_input_section): Adjust size of |
| 5092 | input file info header. |
| 5093 | (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size |
| 5094 | of incremental info GOT entry. |
| 5095 | (Incremental_got_plt_reader::get_got_desc): Remove. |
| 5096 | (Incremental_got_plt_reader::get_got_symndx): New function. |
| 5097 | (Incremental_got_plt_reader::get_got_input_index): New function. |
| 5098 | (Sized_incremental_binary::Sized_incremental_binary): Remove |
| 5099 | file_status_; add input_objects_. |
| 5100 | (Sized_incremental_binary::~Sized_incremental_binary): Remove. |
| 5101 | (Sized_incremental_binary::set_file_is_unchanged): Remove. |
| 5102 | (Sized_incremental_binary::file_is_unchanged): Remove. |
| 5103 | (Sized_incremental_binary::set_input_object): New function. |
| 5104 | (Sized_incremental_binary::input_object): New function. |
| 5105 | (Sized_incremental_binary::file_status_): Remove. |
| 5106 | (Sized_incremental_binary::input_objects_): New data member. |
| 5107 | (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all |
| 5108 | references. |
| 5109 | (Sized_relobj_incr::invalid_address): Move to base class. |
| 5110 | (Sized_relobj_incr::is_output_section_offset_invalid): Move to base |
| 5111 | class. |
| 5112 | (Sized_relobj_incr::do_output_section_offset): Likewise. |
| 5113 | (Sized_relobj_incr::do_for_all_local_got_entries): Likewise. |
| 5114 | (Sized_relobj_incr::section_offsets_): Likewise. |
| 5115 | * object.cc (Sized_relobj::do_for_all_local_got_entries): New |
| 5116 | function. |
| 5117 | (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_. |
| 5118 | (Sized_relobj_file::layout_section): Replace refs to section_offsets_ |
| 5119 | with accessor function. |
| 5120 | (Sized_relobj_file::do_layout): Likewise. |
| 5121 | (Sized_relobj_file::do_layout_deferred_sections): Likewise. |
| 5122 | (Sized_relobj_file::do_for_all_local_got_entries): Move to base class. |
| 5123 | (Sized_relobj_file::compute_final_local_value): Replace refs to |
| 5124 | section_offsets_ with accessor function. |
| 5125 | (Sized_relobj_file::do_finalize_local_symbols): Likewise. |
| 5126 | * object.h (Relobj::Relobj): Initialize new data members. |
| 5127 | (Relobj::add_dyn_reloc): New function. |
| 5128 | (Relobj::first_dyn_reloc): New function. |
| 5129 | (Relobj::dyn_reloc_count): New function. |
| 5130 | (Relobj::first_dyn_reloc_): New data member. |
| 5131 | (Relobj::dyn_reloc_count_): New data member. |
| 5132 | (Sized_relobj): Rename Sized_relobj_base to this; adjust all |
| 5133 | references. |
| 5134 | (Sized_relobj::Address): New typedef. |
| 5135 | (Sized_relobj::invalid_address): Move here from child class. |
| 5136 | (Sized_relobj::Sized_relobj): Initialize new data members. |
| 5137 | (Sized_relobj::sized_relobj): New function. |
| 5138 | (Sized_relobj::is_output_section_offset_invalid): Move here from |
| 5139 | child class. |
| 5140 | (Sized_relobj::get_output_section_offset): Likewise. |
| 5141 | (Sized_relobj::local_has_got_offset): Likewise. |
| 5142 | (Sized_relobj::local_got_offset): Likewise. |
| 5143 | (Sized_relobj::set_local_got_offset): Likewise. |
| 5144 | (Sized_relobj::do_for_all_local_got_entries): Likewise. |
| 5145 | (Sized_relobj::clear_got_offsets): New function. |
| 5146 | (Sized_relobj::section_offsets): Move here from child class. |
| 5147 | (Sized_relobj::do_output_section_offset): Likewise. |
| 5148 | (Sized_relobj::do_set_section_offset): Likewise. |
| 5149 | (Sized_relobj::Local_got_offsets): Likewise. |
| 5150 | (Sized_relobj::local_got_offsets_): Likewise. |
| 5151 | (Sized_relobj::section_offsets_): Likewise. |
| 5152 | (Sized_relobj_file): Rename Sized_relobj to this; adjust all |
| 5153 | references. |
| 5154 | (Sized_relobj_file::is_output_section_offset_invalid): Move to base |
| 5155 | class. |
| 5156 | (Sized_relobj_file::sized_relobj): New function |
| 5157 | (Sized_relobj_file::local_has_got_offset): Move to base class. |
| 5158 | (Sized_relobj_file::local_got_offset): Likewise. |
| 5159 | (Sized_relobj_file::set_local_got_offset): Likewise. |
| 5160 | (Sized_relobj_file::get_output_section_offset): Likewise. |
| 5161 | (Sized_relobj_file::do_for_all_local_got_entries): Likewise. |
| 5162 | (Sized_relobj_file::do_output_section_offset): Likewise. |
| 5163 | (Sized_relobj_file::do_set_section_offset): Likewise. |
| 5164 | (Sized_relobj_file::Local_got_offsets): Likewise. |
| 5165 | (Sized_relobj_file::local_got_offsets_): Likewise. |
| 5166 | (Sized_relobj_file::section_offsets_): Likewise. |
| 5167 | * output.cc (Output_reloc::Output_reloc): Adjust type of relobj |
| 5168 | (all constructors). |
| 5169 | (set_needs_dynsym_index): Convert relobj to derived class pointer. |
| 5170 | (Output_reloc::get_symbol_index): Likewise. |
| 5171 | (Output_reloc::local_section_offset): Likewise. |
| 5172 | (Output_reloc::get_address): Likewise. |
| 5173 | (Output_reloc::symbol_value): Likewise. |
| 5174 | (Output_data_got::reserve_slot): Move to class definition. |
| 5175 | (Output_data_got::reserve_local): New function. |
| 5176 | (Output_data_got::reserve_slot_for_global): Remove. |
| 5177 | (Output_data_got::reserve_global): New function. |
| 5178 | * output.h (Output_reloc::Output_reloc): Adjust type of relobj |
| 5179 | (all constructors, two instantiations). |
| 5180 | (Output_reloc::get_relobj): New function (two instantiations). |
| 5181 | (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type. |
| 5182 | (Output_data_reloc_base::add): Convert relobj to derived class pointer. |
| 5183 | (Output_data_reloc::add_global): Adjust type of relobj. |
| 5184 | (Output_data_reloc::add_global_relative): Likewise. |
| 5185 | (Output_data_reloc::add_symbolless_global_addend): Likewise. |
| 5186 | (Output_data_reloc::add_local): Likewise. |
| 5187 | (Output_data_reloc::add_local_relative): Likewise. |
| 5188 | (Output_data_reloc::add_symbolless_local_addend): Likewise. |
| 5189 | (Output_data_reloc::add_local_section): Likewise. |
| 5190 | (Output_data_reloc::add_output_section): Likewise. |
| 5191 | (Output_data_reloc::add_absolute): Likewise. |
| 5192 | (Output_data_reloc::add_target_specific): Likewise. |
| 5193 | (Output_data_got::reserve_slot): Move definition here. |
| 5194 | (Output_data_got::reserve_local): New function. |
| 5195 | (Output_data_got::reserve_global): New function. |
| 5196 | * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to |
| 5197 | section_offsets_ with accessor function. |
| 5198 | (Sized_relobj_file::write_sections): Likewise. |
| 5199 | (Sized_relobj_file::do_relocate_sections): Likewise. |
| 5200 | * target.h (Sized_target::reserve_local_got_entry): New function. |
| 5201 | (Sized_target::reserve_global_got_entry): New function. |
| 5202 | * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function. |
| 5203 | (Target_x86_64::reserve_global_got_entry): New function. |
| 5204 | (Target_x86_64::init_got_plt_for_update): Create rela_dyn section. |
| 5205 | |
| 5206 | 2011-05-23 Cary Coutant <ccoutant@google.com> |
| 5207 | |
| 5208 | * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries. |
| 5209 | * incremental-dump.cc (dump_incremental_inputs): Mask high-order |
| 5210 | bit when checking got_type. |
| 5211 | * incremental.cc (Sized_incremental_binary::setup_readers): |
| 5212 | Store symbol table and string table locations; initialize bit vector |
| 5213 | of file status flags. |
| 5214 | (Sized_incremental_binary::do_reserve_layout): Set bit flag for |
| 5215 | unchanged files. |
| 5216 | (Sized_incremental_binary::do_process_got_plt): New function. |
| 5217 | (Sized_incremental_binary::get_symtab_view): Use stored locations. |
| 5218 | (Output_section_incremental_inputs::set_final_data_size): Record |
| 5219 | file index for each input file. |
| 5220 | (Output_section_incremental_inputs::write_got_plt): Store file index |
| 5221 | instead of input entry offset for each GOT entry. |
| 5222 | * incremental.h |
| 5223 | (Incremental_input_entry::Incremental_input_entry): Initialize new |
| 5224 | data member. |
| 5225 | (Incremental_input_entry::set_offset): Store file index. |
| 5226 | (Incremental_input_entry::get_file_index): New function. |
| 5227 | (Incremental_input_entry::file_index_): New data member. |
| 5228 | (Incremental_binary::process_got_plt): New function. |
| 5229 | (Incremental_binary::do_process_got_plt): New function. |
| 5230 | (Sized_incremental_binary::Sized_incremental_binary): Initialize new |
| 5231 | data members. |
| 5232 | (Sized_incremental_binary::~Sized_incremental_binary): New destructor. |
| 5233 | (Sized_incremental_binary::set_file_is_unchanged): New function. |
| 5234 | (Sized_incremental_binary::file_is_unchanged): New function. |
| 5235 | (Sized_incremental_binary::do_process_got_plt): New function. |
| 5236 | (Sized_incremental_binary::file_status_): New data member. |
| 5237 | (Sized_incremental_binary::main_symtab_loc_): New data member. |
| 5238 | (Sized_incremental_binary::main_strtab_loc_): New data member. |
| 5239 | * output.cc (Output_data_got::Got_entry::write): Add case |
| 5240 | RESERVED_CODE. |
| 5241 | (Output_data_got::add_global): Call add_got_entry. |
| 5242 | (Output_data_got::add_global_plt): Likewise. |
| 5243 | (Output_data_got::add_global_with_rel): Likewise. |
| 5244 | (Output_data_got::add_global_with_rela): Likewise. |
| 5245 | (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair. |
| 5246 | (Output_data_got::add_global_pair_with_rela): Likewise. |
| 5247 | (Output_data_got::add_local): Call add_got_entry. |
| 5248 | (Output_data_got::add_local_plt): Likewise. |
| 5249 | (Output_data_got::add_local_with_rel): Likewise. |
| 5250 | (Output_data_got::add_local_with_rela): Likewise. |
| 5251 | (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair. |
| 5252 | (Output_data_got::add_local_pair_with_rela): Likewise. |
| 5253 | (Output_data_got::reserve_slot): New function. |
| 5254 | (Output_data_got::reserve_slot_for_global): New function. |
| 5255 | (Output_data_got::add_got_entry): New function. |
| 5256 | (Output_data_got::add_got_entry_pair): New function. |
| 5257 | (Output_section::add_output_section_data): Edit FIXME. |
| 5258 | * output.h |
| 5259 | (Output_section_data_build::Output_section_data_build): New |
| 5260 | constructor with size parameter. |
| 5261 | (Output_data_space::Output_data_space): Likewise. |
| 5262 | (Output_data_got::Output_data_got): Initialize new data member; new |
| 5263 | constructor with size parameter. |
| 5264 | (Output_data_got::add_constant): Call add_got_entry. |
| 5265 | (Output_data_got::reserve_slot): New function. |
| 5266 | (Output_data_got::reserve_slot_for_global): New function. |
| 5267 | (class Output_data_got::Got_entry): Add RESERVED_CODE. |
| 5268 | (Output_data_got::add_got_entry): New function. |
| 5269 | (Output_data_got::add_got_entry_pair): New function. |
| 5270 | (Output_data_got::free_list_): New data member. |
| 5271 | * target.h (Sized_target::init_got_plt_for_update): New function. |
| 5272 | (Sized_target::register_global_plt_entry): New function. |
| 5273 | * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64): |
| 5274 | Initialize new data member; call init; add constructor with PLT count. |
| 5275 | (Output_data_plt_x86_64::init): New function. |
| 5276 | (Output_data_plt_x86_64::add_relocation): New function. |
| 5277 | (Output_data_plt_x86_64::reserve_slot): New function. |
| 5278 | (Output_data_plt_x86_64::free_list_): New data member. |
| 5279 | (Target_x86_64::init_got_plt_for_update): New function. |
| 5280 | (Target_x86_64::register_global_plt_entry): New function. |
| 5281 | (Output_data_plt_x86_64::add_entry): Allocate from free list for |
| 5282 | incremental updates. |
| 5283 | (Output_data_plt_x86_64::add_relocation): New function. |
| 5284 | * testsuite/object_unittest.cc (Object_test): Set default options. |
| 5285 | |
| 5286 | 2011-05-16 Ian Lance Taylor <iant@google.com> |
| 5287 | |
| 5288 | * options.h (class General_options): Make -i a synonym for -r. |
| 5289 | |
| 5290 | 2011-05-16 Ian Lance Taylor <iant@google.com> |
| 5291 | |
| 5292 | * testsuite/tls_test_main.cc: Use semaphores instead of mutexes. |
| 5293 | |
| 5294 | 2011-05-10 Cary Coutant <ccoutant@google.com> |
| 5295 | |
| 5296 | * object.cc (Sized_relobj::do_count_local_symbols): Check for |
| 5297 | strip_all (-s). |
| 5298 | |
| 5299 | 2011-05-06 Ian Lance Taylor <iant@google.com> |
| 5300 | |
| 5301 | * layout.cc (Layout::layout): If the output section flags change, |
| 5302 | update the ordering. |
| 5303 | |
| 5304 | 2011-04-25 Cary Coutant <ccoutant@google.com> |
| 5305 | |
| 5306 | * incremental-dump.cc (dump_incremental_inputs): Print local |
| 5307 | symbol info for each input file. |
| 5308 | * incremental.cc |
| 5309 | (Output_section_incremental_inputs::set_final_data_size): Add local |
| 5310 | symbol info to input file entries in incremental info. |
| 5311 | (Output_section_incremental_inputs::write_info_blocks): Likewise. |
| 5312 | (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members. |
| 5313 | (Sized_incr_relobj::do_add_symbols): Cosmetic change. |
| 5314 | (Sized_incr_relobj::do_count_local_symbols): Replace stub with |
| 5315 | implementation. |
| 5316 | (Sized_incr_relobj::do_finalize_local_symbols): Likewise. |
| 5317 | (Sized_incr_relobj::do_relocate): Write the local symbols. |
| 5318 | (Sized_incr_dynobj::do_add_symbols): Cosmetic change. |
| 5319 | * incremental.h (Incremental_inputs_reader::get_symbol_offset): |
| 5320 | Adjust size of input file header. |
| 5321 | (Incremental_inputs_reader::get_local_symbol_offset): New function. |
| 5322 | (Incremental_inputs_reader::get_local_symbol_count): New function. |
| 5323 | (Incremental_inputs_reader::get_input_section): Adjust size of input |
| 5324 | file header. |
| 5325 | (Incremental_inputs_reader::get_global_symbol_reader): Likewise. |
| 5326 | (Sized_incr_relobj::This): New typedef. |
| 5327 | (Sized_incr_relobj::sym_size): New const data member. |
| 5328 | (Sized_incr_relobj::Local_symbol): New struct. |
| 5329 | (Sized_incr_relobj::do_output_local_symbol_count): New function. |
| 5330 | (Sized_incr_relobj::do_local_symbol_offset): New function. |
| 5331 | (Sized_incr_relobj::local_symbol_count_): New data member. |
| 5332 | (Sized_incr_relobj::output_local_dynsym_count_): New data member. |
| 5333 | (Sized_incr_relobj::local_symbol_index_): New data member. |
| 5334 | (Sized_incr_relobj::local_symbol_offset_): New data member. |
| 5335 | (Sized_incr_relobj::local_dynsym_offset_): New data member. |
| 5336 | (Sized_incr_relobj::local_symbols_): New data member. |
| 5337 | * object.h (Relobj::output_local_symbol_count): New function. |
| 5338 | (Relobj::local_symbol_offset): New function. |
| 5339 | (Relobj::do_output_local_symbol_count): New function. |
| 5340 | (Relobj::do_local_symbol_offset): New function. |
| 5341 | (Sized_relobj::do_output_local_symbol_count): New function. |
| 5342 | (Sized_relobj::do_local_symbol_offset): New function. |
| 5343 | |
| 5344 | 2011-04-22 Vladimir Simonov <sv@sw.ru> |
| 5345 | |
| 5346 | * descriptors.cc (set_close_on_exec): New function. |
| 5347 | (Descriptors::open): Use set_close_on_exec. |
| 5348 | * output.cc (S_ISLNK): Define if not defined. |
| 5349 | |
| 5350 | 2011-04-22 Cary Coutant <ccoutant@google.com> |
| 5351 | |
| 5352 | * incremental.cc (Sized_incremental_binary::setup_readers): Allocate |
| 5353 | global symbol map. |
| 5354 | (Sized_incremental_binary::do_apply_incremental_relocs): New function. |
| 5355 | (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map. |
| 5356 | (Sized_incr_relobj::do_relocate): Remap section indices in incremental |
| 5357 | relocations. |
| 5358 | (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map. |
| 5359 | (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME. |
| 5360 | (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise. |
| 5361 | * incremental.h |
| 5362 | (Incremental_inputs_reader::global_symbol_reader_at_offset): New |
| 5363 | function. |
| 5364 | (Incremental_binary::apply_incremental_relocs): New function. |
| 5365 | (Incremental_binary::do_apply_incremental_relocs): New function. |
| 5366 | (Sized_incremental_binary::Sized_incremental_binary): Initialize new |
| 5367 | data member. |
| 5368 | (Sized_incremental_binary::add_global_symbol): New function. |
| 5369 | (Sized_incremental_binary::global_symbol): New function. |
| 5370 | (Sized_incremental_binary::do_apply_incremental_relocs): New function. |
| 5371 | (Sized_incremental_binary::symbol_map_): New data member. |
| 5372 | * layout.cc (Layout_task_runner::run): Apply incremental relocations. |
| 5373 | * target.h (Sized_target::apply_relocation): New function. |
| 5374 | * target-reloc.h (apply_relocation): New function. |
| 5375 | * x86_64.cc (Target_x86_64::apply_relocation): New function. |
| 5376 | |
| 5377 | 2011-04-22 Doug Kwan <dougkwan@google.com> |
| 5378 | |
| 5379 | * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER |
| 5380 | flag of a SHT_ARM_EXIDX section. |
| 5381 | * testsuite/Makefile.am (arm_exidx_test): New test rules. |
| 5382 | * testsuite/Makefile.in: Regenerate. |
| 5383 | * testsuite/arm_exidx_test.s: New file. |
| 5384 | * testsuite/arm_exidx_test.sh: Same. |
| 5385 | |
| 5386 | 2011-04-20 Cary Coutant <ccoutant@google.com> |
| 5387 | |
| 5388 | PR gold/12689 |
| 5389 | * archive.h (Incremental_archive_entry::Archive_member): |
| 5390 | Initialize arg_serial_ (second constructor). |
| 5391 | |
| 5392 | 2011-04-17 Ian Lance Taylor <iant@google.com> |
| 5393 | |
| 5394 | * object.cc (Relocate_info::location): Simplify location string. |
| 5395 | * errors.cc (Errors::error_at_location): Don't print program |
| 5396 | name. |
| 5397 | (Errors::warning_at_location): Likewise. |
| 5398 | (Errors::undefined_symbol): Likewise. |
| 5399 | * testsuite/debug_msg.sh: Update accordingly. |
| 5400 | |
| 5401 | 2011-04-14 Cary Coutant <ccoutant@google.com> |
| 5402 | |
| 5403 | * gold/layout.cc (Layout::symtab_section_offset): New function. |
| 5404 | * gold/layout.h (Layout::symtab_section_offset): New function. |
| 5405 | * gold/reloc.cc (Sized_relobj::do_relocate): Call it. |
| 5406 | |
| 5407 | 2011-04-12 Ian Lance Taylor <iant@google.com> |
| 5408 | |
| 5409 | * configure.ac: Check for sys/mman.h and mmap. Check for mremap |
| 5410 | with MREMAP_MAYMOVE. |
| 5411 | * output.h (class Output_file): Add map_is_allocated_ field. |
| 5412 | * output.cc: Only #include <sys/mman.h> if it exists. If mmap is |
| 5413 | not available, provide stubs. If mremap is not available, #define |
| 5414 | it to gold_mremap. |
| 5415 | (MREMAP_MAYMOVE): Define if not defined. |
| 5416 | (Output_file::Output_file): Initialize map_is_allocated_. |
| 5417 | (Output_file::resize): Check map_is_allocated_. |
| 5418 | (Output_file::map_anonymous): If mmap fails, use malloc. |
| 5419 | (Output_file::unmap): Don't do anything for an anonymous map. |
| 5420 | * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap |
| 5421 | is not available, provide stubs. |
| 5422 | (File_read::View::~View): Use free rather than delete[]. |
| 5423 | (File_read::make_view): Use malloc rather than new[]. If mmap |
| 5424 | fails, use malloc. |
| 5425 | (File_read::find_or_make_view): Use malloc rather than new[]. |
| 5426 | * gold.h: Remove HAVE_REMAP code. |
| 5427 | * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it |
| 5428 | exists. Rename mremap to gold_mremap. If mmap is not available |
| 5429 | don't do anything. |
| 5430 | * configure, config.in: Rebuild. |
| 5431 | |
| 5432 | 2011-04-11 Ian Lance Taylor <iant@google.com> |
| 5433 | |
| 5434 | * incremental.cc (Sized_incr_relobj::do_add_symbols): Always |
| 5435 | initialize local variable v. |
| 5436 | |
| 5437 | 2011-04-11 Cary Coutant <ccoutant@google.com> |
| 5438 | |
| 5439 | * archive.cc (Archive::include_member): Adjust call to |
| 5440 | report_object. |
| 5441 | (Add_archive_symbols::run): Track argument serial numbers. |
| 5442 | (Lib_group::include_member): Likewise. |
| 5443 | (Add_lib_group_symbols::run): Adjust call to report_archive_begin. |
| 5444 | * archive.h (Incremental_archive_entry::Archive_member): |
| 5445 | Initialize arg_serial_. |
| 5446 | (Archive_member::arg_serial_): New data member. |
| 5447 | * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL. |
| 5448 | (Sized_dynobj::do_add_symbols): Track symbols when doing an |
| 5449 | incremental link. |
| 5450 | (Sized_dynobj::do_for_all_local_got_entries): New function. |
| 5451 | * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New |
| 5452 | function. |
| 5453 | * fileread.cc (get_mtime): New function. |
| 5454 | * fileread.h (get_mtime): New function. |
| 5455 | * gold.cc (queue_initial_tasks): Check for incremental update. |
| 5456 | (process_incremental_input): New function. |
| 5457 | (queue_middle_tasks): Don't force valid target for incremental |
| 5458 | update. |
| 5459 | * incremental-dump.cc (find_input_containing_global): Adjust |
| 5460 | size of symbol info entry. |
| 5461 | (dump_incremental_inputs): Dump argument serial number and |
| 5462 | in_system_directory flag; bias shndx by 1; print symbol names |
| 5463 | when dumping per-file symbol lists; use new symbol info readers. |
| 5464 | * incremental.cc |
| 5465 | (Output_section_incremental_inputs:update_data_size): New function. |
| 5466 | (Sized_incremental_binary::setup_readers): Setup input readers |
| 5467 | for each input file; build maps for files added from libraries |
| 5468 | and scripts. |
| 5469 | (Sized_incremental_binary::check_input_args): New function. |
| 5470 | (Sized_incremental_binary::do_check_inputs): Build map of argument |
| 5471 | serial numbers to input arguments. |
| 5472 | (Sized_incremental_binary::do_file_has_changed): Rename |
| 5473 | do_file_is_unchanged to this; compare file modification times. |
| 5474 | (Sized_incremental_binary::do_init_layout): New function. |
| 5475 | (Sized_incremental_binary::do_reserve_layout): New function. |
| 5476 | (Sized_incremental_binary::do_get_input_reader): Remove. |
| 5477 | (Sized_incremental_binary::get_symtab_view): New function. |
| 5478 | (Incremental_checker::can_incrementally_link_output_file): Remove. |
| 5479 | (Incremental_inputs::report_command_line): Exclude --debug options. |
| 5480 | (Incremental_inputs::report_archive_begin): Add parameter; track |
| 5481 | argument serial numbers; don't put input file entry for archive |
| 5482 | before archive members. |
| 5483 | (Incremental_inputs::report_archive_end): Put input file entry |
| 5484 | for archive after archive members. |
| 5485 | (Incremental_inputs::report_object): Add parameter; track argument |
| 5486 | serial numbers and in_system_directory flag. |
| 5487 | (Incremental_inputs::report_script): Add parameter; track argument |
| 5488 | serial numbers. |
| 5489 | (Output_section_incremental_inputs::set_final_data_size): Adjust |
| 5490 | size of symbol info entry; check for forwarding symbols. |
| 5491 | (Output_section_incremental_inputs::write_input_files): Write |
| 5492 | in_system_directory flag and argument serial number. |
| 5493 | (Output_section_incremental_inputs::write_info_blocks): Map section |
| 5494 | indices between incremental info and original input file; store |
| 5495 | input section index for each symbol. |
| 5496 | (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor; |
| 5497 | change operator() to visit(). |
| 5498 | (class Global_got_offset_visitor): Likewise. |
| 5499 | (class Global_symbol_visitor_got_plt): |
| 5500 | (Output_section_incremental_inputs::write_got_plt): Use new visitor |
| 5501 | classes. |
| 5502 | (Sized_incr_relobj::Sized_incr_relobj): New constructor. |
| 5503 | (Sized_incr_relobj::do_read_symbols): New function. |
| 5504 | (Sized_incr_relobj::do_layout): New function. |
| 5505 | (Sized_incr_relobj::do_layout_deferred_sections): New function. |
| 5506 | (Sized_incr_relobj::do_add_symbols): New function. |
| 5507 | (Sized_incr_relobj::do_should_include_member): New function. |
| 5508 | (Sized_incr_relobj::do_for_all_global_symbols): New function. |
| 5509 | (Sized_incr_relobj::do_for_all_local_got_entries): New function. |
| 5510 | (Sized_incr_relobj::do_section_size): New function. |
| 5511 | (Sized_incr_relobj::do_section_name): New function. |
| 5512 | (Sized_incr_relobj::do_section_contents): New function. |
| 5513 | (Sized_incr_relobj::do_section_flags): New function. |
| 5514 | (Sized_incr_relobj::do_section_entsize): New function. |
| 5515 | (Sized_incr_relobj::do_section_address): New function. |
| 5516 | (Sized_incr_relobj::do_section_type): New function. |
| 5517 | (Sized_incr_relobj::do_section_link): New function. |
| 5518 | (Sized_incr_relobj::do_section_info): New function. |
| 5519 | (Sized_incr_relobj::do_section_addralign): New function. |
| 5520 | (Sized_incr_relobj::do_initialize_xindex): New function. |
| 5521 | (Sized_incr_relobj::do_get_global_symbol_counts): New function. |
| 5522 | (Sized_incr_relobj::do_read_relocs): New function. |
| 5523 | (Sized_incr_relobj::do_gc_process_relocs): New function. |
| 5524 | (Sized_incr_relobj::do_scan_relocs): New function. |
| 5525 | (Sized_incr_relobj::do_count_local_symbols): New function. |
| 5526 | (Sized_incr_relobj::do_finalize_local_symbols): New function. |
| 5527 | (Sized_incr_relobj::do_set_local_dynsym_indexes): New function. |
| 5528 | (Sized_incr_relobj::do_set_local_dynsym_offset): New function. |
| 5529 | (Sized_incr_relobj::do_relocate): New function. |
| 5530 | (Sized_incr_relobj::do_set_section_offset): New function. |
| 5531 | (Sized_incr_dynobj::Sized_incr_dynobj): New function. |
| 5532 | (Sized_incr_dynobj::do_read_symbols): New function. |
| 5533 | (Sized_incr_dynobj::do_layout): New function. |
| 5534 | (Sized_incr_dynobj::do_add_symbols): New function. |
| 5535 | (Sized_incr_dynobj::do_should_include_member): New function. |
| 5536 | (Sized_incr_dynobj::do_for_all_global_symbols): New function. |
| 5537 | (Sized_incr_dynobj::do_for_all_local_got_entries): New function. |
| 5538 | (Sized_incr_dynobj::do_section_size): New function. |
| 5539 | (Sized_incr_dynobj::do_section_name): New function. |
| 5540 | (Sized_incr_dynobj::do_section_contents): New function. |
| 5541 | (Sized_incr_dynobj::do_section_flags): New function. |
| 5542 | (Sized_incr_dynobj::do_section_entsize): New function. |
| 5543 | (Sized_incr_dynobj::do_section_address): New function. |
| 5544 | (Sized_incr_dynobj::do_section_type): New function. |
| 5545 | (Sized_incr_dynobj::do_section_link): New function. |
| 5546 | (Sized_incr_dynobj::do_section_info): New function. |
| 5547 | (Sized_incr_dynobj::do_section_addralign): New function. |
| 5548 | (Sized_incr_dynobj::do_initialize_xindex): New function. |
| 5549 | (Sized_incr_dynobj::do_get_global_symbol_counts): New function. |
| 5550 | (make_sized_incremental_object): New function. |
| 5551 | (Incremental_library::copy_unused_symbols): New function. |
| 5552 | (Incremental_library::do_for_all_unused_symbols): New function. |
| 5553 | * incremental.h (enum Incremental_input_flags): New type. |
| 5554 | (class Incremental_checker): Remove. |
| 5555 | (Incremental_input_entry::Incremental_input_entry): Add argument |
| 5556 | serial number. |
| 5557 | (Incremental_input_entry::arg_serial): New function. |
| 5558 | (Incremental_input_entry::set_is_in_system_directory): New function. |
| 5559 | (Incremental_input_entry::is_in_system_directory): New function. |
| 5560 | (Incremental_input_entry::arg_serial_): New data member. |
| 5561 | (Incremental_input_entry::is_in_system_directory_): New data member. |
| 5562 | (class Script_info): Move here from script.h. |
| 5563 | (Script_info::Script_info): Add filename parameter. |
| 5564 | (Script_info::filename): New function. |
| 5565 | (Script_info::filename_): New data member. |
| 5566 | (Incremental_script_entry::Incremental_script_entry): Add argument |
| 5567 | serial number. |
| 5568 | (Incremental_object_entry::Incremental_object_entry): Likewise. |
| 5569 | (Incremental_object_entry::add_input_section): Build list of input |
| 5570 | sections with map to original shndx. |
| 5571 | (Incremental_object_entry::get_input_section_index): New function. |
| 5572 | (Incremental_object_entry::shndx_): New data member. |
| 5573 | (Incremental_object_entry::name_key_): Rename; adjust all refs. |
| 5574 | (Incremental_object_entry::sh_size_): Rename; adjust all refs. |
| 5575 | (Incremental_archive_entry::Incremental_archive_entry): Add argument |
| 5576 | serial number. |
| 5577 | (Incremental_inputs::report_archive_begin): Likewise. |
| 5578 | (Incremental_inputs::report_object): Likewise. |
| 5579 | (Incremental_inputs::report_script): Likewise. |
| 5580 | (class Incremental_global_symbol_reader): New class. |
| 5581 | (Incremental_input_entry_reader::Incremental_input_entry_reader): Read |
| 5582 | and store flags and input file type. |
| 5583 | (Incremental_input_entry_reader::arg_serial): New function. |
| 5584 | (Incremental_input_entry_reader::type): Extract type from flags. |
| 5585 | (Incremental_input_entry_reader::is_in_system_directory): New function. |
| 5586 | (Incremental_input_entry_reader::get_input_section_count): Call |
| 5587 | accessor function for type. |
| 5588 | (Incremental_input_entry_reader::get_symbol_offset): Call accessor |
| 5589 | function for type; adjust size of global symbol entry. |
| 5590 | (Incremental_input_entry_reader::get_global_symbol_count): Call |
| 5591 | accessor function for type. |
| 5592 | (Incremental_input_entry_reader::get_object_count): Likewise. |
| 5593 | (Incremental_input_entry_reader::get_object_offset): Likewise. |
| 5594 | (Incremental_input_entry_reader::get_member_count): Likewise. |
| 5595 | (Incremental_input_entry_reader::get_unused_symbol_count): Likewise. |
| 5596 | (Incremental_input_entry_reader::get_member_offset): Likewise. |
| 5597 | (Incremental_input_entry_reader::get_unused_symbol): Likewise. |
| 5598 | (Incremental_input_entry_reader::Global_symbol_info): Remove. |
| 5599 | (Incremental_input_entry_reader::get_global_symbol_info): Remove. |
| 5600 | (Incremental_input_entry_reader::get_global_symbol_reader): New |
| 5601 | function. |
| 5602 | (Incremental_input_entry_reader::get_output_symbol_index): New |
| 5603 | function. |
| 5604 | (Incremental_input_entry_reader::type_): Remove. |
| 5605 | (Incremental_input_entry_reader::flags_): New data member. |
| 5606 | (Incremental_inputs_reader::input_file_offset): New function. |
| 5607 | (Incremental_inputs_reader::input_file_index): New function. |
| 5608 | (Incremental_inputs_reader::input_file): Call input_file_offset. |
| 5609 | (Incremental_inputs_reader::input_file_at_offset): New function. |
| 5610 | (Incremental_relocs_reader::get_r_type): Reformat. |
| 5611 | (Incremental_relocs_reader::get_r_shndx): Reformat. |
| 5612 | (Incremental_relocs_reader::get_r_offset): Reformat. |
| 5613 | (Incremental_relocs_reader::data): New function. |
| 5614 | (Incremental_binary::Incremental_binary): Initialize new data members. |
| 5615 | (Incremental_binary::check_inputs): Add cmdline parameter. |
| 5616 | (Incremental_binary::file_is_unchanged): Remove. |
| 5617 | (Input_reader::arg_serial): New function. |
| 5618 | (Input_reader::get_unused_symbol_count): New function. |
| 5619 | (Input_reader::get_unused_symbol): New function. |
| 5620 | (Input_reader::do_arg_serial): New function. |
| 5621 | (Input_reader::do_get_unused_symbol_count): New function. |
| 5622 | (Input_reader::do_get_unused_symbol): New function. |
| 5623 | (Incremental_binary::input_file_count): New function. |
| 5624 | (Incremental_binary::get_input_reader): Change signature to use |
| 5625 | index instead of filename. |
| 5626 | (Incremental_binary::file_has_changed): New function. |
| 5627 | (Incremental_binary::get_input_argument): New function. |
| 5628 | (Incremental_binary::get_library): New function. |
| 5629 | (Incremental_binary::get_script_info): New function. |
| 5630 | (Incremental_binary::init_layout): New function. |
| 5631 | (Incremental_binary::reserve_layout): New function. |
| 5632 | (Incremental_binary::output_file): New function. |
| 5633 | (Incremental_binary::do_check_inputs): New function. |
| 5634 | (Incremental_binary::do_file_is_unchanged): Remove. |
| 5635 | (Incremental_binary::do_file_has_changed): New function. |
| 5636 | (Incremental_binary::do_init_layout): New function. |
| 5637 | (Incremental_binary::do_reserve_layout): New function. |
| 5638 | (Incremental_binary::do_input_file_count): New function. |
| 5639 | (Incremental_binary::do_get_input_reader): Change signature. |
| 5640 | (Incremental_binary::input_args_map_): New data member. |
| 5641 | (Incremental_binary::library_map_): New data member. |
| 5642 | (Incremental_binary::script_map_): New data member. |
| 5643 | (Sized_incremental_binary::Sized_incremental_binary): Initialize |
| 5644 | new data members. |
| 5645 | (Sized_incremental_binary::output_section): New function. |
| 5646 | (Sized_incremental_binary::inputs_reader): Add const. |
| 5647 | (Sized_incremental_binary::symtab_reader): Add const. |
| 5648 | (Sized_incremental_binary::relocs_reader): Add const. |
| 5649 | (Sized_incremental_binary::got_plt_reader): Add const. |
| 5650 | (Sized_incremental_binary::get_symtab_view): New function. |
| 5651 | (Sized_incremental_binary::Inputs_reader): New typedef. |
| 5652 | (Sized_incremental_binary::Input_entry_reader): New typedef. |
| 5653 | (Sized_incremental_binary::do_check_inputs): Add cmdline parameter. |
| 5654 | (Sized_incremental_binary::do_file_is_unchanged): Remove. |
| 5655 | (Sized_incremental_binary::do_file_has_changed): New function. |
| 5656 | (Sized_incremental_binary::do_init_layout): New function. |
| 5657 | (Sized_incremental_binary::do_reserve_layout): New function. |
| 5658 | (Sized_input_reader::Inputs_reader): Remove. |
| 5659 | (Sized_input_reader::Input_entry_reader): Remove. |
| 5660 | (Sized_input_reader::do_arg_serial): New function. |
| 5661 | (Sized_input_reader::do_get_unused_symbol_count): New function. |
| 5662 | (Sized_input_reader::do_get_unused_symbol): New function. |
| 5663 | (Sized_incremental_binary::do_input_file_count): New function. |
| 5664 | (Sized_incremental_binary::do_get_input_reader): Change signature; |
| 5665 | use index instead of filename. |
| 5666 | (Sized_incremental_binary::section_map_): New data member. |
| 5667 | (Sized_incremental_binary::input_entry_readers_): New data member. |
| 5668 | (class Sized_incr_relobj): New class. |
| 5669 | (class Sized_incr_dynobj): New class. |
| 5670 | (make_sized_incremental_object): New function. |
| 5671 | (class Incremental_library): New class. |
| 5672 | * layout.cc (Free_list::num_lists): New static data member. |
| 5673 | (Free_list::num_nodes): New static data member. |
| 5674 | (Free_list::num_removes): New static data member. |
| 5675 | (Free_list::num_remove_visits): New static data member. |
| 5676 | (Free_list::num_allocates): New static data member. |
| 5677 | (Free_list::num_allocate_visits): New static data member. |
| 5678 | (Free_list::init): New function. |
| 5679 | (Free_list::remove): New function. |
| 5680 | (Free_list::allocate): New function. |
| 5681 | (Free_list::dump): New function. |
| 5682 | (Free_list::print_stats): New function. |
| 5683 | (Layout_task_runner::run): Resize output file for incremental updates. |
| 5684 | (Layout::Layout): Initialize new data members. |
| 5685 | (Layout::set_incremental_base): New function. |
| 5686 | (Layout::init_fixed_output_section): New function. |
| 5687 | (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for |
| 5688 | incremental updates. |
| 5689 | (Layout::create_gold_note): Do not create gold note section for |
| 5690 | incremental updates. |
| 5691 | (Layout::set_segment_offsets): Do not recalculate RELRO alignment |
| 5692 | for incremental updates. |
| 5693 | (Layout::set_section_offsets): For incremental updates, allocate space |
| 5694 | from free list. |
| 5695 | (Layout::create_symtab_sections): Layout with offsets relative to |
| 5696 | start of section; for incremental updates, allocate space from free |
| 5697 | list. |
| 5698 | (Layout::create_shdrs): For incremental updates, allocate space from |
| 5699 | free list. |
| 5700 | (Layout::finish_dynamic_section): For incremental updates, do not |
| 5701 | check --as-needed (fixed in subsequent patch). |
| 5702 | * layout.h (class Free_list): New class. |
| 5703 | (Layout::set_incremental_base): New function. |
| 5704 | (Layout::incremental_base): New function. |
| 5705 | (Layout::init_fixed_output_section): New function. |
| 5706 | (Layout::allocate): New function. |
| 5707 | (Layout::incremental_base_): New data member. |
| 5708 | (Layout::free_list_): New data member. |
| 5709 | * main.cc (main): Print Free_list statistics. |
| 5710 | * object.cc (Relobj::finalize_incremental_relocs): Add |
| 5711 | clear_counts parameter; clear counts only when clear_counts is set. |
| 5712 | (Sized_relobj::Sized_relobj): Initialize new base class. |
| 5713 | (Sized_relobj::do_layout): Don't report special sections. |
| 5714 | (Sized_relobj::do_for_all_local_got_entries): New function. |
| 5715 | (Sized_relobj::write_local_symbols): Add symtab_off parameter; add |
| 5716 | symtab_off to all symbol table offsets. |
| 5717 | (Sized_relobj::do_get_global_symbol_counts): Add typename keyword. |
| 5718 | * object.h (class Got_offset_list): Move to top of file. |
| 5719 | (Object::Object): Allow case where input_file == NULL. |
| 5720 | (Object::~Object): Likewise. |
| 5721 | (Object::input_file): Assert that input_file != NULL. |
| 5722 | (Object::lock): Allow case where input_file == NULL. |
| 5723 | (Object::unlock): Likewise. |
| 5724 | (Object::is_locked): Likewise. |
| 5725 | (Object::token): Likewise. |
| 5726 | (Object::release): Likewise. |
| 5727 | (Object::is_incremental): New function. |
| 5728 | (Object::get_mtime): New function. |
| 5729 | (Object::for_all_local_got_entries): New function. |
| 5730 | (Object::clear_view_cache_marks): Allow case where input_file == NULL. |
| 5731 | (Object::set_is_in_system_directory): New function. |
| 5732 | (Object::is_in_system_directory): New function. |
| 5733 | (Object::do_is_incremental): New function. |
| 5734 | (Object::do_get_mtime): New function. |
| 5735 | (Object::do_for_all_local_got_entries): New function. |
| 5736 | (Object::is_in_system_directory_): New data member. |
| 5737 | (Relobj::finalize_incremental_relocs): Add clear_counts parameter. |
| 5738 | (class Sized_relobj_base): New class. |
| 5739 | (class Sized_relobj): Derive from Sized_relobj_base. |
| 5740 | (class Sized_relobj::Symbols): Redeclare from base class. |
| 5741 | (class Sized_relobj::local_got_offset_list): Remove. |
| 5742 | (class Sized_relobj::Output_sections): Redeclare from base class. |
| 5743 | (class Sized_relobj::do_for_all_local_got_entries): New function. |
| 5744 | (class Sized_relobj::write_local_symbols): Add offset parameter. |
| 5745 | (class Sized_relobj::local_symbol_offset_): Update comment. |
| 5746 | (class Sized_relobj::local_dynsym_offset_): Update comment. |
| 5747 | * options.cc (Input_arguments::add_file): Remove const. |
| 5748 | * options.h (Input_file_argument::Input_file_argument): |
| 5749 | Initialize arg_serial_ (all constructors). |
| 5750 | (Input_file_argument::set_arg_serial): New function. |
| 5751 | (Input_file_argument::arg_serial): New function. |
| 5752 | (Input_file_argument::arg_serial_): New data member. |
| 5753 | (Input_arguments::Input_arguments): Initialize file_count_. |
| 5754 | (Input_arguments::add_file): Remove const. |
| 5755 | (Input_arguments::number_of_input_files): New function. |
| 5756 | (Input_arguments::file_count_): New data member. |
| 5757 | (Command_line::number_of_input_files): Call |
| 5758 | Input_arguments::number_of_input_files. |
| 5759 | * output.cc (Output_segment_headers::Output_segment_headers): |
| 5760 | Set current size. |
| 5761 | (Output_section::Input_section::current_data_size): New function. |
| 5762 | (Output_section::Output_section): Initialize new data members. |
| 5763 | (Output_section::add_input_section): Don't do merge sections for |
| 5764 | an incremental link; allocate space from free list for an |
| 5765 | incremental update. |
| 5766 | (Output_section::add_output_section_data): Allocate space from |
| 5767 | free list for an incremental update. |
| 5768 | (Output_section::update_data_size): New function. |
| 5769 | (Output_section::set_fixed_layout): New function. |
| 5770 | (Output_section::reserve): New function. |
| 5771 | (Output_segment::set_section_addresses): Remove const. |
| 5772 | (Output_segment::set_section_list_addresses): Remove const; allocate |
| 5773 | space from free list for an incremental update. |
| 5774 | (Output_segment::set_offset): Adjust size of RELRO segment for an |
| 5775 | incremental update. |
| 5776 | * output.h (Output_data::current_data_size): Move here from |
| 5777 | child classes. |
| 5778 | (Output_data::pre_finalize_data_size): New function. |
| 5779 | (Output_data::update_data_size): New function. |
| 5780 | (Output_section_headers::update_data_size): new function. |
| 5781 | (Output_section_data_build::current_data_size): Move to Output_data. |
| 5782 | (Output_data_strtab::update_data_size): New function. |
| 5783 | (Output_section::current_data_size): Move to Output_data. |
| 5784 | (Output_section::set_fixed_layout): New function. |
| 5785 | (Output_section::has_fixed_layout): New function. |
| 5786 | (Output_section::reserve): New function. |
| 5787 | (Output_section::update_data_size): New function. |
| 5788 | (Output_section::has_fixed_layout_): New data member. |
| 5789 | (Output_section::free_list_): New data member. |
| 5790 | (Output_segment::set_section_addresses): Remove const. |
| 5791 | (Output_segment::set_section_list_addresses): Remove const. |
| 5792 | * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries): |
| 5793 | New function. |
| 5794 | * plugin.h (Sized_pluginobj::do_for_all_local_got_entries): |
| 5795 | New function. |
| 5796 | * readsyms.cc (Read_symbols::do_read_symbols): Add library |
| 5797 | parameter when calling Add_symbols constructor; store argument |
| 5798 | serial number for members of a lib group. |
| 5799 | (Add_symbols::locks): Allow case where token == NULL. |
| 5800 | (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib. |
| 5801 | (Read_member::~Read_member): New function. |
| 5802 | (Read_member::is_runnable): New function. |
| 5803 | (Read_member::locks): New function. |
| 5804 | (Read_member::run): New function. |
| 5805 | (Check_script::~Check_script): New function. |
| 5806 | (Check_script::is_runnable): New function. |
| 5807 | (Check_script::locks): New function. |
| 5808 | (Check_script::run): New function. |
| 5809 | (Check_library::~Check_library): New function. |
| 5810 | (Check_library::is_runnable): New function. |
| 5811 | (Check_library::locks): New function. |
| 5812 | (Check_library::run): New function. |
| 5813 | * readsyms.h (Add_symbols::Add_symbols): Add library parameter. |
| 5814 | (Add_symbols::library_): New data member. |
| 5815 | (class Read_member): New class. |
| 5816 | (class Check_script): New class. |
| 5817 | (class Check_library): New class. |
| 5818 | * reloc.cc (Read_relocs::is_runnable): Allow case where |
| 5819 | token == NULL. |
| 5820 | (Read_relocs::locks): Likewise. |
| 5821 | (Scan_relocs::locks): Likewise. |
| 5822 | (Relocate_task::locks): Likewise. |
| 5823 | (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs |
| 5824 | to clear counters. |
| 5825 | (Sized_relobj::incremental_relocs_scan): Fix comment. |
| 5826 | (Sized_relobj::do_relocate): Pass output file offset to |
| 5827 | write_local_symbols. |
| 5828 | (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size |
| 5829 | from class declaration. |
| 5830 | * script.cc (read_input_script): Allocate Script_info; pass |
| 5831 | argument serial number to report_script. |
| 5832 | * script.h (class Script_info): Move to incremental.h. |
| 5833 | * symtab.cc (Symbol_table::add_from_incrobj): New function. |
| 5834 | * symtab.h (Symbol_table::add_from_incrobj): New function. |
| 5835 | (Symbol_table::set_file_offset): New function. |
| 5836 | |
| 5837 | 2011-04-05 Cary Coutant <ccoutant@google.com> |
| 5838 | |
| 5839 | * incremental-dump.cc (dump_incremental_inputs): Change signature |
| 5840 | to take a Sized_incremental_binary; change caller. Use readers |
| 5841 | in Sized_incremental_binary. |
| 5842 | * incremental.cc |
| 5843 | (Sized_incremental_binary::find_incremental_inputs_sections): |
| 5844 | Rename do_find_incremental_inputs_sections to this. |
| 5845 | (Sized_incremental_binary::setup_readers): New function. |
| 5846 | (Sized_incremental_binary::do_check_inputs): Check |
| 5847 | has_incremental_info_ flag; move setup code to setup_readers; |
| 5848 | use input readers. |
| 5849 | (Sized_incremental_binary::do_file_is_unchanged): New function. |
| 5850 | (Sized_incremental_binary::do_get_input_reader): New function. |
| 5851 | * incremental.h (class Incremental_binary): Move to end of file. |
| 5852 | (Incremental_binary::file_is_unchanged): New function. |
| 5853 | (Incremental_binary::do_file_is_unchanged): New function. |
| 5854 | (Incremental_binary::Input_reader): New class. |
| 5855 | (Incremental_binary::get_input_reader): New function. |
| 5856 | (class Sized_incremental_binary): Move to end of file. |
| 5857 | (Sized_incremental_binary::Sized_incremental_binary): Setup the |
| 5858 | input section reader classes. |
| 5859 | (Sized_incremental_binary::has_incremental_info): New function. |
| 5860 | (Sized_incremental_binary::inputs_reader): New function. |
| 5861 | (Sized_incremental_binary::symtab_reader): New function. |
| 5862 | (Sized_incremental_binary::relocs_reader): New function. |
| 5863 | (Sized_incremental_binary::got_plt_reader): New function. |
| 5864 | (Sized_incremental_binary::do_file_is_unchanged): New function. |
| 5865 | (Sized_incremental_binary::Sized_input_reader): New class. |
| 5866 | (Sized_incremental_binary::get_input_reader): New function. |
| 5867 | (Sized_incremental_binary::find_incremental_inputs_sections): |
| 5868 | Rename do_find_incremental_inputs_sections to this. |
| 5869 | (Sized_incremental_binary::setup_readers): New function. |
| 5870 | (Sized_incremental_binary::has_incremental_info_): New data member. |
| 5871 | (Sized_incremental_binary::inputs_reader_): New data member. |
| 5872 | (Sized_incremental_binary::symtab_reader_): New data member. |
| 5873 | (Sized_incremental_binary::relocs_reader_): New data member. |
| 5874 | (Sized_incremental_binary::got_plt_reader_): New data member. |
| 5875 | (Sized_incremental_binary::current_input_file_): New data member. |
| 5876 | |
| 5877 | 2011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com> |
| 5878 | |
| 5879 | PR gold/12640 |
| 5880 | * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds |
| 5881 | violation. |
| 5882 | |
| 5883 | 2011-03-30 Cary Coutant <ccoutant@google.com> |
| 5884 | |
| 5885 | * archive.cc (Archive::include_member): Adjust call to report_object. |
| 5886 | (Add_archive_symbols::run): Add script_info to call to |
| 5887 | report_archive_begin. |
| 5888 | (Lib_group::include_member): Adjust call to report_object. |
| 5889 | (Add_lib_group_symbols::run): Adjust call to report_object. |
| 5890 | * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary |
| 5891 | blocks. Add object count for script input files. |
| 5892 | * incremental.cc (Incremental_inputs::report_archive_begin): Add |
| 5893 | script_info parameter; change all callers. |
| 5894 | (Incremental_inputs::report_object): Add script_info parameter; |
| 5895 | change all callers. |
| 5896 | (Incremental_inputs::report_script): Store backpointer to |
| 5897 | incremental info entry. |
| 5898 | (Output_section_incremental_inputs::set_final_data_size): Record |
| 5899 | additional information for scripts. |
| 5900 | (Output_section_incremental_inputs::write_info_blocks): Likewise. |
| 5901 | * incremental.h (Incremental_script_entry::add_object): New function. |
| 5902 | (Incremental_script_entry::get_object_count): New function. |
| 5903 | (Incremental_script_entry::get_object): New function. |
| 5904 | (Incremental_script_entry::objects_): New data member; adjust |
| 5905 | constructor. |
| 5906 | (Incremental_inputs::report_archive_begin): Add script_info parameter. |
| 5907 | (Incremental_inputs::report_object): Add script_info parameter. |
| 5908 | (Incremental_inputs_reader::get_object_count): New function. |
| 5909 | (Incremental_inputs_reader::get_object_offset): New function. |
| 5910 | * options.cc (Input_arguments::add_file): Return reference to |
| 5911 | new input argument. |
| 5912 | * options.h (Input_argument::set_script_info): New function. |
| 5913 | (Input_argument::script_info): New function. |
| 5914 | (Input_argument::script_info_): New data member; adjust all |
| 5915 | constructors. |
| 5916 | (Input_file_group::add_file): Return reference to new input argument. |
| 5917 | (Input_file_lib::add_file): Likewise. |
| 5918 | (Input_arguments::add_file): Likewise. |
| 5919 | * readsyms.cc (Add_symbols::run): Adjust call to report_object. |
| 5920 | * script.cc (Parser_closure::Parser_closure): Add script_info |
| 5921 | parameter; adjust all callers. |
| 5922 | (Parser_closure::script_info): New function. |
| 5923 | (Parser_closure::script_info_): New data member. |
| 5924 | (read_input_script): Report scripts earlier to incremental info. |
| 5925 | (script_add_file): Set script_info in Input_argument. |
| 5926 | (script_add_library): Likewise. |
| 5927 | * script.h (Script_options::Script_info): Rewrite class. |
| 5928 | |
| 5929 | 2011-03-29 Cary Coutant <ccoutant@google.com> |
| 5930 | |
| 5931 | * archive.cc (Library_base::should_include_member): Move |
| 5932 | method here from class Archive. |
| 5933 | (Archive::Archive): Initialize base class. |
| 5934 | (Archive::should_include_member): Move to base class. |
| 5935 | (Archive::do_for_all_unused_symbols): New function. |
| 5936 | (Add_archive_symbols::run): Remove redundant access to |
| 5937 | incremental_inputs. |
| 5938 | (Lib_group::Lib_group): Initialize base class. |
| 5939 | (Lib_group::do_filename): New function. |
| 5940 | (Lib_group::include_member): Pass pointer to Lib_group to |
| 5941 | report_object. |
| 5942 | (Lib_group::do_for_all_unused_symbols): New function. |
| 5943 | (Add_lib_group_symbols::run): Report archive information for |
| 5944 | incremental links. |
| 5945 | * archive.h (class Library_base): New base class. |
| 5946 | (class Archive): Derive from Library_base. |
| 5947 | (Archive::filename): Move to base class. |
| 5948 | (Archive::set_incremental_info): Likewise. |
| 5949 | (Archive::incremental_info): Likewise. |
| 5950 | (Archive::Should_include): Likewise. |
| 5951 | (Archive::should_include_member): Likewise. |
| 5952 | (Archive::Armap_entry): Remove. |
| 5953 | (Archive::Unused_symbol_iterator): Remove. |
| 5954 | (Archive::unused_symbols_begin): Remove. |
| 5955 | (Archive::unused_symbols_end): Remove. |
| 5956 | (Archive::do_filename): New function. |
| 5957 | (Archive::do_get_mtime): New function. |
| 5958 | (Archive::do_for_all_unused_symbols): New function. |
| 5959 | (Archive::task_): Move to base class. |
| 5960 | (Archive::incremental_info_): Likewise. |
| 5961 | (class Lib_group): Derive from Library_base. |
| 5962 | (Lib_group::do_filename): New function. |
| 5963 | (Lib_group::do_get_mtime): New function. |
| 5964 | (Lib_group::do_for_all_unused_symbols): New function. |
| 5965 | (Lib_group::task_): Move to base class. |
| 5966 | * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New |
| 5967 | function. |
| 5968 | * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New |
| 5969 | function. |
| 5970 | * incremental.cc (Incremental_inputs::report_archive_begin): |
| 5971 | Use Library_base; call library's get_mtime; add incremental inputs |
| 5972 | entry before members. |
| 5973 | (class Unused_symbol_visitor): New class. |
| 5974 | (Incremental_inputs::report_archive_end): Use Library_base; use |
| 5975 | visitor class to record unused symbols; don't add incremental inputs |
| 5976 | entry after members. |
| 5977 | (Incremental_inputs::report_object): Use Library_base. |
| 5978 | * incremental.h |
| 5979 | (Incremental_archive_entry::Incremental_archive_entry): Remove |
| 5980 | unused Archive parameter. |
| 5981 | (Incremental_inputs::report_archive_begin): Use Library_base. |
| 5982 | (Incremental_inputs::report_archive_end): Likewise. |
| 5983 | (Incremental_inputs::report_object): Likewise. |
| 5984 | * object.cc (Sized_relobj::do_for_all_global_symbols): New |
| 5985 | function. |
| 5986 | * object.h (Object::for_all_global_symbols): New function. |
| 5987 | (Object::do_for_all_global_symbols): New function. |
| 5988 | (Sized_relobj::do_for_all_global_symbols): New function. |
| 5989 | * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New |
| 5990 | function. |
| 5991 | * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New |
| 5992 | function. |
| 5993 | |
| 5994 | 2011-03-27 Ian Lance Taylor <iant@google.com> |
| 5995 | |
| 5996 | * archive.cc (Archive::interpret_header): Return -1 if something |
| 5997 | goes wrong. Change callers accordingly. |
| 5998 | |
| 5999 | 2011-03-25 Cary Coutant <ccoutant@google.com> |
| 6000 | |
| 6001 | * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm. |
| 6002 | * testsuite/Makefile.in: Regenerate. |
| 6003 | |
| 6004 | 2011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> |
| 6005 | |
| 6006 | * plugin.cc (get_view): New. |
| 6007 | (Plugin::load): Pass get_view to the plugin. |
| 6008 | (Plugin_manager::get_view): New. |
| 6009 | |
| 6010 | 2011-03-21 Ian Lance Taylor <iant@google.com> |
| 6011 | |
| 6012 | * testsuite/final_layout.sh: Rewrite to not use dc. |
| 6013 | * testsuite/relro_test.sh: Fail if dc is not present. |
| 6014 | |
| 6015 | 2011-03-21 Sriraman Tallam <tmsriram@google.com> |
| 6016 | |
| 6017 | * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start. |
| 6018 | Change == to -eq. |
| 6019 | * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start. |
| 6020 | * testsuite/icf_safe_test.sh: Add #!/bin/sh to start. |
| 6021 | Change == to -eq. |
| 6022 | * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start. |
| 6023 | * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start. |
| 6024 | |
| 6025 | 2011-03-14 Ian Lance Taylor <iant@google.com> |
| 6026 | |
| 6027 | * script-sections.cc (Sort_output_sections::script_compare): |
| 6028 | Rename from is_before, change return type. |
| 6029 | (Sort_output_sections::operator()): Adjust accordingly. |
| 6030 | |
| 6031 | 2011-03-11 Jeffrey Yasskin <jyasskin@google.com> |
| 6032 | |
| 6033 | PR gold/12572 |
| 6034 | * testsuite/odr_violation2.cc: Add comment to make all error line |
| 6035 | numbers double digits. |
| 6036 | * testsuite/debug_msg.sh: Adjust expected errors. |
| 6037 | |
| 6038 | 2011-03-09 Jeffrey Yasskin <jyasskin@google.com> |
| 6039 | |
| 6040 | * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, |
| 6041 | but mark earlier ones as non-canonical |
| 6042 | (offset_to_iterator): Update search target and example |
| 6043 | (do_addr2line): Return extra lines in a vector* |
| 6044 | (format_file_lineno): Extract from do_addr2line |
| 6045 | (one_addr2line): Add vector* out-param |
| 6046 | * dwarf_reader.h (Offset_to_lineno_entry): New field recording |
| 6047 | when a lineno entry appeared last for its instruction |
| 6048 | (Dwarf_line_info): Add vector* out-param |
| 6049 | * object.cc (Relocate_info): Pass NULL for the vector* out-param |
| 6050 | * symtab.cc (Odr_violation_compare): Include the lineno in the |
| 6051 | comparison again. |
| 6052 | (linenos_from_loc): New. Combine the canonical line for an |
| 6053 | address with its other lines. |
| 6054 | (True_if_intersect): New. Helper functor to make |
| 6055 | std::set_intersection a query. |
| 6056 | (detect_odr_violations): Compare sets of lines instead of just |
| 6057 | one line for each function. This became less deterministic, but |
| 6058 | has fewer false positives. |
| 6059 | * symtab.h: Declarations. |
| 6060 | * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to |
| 6061 | mix an optimized and non-optimized object in the same binary |
| 6062 | (odr_violation2.so): Same. |
| 6063 | * testsuite/Makefile.in: Regenerate from Makefile.am. |
| 6064 | * testsuite/debug_msg.cc (main): Make OdrDerived classes. |
| 6065 | * testsuite/debug_msg.sh: Update line numbers and add |
| 6066 | assertions. |
| 6067 | * testsuite/odr_violation1.cc: Use OdrDerived, in a |
| 6068 | non-optimized context. |
| 6069 | * testsuite/odr_violation2.cc: Make sure Ordering::operator() |
| 6070 | isn't inlined, and use OdrDerived in an optimized context. |
| 6071 | * testsuite/odr_header1.h: Defines OdrDerived, where |
| 6072 | optimization will change the |
| 6073 | first-instruction-in-the-destructor's file and line number. |
| 6074 | * testsuite/odr_header2.h: Defines OdrBase. |
| 6075 | |
| 6076 | 2011-03-09 Ian Lance Taylor <iant@google.com> |
| 6077 | |
| 6078 | * fileread.cc (File_read::clear_views): Don't delete the whole |
| 6079 | file view. |
| 6080 | |
| 6081 | 2011-03-08 Ian Lance Taylor <iant@google.com> |
| 6082 | |
| 6083 | PR gold/12525 |
| 6084 | * fileread.cc: #include <climits>. |
| 6085 | (GOLD_IOV_MAX): Define. |
| 6086 | (File_read::read_multiple): Limit number of entries by iov_max. |
| 6087 | * fileread.h (class File_read): Always set max_readv_entries to |
| 6088 | 128. |
| 6089 | |
| 6090 | 2011-03-07 Ian Lance Taylor <iant@google.com> |
| 6091 | |
| 6092 | PR gold/12525 |
| 6093 | * options.h (class General_options): Add -dy and -dn. |
| 6094 | |
| 6095 | 2011-03-02 Cary Coutant <ccoutant@google.com> |
| 6096 | |
| 6097 | * testsuite/script_test_9.t: Add TLS segment. |
| 6098 | |
| 6099 | 2011-03-02 Simon Baldwin <simonb@google.com> |
| 6100 | |
| 6101 | * configure.ac: Add check for gnu_indirect_function support in |
| 6102 | the toolchain building binutils. |
| 6103 | * configure: Rebuild. |
| 6104 | |
| 6105 | 2011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com> |
| 6106 | |
| 6107 | * symtab.cc (Symbol::should_add_dynsym_entry) Return false for |
| 6108 | plugin only symbols. |
| 6109 | (Symbol_table::sized_finalize_symbol) Mark symbol only present |
| 6110 | in plugin files as not needed in the symbol table. |
| 6111 | |
| 6112 | 2011-02-11 Sriraman Tallam <tmsriram@google.com> |
| 6113 | |
| 6114 | * output.cc (Output_section::add_input_section): Delay fill |
| 6115 | generation for section ordering. |
| 6116 | |
| 6117 | 2011-02-09 Ian Lance Taylor <iant@google.com> |
| 6118 | |
| 6119 | PR gold/12316 |
| 6120 | * object.h (class Sized_relobj): Remove clear_local_symbols. |
| 6121 | * reloc.cc (Sized_relobj::do_relocate): Don't call |
| 6122 | clear_local_symbols. |
| 6123 | |
| 6124 | 2011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com> |
| 6125 | |
| 6126 | * plugin.cc (is_visible_from_outside): Return true for symbols |
| 6127 | in the -u option. |
| 6128 | |
| 6129 | 2011-02-04 Jeffrey Yasskin <jyasskin@google.com> |
| 6130 | |
| 6131 | * symtab.cc (Odr_violation_compare::operator()): Sort by just the |
| 6132 | filename. |
| 6133 | |
| 6134 | 2011-02-02 Sriraman Tallam <tmsriram@google.com> |
| 6135 | |
| 6136 | * icf.h (is_section_foldable_candidate): Change type of parameter |
| 6137 | to std::string. |
| 6138 | * icf.cc (Icf::find_identical_sections): Change type of local variable |
| 6139 | section_name to be std::string. |
| 6140 | (is_function_ctor_or_dtor): Change type of parameter to std::string. |
| 6141 | |
| 6142 | 2011-01-25 Ian Lance Taylor <iant@google.com> |
| 6143 | |
| 6144 | * script.cc (script_add_extern): Rewrite to use |
| 6145 | add_symbol_reference. |
| 6146 | |
| 6147 | 2011-01-25 Doug Kwan <dougkwan@google.com> |
| 6148 | |
| 6149 | * icf.cc (get_section_contents): Always lock section's object. |
| 6150 | |
| 6151 | 2011-01-24 Ian Lance Taylor <iant@google.com> |
| 6152 | |
| 6153 | * options.h (class General_options): Accept |
| 6154 | --no-detect-odr-violations. |
| 6155 | |
| 6156 | 2011-01-24 Ian Lance Taylor <iant@google.com> |
| 6157 | |
| 6158 | * version.cc (version_string): Bump to 1.11. |
| 6159 | |
| 6160 | 2011-01-24 Ian Lance Taylor <iant@google.com> |
| 6161 | |
| 6162 | * plugin.cc (class Plugin_rescan): Define new class. |
| 6163 | (Plugin_manager::claim_file): Set any_claimed_. |
| 6164 | (Plugin_manager::save_archive): New function. |
| 6165 | (Plugin_manager::save_input_group): New function. |
| 6166 | (Plugin_manager::all_symbols_read): Create Plugin_rescan task if |
| 6167 | necessary. |
| 6168 | (Plugin_manager::new_undefined_symbol): New function. |
| 6169 | (Plugin_manager::rescan): New function. |
| 6170 | (Plugin_manager::rescannable_defines): New function. |
| 6171 | (Plugin_manager::add_input_file): Set any_added_. |
| 6172 | * plugin.h (class Plugin_manager): define new fields rescannable_, |
| 6173 | undefined_symbols_, any_claimed_, and any_added_. Declare |
| 6174 | Plugin_rescan as friend. Declare new functions. |
| 6175 | (Plugin_manager::Rescannable): Define type. |
| 6176 | (Plugin_manager::Rescannable_list): Define type. |
| 6177 | (Plugin_manager::Undefined_symbol_list): Define type. |
| 6178 | (Plugin_manager::Plugin_manager): Initialize new fields. |
| 6179 | * archive.cc (Archive::defines_symbol): New function. |
| 6180 | (Add_archive_symbols::run): Pass archive to plugins if any. |
| 6181 | * archive.h (class Archive): Declare defines_symbol. |
| 6182 | * readsyms.cc (Input_group::~Input_group): New function. |
| 6183 | (Finish_group::run): Pass input_group to plugins if any. |
| 6184 | * readsyms.h (class Input_group): Declare destructor. |
| 6185 | * symtab.cc (add_from_object): Pass undefined symbol to plugins if |
| 6186 | any. |
| 6187 | |
| 6188 | 2011-01-10 Ian Lance Taylor <iant@google.com> |
| 6189 | |
| 6190 | * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame |
| 6191 | section as relro. |
| 6192 | (Layout::set_segment_offsets): Reset increase_relro before calling |
| 6193 | set_section_addresses a second time. |
| 6194 | |
| 6195 | 2011-01-04 Cary Coutant <ccoutant@google.com> |
| 6196 | |
| 6197 | * script-sections.cc (Sort_output_sections::operator()): Sort TLS |
| 6198 | sections before NOBITS sections. |
| 6199 | |
| 6200 | 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> |
| 6201 | |
| 6202 | * version.cc (print_version): Update copyright to 2011. |
| 6203 | |
| 6204 | 2010-12-23 Cary Coutant <ccoutant@google.com> |
| 6205 | |
| 6206 | * output.h (Output_data_reloc::add_output_section): Pass OD instead |
| 6207 | of OS to this->add. Add OD parameter to second form of the function. |
| 6208 | |
| 6209 | 2010-12-20 Ian Lance Taylor <iant@google.com> |
| 6210 | |
| 6211 | * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep |
| 6212 | second of two consecutive entries with same offset. |
| 6213 | |
| 6214 | 2010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 6215 | |
| 6216 | * testsuite/Makefile.am (ifuncmain2static_LDADD) |
| 6217 | (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD) |
| 6218 | (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables, |
| 6219 | to avoid unneeded links against $(LDADD). |
| 6220 | * testsuite/Makefile.in: Regenerate. |
| 6221 | |
| 6222 | 2010-12-15 Ian Lance Taylor <iant@google.com> |
| 6223 | |
| 6224 | PR gold/12324 |
| 6225 | * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error |
| 6226 | for R_X86_64_32 and R_X86_64_PC32. |
| 6227 | * testsuite/Makefile.am (ver_matching_def.so): Depend on and use |
| 6228 | ver_matching_def_pic.o. |
| 6229 | (ver_matching_def_pic.o): New target. |
| 6230 | |
| 6231 | 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 6232 | |
| 6233 | * fileread.cc (file_counts_lock, file_counts_initialize_lock) |
| 6234 | (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes): |
| 6235 | Move definition before File_read::View member definitions. |
| 6236 | (File_read::View::~View): Initialize and hold lock before |
| 6237 | updating current_mapped_bytes. |
| 6238 | |
| 6239 | 2010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 6240 | |
| 6241 | * dwarf_reader.cc: Remove outdated comment. |
| 6242 | * gold-threads.cc: Fix typo in error message. |
| 6243 | * archive.cc: Fix typos in comments. |
| 6244 | * archive.h: Likewise. |
| 6245 | * arm-reloc-property.cc: Likewise. |
| 6246 | * arm-reloc-property.h: Likewise. |
| 6247 | * arm-reloc.def: Likewise. |
| 6248 | * arm.cc: Likewise. |
| 6249 | * attributes.h: Likewise. |
| 6250 | * cref.cc: Likewise. |
| 6251 | * ehframe.cc: Likewise. |
| 6252 | * fileread.h: Likewise. |
| 6253 | * gold.h: Likewise. |
| 6254 | * i386.cc: Likewise. |
| 6255 | * icf.cc: Likewise. |
| 6256 | * incremental.h: Likewise. |
| 6257 | * int_encoding.cc: Likewise. |
| 6258 | * layout.h: Likewise. |
| 6259 | * main.cc: Likewise. |
| 6260 | * merge.h: Likewise. |
| 6261 | * object.cc: Likewise. |
| 6262 | * object.h: Likewise. |
| 6263 | * options.cc: Likewise. |
| 6264 | * readsyms.cc: Likewise. |
| 6265 | * reduced_debug_output.cc: Likewise. |
| 6266 | * reloc.cc: Likewise. |
| 6267 | * script-sections.cc: Likewise. |
| 6268 | * sparc.cc: Likewise. |
| 6269 | * symtab.h: Likewise. |
| 6270 | * target-reloc.h: Likewise. |
| 6271 | * target.cc: Likewise. |
| 6272 | * target.h: Likewise. |
| 6273 | * timer.cc: Likewise. |
| 6274 | * timer.h: Likewise. |
| 6275 | * x86_64.cc: Likewise. |
| 6276 | |
| 6277 | 2010-12-09 Cary Coutant <ccoutant@google.com> |
| 6278 | |
| 6279 | * layout.cc (Layout::layout_gnu_stack): Add warnings for executable |
| 6280 | stack. |
| 6281 | * layout.h (Layout::layout_gnu_stack): Add pointer to Object |
| 6282 | parameter; change all callers. |
| 6283 | * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack. |
| 6284 | * options.h (warn_execstack): New option. |
| 6285 | |
| 6286 | 2010-12-07 Doug Kwan <dougkwan@google.com> |
| 6287 | |
| 6288 | * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31 |
| 6289 | like function call relocations. |
| 6290 | |
| 6291 | 2010-12-07 Ian Lance Taylor <iant@google.com> |
| 6292 | |
| 6293 | * archive.cc (Archive::get_elf_object_for_member): Permit |
| 6294 | punconfigured to be NULL. |
| 6295 | (Archive::read_symbols): Pass NULL to get_elf_object_for_member. |
| 6296 | (Archive::include_member): Pass NULL to get_elf_object_for_member |
| 6297 | if we searched for the archive and this is the first included |
| 6298 | object. |
| 6299 | |
| 6300 | 2010-12-01 Ian Lance Taylor <iant@google.com> |
| 6301 | |
| 6302 | * dwarf_reader.h (class Sized_dwarf_line_info): Add |
| 6303 | track_relocs_type_ field. |
| 6304 | * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info): |
| 6305 | Set track_relocs_type_. |
| 6306 | (Sized_dwarf_line_info::process_one_opcode): Ignore the section |
| 6307 | contents when using RELA relocs. |
| 6308 | (Sized_dwarf_line_info::read_relocs): Add the reloc addend to |
| 6309 | reloc_map_. |
| 6310 | * reloc.cc (Track_relocs::next_addend): New function. |
| 6311 | * reloc.h (class Track_relocs): Declare next_addend. |
| 6312 | |
| 6313 | 2010-12-01 Ian Lance Taylor <iant@google.com> |
| 6314 | |
| 6315 | * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add |
| 6316 | virtual destructor. |
| 6317 | |
| 6318 | 2010-12-01 Ian Lance Taylor <iant@google.com> |
| 6319 | |
| 6320 | * README: Update compilers known to work and fail. |
| 6321 | |
| 6322 | 2010-11-23 Matthias Klose <doko@ubuntu.com> |
| 6323 | |
| 6324 | * configure.in: For --enable-gold, handle value `default' instead of |
| 6325 | `both*'. Always install ld as ld.bfd, install as ld if gold is |
| 6326 | not the default. |
| 6327 | * configure: Regenerate. |
| 6328 | |
| 6329 | 2010-11-18 Doug Kwan <dougkwan@google.com> |
| 6330 | |
| 6331 | * expression.cc (BINARY_EXPRESSION): Initialize left_alignment |
| 6332 | and right_alignment to be zero. Store result alignment only if it is |
| 6333 | greater than existing alignment. |
| 6334 | |
| 6335 | 2010-11-16 Cary Coutant <ccoutant@google.com> |
| 6336 | |
| 6337 | PR gold/12220 |
| 6338 | * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info): |
| 6339 | Check for ".zdebug_line". |
| 6340 | |
| 6341 | 2010-11-16 Doug Kwan <dougkwan@google.com> |
| 6342 | Cary Coutant <ccoutant@google.com> |
| 6343 | |
| 6344 | * output.h (Output_segment::set_section_addresses): Pass increase_relro |
| 6345 | by reference; adjust all callers. |
| 6346 | * output.cc (Output_segment::set_section_addresses): Adjust references |
| 6347 | to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST |
| 6348 | list is empty. |
| 6349 | (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not |
| 6350 | end at page boundary. |
| 6351 | |
| 6352 | 2010-11-16 Cary Coutant <ccoutant@google.com> |
| 6353 | |
| 6354 | PR gold/12220 |
| 6355 | * layout.cc (Layout::choose_output_section): Transform names of |
| 6356 | compressed sections even when using a script with a SECTIONS clause. |
| 6357 | (Layout::output_section_name): Remove code to transform |
| 6358 | compressed debug section names. |
| 6359 | * output.cc (Output_section::add_input_section): Use uncompressed |
| 6360 | section size when tracking input sections. |
| 6361 | |
| 6362 | 2010-11-11 Richard Sandiford <richard.sandiford@linaro.org> |
| 6363 | |
| 6364 | * symtab.h (Symbol::NON_PIC_REF): Remove. |
| 6365 | (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags. |
| 6366 | (Symbol::FUNCTION_CALL): Renumber. Reword comment. |
| 6367 | (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF. |
| 6368 | (Symbol::use_plt_offset): Take a flags argument and pass it |
| 6369 | directly to needs_dynamic_reloc. Restrict check for undefined |
| 6370 | weak symbols to function calls. |
| 6371 | * arm.cc (Target_arm::Scan::get_reference_flags): New function. |
| 6372 | (Target_arm::Scan::global): Use it. |
| 6373 | (Target_arm::Scan::scan_reloc_for_stub): Likewise. |
| 6374 | (Target_arm::Relocate::relocate): Likewise. |
| 6375 | (Target_arm::Relocate::should_apply_static_reloc): Replace flags |
| 6376 | parameter with an r_type parameter. Use get_reference_flags |
| 6377 | to get the flags. |
| 6378 | (Target_arm::Relocate::relocate): Update accordingly. |
| 6379 | * i386.cc (Target_i386::Scan::get_reference_flags): New function. |
| 6380 | (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it. |
| 6381 | (Target_i386::Scan::global): Likewise. |
| 6382 | (Target_i386::Relocate::relocate): Likewise. |
| 6383 | (Target_i386::Relocate::should_apply_static_reloc): Replace flags |
| 6384 | parameter with an r_type parameter. Use get_reference_flags |
| 6385 | to get the flags. |
| 6386 | (Target_i386::Relocate::relocate): Update accordingly. |
| 6387 | * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function. |
| 6388 | (Target_powerpc::Scan::global): Use it. |
| 6389 | (Target_powerpc::Scan::scan_reloc_for_stub): Likewise. |
| 6390 | (Target_powerpc::Relocate::relocate): Likewise. |
| 6391 | * sparc.cc (Target_sparc::Scan::get_reference_flags): New function. |
| 6392 | (Target_sparc::Scan::global): Use it. |
| 6393 | (Target_sparc::Scan::scan_reloc_for_stub): Likewise. |
| 6394 | (Target_sparc::Relocate::relocate): Likewise. |
| 6395 | * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function. |
| 6396 | (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it. |
| 6397 | (Target_x86_64::Scan::global): Likewise. |
| 6398 | (Target_x86_64::Relocate::relocate): Likewise. |
| 6399 | |
| 6400 | 2010-11-08 Doug Kwan <dougkwan@google.com> |
| 6401 | Cary Coutant <ccoutant@google.com> |
| 6402 | |
| 6403 | * arm.cc (Arm_exidx_merge_section::build_contents): New method. |
| 6404 | (Arm_exidx_merge_section::section_contents_): New data member. |
| 6405 | (Arm_input_section::Arm_input_section): Initialize original_contents_. |
| 6406 | (Arm_input_section::~Arm_input_section): De-allocate memory. |
| 6407 | (Arm_input_section::original_contents_): New data member. |
| 6408 | (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents |
| 6409 | in parameters instead of calling Object::section_contents without |
| 6410 | locking. |
| 6411 | (Arm_output_section::group_section): New parameter TASK. Pass it |
| 6412 | to callees that need locking objects. |
| 6413 | (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it |
| 6414 | to lock EXIDX input sections. Fix a formatting issue. Call |
| 6415 | Arm_exidx_merged_section::build_contents to create merged section |
| 6416 | contents. |
| 6417 | (Arm_output_section::create_stub_group): New parameter TASK. Use it |
| 6418 | to lock object of stub table owner. |
| 6419 | (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter |
| 6420 | TEXT_SIZE to initialize data member TEXT_SIZE_. |
| 6421 | (Arm_exidx_input_section::addralign): Fix typo in comment. |
| 6422 | (Arm_exidx_input_section::text_size): New method. |
| 6423 | (Target_arm::do_relax): New parameter TASK. Pass it to callees |
| 6424 | that require locking objects. Lock objects before scanning for stubs |
| 6425 | and updating local symbols. |
| 6426 | (Arm_input_section<big_endian>::init): Copy contents of original |
| 6427 | input section. |
| 6428 | (Arm_input_section<big_endian>::do_write): Use saved contents of |
| 6429 | original input section instead of calling Object::section_contents |
| 6430 | without locking. |
| 6431 | (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section |
| 6432 | size without calling Object::section_size(). |
| 6433 | (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check |
| 6434 | for size. Allocate a buffer for merged EXIDX entries. |
| 6435 | (Arm_exidx_merged_section::build_contents): New method. |
| 6436 | (Arm_exidx_merged_section::do_write): Move merge section contents |
| 6437 | building code to Arm_exidx_merged_section::build_contetns. Write |
| 6438 | out contetns in buffer instead of building it on the fly. |
| 6439 | (Arm_relobj::make_exidx_input_section): Also pass text section size |
| 6440 | to Arm_exidx_input_section constructor. |
| 6441 | (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue. |
| 6442 | (Arm_dynobj::do_read_symbols): Fix memory leak. |
| 6443 | * layout.cc (Layout::finalize): Pass TASK to Target::relax(). |
| 6444 | * target.h: (class Task): Add forward declaration. |
| 6445 | (Target::relax): Add new parameter TASK and pass it to |
| 6446 | Target::do_relax(). |
| 6447 | (Target::do_relax):: New parameter TASK. Fix a formatting issue. |
| 6448 | |
| 6449 | 2010-11-05 Cary Coutant <ccoutant@google.com> |
| 6450 | |
| 6451 | PR gold/10708 |
| 6452 | * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the |
| 6453 | object when reading from the file. |
| 6454 | * gold.cc (queue_middle_tasks): Hold a lock on the object when doing |
| 6455 | second layout pass. |
| 6456 | * icf.cc (preprocess_for_unique_sections): Hold a lock on the object |
| 6457 | when reading section contents. |
| 6458 | (get_section_contents): Likewise. |
| 6459 | (icf::find_identical_sections): Likewise. |
| 6460 | * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the |
| 6461 | object when reading from the file. |
| 6462 | * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on |
| 6463 | the object when doing deferred section layout. |
| 6464 | |
| 6465 | 2010-11-03 Nick Clifton <nickc@redhat.com> |
| 6466 | |
| 6467 | PR gold/12001 |
| 6468 | * script.h (class Symbol_assignment: name): New member. Returns |
| 6469 | the name of the symbol. |
| 6470 | * scrfipt.cc (Script_options::is_pending_assignment): New member. |
| 6471 | Returns true if the given symbol name is on the list of |
| 6472 | assignments wating to be processed. |
| 6473 | * archive.cc (should_incldue_member): If the symbol is undefined, |
| 6474 | check to see if it is on the list of symbols pending assignment. |
| 6475 | |
| 6476 | 2010-11-03 Ryan Mansfield <rmansfield@qnx.com> |
| 6477 | |
| 6478 | * script-sections.cc (Script_sections::find_memory_region): Check |
| 6479 | for a NULL output section pointer. |
| 6480 | |
| 6481 | 2010-10-29 Doug Kwan <dougkwan@google.com> |
| 6482 | |
| 6483 | * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to |
| 6484 | Output_section::add_relaxed_input_section. |
| 6485 | * output.cc (Output_section::add_relaxed_input_section): Add new |
| 6486 | arguments LAYOUT and NAME. Set section order index. |
| 6487 | (Output_section::convert_input_sections_in_list_to_relaxed_sections): |
| 6488 | Copy section order index. |
| 6489 | * output.h (Output_section::add_relaxed_input_section): Add new |
| 6490 | arguments LAYOUT and NAME. |
| 6491 | |
| 6492 | 2010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 6493 | |
| 6494 | * testsuite/Makefile.am: Move gcctestdir/ld rule to |
| 6495 | NATIVE_OR_CROSS_LINKER. |
| 6496 | * testsuite/Makefile.in: Regenerate. |
| 6497 | |
| 6498 | 2010-10-20 Doug Kwan <dougkwan@google.com> |
| 6499 | |
| 6500 | * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections |
| 6501 | without SHF_LINK_ORDER flags. |
| 6502 | * layout.cc (Layout::choose_output_section): Do not filter |
| 6503 | SHF_LINK_ORDER flag in a relocatable link. |
| 6504 | |
| 6505 | 2010-10-17 Cary Coutant <ccoutant@google.com> |
| 6506 | |
| 6507 | * output.h (Output_segment::set_section_addresses): Change function |
| 6508 | signature. Update all callers. |
| 6509 | * output.cc (Output_segment::is_first_section_relro): Ignore TLS |
| 6510 | sections. |
| 6511 | (Output_segment::set_section_addresses): Align after last TLS |
| 6512 | section. Add padding before last relro section instead of after. |
| 6513 | |
| 6514 | 2010-10-17 Doug Kwan <dougkwan@google.com> |
| 6515 | |
| 6516 | * gold/arm.cc (Target_arm::got_section): Use correct order and set |
| 6517 | GOT output section to be writable. |
| 6518 | |
| 6519 | 2010-10-14 Cary Coutant <ccoutant@google.com> |
| 6520 | |
| 6521 | * debug.h (DEBUG_INCREMENTAL): New flag. |
| 6522 | (debug_string_to_enum): Add DEBUG_INCREMENTAL). |
| 6523 | * gold.cc (queue_initial_tasks): Check parameters for incremental link |
| 6524 | mode. |
| 6525 | * incremental.cc (report_command_line): Ignore all forms of |
| 6526 | --incremental. |
| 6527 | * layout.cc (Layout::Layout): Check parameters for incremental link |
| 6528 | mode. |
| 6529 | * options.cc (General_options::parse_incremental): New function. |
| 6530 | (General_options::parse_no_incremental): New function. |
| 6531 | (General_options::parse_incremental_full): New function. |
| 6532 | (General_options::parse_incremental_update): New function. |
| 6533 | (General_options::incremental_mode_): New data member. |
| 6534 | (General_options::finalize): Check incremental_mode_. |
| 6535 | * options.h (General_options): Update help text for --incremental. |
| 6536 | Add --no-incremental, --incremental-full, --incremental-update. |
| 6537 | (General_options::Incremental_mode): New enum type. |
| 6538 | (General_options::incremental_mode): New function. |
| 6539 | (General_options::incremental_mode_): New data member. |
| 6540 | * parameters.cc (Parameters::incremental_mode_): New data member. |
| 6541 | (Parameters::set_options): Set incremental_mode_. |
| 6542 | (Parameters::set_incremental_full): New function. |
| 6543 | (Parameters::incremental): New function. |
| 6544 | (Parameters::incremental_update): New function. |
| 6545 | (set_parameters_incremental_full): New function. |
| 6546 | * parameters.h (Parameters::set_incremental_full): New function. |
| 6547 | (Parameters::incremental): New function. |
| 6548 | (Parameters::incremental_update): New function. |
| 6549 | (Parameters::incremental_mode_): New data member. |
| 6550 | (set_parameters_incremental_full): New function. |
| 6551 | * plugin.cc (Plugin_manager::add_input_file): Check parameters for |
| 6552 | incremental link mode. |
| 6553 | * reloc.cc (Sized_relobj::do_read_relocs): Likewise. |
| 6554 | (Sized_relobj::do_relocate_sections): Likewise. |
| 6555 | * testsuite/Makefile.am (incremental_test): Use --incremental-full |
| 6556 | option. |
| 6557 | * testsuite/Makefile.in: Regenerate. |
| 6558 | * testsuite/incremental_test.sh: Filter all forms of --incremental. |
| 6559 | |
| 6560 | 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 6561 | |
| 6562 | * script-sections.h (class Script_sections): Make |
| 6563 | Sections_elements typedef public. |
| 6564 | * script-sections.cc (class Sort_output_sections): Add elements_ |
| 6565 | field. Add constructor which sets it; change all callers. |
| 6566 | (Sort_output_sections::is_before): New function. |
| 6567 | (Sort_output_sections::operator()): Call is_before. |
| 6568 | * configure.ac (NATIVE_OR_CROSS_LINKER): New automake |
| 6569 | conditional. |
| 6570 | * testsuite/script_test_10.sh: New test. Test script section |
| 6571 | order. |
| 6572 | * testsuite/script_test_10.t: Likewise. |
| 6573 | * testsuite/script_test_10.s: Likewise. |
| 6574 | * testsuite/Makefile.am: Wrap the cross linker tests and the |
| 6575 | common tests into NATIVE_OR_CROSS_LINKER. |
| 6576 | (check_SCRIPTS): Add script_test_10.sh. |
| 6577 | (check_DATA): Add script_test_10.stdout. |
| 6578 | (script_test_10.o, script_test_10): New targets. |
| 6579 | (script_test_10.stdout): New target. |
| 6580 | * configure, testsuite/Makefile.in: Regenerate. |
| 6581 | |
| 6582 | 2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 6583 | |
| 6584 | * arm.cc (Target_arm::Scan::local): Report the unsupported reloc |
| 6585 | error for the deprecated relocations. |
| 6586 | (Target_arm::Scan::global): Likewise. |
| 6587 | (Target_arm::Relocate::relocate): Likewise. |
| 6588 | |
| 6589 | 2010-10-12 Richard Sandiford <richard.sandiford@linaro.org> |
| 6590 | |
| 6591 | * fileread.cc (Input_file::find_file): Initialize *found_name |
| 6592 | and *namep when using the fallback search for case 4. |
| 6593 | |
| 6594 | 2010-10-11 Cary Coutant <ccoutant@google.com> |
| 6595 | |
| 6596 | * options.h (class General_options): Redefine -z lazy as an alias for |
| 6597 | the negation of -z now. |
| 6598 | |
| 6599 | 2010-10-11 Ian Lance Taylor <iant@google.com> |
| 6600 | |
| 6601 | * resolve.cc (symbol_to_bits): Report the value of the unsupported |
| 6602 | binding. |
| 6603 | |
| 6604 | 2010-10-06 Nick Clifton <nickc@redhat.com> |
| 6605 | |
| 6606 | * script-sections.cc(class Memory_region): Remove |
| 6607 | current_lma_offset_ field. Rename current_vma_offset_ to |
| 6608 | current_offset_. Add last_section_ field. |
| 6609 | (Memory_region::get_current_vma_address): Rename to |
| 6610 | get_current_address. |
| 6611 | (Memory_region::get_current_lma_address): Delete. |
| 6612 | (Memory_region::increment_vma_offset): Rename to |
| 6613 | increment_offset. |
| 6614 | (Memory_region::increment_lma_offset): Delete. |
| 6615 | (Memory_region::attributes_compatible): New method. Returns |
| 6616 | true if the provided section is compatible with the region. |
| 6617 | (Memory_region::get_last_section): New method. Returns the last |
| 6618 | section to use the region. |
| 6619 | (Memory_region::set_last_section): New method. Stores the last |
| 6620 | section to use the region. |
| 6621 | (Script_sections::block_in_region): New method. Returns true if |
| 6622 | a block of memory is contained within a region. |
| 6623 | (Script_sections::find_memory_region): New method. Locates a |
| 6624 | memory region to be used to set a VMA or LMA address. |
| 6625 | (Output_section_definition::set_section_addresses): Add code to |
| 6626 | check for addresses set by memory regions. |
| 6627 | (Output_segment::set_section_addresses): Remove memory region |
| 6628 | walking code. |
| 6629 | (Script_sections::create_segment): Add a warning if a header |
| 6630 | segment is created outside of any region. |
| 6631 | * script-sections.h (class Script_sections): Add prototypes for |
| 6632 | find_memory_region and block_in_region methods. |
| 6633 | * testsuite/memory_test.s: Use .long instead of .word. |
| 6634 | * testsuite/memory_test.t: Add some more output sections. |
| 6635 | * testsuite/memory_test.sh: Update expected output. |
| 6636 | |
| 6637 | 2010-10-02 Doug Kwan <dougkwan@google.com> |
| 6638 | |
| 6639 | * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move |
| 6640 | defintion to symtab.h |
| 6641 | * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change |
| 6642 | declaration to defintion. |
| 6643 | |
| 6644 | 2010-10-01 Nick Clifton <nickc@redhat.com> |
| 6645 | |
| 6646 | * expression.cc (eval): Replace dummy argument with NULL. |
| 6647 | (eval_maybe_dot): Check for a NULL result section pointer. |
| 6648 | (Symbol_expression::value): Likewise. |
| 6649 | (Dot_expression::value): Likewise. |
| 6650 | (BINARY_EXPRESSION): Likewise. |
| 6651 | (Max_expression::value): Likewise. |
| 6652 | (Min_expression::value): Likewise. |
| 6653 | (Absolute_expression::value): Likewise. |
| 6654 | (Addr_expression::value_from_output_section): Likewise. |
| 6655 | (Loaddddr_expression::value_from_output_section): Likewise. |
| 6656 | (Segment_start_expression::value): Likewise. |
| 6657 | * script-sections.cc |
| 6658 | (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy |
| 6659 | argument with NULL. |
| 6660 | (Sections_elememt_dot_assignment::set_section_addresses): |
| 6661 | Likewise. |
| 6662 | (Output_data_expression::do_write_to_buffer): Likewise. |
| 6663 | (Output_section_definition::finalize_symbols): Likewise. |
| 6664 | (Output_section_definition::set_section_addresses): Likewise. |
| 6665 | |
| 6666 | 2010-09-30 Doug Kwan <dougkwan@google.com> |
| 6667 | |
| 6668 | * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests. |
| 6669 | |
| 6670 | 2010-09-28 Sriraman Tallam <tmsriram@google.com> |
| 6671 | |
| 6672 | * target.h (Target::can_icf_inline_merge_sections): New virtual |
| 6673 | function. |
| 6674 | * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New |
| 6675 | virtual function. |
| 6676 | * i386.cc (Target_i386::can_icf_inline_merge_sections): New |
| 6677 | virtual function. |
| 6678 | * icf.cc (get_section_contents): Inline merge sections only when |
| 6679 | target allows it. |
| 6680 | |
| 6681 | 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 6682 | |
| 6683 | * configure: Regenerate. |
| 6684 | |
| 6685 | 2010-09-17 Ian Lance Taylor <iant@google.com> |
| 6686 | |
| 6687 | * testsuite/memory_test.sh: Adjust for change of 2010-09-10. |
| 6688 | * testsuite/Makefile.am (memory_test.o): New target. |
| 6689 | (memory_test): Depend on memory_test.o, gcctestdir/ld, and |
| 6690 | memory_test.t. |
| 6691 | * testsuite/Makefile.in: Rebuild. |
| 6692 | |
| 6693 | 2010-09-17 Doug Kwan <dougkwan@google.com> |
| 6694 | |
| 6695 | * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and |
| 6696 | defintion if relocation uses GOT entries of the symbol. |
| 6697 | * testsuite/icf_safe_test.sh: Fix test. |
| 6698 | * testsuite/icf_safe_so_test.sh: Fix test. |
| 6699 | |
| 6700 | 2010-09-16 Cary Coutant <ccoutant@google.com> |
| 6701 | |
| 6702 | * script_sections.cc (class Memory_region): Remove "NULL" from |
| 6703 | vector initializations. |
| 6704 | |
| 6705 | 2010-09-15 Cary Coutant <ccoutant@google.com> |
| 6706 | |
| 6707 | * incremental.cc (Output_section_incremental_inputs::write_info_blocks): |
| 6708 | Resolve forwarding symbols. |
| 6709 | |
| 6710 | 2010-09-15 Doug Kwan <dougkwan@google.com> |
| 6711 | |
| 6712 | * gold/testsuite/script_test_3.t: Add ARM special sections. |
| 6713 | * gold/testsuite/script_test_4.t: Same. |
| 6714 | * gold/testsuite/script_test_5.t: Same. |
| 6715 | * gold/testsuite/script_test_6.t: Same. |
| 6716 | * gold/testsuite/script_test_7.t: Same. |
| 6717 | * gold/testsuite/script_test_7.t: Same. |
| 6718 | * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment. |
| 6719 | |
| 6720 | 2010-09-14 Cary Coutant <ccoutant@google.com> |
| 6721 | |
| 6722 | * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member. |
| 6723 | (Target_x86_64::Relocate::relocate_tls): Replace check for |
| 6724 | saw_tls_block_reloc_ with test for executable section. |
| 6725 | |
| 6726 | 2010-09-12 Cary Coutant <ccoutant@google.com> |
| 6727 | |
| 6728 | * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from |
| 6729 | position-independent executables to shared libraries need dynamic |
| 6730 | relocations. |
| 6731 | (Symbol::may_need_copy_reloc): Do not generate COPY relocs in |
| 6732 | position-independent executables. |
| 6733 | * testsuite/Makefile.am (two_file_mixed_pie_test): New test. |
| 6734 | * testsuite/Makefile.in: Regenerate. |
| 6735 | |
| 6736 | 2010-09-10 Nick Clifton <nickc@redhat.com> |
| 6737 | |
| 6738 | PR gold/11997 |
| 6739 | * testsuite/memory_test.t: Discard any sections that are not |
| 6740 | needed. |
| 6741 | |
| 6742 | 2010-09-09 H.J. Lu <hongjiu.lu@intel.com> |
| 6743 | |
| 6744 | PR gold/11996 |
| 6745 | * object.cc (Sized_relobj::do_finalize_local_symbols): Remove |
| 6746 | "This::" to work around a bug in gcc 4.2. |
| 6747 | |
| 6748 | * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)). |
| 6749 | |
| 6750 | 2010-09-09 Rafael Espindola <espindola@google.com> |
| 6751 | |
| 6752 | * layout.cc (Layout::attach_allocated_section_to_segment): Don't put |
| 6753 | sections with different PF_X flags in the same segment. |
| 6754 | (Layout::find_first_load_seg): Search all segments to find the first |
| 6755 | one. |
| 6756 | * options.h (rosegment): New. |
| 6757 | |
| 6758 | 2010-09-08 Rafael Espindola <espindola@google.com> |
| 6759 | |
| 6760 | * layout.cc (Layout::set_segment_offsets): Always advance to a new page. |
| 6761 | |
| 6762 | 2010-09-08 Doug Kwan <dougkwan@google.com> |
| 6763 | |
| 6764 | * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method. |
| 6765 | (Arm_relobj::do_relocate_sections): Add new parameter for output |
| 6766 | file to match the parent. |
| 6767 | (Target_arm::scan_reloc_section_for_stubs): Use would-be final values |
| 6768 | of local symbols instead of input values. Update code to track |
| 6769 | changes in gold::relocate_section. |
| 6770 | * object.cc (Sized_relobj::compute_final_local_value): New methods. |
| 6771 | (Sized_relobj::compute_final_local_value_internal): New methods. |
| 6772 | (Sized_relobj::do_finalize_local_symbols): Move code from loop |
| 6773 | body into private version of Sized_relobj::compute_final_local_value. |
| 6774 | Call the inline method. |
| 6775 | * object.h (Symbol_value::Symbol_value): Define destructor. Free |
| 6776 | merged symbol value if there is one. |
| 6777 | (Symbol_value::has_output_value): New method defintiion. |
| 6778 | (Sized_relobj::Compute_final_local_value_status): New enum type. |
| 6779 | (Sized_relobj::compute_final_local_value): New methods. |
| 6780 | (Sized_relobj::compute_final_local_value_internal): New methods. |
| 6781 | * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh |
| 6782 | and arm_cortex_a8.sh. |
| 6783 | (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl, |
| 6784 | arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc): |
| 6785 | New tests. |
| 6786 | * Makefile.in: Regenerate. |
| 6787 | * testsuite/arm_bl_out_of_range.s: Update test. |
| 6788 | * testsuite/thumb_bl_out_of_range.s: Ditto. |
| 6789 | * testsuite/thumb_blx_out_of_range.s: Ditto. |
| 6790 | * testsuite/arm_branch_out_of_range.sh: New file. |
| 6791 | * testsuite/arm_cortex_a8.sh: Ditto. |
| 6792 | * testsuite/arm_cortex_a8_b.s: Ditto. |
| 6793 | * testsuite/arm_cortex_a8_b_cond.s: Ditto. |
| 6794 | * testsuite/arm_cortex_a8_b_local.s: Ditto. |
| 6795 | * testsuite/arm_cortex_a8_bl.s: Ditto. |
| 6796 | * testsuite/arm_cortex_a8_blx.s: Ditto. |
| 6797 | * testsuite/arm_cortex_a8_local.s: Ditto. |
| 6798 | * testsuite/arm_cortex_a8_local_reloc.s: Ditto. |
| 6799 | * testsuite/thumb_bl_out_of_range_local.s: Ditto. |
| 6800 | |
| 6801 | 2010-09-08 Rafael Espindola <espindola@google.com> |
| 6802 | |
| 6803 | * Makefile.am (memory_test.stdout): Run readelf with -W. |
| 6804 | * Makefile.in: Regenerate. |
| 6805 | * testsuite/memory_test.sh: Make the regexps accept both 32 and |
| 6806 | 64 bit output. |
| 6807 | |
| 6808 | 2010-09-08 Rafael Espindola <espindola@google.com> |
| 6809 | |
| 6810 | * script-sections.cc (Script_sections::add_memory_region): Convert |
| 6811 | field precision to int. |
| 6812 | * script.cc (script_set_section_region, script_set_section_region): |
| 6813 | Convert field precision to int. |
| 6814 | |
| 6815 | 2010-09-08 Rafael Espindola <espindola@google.com> |
| 6816 | |
| 6817 | * arm.cc (do_finalize_sections): Create the __exidx_start and |
| 6818 | __exdix_end symbols even when the section is missing. |
| 6819 | |
| 6820 | 2010-09-08 Nick Clifton <nickc@redhat.com> |
| 6821 | |
| 6822 | * README: Remove claim that MEMORY is not supported. |
| 6823 | * expression.cc (script_exp_function_origin) |
| 6824 | (script_exp_function_length): Move from here to ... |
| 6825 | * script.cc: ... here. |
| 6826 | (script_set_section_region, script_add_memory) |
| 6827 | (script_parse_memory_attr, script_include_directive): New |
| 6828 | functions. |
| 6829 | * script-sections.cc |
| 6830 | (class Memory_region): New class. |
| 6831 | (class Output_section_definition): Add set_memory_region, |
| 6832 | set_section_vma, set_section_lma and get_section_name methods. |
| 6833 | (class Script_Sections): Add add_memory_region, |
| 6834 | find_memory_region, find_memory_region_origin, |
| 6835 | find_memory_region_length and set_memory_region methods. |
| 6836 | Have set_section_addresses method walk the list of set memory |
| 6837 | regions. |
| 6838 | Extend the print methos to display memory regions. |
| 6839 | * script-sections.h: Add prototypes for new methods. |
| 6840 | Add enum for MEMORY region attributes. |
| 6841 | * yyscript.y: Add support for parsing MEMORY regions. |
| 6842 | * script-c.h: Add prototypes for new functions. |
| 6843 | * testsuite/Makefile.am: Add test of MEMORY region functionality. |
| 6844 | * testsuite/Makefile.in: Regenerate. |
| 6845 | * testsuite/memory_test.sh: New script. |
| 6846 | * testsuite/memory_test.s: New assembler source file. |
| 6847 | * testsuite/memory_test.t: New linker script. |
| 6848 | |
| 6849 | 2010-08-27 Doug Kwan <dougkwan@google.com> |
| 6850 | |
| 6851 | * gold/resolve.cc (Symbol_table::should_override): Let a weak |
| 6852 | reference override an existing dynamic weak reference. |
| 6853 | * testsuite/Makefile.am: Add new test dyn_weak_ref. |
| 6854 | * testsuite/Makefile.in: Regenerate. |
| 6855 | * testsuite/dyn_weak_ref.sh: New file. |
| 6856 | * testsuite/dyn_weak_ref_1.c: Ditto. |
| 6857 | * testsuite/dyn_weak_ref_2.c: Ditto. |
| 6858 | |
| 6859 | 2010-08-27 Ian Lance Taylor <iant@google.com> |
| 6860 | |
| 6861 | * incremental.h (class Incremental_input_entry): Add virtual |
| 6862 | destructor. |
| 6863 | |
| 6864 | 2010-08-27 Ian Lance Taylor <iant@google.com> |
| 6865 | |
| 6866 | * testsuite/start_lib_test_3.c: Mark t3 as used. |
| 6867 | |
| 6868 | 2010-08-27 Nick Clifton <nickc@redhat.com> |
| 6869 | |
| 6870 | * options.cc (version_script): Fix small typo in previous |
| 6871 | whitespace tidyup. |
| 6872 | |
| 6873 | 2010-08-25 Nick Clifton <nickc@redhat.com> |
| 6874 | |
| 6875 | * archive.cc: Formatting fixes: Remove whitespace between |
| 6876 | typename and following asterisk. Remove whitespace between |
| 6877 | function name and opening parenthesis. |
| 6878 | * archive.h: Likewise. |
| 6879 | * arm.cc: Likewise. |
| 6880 | * attributes.cc: Likewise. |
| 6881 | * attributes.h: Likewise. |
| 6882 | * common.cc: Likewise. |
| 6883 | * copy-relocs.cc: Likewise. |
| 6884 | * dirsearch.h: Likewise. |
| 6885 | * dynobj.cc: Likewise. |
| 6886 | * ehframe.cc: Likewise. |
| 6887 | * ehframe.h: Likewise. |
| 6888 | * expression.cc: Likewise. |
| 6889 | * fileread.cc: Likewise. |
| 6890 | * fileread.h: Likewise. |
| 6891 | * gc.h: Likewise. |
| 6892 | * gold-threads.cc: Likewise. |
| 6893 | * gold.cc: Likewise. |
| 6894 | * i386.cc: Likewise. |
| 6895 | * icf.h: Likewise. |
| 6896 | * incremental-dump.cc: Likewise. |
| 6897 | * incremental.cc: Likewise. |
| 6898 | * layout.cc: Likewise. |
| 6899 | * layout.h: Likewise. |
| 6900 | * main.cc: Likewise. |
| 6901 | * merge.cc: Likewise. |
| 6902 | * merge.h: Likewise. |
| 6903 | * object.cc: Likewise. |
| 6904 | * object.h: Likewise. |
| 6905 | * options.cc: Likewise. |
| 6906 | * options.h: Likewise. |
| 6907 | * output.cc: Likewise. |
| 6908 | * output.h: Likewise. |
| 6909 | * plugin.cc: Likewise. |
| 6910 | * plugin.h: Likewise. |
| 6911 | * powerpc.cc: Likewise. |
| 6912 | * reloc.cc: Likewise. |
| 6913 | * script-c.h: Likewise. |
| 6914 | * script-sections.cc: Likewise. |
| 6915 | * script.cc: Likewise. |
| 6916 | * stringpool.cc: Likewise. |
| 6917 | * symtab.cc: Likewise. |
| 6918 | * symtab.h: Likewise. |
| 6919 | * target.cc: Likewise. |
| 6920 | * timer.cc: Likewise. |
| 6921 | * timer.h: Likewise. |
| 6922 | * version.cc: Likewise. |
| 6923 | * x86_64.cc: Likewise. |
| 6924 | |
| 6925 | 2010-08-24 Nick Clifton <nickc@redhat.com> |
| 6926 | |
| 6927 | PR 11899 |
| 6928 | * layout.cc (segment_precedes): Sort segments by their physical |
| 6929 | addresses, if they have been set. |
| 6930 | |
| 6931 | 2010-08-23 Cary Coutant <ccoutant@google.com> |
| 6932 | |
| 6933 | * archive.cc (Lib_group::add_symbols): Lock object before deleting its |
| 6934 | symbols data. |
| 6935 | (Lib_group::include_member): Unlock object after deleting its |
| 6936 | symbols data. |
| 6937 | * testsuite/start_lib_test_3.c: Remove all global symbols to trigger |
| 6938 | the bug fixed here. |
| 6939 | |
| 6940 | 2010-08-19 Neil Vachharajani <nvachhar@google.com> |
| 6941 | Cary Coutant <ccoutant@google.com> |
| 6942 | |
| 6943 | * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust |
| 6944 | constructor, and set_blocker. |
| 6945 | * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check |
| 6946 | readsyms_blocker_. |
| 6947 | * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass |
| 6948 | this->this_blocker_ to Add_lib_group_symbols::set_blocker. |
| 6949 | * testsuite/Makefile.am (start_lib_test): New test case. |
| 6950 | * testsuite/Makefile.in: Regenerate. |
| 6951 | * testsuite/start_lib_test_main.c: New file. |
| 6952 | * testsuite/start_lib_test_1.c: New file. |
| 6953 | * testsuite/start_lib_test_2.c: New file. |
| 6954 | * testsuite/start_lib_test_3.c: New file. |
| 6955 | |
| 6956 | 2010-08-19 Ian Lance Taylor <iant@google.com> |
| 6957 | |
| 6958 | * Makefile.in: Rebuild with automake 1.11.1. |
| 6959 | * aclocal.m4: Likewise. |
| 6960 | * testsuite/Makefile.in: Likewise. |
| 6961 | |
| 6962 | 2010-08-19 Ian Lance Taylor <iant@google.com> |
| 6963 | |
| 6964 | PR 10893 |
| 6965 | * i386.cc (class Output_data_plt_i386): Update declarations. |
| 6966 | Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and |
| 6967 | local_ifuncs_ fields. |
| 6968 | (Target_i386::do_plt_section_for_global): New function. |
| 6969 | (Target_i386::do_plt_section_for_local): New function. |
| 6970 | (Output_data_plt_i386::Output_data_plt_i386): Add symtab |
| 6971 | parameter; change all callers. Initialize global_ifuncs_ and |
| 6972 | local_ifuncs_. If doing a static link define __rel_iplt_start and |
| 6973 | __rel_iplt_end. |
| 6974 | (Output_data_plt_i386::add_entry): Handle IFUNC symbols. |
| 6975 | (Output_data_plt_i386::add_local_ifunc_entry): New function. |
| 6976 | (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC |
| 6977 | symbols. |
| 6978 | (Target_i386::make_plt_section): New function, broken out of |
| 6979 | make_plt_entry. Set sh_info field of .rel.plt to point to .plt. |
| 6980 | (Target_i386::make_plt_entry): Call make_plt_section. |
| 6981 | (Target_i386::make_local_ifunc_plt_entry): New function. |
| 6982 | (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function. |
| 6983 | (Target_i386::Scan::local): Handle IFUNC symbols. Add |
| 6984 | R_386_IRELATIVE to switch. |
| 6985 | (Target_i386::Scan::global): Likewise. |
| 6986 | (Target_i386::Relocate::relocate): Likewise. |
| 6987 | (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to |
| 6988 | switch. |
| 6989 | * x86_64.cc (class Output_data_plt_x86_64): Update declarations. |
| 6990 | (Target_x86_64::do_plt_section_for_global): New function. |
| 6991 | (Target_x86_64::do_plt_section_for_local): New function. |
| 6992 | (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab |
| 6993 | parameter; change all callers. If doing a static link define |
| 6994 | __rela_iplt_start and __rela_iplt_end. |
| 6995 | (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols. |
| 6996 | (Output_data_plt_x86_64::add_local_ifunc_entry): New function. |
| 6997 | (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt |
| 6998 | to point to .plt. |
| 6999 | (Target_x86_64::make_local_ifunc_plt_entry): New function. |
| 7000 | (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to |
| 7001 | switch. |
| 7002 | (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function. |
| 7003 | (Target_x86_64::Scan::local): Handle IFUNC symbols. Add |
| 7004 | R_X86_64_IRELATIVE to switch. |
| 7005 | (Target_x86_64::Scan::global): Likewise. |
| 7006 | (Target_x86_64::Relocate::relocate): Likewise. |
| 7007 | (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to |
| 7008 | switch. |
| 7009 | * target.h (class Target): Add plt_section_for_global and |
| 7010 | plt_section_for_local functions. Add do_plt_section_for_global |
| 7011 | and do_plt_section_for_local virtual functions. |
| 7012 | * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add |
| 7013 | clarifying comments. |
| 7014 | (Symbol::use_plt_offset): Handle IFUNC symbol. |
| 7015 | * object.cc (Sized_relobj::Sized_relobj): Initialize |
| 7016 | local_plt_offsets_. |
| 7017 | (Sized_relobj::local_has_plt_offset): New function. |
| 7018 | (Sized_relobj::local_plt_offset): New function. |
| 7019 | (Sized_relobj::set_local_plt_offset): New function. |
| 7020 | (Sized_relobj::do_count): Handle IFUNC symbol. |
| 7021 | * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take |
| 7022 | a bit away from input_shndx_ field. Add set_is_func_symbol and |
| 7023 | is_ifunc_symbol functions. |
| 7024 | (class Sized_relobj): Update declarations. Remove Tls_got_entry |
| 7025 | and Local_tls_got_offsets. Define Local_plt_offsets. Add |
| 7026 | local_plt_offsets_ field. |
| 7027 | (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_. |
| 7028 | * output.h (class Output_section_data): Add non-const |
| 7029 | output_section function. |
| 7030 | (class Output_data_got): Update declarations. |
| 7031 | (class Output_data_got::Got_entry): Add use_plt_offset_ field. |
| 7032 | Add use_plt_offset parameter to global and local constructors. |
| 7033 | Change all callers. Change local_sym_index_ field to 31 bits. |
| 7034 | Change GSYM_CODE and CONSTANT_CODE accordingly. |
| 7035 | * output.cc (Output_data_reloc_base::do_adjust_output_section): If |
| 7036 | doing a static link don't set sh_link field. |
| 7037 | (Output_data_got::Got_entry::write): Use PLT offset if |
| 7038 | appropriate. |
| 7039 | (Output_data_got::add_global_plt): New function. |
| 7040 | (Output_data_got::add_local_plt): New function. |
| 7041 | * target-reloc.h (relocate_section): Handle IFUNC symbol. |
| 7042 | * defstd.cc (in_section): Remove entries for __rel_iplt_start, |
| 7043 | __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end. |
| 7044 | * configure.ac: Set IFUNC automake conditional for glibc >= 2.11. |
| 7045 | * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within |
| 7046 | IFUNC conditional. |
| 7047 | * testsuite/ifunc-sel.h: New file. |
| 7048 | * testsuite/ifuncmain1.c: New file. |
| 7049 | * testsuite/ifuncmain1vis.c: New file. |
| 7050 | * testsuite/ifuncmod1.c: New file. |
| 7051 | * testsuite/ifuncdep2.c: New file. |
| 7052 | * testsuite/ifuncmain2.c: New file. |
| 7053 | * testsuite/ifuncmain3.c: New file. |
| 7054 | * testsuite/ifuncmod3.c: New file. |
| 7055 | * testsuite/ifuncmain4.c: New file. |
| 7056 | * testsuite/ifuncmain5.c: New file. |
| 7057 | * testsuite/ifuncmod5.c: New file. |
| 7058 | * testsuite/ifuncmain6pie.c: New file. |
| 7059 | * testsuite/ifuncmod6.c: New file. |
| 7060 | * testsuite/ifuncmain7.c: New file. |
| 7061 | * configure, testsuite/Makefile.in: Rebuild. |
| 7062 | |
| 7063 | 2010-08-18 Ian Lance Taylor <iant@google.com> |
| 7064 | |
| 7065 | * incremental.cc |
| 7066 | (Output_section_incremental_inputs::write_input_files): Add cast |
| 7067 | to avoid signed/unsigned comparison warning. |
| 7068 | (Output_section_incremental_inputs::write_info_blocks): Likewise. |
| 7069 | |
| 7070 | 2010-08-12 Cary Coutant <ccoutant@google.com> |
| 7071 | |
| 7072 | * common.cc (Sort_commons::operator()): Remove unnecessary code. |
| 7073 | |
| 7074 | 2010-08-13 Ian Lance Taylor <iant@google.com> |
| 7075 | |
| 7076 | * testsuite/incremental_test_1.c: Add prototype to avoid warning. |
| 7077 | |
| 7078 | 2010-08-12 Cary Coutant <ccoutant@google.com> |
| 7079 | Doug Kwan <dougkwan@google.com> |
| 7080 | |
| 7081 | * resolve.cc (Symbol_table::should_override): When a weak dynamic |
| 7082 | defintion overrides non-weak undef, remember that the original undef |
| 7083 | is not weak. |
| 7084 | * symtab.cc (Symbol_table::sized_write_global): For undef without |
| 7085 | an original weak binding, set binding to global in output. |
| 7086 | * testsuite/Makefile.am: Add new test strong_ref_weak_def. |
| 7087 | * testsuite/Makefile.in: Regenerate. |
| 7088 | * testsuite/strong_ref_weak_def.sh: New file. |
| 7089 | * testsuite/strong_ref_weak_def_1.c: Ditto. |
| 7090 | * testsuite/strong_ref_weak_def_2.c: Ditto. |
| 7091 | |
| 7092 | 2010-08-12 Cary Coutant <ccoutant@google.com> |
| 7093 | |
| 7094 | * testsuite/incremental_test.sh: Rewrite. |
| 7095 | * testsuite/incremental_test_1.c: Rewrite. |
| 7096 | * testsuite/incremental_test_2.c: Rewrite. |
| 7097 | |
| 7098 | 2010-08-12 Cary Coutant <ccoutant@google.com> |
| 7099 | |
| 7100 | * arm.cc (Target_arm::got_size): Add const. |
| 7101 | (Target_arm::got_entry_count): New function. |
| 7102 | (Target_arm::plt_entry_count): New function. |
| 7103 | (Target_arm::first_plt_entry_offset): New function. |
| 7104 | (Target_arm::plt_entry_size): New function. |
| 7105 | (Output_data_plt_arm::entry_count): New function. |
| 7106 | (Output_data_plt_arm::first_plt_entry_offset): New function. |
| 7107 | (Output_data_plt_arm::get_plt_entry_size): New function. |
| 7108 | * i386.cc (Target_i386::got_size): Add const. |
| 7109 | (Target_i386::got_entry_count): New function. |
| 7110 | (Target_i386::plt_entry_count): New function. |
| 7111 | (Target_i386::first_plt_entry_offset): New function. |
| 7112 | (Target_i386::plt_entry_size): New function. |
| 7113 | (Output_data_plt_i386::entry_count): New function. |
| 7114 | (Output_data_plt_i386::first_plt_entry_offset): New function. |
| 7115 | (Output_data_plt_i386::get_plt_entry_size): New function. |
| 7116 | * incremental-dump.cc (dump_incremental_inputs): Adjust call to |
| 7117 | find_incremental_inputs_sections. Dump incremental_got_plt section. |
| 7118 | * incremental.cc: Include target.h. |
| 7119 | (Sized_incremental_binary::do_find_incremental_inputs_sections): Add |
| 7120 | parameter. Adjust all callers. Find incremental_got_plt section. |
| 7121 | (Incremental_inputs::create_data_sections): Create incremental_got_plt |
| 7122 | section. |
| 7123 | (Output_section_incremental_inputs::set_final_data_size): Calculate |
| 7124 | size of incremental_got_plt section. |
| 7125 | (Output_section_incremental_inputs::do_write): Write the |
| 7126 | incremental_got_plt section. |
| 7127 | (Got_plt_view_info): New struct. |
| 7128 | (Local_got_offset_visitor): New class. |
| 7129 | (Global_got_offset_visitor): New class. |
| 7130 | (Global_symbol_visitor_got_plt): New class. |
| 7131 | (Output_section_incremental_inputs::write_got_plt): New function. |
| 7132 | * incremental.h (Incremental_binary::find_incremental_inputs_sections): |
| 7133 | Add parameter. Adjust all callers. |
| 7134 | (Incremental_binary::do_find_incremental_inputs_sections): Likewise. |
| 7135 | (Incremental_inputs::got_plt_section): New function. |
| 7136 | (Incremental_inputs::got_plt_section_): New data member. |
| 7137 | (Incremental_got_plt_reader): New class. |
| 7138 | * layout.cc (Layout::create_incremental_info_sections): Add the |
| 7139 | incremental_got_plt section. |
| 7140 | * object.h (Got_offset_list::get_list): New function. |
| 7141 | (Got offset_list::for_all_got_offsets): New function. |
| 7142 | (Sized_relobj::local_got_offset_list): New function. |
| 7143 | * powerpc.cc (Target_powerpc::got_size): Add const. |
| 7144 | (Target_powerpc::got_entry_count): New function. |
| 7145 | (Target_powerpc::plt_entry_count): New function. |
| 7146 | (Target_powerpc::first_plt_entry_offset): New function. |
| 7147 | (Target_powerpc::plt_entry_size): New function. |
| 7148 | (Output_data_plt_powerpc::entry_count): New function. |
| 7149 | (Output_data_plt_powerpc::first_plt_entry_offset): New function. |
| 7150 | (Output_data_plt_powerpc::get_plt_entry_size): New function. |
| 7151 | * sparc.cc (Target_sparc::got_size): Add const. |
| 7152 | (Target_sparc::got_entry_count): New function. |
| 7153 | (Target_sparc::plt_entry_count): New function. |
| 7154 | (Target_sparc::first_plt_entry_offset): New function. |
| 7155 | (Target_sparc::plt_entry_size): New function. |
| 7156 | (Output_data_plt_sparc::entry_count): New function. |
| 7157 | (Output_data_plt_sparc::first_plt_entry_offset): New function. |
| 7158 | (Output_data_plt_sparc::get_plt_entry_size): New function. |
| 7159 | * symtab.h (Symbol::got_offset_list): New function. |
| 7160 | (Symbol_table::for_all_symbols): New function. |
| 7161 | * target.h (Sized_target::got_entry_count): New function. |
| 7162 | (Sized_target::plt_entry_count): New function. |
| 7163 | (Sized_target::plt_entry_size): New function. |
| 7164 | * x86_64.cc (Target_x86_64::got_size): Add const. |
| 7165 | (Target_x86_64::got_entry_count): New function. |
| 7166 | (Target_x86_64::plt_entry_count): New function. |
| 7167 | (Target_x86_64::first_plt_entry_offset): New function. |
| 7168 | (Target_x86_64::plt_entry_size): New function. |
| 7169 | (Output_data_plt_x86_64::entry_count): New function. |
| 7170 | (Output_data_plt_x86_64::first_plt_entry_offset): New function. |
| 7171 | (Output_data_plt_x86_64::get_plt_entry_size): New function. |
| 7172 | |
| 7173 | 2010-08-12 Cary Coutant <ccoutant@google.com> |
| 7174 | |
| 7175 | * archive.cc: Include incremental.h. |
| 7176 | (Archive::Archive): Initialize incremental_info_. |
| 7177 | (Archive::include_member): Record archive members in incremental info. |
| 7178 | (Add_archive_symbols::run): Record begin and end of an archive in |
| 7179 | incremental info. |
| 7180 | (Lib_group::include_member): Record objects in incremental info. |
| 7181 | * archive.h (Incremental_archive_entry): Forward declaration. |
| 7182 | (Archive::set_incremental_info): New member function. |
| 7183 | (Archive::incremental_info): New member function. |
| 7184 | (Archive::Unused_symbol_iterator): New class. |
| 7185 | (Archive::unused_symbols_begin): New member function. |
| 7186 | (Archive::unused_symbols_end): New member function. |
| 7187 | (Archive::incremental_info_): New data member. |
| 7188 | * incremental-dump.cc (find_input_containing_global): New function. |
| 7189 | (dump_incremental_inputs): Dump new incremental info sections. |
| 7190 | * incremental.cc: Include symtab.h. |
| 7191 | (Output_section_incremental_inputs): New class. |
| 7192 | (Sized_incremental_binary::do_find_incremental_inputs_sections): Support |
| 7193 | new incremental info sections. |
| 7194 | (Sized_incremental_binary::do_check_inputs): Likewise. |
| 7195 | (Incremental_inputs::report_archive): Remove. |
| 7196 | (Incremental_inputs::report_archive_begin): New function. |
| 7197 | (Incremental_inputs::report_archive_end): New function. |
| 7198 | (Incremental_inputs::report_object): New function. |
| 7199 | (Incremental_inputs::finalize_inputs): Remove. |
| 7200 | (Incremental_inputs::report_input_section): New function. |
| 7201 | (Incremental_inputs::report_script): Rewrite. |
| 7202 | (Incremental_inputs::finalize): Do nothing but finalize string table. |
| 7203 | (Incremental_inputs::create_incremental_inputs_section_data): Remove. |
| 7204 | (Incremental_inputs::sized_create_inputs_section_data): Remove. |
| 7205 | (Incremental_inputs::create_data_sections): New function. |
| 7206 | (Incremental_inputs::relocs_entsize): New function. |
| 7207 | (Output_section_incremental_inputs::set_final_data_size): New function. |
| 7208 | (Output_section_incremental_inputs::do_write): New function. |
| 7209 | (Output_section_incremental_inputs::write_header): New function. |
| 7210 | (Output_section_incremental_inputs::write_input_files): New function. |
| 7211 | (Output_section_incremental_inputs::write_info_blocks): New function. |
| 7212 | (Output_section_incremental_inputs::write_symtab): New function. |
| 7213 | * incremental.h (Incremental_script_entry): Forward declaration. |
| 7214 | (Incremental_object_entry): Forward declaration. |
| 7215 | (Incremental_archive_entry): Forward declaration. |
| 7216 | (Incremental_inputs): Forward declaration. |
| 7217 | (Incremental_inputs_header_data): Remove. |
| 7218 | (Incremental_inputs_header): Remove. |
| 7219 | (Incremental_inputs_header_write): Remove. |
| 7220 | (Incremental_inputs_entry_data): Remove. |
| 7221 | (Incremental_inputs_entry): Remove. |
| 7222 | (Incremental_inputs_entry_write): Remove. |
| 7223 | (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER. |
| 7224 | (Incremental_binary::find_incremental_inputs_sections): Add parameters. |
| 7225 | (Incremental_binary::do_find_incremental_inputs_sections): Likewise. |
| 7226 | (Sized_ncremental_binary::do_find_incremental_inputs_sections): |
| 7227 | Likewise. |
| 7228 | (Incremental_input_entry): New class. |
| 7229 | (Incremental_script_entry): New class. |
| 7230 | (Incremental_object_entry): New class. |
| 7231 | (Incremental_archive_entry): New class. |
| 7232 | (Incremental_inputs::Incremental_inputs): Initialize new data members. |
| 7233 | (Incremental_inputs::report_inputs): Remove. |
| 7234 | (Incremental_inputs::report_archive): Remove. |
| 7235 | (Incremental_inputs::report_archive_begin): New function. |
| 7236 | (Incremental_inputs::report_archive_end): New function. |
| 7237 | (Incremental_inputs::report_object): Change prototype. |
| 7238 | (Incremental_inputs::report_input_section): New function. |
| 7239 | (Incremental_inputs::report_script): Change prototype. |
| 7240 | (Incremental_inputs::get_reloc_count): New function. |
| 7241 | (Incremental_inputs::set_reloc_count): New function. |
| 7242 | (Incremental_inputs::create_data_sections): New function. |
| 7243 | (Incremental_inputs::create_incremental_inputs_section_data): Remove. |
| 7244 | (Incremental_inputs::inputs_section): New function. |
| 7245 | (Incremental_inputs::symtab_section): New function. |
| 7246 | (Incremental_inputs::relocs_section): New function. |
| 7247 | (Incremental_inputs::get_stringpool): Add const. |
| 7248 | (Incremental_inputs::command_line): Add const. |
| 7249 | (Incremental_inputs::inputs): Remove. |
| 7250 | (Incremental_inputs::command_line_key): New function. |
| 7251 | (Incremental_inputs::input_file_count): New function. |
| 7252 | (Incremental_inputs::input_files): New function. |
| 7253 | (Incremental_inputs::relocs_entsize): New function. |
| 7254 | (Incremental_inputs::sized_create_inputs_section_data): Remove. |
| 7255 | (Incremental_inputs::finalize_inputs): Remove. |
| 7256 | (Incremental_inputs::Input_info): Remove. |
| 7257 | (Incremental_inputs::lock_): Remove. |
| 7258 | (Incremental_inputs::inputs_): Change type. |
| 7259 | (Incremental_inputs::inputs_map_): Remove. |
| 7260 | (Incremental_inputs::current_object_entry_): New data member. |
| 7261 | (Incremental_inputs::inputs_section_): New data member. |
| 7262 | (Incremental_inputs::symtab_section_): New data member. |
| 7263 | (Incremental_inputs::relocs_section_): New data member. |
| 7264 | (Incremental_inputs::reloc_count_): New data member. |
| 7265 | (Incremental_inputs_reader): New class. |
| 7266 | (Incremental_symtab_reader): New class. |
| 7267 | (Incremental_relocs_reader): New class. |
| 7268 | * layout.cc (Layout::finalize): Move finalization of incremental info |
| 7269 | and creation of incremental info sections to follow finalization of |
| 7270 | symbol table. Set offsets for postprocessing sections. |
| 7271 | (Layout::create_incremental_info_sections): Call |
| 7272 | Incremental_inputs::create_data_sections. Add incremental symtab |
| 7273 | and relocs sections. Set sh_entsize and sh_link fields. Arrange for |
| 7274 | sections to layout after input sections. |
| 7275 | * layout.h (struct Timespec): Forward declaration. |
| 7276 | (Layout::incremental_inputs): Add const. |
| 7277 | (Layout::create_incremental_info_sections): Add parameter. |
| 7278 | * main.cc (main): Remove call to Incremental_inputs::report_inputs. |
| 7279 | * object.cc: Include incremental.h. |
| 7280 | (Relobj::finalize_incremental_relocs): New function. |
| 7281 | (Sized_relobj::do_layout): Record input sections in incremental info. |
| 7282 | * object.h (Object::output_section): New function. |
| 7283 | (Object::output_section_offset): Moved from Relobj. |
| 7284 | (Object::get_incremental_reloc_base): New function. |
| 7285 | (Object::get_incremental_reloc_count): New function. |
| 7286 | (Object::do_output_section): New function. |
| 7287 | (Object::do_output_section_offset): Moved from Relobj. |
| 7288 | (Object::do_get_incremental_reloc_base): New function. |
| 7289 | (Object::do_get_incremental_reloc_count): New function. |
| 7290 | (Object::Object): Initialize new data members. |
| 7291 | (Relobj::output_section): Renamed do_output_section and moved to |
| 7292 | protected. |
| 7293 | (Relobj::output_section_offset): Moved to Object. |
| 7294 | (Relobj::do_get_incremental_reloc_base): New function. |
| 7295 | (Relobj::do_get_incremental_reloc_count): New function. |
| 7296 | (Relobj::allocate_incremental_reloc_counts): New function. |
| 7297 | (Relobj::count_incremental_reloc): New function. |
| 7298 | (Relobj::finalize_incremental_relocs): New function. |
| 7299 | (Relobj::next_incremental_reloc_index): New function. |
| 7300 | (Relobj::reloc_counts_): New data member. |
| 7301 | (Relobj::reloc_bases_): New data member. |
| 7302 | (Sized_relobj::do_relocate_sections): Add parameter. Change caller. |
| 7303 | (Sized_relobj::relocate_sections): Add parameter. Change all callers. |
| 7304 | (Sized_relobj::incremental_relocs_scan): New function. |
| 7305 | (Sized_relobj::incremental_relocs_scan_reltype): New function. |
| 7306 | (Sized_relobj::incremental_relocs_write): New function. |
| 7307 | (Sized_relobj::incremental_relocs_write_reltype): New function. |
| 7308 | * plugin.cc (Plugin_manager::add_input_file): Rewrite test for |
| 7309 | incremental link. |
| 7310 | * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of |
| 7311 | archives and object files elsewhere. |
| 7312 | (Add_symbols::run): Report object files here. |
| 7313 | (Finish_group::run): Report end of archive at end of group. |
| 7314 | * reloc.cc: Include layout.h, incremental.h. |
| 7315 | (Sized_relobj::do_read_relocs): Need relocations for incremental link. |
| 7316 | (Sized_relobj::do_scan_relocs): Record relocations for incremental link. |
| 7317 | (Sized_relobj::incremental_relocs_scan): New function. |
| 7318 | (Sized_relobj::incremental_relocs_scan_reltype): New function. |
| 7319 | (Sized_relobj::do_relocate_sections): Write incremental relocations. |
| 7320 | (Sized_relobj::incremental_relocs_write): New function. |
| 7321 | (Sized_relobj::incremental_relocs_write_reltype): New function. |
| 7322 | * script.cc (read_input_script): Rewrite test for incremental link. |
| 7323 | Change call to Incremental_inputs::report_script. |
| 7324 | * symtab.h (Symbol_table::first_global_index): New function. |
| 7325 | (Symbol_table::output_count): New function. |
| 7326 | |
| 7327 | 2010-08-12 Doug Kwan <dougkwan@google.com> |
| 7328 | |
| 7329 | * arm.cc (Target_arm::merge_object_attributes): Check command line |
| 7330 | options --no-wchar-size-warning and --no-enum-size-warning. |
| 7331 | * options.h (General_options): Add ld-compatible options |
| 7332 | --no-enum-size-warning and --no-wchar-size-warning. |
| 7333 | |
| 7334 | 2010-08-04 Ian Lance Taylor <iant@google.com> |
| 7335 | |
| 7336 | * x86_64.cc (Target_x86_64::Scan::local): Use |
| 7337 | R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and |
| 7338 | R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY. |
| 7339 | (Target_x86_64::Scan::global): Likewise. |
| 7340 | (Target_x86_64::Relocate::relocate): Likewise. |
| 7341 | (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc): |
| 7342 | Likewise. |
| 7343 | |
| 7344 | 2010-08-03 Cary Coutant <ccoutant@google.com> |
| 7345 | |
| 7346 | * merge.cc (Output_merge_string::do_add_input_section): Count strings |
| 7347 | to reserve space in merged_strings vector. Keep total input size |
| 7348 | for stats. |
| 7349 | (Output_merge_string::do_print_merge_stats): Print total input size. |
| 7350 | * merge.h (Output_merge_string): Add input_size_ field. |
| 7351 | * stringpool.cc (Stringpool_template::string_length): Move |
| 7352 | implementations out of Stringpool_template class and place in |
| 7353 | stringpool.h. |
| 7354 | * stringpool.h (string_length): Move out of Stringpool_template. |
| 7355 | |
| 7356 | 2010-08-03 Ian Lance Taylor <iant@google.com> |
| 7357 | |
| 7358 | PR 11712 |
| 7359 | * layout.cc (relaxation_loop_body): If address of load segment is |
| 7360 | set, adjust address to include headers if possible. |
| 7361 | |
| 7362 | 2010-08-03 Ian Lance Taylor <iant@google.com> |
| 7363 | |
| 7364 | * version.cc (version_string): Bump to 1.10. |
| 7365 | |
| 7366 | 2010-08-03 Ian Lance Taylor <iant@google.com> |
| 7367 | |
| 7368 | PR 11805 |
| 7369 | * layout.h (enum Output_section_order): Define. |
| 7370 | (class Layout): Update declarations. |
| 7371 | * layout.cc (Layout::get_output_section): Add order parameter. |
| 7372 | Remove is_interp, is_dynamic_linker_section, is_last_relro, and |
| 7373 | is_first_non_relro parameters. Change all callers. |
| 7374 | (Layout::choose_output_section): Likewise. |
| 7375 | (Layout::add_output_section_data): Likewise. |
| 7376 | (Layout::make_output_section): Likewise. Set order. |
| 7377 | (Layout::default_section_order): New function. |
| 7378 | (Layout::layout_eh_frame): Call add_output_section_to_nonload. |
| 7379 | * output.cc (Output_section::Output_section): Initialize order_. |
| 7380 | Don't initialize deleted fields. |
| 7381 | (Output_segment::Output_segment): Don't initialize deleted |
| 7382 | fields. |
| 7383 | (Output_segment::add_output_section_to_load): New function |
| 7384 | replacing add_output_section. Change all callers to call this or |
| 7385 | add_output_section_to_nonload. |
| 7386 | (Output_segment::add_output_section_to_nonload): New function. |
| 7387 | (Output_segment::remove_output_section): Rewrite. |
| 7388 | (Output_segment::add_initial_output_data): Likewise. |
| 7389 | (Output_segment::has_any_data_sections): Likewise. |
| 7390 | (Output_segment::is_first_section_relro): Likewise. |
| 7391 | (Output_segment::maximum_alignment): Likewise. |
| 7392 | (Output_segment::has_dynamic_reloc): New function replacing |
| 7393 | dynamic_reloc_count. Change all callers. |
| 7394 | (Output_segment::has_dynamic_reloc_list): New function replacing |
| 7395 | dynamic_reloc_count_list. Change all callers. |
| 7396 | (Output_segment::set_section_addresses): Rewrite. |
| 7397 | (Output_segment::set_offset): Rewrite. |
| 7398 | (Output_segment::find_first_and_last_list): Remove. |
| 7399 | (Output_segment::set_tls_offsets): Rewrite. |
| 7400 | (Output_segment::first_section_load_address): Likewise. |
| 7401 | (Output_segment::output_section_count): Likewise. |
| 7402 | (Output_segment::section_with_lowest_load_address): Likewise. |
| 7403 | (Output_segment::write_section_headers): Likewise. |
| 7404 | (Output_segment::print_sections_to_map): Likewise. |
| 7405 | * output.h (class Output_data): Remove dynamic_reloc_count_ |
| 7406 | field. Add has_dynamic_reloc_ field. Make bools into bitfields. |
| 7407 | (Output_data::add_dynamic_reloc): Rewrite. |
| 7408 | (Output_data::has_dynamic_reloc): New function. |
| 7409 | (Output_data::dynamic_reloc_count): Remove. |
| 7410 | (class Output_section): Add order_ field. Remvoe is_relro_local_, |
| 7411 | is_last_relro_, is_first_non_relro_, is_interp_, |
| 7412 | is_dynamic_linker_section_ fields. Add order and set_order |
| 7413 | functions. Remove is_relro_local, set_is_relro_local, |
| 7414 | is_last_relro, set_is_last_relro, is_first_non_relro, |
| 7415 | set_is_first_non_relro functions, is_interp, set_is_interp, |
| 7416 | is_dynamic_linker_section, and set_is_dynamic_linker_section |
| 7417 | functions. |
| 7418 | (class Output_segment): Change Output_data_list from std::list to |
| 7419 | std:;vector. Add output_lists_ field. Remove output_data_ and |
| 7420 | output_bss_ fields. Update declarations. |
| 7421 | |
| 7422 | 2010-08-02 Ian Lance Taylor <iant@google.com> |
| 7423 | |
| 7424 | * arm.cc (Target_arm::gc_process_relocs): Use typename. |
| 7425 | * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise. |
| 7426 | * sparc.cc (Target_sparc::gc_process_relocs): Likewise. |
| 7427 | |
| 7428 | 2010-08-02 Ian Lance Taylor <iant@google.com> |
| 7429 | |
| 7430 | PR 11855 |
| 7431 | * script.cc (Script_options::Script_options): Initialize |
| 7432 | symbol_definitions_ and symbol_references_. |
| 7433 | (Script_options::add_symbol_assignment): Update |
| 7434 | symbol_definitions_ and symbol_references_. |
| 7435 | (Script_options::add_symbol_reference): New function. |
| 7436 | (script_symbol): New function. |
| 7437 | * script.h (class Script_options): Add symbol_definitions_ and |
| 7438 | symbol_references_ fields. |
| 7439 | (Script_options::referenced_const_iterator): New type. |
| 7440 | (Script_options::referenced_begin): New function. |
| 7441 | (Script_options::referenced_end): New function. |
| 7442 | (Script_options::is_referenced): New function. |
| 7443 | (Script_options::any_unreferenced): New function. |
| 7444 | * script-c.h (script_symbol): Declare. |
| 7445 | * yyscript.y (exp): Call script_symbol. |
| 7446 | * symtab.cc: Include "script.h". |
| 7447 | (Symbol_table::gc_mark_undef_symbols): Add layout parameter. |
| 7448 | Change all callers. Check symbols referenced by scripts. |
| 7449 | (Symbol_table::add_undefined_symbols_from_command_line): Add |
| 7450 | layout parameter. Change all callers. |
| 7451 | (Symbol_table::do_add_undefined_symbols_from_command_line): |
| 7452 | Likewise. Break out loop body. Check symbols referenced by |
| 7453 | scripts. |
| 7454 | (Symbol_table::add_undefined_symbol_from_command_line): New |
| 7455 | function broken out of |
| 7456 | do_add_undefined_symbols_from_command_line. |
| 7457 | * symtab.h (class Symbol_table): Update declarations. |
| 7458 | * archive.cc: Include "layout.h". |
| 7459 | (Archive::should_include_member): Add layout parameter. Change |
| 7460 | all callers. Check for symbol mentioned in expression. |
| 7461 | * archive.h (class Archive): Update declaration. |
| 7462 | * object.cc (Sized_relobj::do_should_include_member): Add layout |
| 7463 | parameter. |
| 7464 | * object.h (Object::should_include_member): Add layout parameter. |
| 7465 | Change all callers. |
| 7466 | (Object::do_should_include_member): Add layout parameter. |
| 7467 | (class Sized_relobj): Update declaration. |
| 7468 | * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout |
| 7469 | parameter. |
| 7470 | * dynobj.h (class Sized_dynobj): Update declaration. |
| 7471 | * plugin.cc (Sized_pluginobj::do_should_include_member): Add |
| 7472 | layout parameter. |
| 7473 | * plugin.h (class Sized_pluginobj): Update declaration. |
| 7474 | |
| 7475 | 2010-08-02 Ian Lance Taylor <iant@google.com> |
| 7476 | |
| 7477 | PR 11866 |
| 7478 | * output.cc (Output_segment::set_offset): Search for the first and |
| 7479 | last sections rather than assuming that the list is in order. |
| 7480 | (Output_segment::find_first_and_last_list): New function. |
| 7481 | * output.h (class Output_segment): Update declarations. |
| 7482 | * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test. |
| 7483 | (relro_strip_test_SOURCES): New variable. |
| 7484 | (relro_strip_test_DEPENDENCIES): New variable. |
| 7485 | (relro_strip_test_LDFLAGS): New variable. |
| 7486 | (relro_strip_test_LDADD): New variable. |
| 7487 | (relro_strip_test.so): New target. |
| 7488 | |
| 7489 | 2010-08-02 Ian Lance Taylor <iant@google.com> |
| 7490 | |
| 7491 | * i386.cc (class Target_i386): Add got_tlsdesc_ field. |
| 7492 | (Target_i386::Target_i386):: Initialize got_tlsdesc_. |
| 7493 | (Target_i386::got_tlsdesc_section): New function. |
| 7494 | (Target_i386::got_section): Create space for GOT entries for |
| 7495 | TLSDESC relocations. |
| 7496 | (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized |
| 7497 | R_386_TLS_GOTDESC. |
| 7498 | (Target_i386::Scan::global): Likewise. |
| 7499 | (Target_i386::Relocate::relocate_tls): Adjust GOT offset when |
| 7500 | using TLSDESC GOT. |
| 7501 | * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field. |
| 7502 | (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_. |
| 7503 | (Target_x86_64::got_tlsdesc_section): New function. |
| 7504 | (Target_x86_64::got_section): Create space for GOT entries for |
| 7505 | TLSDESC relocations. |
| 7506 | (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized |
| 7507 | R_386_TLS_GOTDESC. |
| 7508 | (Target_x86_64::Scan::global): Likewise. |
| 7509 | (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when |
| 7510 | using TLSDESC GOT. |
| 7511 | |
| 7512 | 2010-08-02 Ian Lance Taylor <iant@google.com> |
| 7513 | |
| 7514 | * testsuite/final_layout.sh: Use dc to convert from hex to |
| 7515 | decimal. |
| 7516 | |
| 7517 | 2010-07-29 Sriraman Tallam <tmsriram@google.com> |
| 7518 | |
| 7519 | * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template |
| 7520 | paramter to the call to gold::gc_process_relocs. |
| 7521 | * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template |
| 7522 | paramter to the call to gold::gc_process_relocs. |
| 7523 | * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template |
| 7524 | parameter to the call to gold::gc_process_relocs. |
| 7525 | * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add |
| 7526 | template parameter to the call to gold::gc_process_relocs. |
| 7527 | * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template |
| 7528 | paramter to the call to gold::gc_process_relocs. |
| 7529 | * gc.h (get_embedded_addend_size): New function. |
| 7530 | (gc_process_relocs): Save the size of the reloc for use by ICF. |
| 7531 | * icf.cc (get_section_contents): Get the addend from the text section |
| 7532 | for SHT_REL relocation sections. |
| 7533 | * icf.h (Icf::Reloc_addend_size_info): New typedef. |
| 7534 | (Icf::Reloc_info): Add new member reloc_addend_size_info. |
| 7535 | * int_encoding.h (read_from_pointer): New overloaded function. |
| 7536 | * testsuite/Makefile.am (icf_sht_rel_addend_test): New test. |
| 7537 | * testsuite/icf_sht_rel_addend_test.sh: New file. |
| 7538 | * testsuite/icf_sht_rel_addend_test_1.cc: New file. |
| 7539 | * testsuite/icf_sht_rel_addend_test_2.cc: New file. |
| 7540 | |
| 7541 | 2010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 7542 | |
| 7543 | * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option. |
| 7544 | * Makefile.in: Regenerate. |
| 7545 | * testsuite/Makefile.in: Regenerate. |
| 7546 | |
| 7547 | 2010-07-27 Jeffrey Yasskin <jyasskin@google.com> |
| 7548 | |
| 7549 | * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior. |
| 7550 | * gold/testsuite/debug_msg.cc: Likewise. |
| 7551 | * gold/testsuite/odr_violation1.cc |
| 7552 | * gold/testsuite/odr_violation2.cc |
| 7553 | |
| 7554 | 2010-07-21 Cary Coutant <ccoutant@google.com> |
| 7555 | |
| 7556 | * merge.h (Output_merge_string::Merged_string): Remove object, shndx, |
| 7557 | string, and length fields. |
| 7558 | (Output_merge_string::Merged_strings_list): New type. |
| 7559 | (Output_merge_string::Merged_strings_lists): New typedef. |
| 7560 | (Output_merge_string): Replace merged_strings_ with |
| 7561 | merged_strings_lists_. |
| 7562 | * merge.cc (Output_merge_string::do_add_input_section): Allocate new |
| 7563 | Merged_strings_list per input object and section. Don't store pointer |
| 7564 | to the string. Don't store length with each merged string entry. |
| 7565 | (Output_merge_string::finalize_merged_data): Loop over list of merged |
| 7566 | strings lists. Recompute length of each merged string. |
| 7567 | |
| 7568 | 2010-07-15 Cary Coutant <ccoutant@google.com> |
| 7569 | |
| 7570 | * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from |
| 7571 | here. |
| 7572 | |
| 7573 | 2010-07-14 Ian Lance Taylor <iant@google.com> |
| 7574 | |
| 7575 | * descriptors.cc (Descriptors::open): Report correct name in error |
| 7576 | message. |
| 7577 | |
| 7578 | 2010-07-13 Doug Kwan <dougkwan@google.com> |
| 7579 | |
| 7580 | * arm.cc (Arm_input_section::Arm_input_section): For a |
| 7581 | SHT_ARM_EXIDX section, always keeps the input sections. |
| 7582 | (Arm_input_section::set_exidx_section_link): New method. |
| 7583 | (Arm_exidx_input_section::Arm_exidx_input_section): Initialize |
| 7584 | has_errors_ to false. |
| 7585 | (Arm_exidx_input_section::has_errors, |
| 7586 | Arm_exidx_input_section::set_has_errors): New methods. |
| 7587 | (Arm_exidx_input_section::has_errors_): New data member. |
| 7588 | (Arm_relobj::get_exidx_shndx_list): New method. |
| 7589 | (Arm_output_section::append_text_sections_to_list): Do not skip |
| 7590 | section without SHF_EXECINSTR. |
| 7591 | (Arm_output_section::fix_exidx_coverage): Skip input sections with |
| 7592 | errors. |
| 7593 | (Arm_relobj::make_exidx_input_section): Add new parameter for text |
| 7594 | section header. Make error messages more verbose. Check for |
| 7595 | a non-executable section linked to an EXIDX section. |
| 7596 | (Arm_relobj::do_read_symbols): Remove error checking, which has been |
| 7597 | moved to Arm_relobj::make_exidx_input_section. Add an assertion to |
| 7598 | check that there is no deferred EXIDX section if we exit early. |
| 7599 | Instead of not making an EXIDX section in case of an error, make one |
| 7600 | and set the has_errors flag of it. |
| 7601 | (Target_arm::do_finalize_sections): Fix up links of EXIDX sections |
| 7602 | in a relocatable link. |
| 7603 | (Target_arm::do_relax): Look for the EXIDX output section instead of |
| 7604 | assuming that it is called .ARM.exidx. |
| 7605 | (Target_arm::fix_exidx_coverage): Add a new parameter for input |
| 7606 | section list. Do not check for SHF_EXECINSTR section flags but |
| 7607 | skip any input section with errors. |
| 7608 | * output.cc (Output_section::Output_section): Initialize |
| 7609 | always_keeps_input_sections_ to false. |
| 7610 | (Output_section::add_input_section): Check for |
| 7611 | always_keeps_input_sections_. |
| 7612 | * output.h (Output_section::always_keeps_input_sections, |
| 7613 | Output_section::set_always_keeps_input_sections): New methods. |
| 7614 | (Output_section::always_keeps_input_sections): New data member. |
| 7615 | |
| 7616 | 2010-07-13 Rafael Espindola <espindola@google.com> |
| 7617 | |
| 7618 | * fileread.cc (try_extra_search_path, find_file): Move to Input_file. |
| 7619 | * fileread.h (Input_file): Add try_extra_search_path and find_file. |
| 7620 | |
| 7621 | 2010-07-13 Philip Herron <herron.philip@googlemail.com> |
| 7622 | Ian Lance Taylor <iant@google.com> |
| 7623 | |
| 7624 | * output.h (Output_section_lookup_maps::add_merge_section): |
| 7625 | Correct check of whether value was inserted. |
| 7626 | (Output_section_lookup_maps::add_merge_input_section): Likewise. |
| 7627 | (Output_section_lookup_maps::add_relaxed_input_section): |
| 7628 | Likewise. |
| 7629 | * arm.cc (Target_arm::got_section): Remove used local os. |
| 7630 | * i386.cc (Target_i386::got_section): Likewise. |
| 7631 | * x86_64.cc (Target_x86_64::got_section): Likewise. |
| 7632 | * sparc.cc (Target_sparc::got_section): Likewise. |
| 7633 | (Target_sparc::relocate): Remove unused local have_got_offset. |
| 7634 | * powerpc.cc (Target_powerpc::relocate): Likewise. |
| 7635 | |
| 7636 | 2010-07-13 Ian Lance Taylor <iant@google.com> |
| 7637 | |
| 7638 | * compressed_output.cc (zlib_decompress): Fix signature in |
| 7639 | !HAVE_ZLIB_H case. |
| 7640 | |
| 7641 | * archive.cc (Archive::include_member): Unlock an external member |
| 7642 | of a thin archive. Don't bother to delete an object we know is |
| 7643 | NULL. |
| 7644 | |
| 7645 | 2010-07-12 Cary Coutant <ccoutant@google.com> |
| 7646 | |
| 7647 | * compressed_output.cc (zlib_decompress): New function. |
| 7648 | (get_uncompressed_size): New function. |
| 7649 | (decompress_input_section): New function. |
| 7650 | * compressed_output.h (get_uncompressed_size): New function. |
| 7651 | (decompress_input_section): New function. |
| 7652 | * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info) |
| 7653 | Handle compressed debug sections. |
| 7654 | * layout.cc (is_compressed_debug_section): New function. |
| 7655 | (Layout::output_section_name): Map compressed section names to |
| 7656 | canonical names. |
| 7657 | * layout.h (is_compressed_debug_section): New function. |
| 7658 | (is_debug_info_section): Recognize compressed debug sections. |
| 7659 | * merge.cc: Include compressed_output.h. |
| 7660 | (Output_merge_data::do_add_input_section): Handle compressed |
| 7661 | debug sections. |
| 7662 | (Output_merge_string::do_add_input_section): Handle compressed |
| 7663 | debug sections. |
| 7664 | * object.cc: Include compressed_output.h. |
| 7665 | (Sized_relobj::Sized_relobj): Initialize new data members. |
| 7666 | (build_compressed_section_map): New function. |
| 7667 | (Sized_relobj::do_read_symbols): Handle compressed debug sections. |
| 7668 | * object.h (Object::section_is_compressed): New method. |
| 7669 | (Object::do_section_is_compressed): New method. |
| 7670 | (Sized_relobj::Compressed_section_map): New type. |
| 7671 | (Sized_relobj::do_section_is_compressed): New method. |
| 7672 | (Sized_relobj::compressed_sections_): New data member. |
| 7673 | * output.cc (Output_section::add_input_section): Handle compressed |
| 7674 | debug sections. |
| 7675 | * reloc.cc: Include compressed_output.h. |
| 7676 | (Sized_relobj::write_sections): Handle compressed debug sections. |
| 7677 | |
| 7678 | 2010-07-08 Cary Coutant <ccoutant@google.com> |
| 7679 | |
| 7680 | * resolve.cc (Symbol_table::resolve): Remember whether undef was |
| 7681 | weak when resolving to a dynamic def. |
| 7682 | (Symbol_table::should_override): Add adjust_dyndef flag; set it |
| 7683 | for weak undef/dynamic def cases. Adjust callers. |
| 7684 | * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and |
| 7685 | undef_binding_weak_. |
| 7686 | (Symbol_table::sized_write_globals): Adjust symbol binding. |
| 7687 | (Symbol_table::sized_write_symbol): Add binding parameter. |
| 7688 | * symtab.h (Symbol::set_undef_binding): New method. |
| 7689 | (Symbol::is_undef_binding_weak): New method. |
| 7690 | (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members. |
| 7691 | (Symbol_table::should_override): Add new parameter. |
| 7692 | (Symbol_table::sized_write_symbol): Add new parameter. |
| 7693 | |
| 7694 | * testsuite/weak_undef_file1.cc: Add new test case. |
| 7695 | * testsuite/weak_undef_file2.cc: Fix header comment. |
| 7696 | * testsuite/weak_undef_test.cc: Add new test case. |
| 7697 | |
| 7698 | 2010-06-29 Doug Kwan <dougkwan@google.com> |
| 7699 | |
| 7700 | * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property): |
| 7701 | Initialize USE_SYMBOL_. |
| 7702 | * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method |
| 7703 | definition. |
| 7704 | (Arm_reloc_property::uses_symbol_): New data member declaration. |
| 7705 | * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation |
| 7706 | uses symbol value and symbol is undefined but not weakly undefined. |
| 7707 | |
| 7708 | 2010-06-28 Rafael Espindola <espindola@google.com> |
| 7709 | |
| 7710 | * plugin.cc (Plugin::load): Use dlerror. |
| 7711 | |
| 7712 | 2010-06-26 Jeffrey Yaskin <jyasskin@google.com> |
| 7713 | |
| 7714 | * symtab.cc (detect_odr_violations): When reporting an ODR |
| 7715 | violation, report an object where the symbol is defined. |
| 7716 | |
| 7717 | 2010-06-25 Doug Kwan <dougkwan@google.com> |
| 7718 | |
| 7719 | * arm.cc (Target_arm::can_check_for_functions_pointers): Return true. |
| 7720 | (Target_arm::section_may_have_icf_unsafe_pointers): New method |
| 7721 | definition. |
| 7722 | (Target_arm::Scan::local_reloc_may_be_function_pointer, |
| 7723 | Target_arm::Scan::global_reloc_may_be_function_pointer): Implement |
| 7724 | target hook to detect function points. |
| 7725 | (Target_arm::Scan::possible_function_pointer_reloc): New method. |
| 7726 | * icf.h (Icf::check_section_for_function_pointers): Change type of |
| 7727 | parameter SECTION_NAME to const reference to std::string. Use |
| 7728 | target hook to determine if section may have unsafe pointers. |
| 7729 | * target.h (Target::section_may_have_icf_unsafe_pointers): New |
| 7730 | method definition. |
| 7731 | |
| 7732 | 2010-06-21 Rafael Espindola <espindola@google.com> |
| 7733 | |
| 7734 | * fileread.cc (Input_file::find_fie): New |
| 7735 | (Input_file::open): Use Input_file::find_fie. |
| 7736 | * fileread.h (Input_file::find_fie): New |
| 7737 | * plugin.cc (set_extra_library_path): New. |
| 7738 | (Plugin::load): Add set_extra_library_path to the transfer vector. |
| 7739 | (Plugin_manager::set_extra_library_path): New. |
| 7740 | (Plugin_manager::add_input_file): Use the extra search path if set. |
| 7741 | (set_extra_library_path(): New. |
| 7742 | * plugin.h (Plugin_manager): Add set_extra_library_path and |
| 7743 | extra_search_path_. |
| 7744 | |
| 7745 | 2010-06-19 Cary Coutant <ccoutant@google.com> |
| 7746 | |
| 7747 | * layout.cc (gdb_sections): Add .debug_types. |
| 7748 | (lines_only_debug_sections): Likewise. |
| 7749 | |
| 7750 | 2010-06-18 Rafael Espindola <espindola@google.com> |
| 7751 | |
| 7752 | * plugin.cc (add_input_file,add_input_library) |
| 7753 | (Plugin_manager::add_input_file): Make filename arguments const. |
| 7754 | * plugin.h (Plugin_manager::add_input_file): Make filename arguments |
| 7755 | const. |
| 7756 | |
| 7757 | 2010-06-16 Doug Kwan <dougkwan@google.com> |
| 7758 | |
| 7759 | * arm.cc (Target_arm::do_finalize_sections): Do not emit an |
| 7760 | .ARM.attributes section if we have not merged any input |
| 7761 | attributes sections. |
| 7762 | |
| 7763 | 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 7764 | |
| 7765 | * arm.cc: Allow combining objects with no EABI version |
| 7766 | information. |
| 7767 | |
| 7768 | 2010-06-15 Rafael Espindola <espindola@google.com> |
| 7769 | |
| 7770 | * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol. |
| 7771 | |
| 7772 | 2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 7773 | |
| 7774 | * fileread.cc: Only #include <sys/uio.h> if HAVE_READV. |
| 7775 | (struct iovec): Correct !HAVE_READV definition. |
| 7776 | |
| 7777 | 2010-06-10 Cary Coutant <ccoutant@google.com> |
| 7778 | |
| 7779 | * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections. |
| 7780 | (Sized_relobj::do_layout_deferred_sections): Do layout for deferred |
| 7781 | reloc sections. |
| 7782 | * object.h (Sized_relobj::deferred_layout_relocs_): New data member. |
| 7783 | |
| 7784 | PR 11683 |
| 7785 | * symtab.h (Symbol::is_placeholder): New member function. |
| 7786 | * target-reloc.h (relocate_section): Check for placeholder symbols. |
| 7787 | |
| 7788 | * testsuite/Makefile.am (plugin_test_8): New test. |
| 7789 | (plugin_test_9): New test. |
| 7790 | * testsuite/Makefile.in: Regenerate. |
| 7791 | |
| 7792 | 2010-06-09 Nick Clifton <nickc@redhat.com> |
| 7793 | |
| 7794 | * yyscript.y (input_list_element): Allow strings prefixed with |
| 7795 | the '-' character. Treat these as libraries. |
| 7796 | * script.cc (script_add_library): New function. Adds a library |
| 7797 | specified by "-l<name>" found in an input script. |
| 7798 | * script-c.h: Add prototype for script_add_library. |
| 7799 | |
| 7800 | 2010-06-07 Doug Kwan <dougkwan@google.com> |
| 7801 | |
| 7802 | * arm.cc (Target_arm::do_relax): Reserve more space for stubs. |
| 7803 | Restrict stub-group size to be within long conditional branch |
| 7804 | range when working around cortex-A8 erratum. |
| 7805 | |
| 7806 | 2010-06-07 Damien Diederen <dd@crosstwine.com> |
| 7807 | |
| 7808 | * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct |
| 7809 | #ifdef typo. |
| 7810 | |
| 7811 | 2010-06-03 Sriraman Tallam <tmsriram@google.com> |
| 7812 | |
| 7813 | PR gold/11658 |
| 7814 | * output.cc |
| 7815 | (Output_section::Input_section_sort_entry::compare_section_ordering): |
| 7816 | Change to return non-zero correctly. |
| 7817 | (Output_section::Input_section_sort_section_order_index_compare |
| 7818 | ::operator()): Change to fix ambiguity in comparisons. |
| 7819 | |
| 7820 | 2010-06-01 Sriraman Tallam <tmsriram@google.com> |
| 7821 | |
| 7822 | * gold.h (is_wildcard_string): New function. |
| 7823 | * layout.cc (Layout::layout): Pass this pointer to add_input_section. |
| 7824 | (Layout::layout_eh_frame): Ditto. |
| 7825 | (Layout::find_section_order_index): New method. |
| 7826 | (Layout::read_layout_from_file): New method. |
| 7827 | * layout.h (Layout::find_section_order_index): New method. |
| 7828 | (Layout::read_layout_from_file): New method. |
| 7829 | (Layout::input_section_position_): New private member. |
| 7830 | (Layout::input_section_glob_): New private member. |
| 7831 | * main.cc (main): Call read_layout_from_file here. |
| 7832 | * options.h (--section-ordering-file): New option. |
| 7833 | * output.cc (Output_section::input_section_order_specified_): New |
| 7834 | member. |
| 7835 | (Output_section::Output_section): Initialize new member. |
| 7836 | (Output_section::add_input_section): Add new parameter. |
| 7837 | Keep input sections when --section-ordering-file is used. |
| 7838 | (Output_section::set_final_data_size): Sort input sections when |
| 7839 | section ordering file is specified. |
| 7840 | (Output_section::Input_section_sort_entry): Add new parameter. |
| 7841 | Check sorting type. |
| 7842 | (Output_section::Input_section_sort_entry::compare_section_ordering): |
| 7843 | New method. |
| 7844 | (Output_section::Input_section_sort_compare::operator()): Change to |
| 7845 | consider section_order_index. |
| 7846 | (Output_section::Input_section_sort_init_fini_compare::operator()): |
| 7847 | Change to consider section_order_index. |
| 7848 | (Output_section::Input_section_sort_section_order_index_compare |
| 7849 | ::operator()): New method. |
| 7850 | (Output_section::sort_attached_input_sections): Change to sort |
| 7851 | according to section order when specified. |
| 7852 | (Output_section::add_input_section<32, true>): Add new parameter. |
| 7853 | (Output_section::add_input_section<64, true>): Add new parameter. |
| 7854 | (Output_section::add_input_section<32, false>): Add new parameter. |
| 7855 | (Output_section::add_input_section<64, false>): Add new parameter. |
| 7856 | * output.h (Output_section::add_input_section): Add new parameter. |
| 7857 | (Output_section::input_section_order_specified): New |
| 7858 | method. |
| 7859 | (Output_section::set_input_section_order_specified): New method. |
| 7860 | (Input_section::Input_section): Initialize section_order_index_. |
| 7861 | (Input_section::section_order_index): New method. |
| 7862 | (Input_section::set_section_order_index): New method. |
| 7863 | (Input_section::section_order_index_): New member. |
| 7864 | (Input_section::Input_section_sort_section_order_index_compare): New |
| 7865 | struct. |
| 7866 | (Output_section::input_section_order_specified_): New member. |
| 7867 | * script-sections.cc (is_wildcard_string): Delete and move modified |
| 7868 | method to gold.h. |
| 7869 | (Output_section_element_input::Output_section_element_input): Modify |
| 7870 | call to is_wildcard_string. |
| 7871 | (Output_section_element_input::Input_section_pattern |
| 7872 | ::Input_section_pattern): Ditto. |
| 7873 | (Output_section_element_input::Output_section_element_input): Ditto. |
| 7874 | * testsuite/Makefile.am (final_layout): New test case. |
| 7875 | * testsuite/Makefile.in: Regenerate. |
| 7876 | * testsuite/final_layout.cc: New file. |
| 7877 | * testsuite/final_layout.sh: New file. |
| 7878 | |
| 7879 | 2010-06-01 Rafael Espindola <espindola@google.com> |
| 7880 | |
| 7881 | * plugin.cc (Plugin::load): Pass the output name to the plugin. |
| 7882 | |
| 7883 | 2010-06-01 Rafael Espindola <espindola@google.com> |
| 7884 | |
| 7885 | * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the |
| 7886 | visibility of symbols. |
| 7887 | |
| 7888 | 2010-05-27 Doug Kwan <dougkwan@google.com> |
| 7889 | |
| 7890 | * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset |
| 7891 | from start of output section instead of address for a local symbol |
| 7892 | in a merged or relaxed section when doing a relocatable link. |
| 7893 | |
| 7894 | 2010-05-26 Rafael Espindola <espindola@google.com> |
| 7895 | |
| 7896 | PR 11604 |
| 7897 | * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid |
| 7898 | adding sections the garbage collector removed. |
| 7899 | * gold/testsuite/Makefile.am: Add test. |
| 7900 | * gold/testsuite/Makefile.in: Regenerate. |
| 7901 | * gold/testsuite/plugin_test_7.sh: New. |
| 7902 | * gold/testsuite/plugin_test_7_1.c: New. |
| 7903 | * gold/testsuite/plugin_test_7_2.c: New. |
| 7904 | |
| 7905 | 2010-05-26 Rafael Espindola <espindola@google.com> |
| 7906 | |
| 7907 | * script-sections.cc (Output_section_definition::set_section_addresses): |
| 7908 | Check for --section-start. |
| 7909 | |
| 7910 | 2010-05-26 Doug Kwan <dougkwan@google.com> |
| 7911 | |
| 7912 | * arm.cc (Arm_scan_relocatable_relocs): New class. |
| 7913 | (Target_arm::relocate_special_relocatable): New method. |
| 7914 | (Arm_relocate_functions::arm_branch_common): Handle relocatable link. |
| 7915 | (Arm_relocate_functions::thumb_branch_common): Same. |
| 7916 | (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs |
| 7917 | instead of Default_scan_relocatable_relocs. |
| 7918 | * target-reloc.h (relocate_for_relocatable): Let target handle |
| 7919 | relocation strategy Relocatable_relocs::RELOC_SPECIAL. |
| 7920 | * target.h (Sized_target::relocate_special_relocatable): New method. |
| 7921 | |
| 7922 | 2010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 7923 | |
| 7924 | * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined. |
| 7925 | |
| 7926 | 2010-05-23 Doug Kwan <dougkwan@google.com> |
| 7927 | |
| 7928 | * arm.cc (Arm_input_section::do_output_offset): Use convert_types |
| 7929 | instead of a cast. |
| 7930 | (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch |
| 7931 | with a direct branch, not a conditional branch, to a stub. |
| 7932 | * merge.cc (Output_merge_base::record_input_section): New method |
| 7933 | defintion. |
| 7934 | (Output_merge_data::do_add_input_section): Record input section if |
| 7935 | keeps-input-sections flag is set. |
| 7936 | (Output_merge_string::do_add_input_section): Ditto. |
| 7937 | * merge.h (Output_merge_base::Output_merge_base): Initialize new data |
| 7938 | members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and |
| 7939 | INPUT_SECTIONS_. |
| 7940 | (Output_merge_base::keeps_input_sections, |
| 7941 | Output_merge_base::set_keeps_input_sections, |
| 7942 | Output_merge_base::first_relobj, Output_merge_base::first_shndx): New |
| 7943 | method definitions. |
| 7944 | (Output_merge_base::Input_sections): New type declaration. |
| 7945 | (Output_merge_base::input_sections_begin, |
| 7946 | Output_merge_base::input_sections_end, |
| 7947 | Output_merge_base::do_set_keeps_input_sections): New method definitions. |
| 7948 | (Output_merge_base::bool keeps_input_sections_, |
| 7949 | Output_merge_base::first_relobj_, Output_merge_base::first_shndx_, |
| 7950 | Output_merge_base::input_sections_): New data members. |
| 7951 | (Output_merge_data::do_set_keeps_input_sections): New method |
| 7952 | defintion. |
| 7953 | (Output_merge_string::do_set_keeps_input_sections): Ditto. |
| 7954 | * output.cc (Output_section::Input_section::relobj): Move method |
| 7955 | defintion from class declaration to here and handle merge sections. |
| 7956 | (Output_section::Input_section::shndx): Ditto. |
| 7957 | (Output_section::Output_section): Remove initializations of removed |
| 7958 | data members and initialize new data member LOOKUP_MAPS_. |
| 7959 | (Output_section::add_input_section): Set keeps-input-sections flag |
| 7960 | for a newly created merge output section as appropriate. Adjust code |
| 7961 | to use Output_section_lookup_maps class. |
| 7962 | (Output_section::add_relaxed_input_section): Adjst code for lookup |
| 7963 | maps code refactoring. |
| 7964 | (Output_section::add_merge_input_section): Add a new parameter |
| 7965 | KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps |
| 7966 | class. If adding input section to a newly created merge output |
| 7967 | section fails, remove the new merge section. |
| 7968 | (Output_section::convert_input_sections_in_list_to_relaxed_input_sections): |
| 7969 | Adjust code for use of the Output_section_lookup_maps class. |
| 7970 | (Output_section::find_merge_section): Ditto. |
| 7971 | (Output_section::build_lookup_maps): New method defintion. |
| 7972 | (Output_section::find_relaxed_input_section): Adjust code to use |
| 7973 | Output_section_lookup_maps class. |
| 7974 | (Output_section::get_input_sections): Export merge sections. Adjust |
| 7975 | code to use Output_section_lookup_maps class. |
| 7976 | (Output_section:::add_script_input_section): Adjust code to use |
| 7977 | Output_section_lookup_maps class. Update lookup maps for merge |
| 7978 | sections also. |
| 7979 | (Output_section::discard_states): Use Output_section_lookup_maps. |
| 7980 | (Output_section::restore_states): Same. |
| 7981 | * output.h (Merge_section_properties): Move class defintion out of |
| 7982 | Output_section. |
| 7983 | (Output_section_lookup_maps): New class. |
| 7984 | (Output_section::Input_section::is_merge_section): New method |
| 7985 | defintion. |
| 7986 | (Output_section::Input_section::relobj): Move defintion out of class |
| 7987 | defintion. Declare method only. |
| 7988 | (Output_section::Input_section::shndx): Ditto. |
| 7989 | (Output_section::Input_section::output_merge_base): New method defintion. |
| 7990 | (Output_section::Input_section::u2_.pomb): New union field. |
| 7991 | (Output_section::Merge_section_by_properties_map, |
| 7992 | Output_section::Output_section_data_by_input_section_map, |
| 7993 | Output_section::Ouptut_relaxed_input_section_by_input_section_map): |
| 7994 | Remove types. |
| 7995 | (Output_section::add_merge_input_section): Add new parameter |
| 7996 | KEEPS_INPUT_SECTIONS. |
| 7997 | (Output_section::build_lookup_maps): New method declaration. |
| 7998 | (Output_section::merge_section_map_, |
| 7999 | Output_section::merge_section_by_properties_map_, |
| 8000 | Output_section::relaxed_input_section_map_, |
| 8001 | Output_section::is_relaxed_input_section_map_valid_): Remove data |
| 8002 | members. |
| 8003 | (Output_section::lookup_maps_): New data member. |
| 8004 | |
| 8005 | 2010-05-21 Doug Kwan <dougkwan@google.com> |
| 8006 | |
| 8007 | PR gold/11619 |
| 8008 | * arm.cc (Arm_input_section::do_output_offset): Add a cast to |
| 8009 | avoid a compilation error. |
| 8010 | |
| 8011 | 2010-05-19 Rafael Espindola <espindola@google.com> |
| 8012 | |
| 8013 | * script-sections.cc (Output_section_definition::allocate_to_segment): |
| 8014 | Update the phdrs_list even when the output section is NULL. |
| 8015 | * testsuite/Makefile.am: Add test. |
| 8016 | * testsuite/Makefile.in: Regenerate. |
| 8017 | * testsuite/script_test_9.cc: New. |
| 8018 | * testsuite/script_test_9.sh: New. |
| 8019 | * testsuite/script_test_9.t: New. |
| 8020 | |
| 8021 | 2010-05-19 Doug Kwan <dougkwan@google.com> |
| 8022 | |
| 8023 | * arm.cc (Arm_input_section::original_size): New method. |
| 8024 | (Arm_input_section::do_addralign): Add a cast. |
| 8025 | (Arm_input_section::do_output_offset): Remove static cast. |
| 8026 | (Arm_input_section::original_addralign, |
| 8027 | Arm_input_section::original_size_): Change type to uint32_t. |
| 8028 | (Arm_input_section::init): Add safe casts for section alignment |
| 8029 | and size. |
| 8030 | (Arm_input_section::set_final_data_size): Do not set address and |
| 8031 | offset of stub table. |
| 8032 | (Arm_output_section::fix_exidx_coverage): Change use of of |
| 8033 | Output_section::Simple_input_section to that of |
| 8034 | Output_section::Input_section. |
| 8035 | (Target_arm::do_relax): Set addresses and file offsets of Stub_tables |
| 8036 | except for the first pass. |
| 8037 | * output.cc (Output_section::get_input_sections): Change type of |
| 8038 | input_sections to std::list<Input_section>. |
| 8039 | (Output_section::add_script_input_section): Rename from |
| 8040 | Output_section::add_simple_input_section. Change type of SIS |
| 8041 | parameter from Simple_input_section to Input_section. |
| 8042 | * output.h (Output_section::Simple_input_section): Remove class. |
| 8043 | (Output_section::Input_section): Change class visibility to public. |
| 8044 | (Output_section::Input_section::addralign): Use stored alignments |
| 8045 | for special input sections if set. |
| 8046 | (Output_section::Input_section::set_addralign): New method. |
| 8047 | (Output_section::get_input_sections): Change parameter type from |
| 8048 | list of Simple_input_section to list of Input_section. |
| 8049 | (Output_section::add_script_input_section): Rename from |
| 8050 | Output_section::add_simple_input_section. Change first parameter's |
| 8051 | type from Simple_input_section to Input_section and remove the |
| 8052 | second and third parameters. |
| 8053 | * script-sections.cc (Input_section::Input_section_list): Change |
| 8054 | type to list of Output_section::Input_section/ |
| 8055 | (Input_section_info::Input_section_info): Change parameter type of |
| 8056 | INPUT_SECTION to Output_section::Input_section. |
| 8057 | (Input_section_info::input_section): Change return type. |
| 8058 | (Input_section_info::input_section_): Change type to |
| 8059 | Output_section::Input_section. |
| 8060 | (Output_section_element_input::set_section_addresses): Adjust code |
| 8061 | to use Output_section::Input_section instead of |
| 8062 | Output_section::Simple_input_section. Adjust code for renaming |
| 8063 | of Output_section::add_simple_input_section. |
| 8064 | (Orphan_output_section::set_section_addresses): Ditto. |
| 8065 | |
| 8066 | 2010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 8067 | |
| 8068 | * gold.h (Unordered_multimap, Unordered_map): Fix defines for |
| 8069 | when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set. |
| 8070 | |
| 8071 | 2010-05-18 Rafael Espindola <espindola@google.com> |
| 8072 | |
| 8073 | * options.cc (General_options::finalize): Handle -nostdlib. |
| 8074 | * options.h (nostdlib): New option. |
| 8075 | * script.cc (script_add_search_dir): Handle -nostdlib. |
| 8076 | |
| 8077 | 2010-05-12 Doug Kwan <dougkwan@google.com> |
| 8078 | |
| 8079 | * arm.cc (Target_arm::do_finalize_sections): Create an empty |
| 8080 | attributes section only if there no attributes section after merging. |
| 8081 | (Target_arm::merge_object_attributes): Move value of |
| 8082 | Tag_MPextension_use_legacy to that of Tag_MPextension_use. |
| 8083 | Handle Tag_DIV_use and Tag_MPextension_use_legacy. |
| 8084 | * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh |
| 8085 | (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout |
| 8086 | and arm_attr_merge_7.stdout. |
| 8087 | (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o |
| 8088 | arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r, |
| 8089 | arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o, |
| 8090 | arm_attr_merge_7b.o): New rules. |
| 8091 | (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and |
| 8092 | arm_attr_merge_7 |
| 8093 | * testsuite/Makefile.in: Regenerate. |
| 8094 | * testsuite/arm_attr_merge.sh: New file. |
| 8095 | * testsuite/arm_attr_merge_[67][ab].s: Same. |
| 8096 | |
| 8097 | 2010-05-05 Nick Clifton <nickc@redhat.com> |
| 8098 | |
| 8099 | * po/es.po: Updated Spanish translation. |
| 8100 | |
| 8101 | 2010-04-27 H.J. Lu <hongjiu.lu@intel.com> |
| 8102 | |
| 8103 | * Makefile.am (install-exec-local): Properly install gold as |
| 8104 | default cross linker. |
| 8105 | * Makefile.in: Regenerated. |
| 8106 | |
| 8107 | 2010-04-27 H.J. Lu <hongjiu.lu@intel.com> |
| 8108 | Nick Clifton <nickc@redhat.com> |
| 8109 | |
| 8110 | * configure.ac (install_as_default): Define and set to false |
| 8111 | unless --enable-gold or --enable-gold=both/gold has been |
| 8112 | specified. |
| 8113 | * configure: Regenerate. |
| 8114 | |
| 8115 | * Makefile.am (install-exec-local): Install the executable as |
| 8116 | 'ld.gold'. If install_as_default is true then also install it as |
| 8117 | 'ld'. |
| 8118 | * Makefile.in: Regenerated. |
| 8119 | |
| 8120 | 2010-04-24 Ian Lance Taylor <iant@google.com> |
| 8121 | |
| 8122 | * layout.cc (Layout::layout_reloc): In relocatable link don't |
| 8123 | combine reloc sections for grouped sections. |
| 8124 | |
| 8125 | 2010-04-23 Sriraman Tallam <tmsriram@google.com> |
| 8126 | |
| 8127 | * gc.h (gc_process_relocs): Pass information on relocs pointing to |
| 8128 | sections that are not ordinary to icf. |
| 8129 | * icf.cc (get_section_contents): Handle relocation pointing to section |
| 8130 | with no object or shndx information. |
| 8131 | * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh |
| 8132 | * testsuite/Makefile.in: Regenerate. |
| 8133 | * testsuite/icf_virtual_function_folding_test.cc: Remove printf. |
| 8134 | * testsuite/icf_virtual_function_folding_test.sh: Delete file. |
| 8135 | |
| 8136 | 2010-04-22 Ian Lance Taylor <iant@google.com> |
| 8137 | |
| 8138 | * expression.cc (Expression::Expression_eval_info): Add |
| 8139 | result_alignment_pointer field. |
| 8140 | (Expression::eval_with_dot): Add result_alignment_pointer |
| 8141 | parameter. Change all callers. |
| 8142 | (Expression::eval_maybe_dot): Likewise. |
| 8143 | (class Binary_expression): Add alignment_pointer parameter to |
| 8144 | left_value and right_value. Change all callers. |
| 8145 | (BINARY_EXPRESSION): Set result alignment. |
| 8146 | (class Trinary_expression): Add alignment_pointer parameter to |
| 8147 | arg2_value and arg3_value. Change all callers. |
| 8148 | (Trinary_cond::value): Set result alignment. |
| 8149 | (Max_expression::value, Min_expression::value): Likewise. |
| 8150 | (Align_expression::value): Likewise. |
| 8151 | * script-sections.cc (class Sections_element): Add dot_alignment |
| 8152 | parameter to set_section_addresses virtual function. Update |
| 8153 | instantiations. |
| 8154 | (class Output_section_element): Likewise. |
| 8155 | (Script_sections::create_segments): Add dot_alignment parameter. |
| 8156 | Change all callers. |
| 8157 | (Script_sections::create_segments_from_phdrs_clause): Likewise. |
| 8158 | (Script_sections::set_phdrs_clause_addresses): Likewise. |
| 8159 | * script-sections.h: Update declarations. |
| 8160 | * script.h: Update declarations. |
| 8161 | * output.h (Output_segment::set_minimum_p_align): Don't decrease |
| 8162 | min_p_align. |
| 8163 | * testsuite/script_test_3.t: Set large alignment. |
| 8164 | * testsuite/script_test_3.sh: Make sure that at least one LOAD |
| 8165 | segment has expected alignment. |
| 8166 | |
| 8167 | 2010-04-22 Nick Clifton <nickc@redhat.com> |
| 8168 | |
| 8169 | * po/gold.pot: Updated by the Translation project. |
| 8170 | * po/vi.po: Updated Vietnamese translation. |
| 8171 | |
| 8172 | 2010-04-22 H.J. Lu <hongjiu.lu@intel.com> |
| 8173 | |
| 8174 | * testsuite/Makefile.am (check_PROGRAMS): Add |
| 8175 | icf_virtual_function_folding_test. |
| 8176 | * testsuite/Makefile.in: Regenerated. |
| 8177 | |
| 8178 | 2010-04-15 Andrew Haley <aph@redhat.com> |
| 8179 | |
| 8180 | * options.h (merge_exidx_entries): New option. |
| 8181 | * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries. |
| 8182 | (class Arm_exidx_fixup::merge_exidx_entries_): New member. |
| 8183 | (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries. |
| 8184 | (Target_arm::merge_exidx_entries): New function. |
| 8185 | (process_exidx_entry): Don't merge if merge_exidx_entries_ is false. |
| 8186 | (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries |
| 8187 | to Arm_exidx_fixup constructor. |
| 8188 | Add new arg, merge_exidx_entries. |
| 8189 | (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to |
| 8190 | Arm_output_section::fix_exidx_coverage. |
| 8191 | |
| 8192 | 2010-04-18 Sriraman Tallam <tmsriram@google.com> |
| 8193 | |
| 8194 | * icf.cc (get_section_contents): Check for preemptible functions. |
| 8195 | Ignore addend when appropriate. |
| 8196 | * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for |
| 8197 | section folded. |
| 8198 | (add_from_relobj): Check for section folded. |
| 8199 | (set_dynsym_indexes): Fix call to should_add_dynsym_entry. |
| 8200 | * symtab.h (should_add_dynsym_entry): Add new parameter. |
| 8201 | * target-reloc.h (scan_relocs): Check for section folded. |
| 8202 | * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc): |
| 8203 | Check reloc types for function pointers in shared objects. |
| 8204 | * testsuite/Makefile.am (icf_virtual_function_folding_test): New test |
| 8205 | case. |
| 8206 | (icf_preemptible_functions_test): New test case. |
| 8207 | (icf_string_merge_test): New test case. |
| 8208 | * testsuite.Makefile.in: Regenerate. |
| 8209 | * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and |
| 8210 | bar_glob. Refactor code. |
| 8211 | * testsuite/icf_preemptible_functions_test.cc: New file. |
| 8212 | * testsuite/icf_preemptible_functions_test.sh: New file. |
| 8213 | * testsuite/icf_string_merge_test.cc: New file. |
| 8214 | * testsuite/icf_string_merge_test.sh: New file. |
| 8215 | * testsuite/icf_virtual_function_folding_test.cc: New file. |
| 8216 | * testsuite/icf_virtual_function_folding_test.sh: New file. |
| 8217 | |
| 8218 | 2010-04-14 Doug Kwan <dougkwan@google.com> |
| 8219 | |
| 8220 | * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object |
| 8221 | for local symbol recounting if we remove a section due to ICF. |
| 8222 | * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if |
| 8223 | there are no regular objects in input. |
| 8224 | |
| 8225 | 2010-04-13 Doug Kwan <dougkwan@google.com> |
| 8226 | |
| 8227 | * arm.cc (Arm_input_section::set_final_data_size): Compute |
| 8228 | accurate final data size instead of using current data size. |
| 8229 | |
| 8230 | 2010-04-09 Doug Kwan <dougkwan@google.com> |
| 8231 | |
| 8232 | * layout.cc (Layout::choose_output_section): Handle script section |
| 8233 | types. |
| 8234 | (Layout::make_output_section_for_script): Add section type parameter. |
| 8235 | Handle script section types. |
| 8236 | * layout.h (Layout::make_output_section_for_script): Add section |
| 8237 | type parameter. |
| 8238 | * output.cc (Output_section::Output_section): Initialize data member |
| 8239 | is_noload_. |
| 8240 | (Output_section::do_reset_address_and_file_offset): Do not set address |
| 8241 | to 0 if section is a NOLOAD section. |
| 8242 | * output.h (Output_section::is_noload): New method. |
| 8243 | (Output_section::set_is_noload): Ditto. |
| 8244 | (Output_section::is_noload_): New data member. |
| 8245 | * script-c.h (Script_section_type): New enum type. |
| 8246 | (struct Parser_output_section_header): Add new file section_type. |
| 8247 | * script-sections.cc (Sections_element::output_section_name): Add |
| 8248 | parameter for returning script section type. |
| 8249 | (Output_section_definition::output_section_name): Ditto. |
| 8250 | (Output_section_definition::section_type)P; New method. |
| 8251 | (Output_section_definiton::script_section_type_name): Ditto. |
| 8252 | (Output_section_definition::script_section_type_): New data member. |
| 8253 | (Output_section_definition::Output_section_definition): Initialize |
| 8254 | data member Output_section_definition::script_section_type_. |
| 8255 | (Output_section_definition::create_sections): Pass script section type |
| 8256 | to Layout::make_output_section_for_script. |
| 8257 | (Output_section_definition::output_section_name): Return script |
| 8258 | section type to caller. |
| 8259 | (Output_section_definition::set_section_address): Do not advance |
| 8260 | dot value and load address if section type is NOLOAD. Set address |
| 8261 | of NOLOAD sections regardless of section flags. |
| 8262 | (Output_section_definition::print): Print section type if it is |
| 8263 | not SCRIPT_SECTION_TYPE_NONE. |
| 8264 | (Output_section_definition::section_type): New method. |
| 8265 | (Output_section_definition::script_section_type_name): Ditto. |
| 8266 | (Script_sections::output_section_name): Add new parameter |
| 8267 | PSECTION_TYPE for returning script section type. Pass it to |
| 8268 | section elements. Handle discard sections. |
| 8269 | (Sort_output_sections::operator()): Handle NOLOAD sections. |
| 8270 | * script-sections.h (Script_sections::Section_type): New enum type. |
| 8271 | (Script_sections::output_section_name): Add a new parameter for |
| 8272 | returning script section type. |
| 8273 | * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT, |
| 8274 | INFO and NOLOAD. |
| 8275 | * yyscript.y (union): Add new field SECTION_TYPE. |
| 8276 | (COPY, DSECT, INFO, NOLOAD): New tokens. |
| 8277 | (opt_address_and_section_type): Change type to output_section_header. |
| 8278 | (section_type): New non-terminal |
| 8279 | (section_header): Handle section type. |
| 8280 | (opt_address_and_section_type): Return section type value. |
| 8281 | |
| 8282 | 2010-04-09 H.J. Lu <hongjiu.lu@intel.com> |
| 8283 | |
| 8284 | * testsuite/plugin_common_test_1.c (foo): Add prototype. |
| 8285 | * testsuite/plugin_common_test_2.c (foo): Likewise. |
| 8286 | |
| 8287 | 2010-04-08 Doug Kwan <dougkwan@google.com> |
| 8288 | |
| 8289 | * merge.cc (Output_merge_data::set_final_data_size): Handle empty |
| 8290 | Output_merge_data. |
| 8291 | * output.cc (Output_section::add_merge_input_section): Simplify |
| 8292 | code and return status of Output_merge_base::add_input_section. |
| 8293 | Update merge section map only if Output_merge_base::add_input_section |
| 8294 | returns true. |
| 8295 | |
| 8296 | 2010-04-07 Doug Kwan <dougkwan@google.com> |
| 8297 | |
| 8298 | * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn |
| 8299 | if section is marked as containing instructions but has no mapping |
| 8300 | symbols. |
| 8301 | (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get |
| 8302 | correct section index. |
| 8303 | (Arm_relobj::find_linked_text_section): Ditto. |
| 8304 | |
| 8305 | 2010-04-07 Cary Coutant <ccoutant@google.com> |
| 8306 | |
| 8307 | * archive.cc (include_member): Destroy Read_symbols_data object before |
| 8308 | releasing file. |
| 8309 | * object.cc (Read_symbols_data::~Read_symbols_data) New destructor. |
| 8310 | * object.h (Read_symbols_data::Read_symbols_data) New constructor. |
| 8311 | (Read_symbols_data::~Read_symbols_data) New destructor. |
| 8312 | (Section_relocs::Section_relocs) New constructor. |
| 8313 | (Section_relocs::~Section_relocs) New destructor. |
| 8314 | (Read_relocs_data::Read_relocs_data) New constructor. |
| 8315 | (Read_relocs_data::~Read_relocs_data) New destructor. |
| 8316 | * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member |
| 8317 | pointers to NULL after deleting. |
| 8318 | |
| 8319 | 2010-04-07 Doug Kwan <dougkwan@google.com> |
| 8320 | |
| 8321 | * arm.cc: Replace "endianity" with "endianness" in comments. |
| 8322 | (Arm_exidx_cantunwind): Ditto. |
| 8323 | (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures. |
| 8324 | (Arm_relobj::merge_flags_and_attributes): New method. |
| 8325 | (Arm_relobj::merge_flags_and_attributes_): New data member. |
| 8326 | (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting. |
| 8327 | (Arm_relobj::scan_sections_for_stubs): Ditto. |
| 8328 | (Arm_relobj::do_read_symbols): Check to see if we really want to |
| 8329 | merge processor-specific flags and attributes. Exit early if |
| 8330 | an object is empty except for section names and the undefined symbol. |
| 8331 | (Target_arm::do_finalize_sections): Move check for ELF format to |
| 8332 | Arm_relobj::do_read_symbols. Merge processor specific flags and |
| 8333 | attributes from a regular object only when we have determined that |
| 8334 | it is aapropriate. Do not create an .ARM.attributes section in |
| 8335 | output if there is no regular input object. |
| 8336 | (Target_arm::merge_processor_specific_flags): Check |
| 8337 | --warn-mismatch before printing any error. |
| 8338 | (Target_arm::merge_object_attributes): Ditto. |
| 8339 | * gold.cc (queue_middle_tasks): Handle the case in which there is |
| 8340 | no regular object in input. |
| 8341 | * options.cc (General_options::parse_EB): New method. |
| 8342 | (General_options::parse_EL): Same. |
| 8343 | (General_options::General_options): Initialize endianness_. |
| 8344 | * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch): |
| 8345 | New options. |
| 8346 | (General_options::Endianness): New enum. |
| 8347 | (General_options::endianness): New method. |
| 8348 | (General_options::endianness_): New data member. |
| 8349 | * parameters.cc (Parameters::set_options): Check target endianness. |
| 8350 | (Parameters::set_target_once): Ditto. |
| 8351 | (Parameters::check_target_endianness): New method. |
| 8352 | (parameters_force_valid_target): If either -EL or -EB is specified, |
| 8353 | use it to define endianness of default target. |
| 8354 | * parameters.h (Parameters::check_target_endianness): New method |
| 8355 | declaration. |
| 8356 | * target.h (class Target): Change "endianity" to "endianness" |
| 8357 | in comments. |
| 8358 | |
| 8359 | 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 8360 | |
| 8361 | * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist. |
| 8362 | * configure: Regenerate. |
| 8363 | * Makefile.in: Regenerate. |
| 8364 | * testsuite/Makefile.in: Regenerate. |
| 8365 | |
| 8366 | 2010-04-06 Cary Coutant <ccoutant@google.com> |
| 8367 | |
| 8368 | gcc PR lto/42757 |
| 8369 | * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for |
| 8370 | prevailing definitions of common symbols. |
| 8371 | * testsuite/plugin_test_6.sh: New test case. |
| 8372 | * testsuite/plugin_common_test_1.c: New test case. |
| 8373 | * testsuite/plugin_common_test_2.c: New test case. |
| 8374 | * testsuite/Makefile.am (plugin_test_6): New test case. |
| 8375 | * testsuite/Makefile.in: Regenerate. |
| 8376 | |
| 8377 | 2010-04-06 Nick Clifton <nickc@redhat.com> |
| 8378 | |
| 8379 | * po/vi.po: New Vietnamese translation. |
| 8380 | |
| 8381 | 2010-03-30 Doug Kwan <dougkwan@google.com> |
| 8382 | |
| 8383 | * arm.cc (Target_arm::using_thumb_only): Handle v6-M |
| 8384 | |
| 8385 | 2010-03-25 Doug Kwan <dougkwan@google.com> |
| 8386 | |
| 8387 | * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code |
| 8388 | to avoid a conversion warning on a 32-bit host. |
| 8389 | |
| 8390 | 2010-03-24 Ian Lance Taylor <iant@google.com> |
| 8391 | |
| 8392 | * testsuite/script_test_3.t: Add a TLS segment. |
| 8393 | * testsuite/Makefile.am (check_PROGRAMS): Add |
| 8394 | tls_phdrs_script_test. |
| 8395 | (tls_phdrs_script_test_SOURCES): Define. |
| 8396 | (tls_phdrs_script_test_DEPENDENCIES): Define. |
| 8397 | (tls_phdrs_script_test_LDFLAGS): Define. |
| 8398 | (tls_phdrs_script_test_LDADD): Define. |
| 8399 | * testsuite/Makefile.in: Rebuild. |
| 8400 | |
| 8401 | 2010-03-23 Cary Coutant <ccoutant@google.com> |
| 8402 | |
| 8403 | * fileread.cc (find_or_make_view): Fix comment. |
| 8404 | |
| 8405 | 2010-03-23 Ian Lance Taylor <iant@google.com> |
| 8406 | |
| 8407 | * script-sections.cc (class Orphan_section_placement): Define |
| 8408 | PLACE_TLS and PLACE_TLS_BSS. |
| 8409 | (Orphan_section_placement::Orphan_section_placement): Initialize |
| 8410 | new places. |
| 8411 | (Orphan_section_placement::find_place): Handle SHF_TLS sections. |
| 8412 | * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test. |
| 8413 | (tls_script_test_SOURCES): Define. |
| 8414 | (tls_script_test_DEPENDENCIES): Define. |
| 8415 | (tls_script_test_LDFLAGS): Define. |
| 8416 | (tls_script_test_LDADD): Define. |
| 8417 | * testsuite/Makefile.in: Rebuild. |
| 8418 | |
| 8419 | 2010-03-22 Doug Kwan <dougkwan@google.com> |
| 8420 | |
| 8421 | * arm.cc (Arm_relocate_functions::abs8, |
| 8422 | Arm_relocate_functions::abs16): Use correct check for overflow |
| 8423 | specified in the ARM ELF specs. |
| 8424 | (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch |
| 8425 | target of a BLX instruction specially. |
| 8426 | (Reloc_stub::stub_type_for_reloc): Ditto. |
| 8427 | (Relocate::relocate): Use symbolic names instead of numeric relocation |
| 8428 | codes to report error. |
| 8429 | (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8 |
| 8430 | workaround. |
| 8431 | * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout, |
| 8432 | thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and |
| 8433 | thumb2_blx_out_of_range.stdout |
| 8434 | (thumb_bl_out_of_range, thumb_bl_out_of_range.o, |
| 8435 | thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices. |
| 8436 | (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o, |
| 8437 | thumb_blx_out_of_range.stdout, thumb_blx_out_of_range, |
| 8438 | thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout, |
| 8439 | thumb2_blx_in_range, thumb2_blx_in_range.o, |
| 8440 | thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range, |
| 8441 | thumb2_blx_out_of_range.o): New rules. |
| 8442 | (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range, |
| 8443 | thumb2_blx_in_range and thumb2_blx_out_of_range. |
| 8444 | * testsuite/Makefile.in: Regenerate. |
| 8445 | * arm_branch_in_range.sh: Add tests for THUMB BLX. |
| 8446 | * testsuite/thumb_blx_in_range.s: New file. |
| 8447 | * testsuite/thumb_blx_out_of_range.s: New file. |
| 8448 | |
| 8449 | 2010-03-22 Rafael Espindola <espindola@google.com> |
| 8450 | |
| 8451 | * archive.cc (Should_include): Move to archive.h. |
| 8452 | (should_include_member): Make it a member of Archive. |
| 8453 | (Lib_group): New. |
| 8454 | (Add_lib_group_symbols): New. |
| 8455 | * archive.h: Include options.h. |
| 8456 | (Archive_member): Moved from Archive. |
| 8457 | (Should_include): Moved from archive.cc. |
| 8458 | (Lib_group): New. |
| 8459 | (Add_lib_group_symbols): New. |
| 8460 | * dynobj.cc (do_should_include_member): New. |
| 8461 | * dynobj.h (do_should_include_member): New. |
| 8462 | * gold.cc (queue_initial_tasks): Update call to queue. |
| 8463 | * main.cc (main): Print lib group stats. |
| 8464 | * object.cc (do_should_include_member): New. |
| 8465 | * object.h: Include archive.h. |
| 8466 | (Object::should_include_member): New. |
| 8467 | (Object::do_should_include_member): New. |
| 8468 | (Sized_relobj::do_should_include_member): New. |
| 8469 | * options.cc (General_options::parse_start_lib): New. |
| 8470 | (General_options::parse_end_lib): New. |
| 8471 | (Input_arguments::add_file): Handle lib groups. |
| 8472 | (Input_arguments::start_group): Check we are not in a lib. |
| 8473 | (Input_arguments::start_lib): New. |
| 8474 | (Input_arguments::end_lib): New. |
| 8475 | * options.h (General_options): Add start_lib and end_lib. |
| 8476 | (Input_argument::lib_): New. |
| 8477 | (Input_argument::lib): New. |
| 8478 | (Input_argument::is_lib): New. |
| 8479 | (Input_file_lib): New. |
| 8480 | (Input_arguments::in_lib_): New. |
| 8481 | (Input_arguments::in_lib): New. |
| 8482 | (Input_arguments::start_lib): New. |
| 8483 | (Input_arguments::end_lib_): New. |
| 8484 | * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols |
| 8485 | in unused members as preempted. |
| 8486 | (Sized_pluginobj::do_should_include_member): New. |
| 8487 | * plugin.h (Sized_pluginobj::do_should_include_member): New. |
| 8488 | * readsyms.cc (Read_symbols::locks): If we are just reading a member, |
| 8489 | return the blocker. |
| 8490 | (Read_symbols::do_whole_lib_group): New. |
| 8491 | (Read_symbols::do_lib_group): New. |
| 8492 | (Read_symbols::do_read_symbols): Handle lib groups. |
| 8493 | (Read_symbols::get_name): Handle lib groups. |
| 8494 | * readsyms.h (Read_symbols): Add an archive member pointer. |
| 8495 | (Read_symbols::do_whole_lib_group): New. |
| 8496 | (Read_symbols::do_lib_group): New. |
| 8497 | (Read_symbols::member_): New. |
| 8498 | * script.cc (read_input_script): Update call to queue_soon. |
| 8499 | |
| 8500 | 2010-03-19 Doug Kwan <dougkwan@google.com> |
| 8501 | |
| 8502 | * arm.cc (Stub_table::Stub_table): Initialize new data members |
| 8503 | Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_. |
| 8504 | (Stub_table::add_reloc_stub): Assign stub offset and update |
| 8505 | Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_. |
| 8506 | (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_): |
| 8507 | New data members. |
| 8508 | (Stub_table::update_data_size_and_addralign): Use |
| 8509 | Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_ |
| 8510 | instead of going over all reloc stubs. |
| 8511 | (Stub_table::finalize_stubs): Do not assign reloc stub offsets. |
| 8512 | * stringpool.cc (Stringpool_template::Stringpool_template): Initialize |
| 8513 | Stringpool_template::offset_ to size of Stringpool_char. |
| 8514 | (Stringpool_template::new_key_offset): Remove code to initialize |
| 8515 | Stringpool_template::offset_. |
| 8516 | * stringpool.h (Stringpool_template::set_no_zero_null): Set |
| 8517 | Stringpool_template::offset_ to zero. |
| 8518 | |
| 8519 | 2010-03-15 Doug Kwan <dougkwan@google.com> |
| 8520 | |
| 8521 | * stringpool.cc (Stringpool_template::Stringpool_template): Initialize |
| 8522 | offset_. |
| 8523 | (Stringpool_template::new_key_offset): New method. |
| 8524 | (Stringpool_template::add_string): Assign offsets when adding new |
| 8525 | strings. |
| 8526 | (Stringpool_template::set_string_offsets): Do not set string offsets |
| 8527 | when not optimizing. |
| 8528 | * stringpool.h (Chunked_vector::Chunked_vector): Initialize data |
| 8529 | member size_. |
| 8530 | (Chunked_vector::clear): Clear size_. |
| 8531 | (Chunked_vector::reserve): Call reserve method of all Element_vectors. |
| 8532 | (Chunked_vector::size): Return size_. |
| 8533 | (Chunked_vector::push_back): Use size_ to find insert position. |
| 8534 | (Chunked_vector::size_): New data member. |
| 8535 | (Stringpool_template::set_no_zero_null): Assert string set is empty. |
| 8536 | (Stringpool_template::new_key_offset): New method declaration. |
| 8537 | (Stringpool_template::offset_): New data member. |
| 8538 | |
| 8539 | 2010-03-15 Rafael Espindola <espindola@google.com> |
| 8540 | |
| 8541 | * readsyms.cc (Read_symbols::do_read_symbols): Update calls to |
| 8542 | Add_symbols' constructor. |
| 8543 | * readsyms.h (Add_symbols): Remove the input_group member. |
| 8544 | |
| 8545 | 2010-03-10 Ian Lance Taylor <iant@google.com> |
| 8546 | |
| 8547 | * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the |
| 8548 | target to ask whether a reference to a symbol requires a stack |
| 8549 | split. |
| 8550 | * target.h (Target::is_call_to_non_split): New function. |
| 8551 | (Target::do_is_call_to_non_split): Declare virtual function. |
| 8552 | * target.cc: Include "symtab.h". |
| 8553 | (Target::do_is_call_to_non_split): New function. |
| 8554 | * i386.cc (Target_i386::do_is_call_to_non_split): New function. |
| 8555 | |
| 8556 | 2010-03-10 Cary Coutant <ccoutant@google.com> |
| 8557 | |
| 8558 | * fileread.cc (File_read::~File_read): Don't delete whole_file_view_. |
| 8559 | (File_read::open[1]): Remove initial mapping of whole_file_view_. |
| 8560 | (File_read::open[2]): Add whole_file_view_ to list of views. |
| 8561 | (File_read::make_view): Remove test of whole_file_view_. |
| 8562 | (File_read::find_or_make_view): Create whole_file_view_ if |
| 8563 | necessary. |
| 8564 | (File_read::clear_views): Replace bool parameter with enum; |
| 8565 | adjust all callers. Don't delete views with permanent data; |
| 8566 | do delete cached views and views from archives if |
| 8567 | --no-keep-files-mapped is set. Set whole_file_view_ to NULL |
| 8568 | if clearing the corresponding view. |
| 8569 | * fileread.h (File_read::Clear_views_mode): New enum. |
| 8570 | (File_read::View::is_permanent_view): New method. |
| 8571 | (File_read::clear_views): Replace bool parameter |
| 8572 | with enum; adjust all callers. |
| 8573 | * options.h (General_options): Change keep_files_mapped option; |
| 8574 | add map_whole_files. |
| 8575 | * readsyms.cc (Add_symbols::run): Delete sd_ object before |
| 8576 | releasing the file. |
| 8577 | * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing |
| 8578 | the file. |
| 8579 | |
| 8580 | 2010-03-10 David S. Miller <davem@davemloft.net> |
| 8581 | |
| 8582 | * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30. |
| 8583 | |
| 8584 | 2010-03-09 Sriraman Tallam <tmsriram@google.com> |
| 8585 | |
| 8586 | * icf.cc (get_section_contents): Add '@' marker after processing the |
| 8587 | merge reloc. |
| 8588 | |
| 8589 | 2010-03-08 Doug Kwan <dougkwan@google.com> |
| 8590 | |
| 8591 | * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage |
| 8592 | due to a conversion warning. |
| 8593 | (Arm_relobj::update_output_local_symbol_count): Check for local |
| 8594 | symbol with unset output index. |
| 8595 | |
| 8596 | 2010-03-05 Ian Lance Taylor <iant@google.com> |
| 8597 | |
| 8598 | * options.h (class General_options): Add --spare-dynamic-tags. |
| 8599 | * output.cc (Output_data_dynamic::set_final_data_size): Implement |
| 8600 | --spare-dynamic-tags. |
| 8601 | |
| 8602 | 2010-03-05 Ian Lance Taylor <iant@google.com> |
| 8603 | |
| 8604 | * incremental.cc: Include "libiberty.h". |
| 8605 | |
| 8606 | 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 8607 | |
| 8608 | * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member |
| 8609 | function, is_info_ member. |
| 8610 | * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_. |
| 8611 | (Versions::Versions): Update caller. |
| 8612 | (Versions::define_base_version): Likewise. |
| 8613 | (Versions::add_def): Likewise. |
| 8614 | |
| 8615 | 2010-03-03 Sriraman Tallam <tmsriram@google.com> |
| 8616 | |
| 8617 | * i386.cc (Target_i386::can_check_for_function_pointers): New function. |
| 8618 | (Scan::possible_function_pointer_reloc): New function. |
| 8619 | (Scan::local_reloc_may_be_function_pointer): Change to call |
| 8620 | possible_function_pointer_reloc. |
| 8621 | (Scan::global_reloc_may_be_function_pointer): Ditto. |
| 8622 | * icf.h (Icf::check_section_for_function_pointers): Change to reject |
| 8623 | relocations in ".data.rel.ro._ZTV" section. |
| 8624 | * testsuite/icf_safe_so_test.sh: Change to pass i386. |
| 8625 | * testsuite/icf_safe_so_test.cc: Ditto. |
| 8626 | * testsuite/icf_safe_test.cc: Ditto. |
| 8627 | * testsuite/icf_safe_test.sh: Ditto. |
| 8628 | |
| 8629 | 2010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 8630 | Ian Lance Taylor <iant@google.com> |
| 8631 | |
| 8632 | * target-reloc.h (relocate_section): Check the symbol table index |
| 8633 | for -1U before setting the local symbol index. |
| 8634 | (scan_relocatable_relocs): If copying the relocation, record that |
| 8635 | the local symbol is required. |
| 8636 | * object.h (Symbol_value::is_output_symtab_index_set): New |
| 8637 | function. |
| 8638 | (Symbol_value::may_be_discarded_from_output_symtab): New |
| 8639 | function. |
| 8640 | (Symbol_value::has_output_symtab_entry): New function. |
| 8641 | (Symbol_value::needs_output_symtab_entry): Remove. |
| 8642 | (Symbol_value::output_symtab_index): Make sure the symbol index is |
| 8643 | set. |
| 8644 | (Symbol_value::set_output_symtab_index): Make sure the symbol |
| 8645 | index is not set. Make sure the new index is valid. |
| 8646 | (Symbol_value::set_must_have_output_symtab_entry): New function. |
| 8647 | (Symbol_value::has_output_dynsym_entry): New function. |
| 8648 | (Symbol_value::set_output_dynsym_index): Make sure the new index |
| 8649 | is valid. |
| 8650 | (Sized_relobj::set_must_have_output_symtab_entry): New function. |
| 8651 | * object.cc (Sized_relobj::do_count_local_symbols): Only discard a |
| 8652 | local symbol if permitted. |
| 8653 | (Sized_relobj::do_finalize_local_symbols): Call |
| 8654 | is_output_symtab_index_set rather than needs_output_symtab_entry. |
| 8655 | (Sized_relobj::write_local_symbols): Call has_output_symtab_entry |
| 8656 | rather than needs_output_symtab_entry. Call |
| 8657 | has_output_dynsym_entry rather than needs_output_dynsym_entry. |
| 8658 | * arm.cc (Arm_relobj::update_output_local_symbol_count): Call |
| 8659 | is_output_symtab_index_set rather than needs_output_symtab_entry. |
| 8660 | * testsuite/discard_locals_relocatable_test.c: New file. |
| 8661 | * testsuite/discard_locals_test.sh: Test -r. |
| 8662 | * testsuite/Makefile.am (check_DATA): Add |
| 8663 | discard_locals_relocatable_test1.syms, |
| 8664 | discard_local_relocatable_test2.syms. |
| 8665 | (MOSTLYCLEANFILES): Likewise. Also add |
| 8666 | discard_locals_relocatable_test1.lout and |
| 8667 | discard_locals_relocatable_test2.out. |
| 8668 | (discard_locals_relocatable_test1.syms): New target. |
| 8669 | (discard_locals_relocatable_test.o): New target. |
| 8670 | (discard_locals_relocatable_test1.out): New target. |
| 8671 | (discard_locals_relocatable_test2.syms): New target. |
| 8672 | (discard_locals_relocatable_test2.out): New target. |
| 8673 | (various): Add missing ../ld-new dependencies. |
| 8674 | * testsuite/Makefile.in: Rebuild. |
| 8675 | |
| 8676 | 2010-03-03 Nick Clifton <nickc@redhat.com> |
| 8677 | |
| 8678 | * po/fi.po: New Finnish translation. |
| 8679 | |
| 8680 | 2010-03-01 Doug Kwan <dougkwan@google.com> |
| 8681 | |
| 8682 | * layout.cc (Layout::Layout): Force section types of .init_array*, |
| 8683 | .preinit_array* and .fini_array* sections. |
| 8684 | * output.cc (Output_section::Input_section_sort_entry::has_priority): |
| 8685 | Fix check of return value of std::string::find.(). |
| 8686 | (Output_section::Input_section_sort_compare::operator()): Remove |
| 8687 | comment about .init_array. |
| 8688 | (Output_section::Input_section_sort_init_fini_compare::operator()): |
| 8689 | New method. |
| 8690 | (Output_section::sort_attached_input_sections): Handle .init_array |
| 8691 | and .fini_array specially. |
| 8692 | * output.h (Output_section::Inut_section_sort_compare): Update |
| 8693 | comment. |
| 8694 | (Output_section::Input_section_sort_init_fini_compare): New struct. |
| 8695 | |
| 8696 | 2010-02-26 Doug Kwan <dougkwan@google.com> |
| 8697 | |
| 8698 | * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat |
| 8699 | R_ARM_PREL31 and R_ARM_SBREL31 as position independent. |
| 8700 | * testsuite/debug_msg.sh: Avoid matching source line number for |
| 8701 | use of global variable undef_int. |
| 8702 | |
| 8703 | 2010-02-26 Doug Kwan <dougkwan@google.com> |
| 8704 | |
| 8705 | * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling |
| 8706 | R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs. |
| 8707 | (Target_arm::scan_reloc_section_for_stubs): Instead of calling |
| 8708 | scan_reloc_for_stub, do all processing of R_ARM_V4BX here. |
| 8709 | * options.cc (General_options::General_options): Initialize member |
| 8710 | fix_v4bx_. |
| 8711 | * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh |
| 8712 | (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout |
| 8713 | and rm_no_fix_v4bx.stdout |
| 8714 | (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o, |
| 8715 | arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking, |
| 8716 | arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules. |
| 8717 | (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking |
| 8718 | and arm_no_fix_v4bx. |
| 8719 | * Makefile.in: Regenerate. |
| 8720 | * testsuite/arm_fix_v4bx.s: New file. |
| 8721 | * testsuite/arm_fix_v4bx.sh: Ditto. |
| 8722 | |
| 8723 | 2010-02-24 Doug Kwan <dougkwan@google.com> |
| 8724 | |
| 8725 | * arm.cc (Target_arm::got_section): Make the .got section the first |
| 8726 | non RELRO section in the data segment. |
| 8727 | * testsuite/script_test_5.sh: Fix match patterns to avoid matching |
| 8728 | suffixes of section names. |
| 8729 | |
| 8730 | 2010-02-24 Doug Kwan <dougkwan@google.com> |
| 8731 | |
| 8732 | * arm.cc (Target_arm::do_finalize_sections): Skip processor specific |
| 8733 | flags and attributes merging if an input file is a binary file. |
| 8734 | * fileread.cc (Input_file::open): Record format of original file. |
| 8735 | * fileread.h (Input_file::Format): New enum type. |
| 8736 | (Input_file::Input_file): Initialize data member format_. |
| 8737 | (Input_file::format): New method definition. |
| 8738 | (Input_file::format_):: New data member. |
| 8739 | |
| 8740 | 2010-02-24 Doug Kwan <dougkwan@google.com> |
| 8741 | |
| 8742 | * arm.cc (Arm_output_data_got): New class. |
| 8743 | (ARM_TCB_SIZE): New constant |
| 8744 | (Target_arm): Use Arm_output_data_got instead of Output_data_got. |
| 8745 | (Arm_output_section::fix_exidx_coverage): Add a parameter for layout. |
| 8746 | If user uses a script with a SECTIONS clause, issue only a warning |
| 8747 | for a misplaced EXIDX input section. Otherwise, issue an error. |
| 8748 | (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing |
| 8749 | garbage collection. |
| 8750 | (Target_arm::got_mode_index_entry): Handle static linking. |
| 8751 | (Target_arm::Scan::local): Ditto. |
| 8752 | (Target_arm::Scan::global): Ditto. |
| 8753 | (Target_arm::Relocate::relocate_tls): Handle static linking. Fix |
| 8754 | all incorrectly implemented relocations. |
| 8755 | (Target_arm::fix_exidx_coverage): Pass layout to |
| 8756 | Arm_output_section::fix_exidx_coverage. |
| 8757 | * layout.cc (Layout::section_name_mapping): Remove trailing dots |
| 8758 | from ".ARM.exidx." and ".ARM.extab.". |
| 8759 | |
| 8760 | 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 8761 | |
| 8762 | * arm.cc (Target_arm::do_finalize_sections): Create attribute |
| 8763 | section if it does not already exist. |
| 8764 | * attributes.cc (Attributes_section_data::Attributes_section_data): |
| 8765 | Don't crash if size is zero. |
| 8766 | |
| 8767 | 2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 8768 | Ian Lance Taylor <iant@google.com> |
| 8769 | |
| 8770 | * gold.cc (queue_middle_tasks): If no input files were opened, |
| 8771 | exit. |
| 8772 | * workqueue.h (Task_function::Task_function): Assert that there is |
| 8773 | a blocker. |
| 8774 | |
| 8775 | 2010-02-22 Doug Kwan <dougkwan@google.com> |
| 8776 | |
| 8777 | * gold-threads.h (Once::~Once): Explicitly define virtual destructor. |
| 8778 | * icf.cc (get_section_contents): Cast snprintf arguments to long long |
| 8779 | types to avoid warnings due to different uint64_t implementations |
| 8780 | on different hosts. |
| 8781 | |
| 8782 | 2010-02-21 Doug Kwan <dougkwan@google.com> |
| 8783 | |
| 8784 | * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in |
| 8785 | handling of the maximum backward branch offset. |
| 8786 | (Arm_relocate_functions::thumb_branch_common): Ditto. |
| 8787 | * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh. |
| 8788 | (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout |
| 8789 | thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout, |
| 8790 | thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout. |
| 8791 | (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o, |
| 8792 | arm_bl_out_of_range.stdout, arm_bl_out_of_range, |
| 8793 | arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range, |
| 8794 | thumb_bl_in_range.o, thumb_bl_out_of_range.stdout, |
| 8795 | thumb_bl_out_of_range thumb_bl_out_of_range.o, |
| 8796 | thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o |
| 8797 | thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range, |
| 8798 | thumb2_bl_out_of_range.o): New rules. |
| 8799 | (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range, |
| 8800 | thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and |
| 8801 | thumb2_bl_out_of_range |
| 8802 | * testsuite/Makefile.in: Regenerate. |
| 8803 | * testsuite/arm_bl_in_range.s: New file. |
| 8804 | * testsuite/arm_bl_out_of_range.s: Ditto. |
| 8805 | * testsuite/arm_branch_in_range.sh: Ditto. |
| 8806 | * testsuite/arm_branch_range.t: Ditto. |
| 8807 | * testsuite/thumb2_branch_range.t: Ditto. |
| 8808 | * testsuite/thumb_bl_in_range.s: Ditto. |
| 8809 | * testsuite/thumb_bl_out_of_range.s: Ditto. |
| 8810 | * testsuite/thumb_branch_range.t: Ditto. |
| 8811 | |
| 8812 | 2010-02-20 Sriraman Tallam <tmsriram@google.com> |
| 8813 | |
| 8814 | * gc.h (gc_process_relocs): Change vectors to point to the new list. |
| 8815 | Add reloc offset information. |
| 8816 | * icf.cc (get_section_contents): Change iterators to point to the new |
| 8817 | vectors. Add reloc offset information to the contents. |
| 8818 | * icf.h (Icf::Sections_reachable_info): New typedef. |
| 8819 | (Icf::Sections_reachable_list): New typedef. |
| 8820 | (Icf::Offset_info): New typedef. |
| 8821 | (Icf::Reloc_info): New struct typedef. |
| 8822 | (Icf::Reloc_info_list): New typedef. |
| 8823 | (Icf::symbol_reloc_list): Delete method. |
| 8824 | (Icf::addend_reloc_list): Delete method. |
| 8825 | (Icf::section_reloc_list): Delete method. |
| 8826 | (Icf::reloc_info_list): New method. |
| 8827 | (Icf::reloc_info_list_): New member. |
| 8828 | |
| 8829 | 2010-02-19 Doug Kwan <dougkwan@google.com> |
| 8830 | |
| 8831 | * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32, |
| 8832 | R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented. |
| 8833 | * arm.cc (Arm_relocation_functions): New forward declaration. |
| 8834 | (Target_arm::Target_arm): Initialize new data members |
| 8835 | got_mod_index_offset_ and tls_base_symbol_defined_. |
| 8836 | (Target_arm::Relocate::relocate_tls): New method. |
| 8837 | (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol, |
| 8838 | Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section): |
| 8839 | New methods. |
| 8840 | (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET, |
| 8841 | GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC. |
| 8842 | (Target_arm::got_mod_index_offset_, |
| 8843 | Target_arm::tls_base_symbol_defined_): New data members. |
| 8844 | (Target_arm::Scan::local, Target::Scan::global, |
| 8845 | Target_arm::Relocate::relocate): Handle 32-bit initial TLS |
| 8846 | relocations. |
| 8847 | |
| 8848 | 2010-02-18 Doug Kwan <dougkwan@google.com> |
| 8849 | |
| 8850 | * arm.cc (Arm_relobj::find_linked_text_section): New method. |
| 8851 | (Arm_relobj::make_exidx_input_section): Pass section index of linked |
| 8852 | text section as a parameter becuase some broken tools may not set |
| 8853 | the link in section header. |
| 8854 | (Target_arm::has_got_section): New method. |
| 8855 | (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section |
| 8856 | without any mapping symbol as data only. Remove warning. |
| 8857 | (Arm_relobj::do_read_synbols): If an EXIDX input section has no |
| 8858 | link in its section header, try to discover the link by inspecting the |
| 8859 | REL31 relocation at the beginning of the section. |
| 8860 | (Target_arm::Scan::check_non_pic): Report name of offending relocation |
| 8861 | in error message. |
| 8862 | (Target_arm::Scan::global): Treat any reference to the symbol |
| 8863 | _GLOBAL_OFFSET_TABLE_ as a GOT access. |
| 8864 | |
| 8865 | 2010-02-12 Sriraman Tallam <tmsriram@google.com> |
| 8866 | |
| 8867 | * arm.cc (Scan::local_reloc_may_be_function_pointer): New function. |
| 8868 | (Scan::global_reloc_may_be_function_pointer): New function. |
| 8869 | * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function. |
| 8870 | (Scan::global_reloc_may_be_function_pointer): New function. |
| 8871 | * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function. |
| 8872 | (Scan::global_reloc_may_be_function_pointer): New function. |
| 8873 | * i386.cc (Scan::local_reloc_may_be_function_pointer): New function. |
| 8874 | (Scan::global_reloc_may_be_function_pointer): New function. |
| 8875 | * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function. |
| 8876 | (Scan::global_reloc_may_be_function_pointer): New function. |
| 8877 | (Scan::possible_function_pointer_reloc): New function. |
| 8878 | (Target_x86_64::can_check_for_function_pointers): New function. |
| 8879 | * gc.h (gc_process_relocs): Scan relocation types to determine if |
| 8880 | function pointers were taken for targets that support it. |
| 8881 | * icf.cc (Icf::find_identical_sections): Include functions for |
| 8882 | folding in safe ICF whose pointer is not taken. |
| 8883 | * icf.h (Secn_fptr_taken_set): New typedef. |
| 8884 | (fptr_section_id_): New member. |
| 8885 | (section_has_function_pointers): New function. |
| 8886 | (set_section_has_function_pointers): New function. |
| 8887 | (check_section_for_function_pointers): New function. |
| 8888 | * options.h: Fix comment for safe ICF option. |
| 8889 | * target.h (can_check_for_function_pointers): New function. |
| 8890 | * testsuite/Makefile.am: Add icf_safe_so_test test case. |
| 8891 | Modify icf_safe_test for X86-64. |
| 8892 | * testsuite/Makefile.in: Regenerate. |
| 8893 | * testsuite/icf_safe_so_test.cc: New file. |
| 8894 | * testsuite/icf_safe_so_test.sh: New file. |
| 8895 | * testsuite/icf_safe_test.cc (kept_func_3): New function. |
| 8896 | (main): Change to take pointer to function kept_func_3. |
| 8897 | * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe |
| 8898 | folding is done correctly for X86-64. |
| 8899 | |
| 8900 | 2010-02-12 David S. Miller <davem@davemloft.net> |
| 8901 | |
| 8902 | * output.h (Output_reloc<SHT_REL>::Output_reloc): Add |
| 8903 | is_symbolless parameter. |
| 8904 | (Output_reloc<SHT_REL>::is_symbolless): New. |
| 8905 | (Output_reloc<SHT_REL>::is_symbolless_): New. |
| 8906 | (Output_reloc<SHT_REL>::type_): Decrease to 29 bits. |
| 8907 | (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter. |
| 8908 | (Output_reloc<SHT_RELA>::is_symbolless): New. |
| 8909 | (Output_data_reloc::add_global): Handle is_symbolless. |
| 8910 | (Output_data_reloc::add_global_relative): Likewise. |
| 8911 | (Output_data_reloc::add_local): Likewise. |
| 8912 | (Output_data_reloc::add_local_relative): Likewise. |
| 8913 | (Output_data_reloc::add_symbolless_global_addend): New. |
| 8914 | (Output_data_reloc::add_symbolless_local_addend): New. |
| 8915 | * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle |
| 8916 | is_symbolless. |
| 8917 | (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_ |
| 8918 | instead of ->is_relative_ |
| 8919 | (Output_reloc::write): Likewise. |
| 8920 | (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_ |
| 8921 | (Output_reloc::write_rel): Simplify. |
| 8922 | |
| 8923 | * sparc.cc (Target_sparc::Scan::local): Use |
| 8924 | ->add_symbolless_local_addend as needed. |
| 8925 | (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as |
| 8926 | needed. Also, emit appropriate unaligned vs. aligned dynamic reloc |
| 8927 | based upon relocation offset. |
| 8928 | |
| 8929 | 2010-02-11 Doug Kwan <dougkwan@google.com> |
| 8930 | |
| 8931 | * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling. |
| 8932 | (Target_arm::Scan::global): Ditto. Also remove a comment before the |
| 8933 | beginning of function. |
| 8934 | (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS |
| 8935 | and MOVT_ABS relocations. Those are non issued in scanning. Fix |
| 8936 | parameter is_32bit in calls to should_apply_static_reloc. |
| 8937 | * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh. |
| 8938 | (check_DATA): Add arm_abs_global.stdout. |
| 8939 | (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global, |
| 8940 | arm_abs_global.stdout): New rules. |
| 8941 | (MOSTLLYCLEANFILES): Add arm_abs_global |
| 8942 | * Makefile.in: Regenerate. |
| 8943 | * testsuite/arm_abs_global.s: New file. |
| 8944 | * testsuite/arm_abs_global.sh: Ditto. |
| 8945 | * testsuite/arm_abs_lib.s: Ditto. |
| 8946 | |
| 8947 | 2010-02-11 Ian Lance Taylor <iant@google.com> |
| 8948 | |
| 8949 | * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each |
| 8950 | Read_relocs task. |
| 8951 | (queue_middle_tasks): Likewise, and also for Scan_relocs. Run |
| 8952 | Allocate_commons_task first. |
| 8953 | * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next |
| 8954 | task, rather than symtab_lock_. |
| 8955 | (Gc_process_relocs::~Gc_process_relocs): New function. |
| 8956 | (Gc_process_relocs::is_runnable): Check this_blocker_. |
| 8957 | (Gc_process_relocs::locks): Use next_blocker_ rather than |
| 8958 | blocker_. |
| 8959 | (Scan_relocs::~Scan_relocs): New function. |
| 8960 | (Scan_relocs::is_runnable): Check this_blocker_ rather than |
| 8961 | symtab_lock_. |
| 8962 | (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add |
| 8963 | next_blocker_. |
| 8964 | * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_ |
| 8965 | fields. Add this_blocker_ and next_blocker_ fields. Adjust |
| 8966 | constructor accordingly. |
| 8967 | (class Gc_process_relocs): Likewise. |
| 8968 | (class Scan_relocs): Likewise. |
| 8969 | * common.h (class Allocate_commons_task): Remove symtab_lock_ |
| 8970 | field, and corresponding constructor parameter. |
| 8971 | * common.cc (Allocate_commons_tasK::is_runnable): Remove use of |
| 8972 | symtab_lock_. |
| 8973 | (Allocate_commons_task::locks): Likewise. |
| 8974 | |
| 8975 | 2010-02-11 Ian Lance Taylor <iant@google.com> |
| 8976 | |
| 8977 | * gold-threads.h (class Once): Define. |
| 8978 | (class Initialize_lock): Rewrite as child of Once. |
| 8979 | * gold-threads.cc (class Once_initialize): Define. |
| 8980 | (once_pointer_control): New static variable. |
| 8981 | (once_pointer, once_arg): New static variables. |
| 8982 | (c_run_once): New static function. |
| 8983 | (Once::Once, Once::run_once, Once::internal_run): New functions. |
| 8984 | (class Initialize_lock_once): Remove. |
| 8985 | (initialize_lock_control): Remove. |
| 8986 | (initialize_lock_pointer): Remove. |
| 8987 | (initialize_lock_once): Remove. |
| 8988 | (Initialize_lock::Initialize_lock): Move to gold-threads.h. |
| 8989 | (Initialize_lock::initialize): Rewrite. |
| 8990 | (Initialize_lock::do_run_once): New function. |
| 8991 | * archive.cc (Archive::interpret_header): Only clear name if it is |
| 8992 | not already empty. |
| 8993 | * fileread.cc: Include "gold-threads.h" |
| 8994 | (file_counts_lock): New static variable. |
| 8995 | (file_counts_initialize_lock): Likewise. |
| 8996 | (File_read::release): Only increment counts when using --stats. |
| 8997 | Use a lock around the increment. |
| 8998 | * parameters.cc (class Set_parameters_target_once): Define. |
| 8999 | (set_parameters_target_once): New static variable. |
| 9000 | (Parameters::Parameters): Move here from parameters.h. |
| 9001 | (Parameters::set_target): Rewrite. |
| 9002 | (Parameters::set_target_once): New function. |
| 9003 | (Parameters::clear_target): Move here and rewrite. |
| 9004 | * parameters.h (class Parameters): Update declarations. Add |
| 9005 | set_parameters_target_once_ field. |
| 9006 | (Parameters::Parameters): Move to parameters.cc. |
| 9007 | (Parameters::clear_target): Likewise. |
| 9008 | * readsyms.cc (Read_symbols::do_group): Create a Start_group |
| 9009 | task. |
| 9010 | (Start_group::~Start_group): New function. |
| 9011 | (Start_group::is_runnable): New function. |
| 9012 | (Start_group::locks, Start_group::run): New functions. |
| 9013 | (Finish_group::run): Change saw_undefined to size_t. |
| 9014 | * readsyms.h (class Start_group): Define. |
| 9015 | (class Finish_group): Change saw_undefined_ field to size_t. |
| 9016 | (Finish_group::Finish_group): Remove saw_undefined and |
| 9017 | this_blocker parameters. Change all callers. |
| 9018 | (Finish_group::set_saw_undefined): New function. |
| 9019 | (Finish_group::set_blocker): New function. |
| 9020 | * symtab.h (class Symbol_table): Change saw_undefined to return |
| 9021 | size_t. Change saw_undefined_ field to size_t. |
| 9022 | * target-select.cc (Set_target_once::do_run_once): New function. |
| 9023 | (Target_selector::Target_selector): Initialize set_target_once_ |
| 9024 | field. Don't initialize lock_ and initialize_lock_ fields. |
| 9025 | (Target_selector::instantiate_target): Rewrite. |
| 9026 | (Target_selector::set_target): New function. |
| 9027 | * target-select.h (class Set_target_once): Define. |
| 9028 | (class Target_selector): Update declarations. Make |
| 9029 | Set_target_once a friend. Remove lock_ and initialize_lock_ |
| 9030 | fields. Add set_target_once_ field. |
| 9031 | |
| 9032 | 2010-02-10 Ian Lance Taylor <iant@google.com> |
| 9033 | |
| 9034 | * dirsearch.cc (Dirsearch::initialize): Add all blockers before |
| 9035 | queueing any tasks. |
| 9036 | * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker. |
| 9037 | (queue_middle_tasks): Add all blockers before queueing any tasks. |
| 9038 | (queue_final_tasks): Likewise. |
| 9039 | * token.h (Task_token::add_blockers): New function. |
| 9040 | * object.h (Input_objects::number_of_relobjs): New function. |
| 9041 | |
| 9042 | 2010-02-10 Ian Lance Taylor <iant@google.com> |
| 9043 | |
| 9044 | * i386.cc (Relocate::relocate_tls): A local symbol is final if not |
| 9045 | shared, not if not position independent. |
| 9046 | * x86_64.cc (Relocate::relocate_tls): Likewise. |
| 9047 | * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test. |
| 9048 | (tls_pie_pic_test): New target. |
| 9049 | * testsuite/Makefile.in: Rebuild. |
| 9050 | |
| 9051 | * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test. |
| 9052 | (tls_test_main_pie.o, tls_test_pie.o): New targets. |
| 9053 | (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise. |
| 9054 | * testsuite/Makefile.in: Rebuild. |
| 9055 | |
| 9056 | 2010-02-09 David S. Miller <davem@davemloft.net> |
| 9057 | |
| 9058 | * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than |
| 9059 | R_SPARC_RELATIVE using ->add_local_relative(). |
| 9060 | (Target_sparc::Scan::global): Likewise for ->add_global_relative(). |
| 9061 | |
| 9062 | * output.h (Output_data_dynamic::add_section_size): New method |
| 9063 | that takes two Output_data objects. |
| 9064 | (Output_data_dynamic::Dynamic_entry): Create storage for secondary |
| 9065 | entry param. Handle it in initializers. |
| 9066 | * output.cc (Output_data_dynamic::Dynamic_entry::write): For |
| 9067 | DYNAMIC_SECTION_SIZE, add in second object size if non-NULL. |
| 9068 | * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt |
| 9069 | arg. |
| 9070 | * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt, |
| 9071 | and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt |
| 9072 | * arm.cc (Target_arm::do_finalize_sections): Update to pass false |
| 9073 | for dynrel_includes_plt. |
| 9074 | * i386.cc (Target_i386::do_finalize_sections): Likewise. |
| 9075 | * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise. |
| 9076 | * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output |
| 9077 | before .rela.plt |
| 9078 | (Target_sparc::do_finalize_sections): Update to pass true for |
| 9079 | dynrel_includes_plt. |
| 9080 | * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be |
| 9081 | output before .rela.plt |
| 9082 | (Target_powerpc::do_finalize_sections): Update to pass true for |
| 9083 | dynrel_includes_plt when 32-bit. |
| 9084 | |
| 9085 | 2010-02-08 Doug Kwan <dougkwan@google.com> |
| 9086 | |
| 9087 | * arm.cc (Arm_relobj::simple_input_section_output_address): New |
| 9088 | method. |
| 9089 | (Arm_relobj::section_needs_cortex_a8_stub_scanning, |
| 9090 | Arm_relobj::scan_section_for_cortex_a8_stubs, |
| 9091 | Arm_relobj::do_relocation_section): Instead of calling |
| 9092 | Output_section::output_address, use faster |
| 9093 | Arm_relobj::simple_input_section_output_address. |
| 9094 | |
| 9095 | 2010-02-08 David S. Miller <davem@davemloft.net> |
| 9096 | |
| 9097 | * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is |
| 9098 | unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned |
| 9099 | relocation helper function. |
| 9100 | |
| 9101 | * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP* |
| 9102 | just like R_SPARC_GOT{10,13,22}. |
| 9103 | (Target_sparc::Scan::local): Likewise. |
| 9104 | (Target_sparc::Relocate:relocate): Likewise. |
| 9105 | |
| 9106 | 2010-02-06 Ian Lance Taylor <iant@google.com> |
| 9107 | |
| 9108 | * configure.ac: Rewrite targetobjs duplicate removal code to use |
| 9109 | only shell constructs. |
| 9110 | * configure: Rebuild. |
| 9111 | |
| 9112 | 2010-02-05 Doug Kwan <dougkwan@google.com> |
| 9113 | |
| 9114 | PR 11247 |
| 9115 | * arm.cc (Arm_relobj::section_is_scannable): New method. |
| 9116 | (Arm_relobj::section_needs_reloc_stub_scanning): Use it. |
| 9117 | (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same. |
| 9118 | |
| 9119 | 2010-02-04 Doug Kwan <dougkwan@google.com> |
| 9120 | |
| 9121 | PR 11247 |
| 9122 | * arm-reloc-property.cc (cstdio): Include. |
| 9123 | * configure.ac (targetobjs): Remove duplicates. |
| 9124 | * configure: Regenerate. |
| 9125 | * resolve.cc (Symbol_table::resolve): Explicit instantiate both |
| 9126 | big and little endian version for a given address size. |
| 9127 | |
| 9128 | 2010-02-03 Doug Kwan <dougkwan@google.com> |
| 9129 | |
| 9130 | * arm-reloc-property.cc |
| 9131 | (Arm_reloc_property_table::reloc_name_in_error_message): New method |
| 9132 | definition. |
| 9133 | * arm-reloc-property.h |
| 9134 | (Arm_reloc_property_table::get_implemented_static_reloc_property): |
| 9135 | New method definition. |
| 9136 | (Arm_reloc_property_table::reloc_name_in_error_message): New method |
| 9137 | declaration. |
| 9138 | * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change |
| 9139 | overflow to N. |
| 9140 | (GOT_PREL): Change implemented to Y. |
| 9141 | * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method. |
| 9142 | (Target_arm::Relocate::reloc_needs_sym_origin): Remove method. |
| 9143 | (Arm_relocate_functions::movw_abs_nc): Remove method. |
| 9144 | (Arm_relocate_functions::movt_abs): Ditto. |
| 9145 | (Arm_relocate_functions::thm_movw_abs_nc): Ditto. |
| 9146 | (Arm_relocate_functions::thm_movt_abs): Ditto. |
| 9147 | (Arm_relocate_functions::movw_rel_nc): Ditto. |
| 9148 | (Arm_relocate_functions::movw_rel): Ditto. |
| 9149 | (Arm_relocate_functions::movt_rel): Ditto. |
| 9150 | (Arm_relocate_functions:thm_movw_rel_nc): Ditto. |
| 9151 | (Arm_relocate_functions:thm_movw_rel): Ditto. |
| 9152 | (Arm_relocate_functions:thm_movt_rel): Ditto. |
| 9153 | (Arm_relocate_functions::movw, Arm_relocate_functions::movt, |
| 9154 | (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt): |
| 9155 | New method definitions. |
| 9156 | (Arm_relocation_functions::arm_grp_alu): Add assertion for group index. |
| 9157 | (Arm_relocation_functions::arm_grp_ldr): Ditto. |
| 9158 | (Arm_relocation_functions::arm_grp_ldrs): Ditto. |
| 9159 | (Arm_relocation_functions::arm_grp_ldc): Ditto. |
| 9160 | (Target_arm::Relocate::relocate): Check for non-static or |
| 9161 | unimplemented relocation code and exit early. Change calls to |
| 9162 | Target_arm::reloc_uses_thumb_bit and |
| 9163 | Target_arm::Reloc::reloc_needs_sym_origin to use relocation property |
| 9164 | instead. Refactor code to handle similar relocations to increase |
| 9165 | code sharing. Remove check for unsupported relocation code in switch |
| 9166 | statement. |
| 9167 | (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use |
| 9168 | relocation property table to find out size. Change error message to |
| 9169 | print out the name of a relocation code instead of the numeric value. |
| 9170 | (Target_arm::scan_reloc_for_stub): Use relocation property table |
| 9171 | instead of calling Target_arm::reloc_uses_thumb_bit(). |
| 9172 | |
| 9173 | 2010-02-02 Doug Kwan <dougkwan@google.com> |
| 9174 | |
| 9175 | * arm.cc (Target_arm::relocate_section): Do view adjustment for all |
| 9176 | types of relaxed input section. |
| 9177 | |
| 9178 | 2010-02-02 Doug Kwan <dougkwan@google.com> |
| 9179 | |
| 9180 | * Makefile.am (HFILES): Add arm-reloc-property.h. |
| 9181 | (DEFFILES): New. |
| 9182 | (TARGETSOURCES): Add arm-reloc-property.cc |
| 9183 | (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT) |
| 9184 | (libgold_a_SOURCES): $(DEFFILES) |
| 9185 | * Makefile.in: Regenerate. |
| 9186 | * arm-reloc-property.cc: New file. |
| 9187 | * arm-reloc-property.h: New file. |
| 9188 | * arm-reloc.def: New file. |
| 9189 | * arm.cc: Update comments. |
| 9190 | (arm-reloc-property.h): New included header. |
| 9191 | (arm_reloc_property_table): New global variable. |
| 9192 | (Target_arm::do_select_as_default_target): New method definition. |
| 9193 | * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add |
| 9194 | arm-reloc-property to targ_extra_obj. |
| 9195 | * parameters.cc (set_parameters_target): Call |
| 9196 | Target::select_as_default_target(). |
| 9197 | * target.h (Target::select_as_default_target): New method definition. |
| 9198 | (Target::do_select_as_default_target): Same. |
| 9199 | |
| 9200 | 2010-02-01 Doug Kwan <dougkwan@google.com> |
| 9201 | |
| 9202 | * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize |
| 9203 | first_output_text_section_. |
| 9204 | (Arm_exidx_fixup::first_output_text_section): New method definition. |
| 9205 | (Arm_exidx_fixup::first_output_text_section_): New data member. |
| 9206 | (Arm_exidx_fixup::process_exidx_section): Record the first text |
| 9207 | output section seen. |
| 9208 | (Arm_output_section::fix_exidx_coverage): Set correct linked section |
| 9209 | and entsize in output section header. |
| 9210 | |
| 9211 | 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 9212 | |
| 9213 | * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8, |
| 9214 | R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0. |
| 9215 | (Arm_relocate_functions::thm_alu11): New Method. |
| 9216 | (Arm_relocate_functions::thm_pc8): New Method. |
| 9217 | (Arm_relocate_functions::thm_pc12): New Method. |
| 9218 | (Target_arm::Scan::local): Handle the relocations. |
| 9219 | (Target_arm::Scan::global): Likewise. |
| 9220 | (Target_arm::Relocate::relocate): Likewise. |
| 9221 | (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise. |
| 9222 | |
| 9223 | 2010-01-29 Doug Kwan <dougkwan@google.com> |
| 9224 | |
| 9225 | * arm.cc (Target_arm::Scan::global): General PLTs for the same set |
| 9226 | of relocation types as ld. |
| 9227 | |
| 9228 | 2010-01-29 Doug Kwan <dougkwan@google.com> |
| 9229 | |
| 9230 | * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility |
| 9231 | to public. |
| 9232 | (Arm_relocate_functions::thumb_branch_common): Ditto. |
| 9233 | (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24, |
| 9234 | Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32, |
| 9235 | Arm_relocate_functions::xpc25, Arm_relocate_functions::call, |
| 9236 | Arm_relocate_functions::jump24): Remove. |
| 9237 | (Target_arm::Relocate::relocate): Adjust code to call |
| 9238 | Arm_relocation_functions::arm_branch_common and |
| 9239 | Arm_relocation_functions::thumb_branch_common instead of their removed |
| 9240 | wrappers. Merge switch-cases together to reduce source code size. |
| 9241 | |
| 9242 | 2010-01-29 Doug Kwan <dougkwan@google.com> |
| 9243 | |
| 9244 | * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member |
| 9245 | output_local_symbol_count_needs_update_. |
| 9246 | (Arm_relobj::output_local_symbol_count_needs_update, |
| 9247 | Arm_relobj::set_output_local_symbol_count_needs_update, |
| 9248 | Arm_relobj::update_output_local_symbol_count): New methods. |
| 9249 | (Arm_relobj::output_local_symbol_count_needs_update_): New data |
| 9250 | member. |
| 9251 | (Arm_exidx_cantunwind::do_fixed_endian_write): Write address |
| 9252 | of pointed function as in a R_ARM_PREL31 relocation. |
| 9253 | (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects |
| 9254 | for output local symbol count updating. |
| 9255 | (Target_arm::do_relax): Update output local symbol counts in objects |
| 9256 | if necessary. |
| 9257 | * object.h (Sized_relobj::set_output_local_symbol_count): New method. |
| 9258 | |
| 9259 | 2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 9260 | |
| 9261 | * arm.cc: Added support for the ARM relocations: |
| 9262 | R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL, |
| 9263 | R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL. |
| 9264 | (Arm_relocate_functions::movw_rel_nc): Renamed (was |
| 9265 | movw_prel_nc). |
| 9266 | (Arm_relocate_functions::movw_rel): New method. |
| 9267 | (Arm_relocate_functions::movt_rel): Renamed (was movt_prel). |
| 9268 | (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was |
| 9269 | thm_movw_prel_nc). |
| 9270 | (Arm_relocate_functions::thm_movw_rel): New method. |
| 9271 | (Arm_relocate_functions::thm_movt_rel): Renamed (was |
| 9272 | thm_movt_prel). |
| 9273 | (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL |
| 9274 | relocations. |
| 9275 | (Target_arm::Scan::global): Likewise. |
| 9276 | (Target_arm::Relocate::relocate): Likewise. |
| 9277 | (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): |
| 9278 | Likewise. |
| 9279 | |
| 9280 | 2010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 9281 | |
| 9282 | * arm.cc: Added support for ARM group relocations. |
| 9283 | (Target_arm::reloc_needs_sym_origin): New method. |
| 9284 | (Arm_relocate_functions::calc_grp_kn): New method. |
| 9285 | (Arm_relocate_functions::calc_grp_residual): New method. |
| 9286 | (Arm_relocate_functions::calc_grp_gn): New method. |
| 9287 | (Arm_relocate_functions::arm_grp_alu): New Method. |
| 9288 | (Arm_relocate_functions::arm_grp_ldr): New Method. |
| 9289 | (Arm_relocate_functions::arm_grp_ldrs): New Method. |
| 9290 | (Arm_relocate_functions::arm_grp_ldc): New Method. |
| 9291 | (Target_arm::Scan::local): Handle the ARM group relocations. |
| 9292 | (Target_arm::Scan::global): Likewise. |
| 9293 | (Target_arm::Relocate::relocate): Likewise. |
| 9294 | (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): |
| 9295 | Likewise. |
| 9296 | |
| 9297 | 2010-01-26 Doug Kwan <dougkwan@google.com> |
| 9298 | |
| 9299 | * arm.cc (set): Include. |
| 9300 | (class Arm_exidx_fixup): Change type of last_input_section_ to const |
| 9301 | pointer type. |
| 9302 | (Arm_output_section::Text_section_list): New type. |
| 9303 | (Arm_output_section::append_text_sections_to_list): New method. |
| 9304 | (Arm_output_section::fix_exidx_coverage): Ditto. |
| 9305 | (Arm_relobj::Arm_relobj): Initialize exidx_section_map_. |
| 9306 | (Arm_relobj::convert_input_section_to_relaxed_section): Use |
| 9307 | Relobj::set_section_offset() instead of |
| 9308 | Sized_relobj::invalidate_section_offset(). |
| 9309 | (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra |
| 9310 | parameter for section headers. Ignore relocation sections for |
| 9311 | unallocated sections and EXIDX sections. |
| 9312 | (Target_arm::fix_exidx_coverage): New method. |
| 9313 | (Target_arm::output_section_address_less_than): New type. |
| 9314 | (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the |
| 9315 | linked text section instead of the EXIDX section. |
| 9316 | (Arm_output_section::create_stub_group): Add an assertion to check |
| 9317 | that this is not an EXIDX output section. |
| 9318 | (Arm_output_section::append_text_sections_to_list): New method. |
| 9319 | (Arm_output_section::fix_exidx_coverage): Ditto. |
| 9320 | (Arm_relobj::scan_sections_for_stubs): Adjust call to |
| 9321 | Arm_relobj::section_needs_reloc_stub_scanning. |
| 9322 | (Target_arm::do_relax): Fix EXIDX output section coverage in the |
| 9323 | first pass. |
| 9324 | (Target_arm::fix_exidx_coverage): New method. |
| 9325 | * object.h (Relobj::set_output_section): New method. |
| 9326 | (Sized_relobj::invalidate_section_offset): Remove method. |
| 9327 | (Sized_relobj::do_invalidate_section_offset): Remove method. |
| 9328 | (Sized_relobj::do_set_section_offset): Handle offset value -1. |
| 9329 | |
| 9330 | 2010-01-25 Doug Kwan <dougkwan@google.com> |
| 9331 | |
| 9332 | * arm.cc (Arm_exidx_merged_section::do_output_offset): |
| 9333 | Fix warning due to signed and unsigned comparison on a 32-bit host. |
| 9334 | |
| 9335 | 2010-01-22 Doug Kwan <dougkwan@google.com> |
| 9336 | |
| 9337 | * arm.cc (Target_arm::do_relax): Record an output section for section |
| 9338 | offset adjustment it contains any stub table that has changed. |
| 9339 | * layout.cc (Layout::clean_up_after_relaxation): Adjust section |
| 9340 | offsets in an output section if necessary. |
| 9341 | * output.cc (Output_section::Output_section): Initialize |
| 9342 | section_offsets_need_adjustments_. |
| 9343 | (Output_section::add_input_section_for_script): Renamed to |
| 9344 | Output_section::add_simple_input_section. |
| 9345 | (Output_section::save_states): Add a comment. |
| 9346 | (Output_section::discard_states): New method defintion. |
| 9347 | (Output_section::adjust_section_offsets): Same. |
| 9348 | * output.h (Output_section::add_input_section_for_script): Renamed to |
| 9349 | Output_section::add_simple_input_section. |
| 9350 | (Output_section::discard_states): New method declaration. |
| 9351 | (Output_section::adjust_section_offsets): Same. |
| 9352 | (Output_section::section_offsets_need_adjustment, |
| 9353 | Output_section::set_section_offsets_need_adjustment): New method |
| 9354 | definitions. |
| 9355 | (Output_section::section_offsets_need_adjustment_): New data member. |
| 9356 | * script-sections.cc |
| 9357 | (Output_section_element_input::set_section_address): Adjust code for |
| 9358 | renaming of Output_section::add_input_section_for_script. |
| 9359 | (Orphan_output_section::set_section_address): Same. |
| 9360 | |
| 9361 | 2010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 9362 | |
| 9363 | * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of |
| 9364 | Fix_v4bx enum values . |
| 9365 | * gold/options.h (General_options): New option definitions. |
| 9366 | (General_options::fix_v4bx): New method. |
| 9367 | (General_options::Fix_v4bx): New enum. |
| 9368 | * gold/options.cc (General_options::parse_fix_v4bx): New method. |
| 9369 | (General_options::parse_fix_v4bx_interworking): New method. |
| 9370 | |
| 9371 | 2010-01-22 Doug Kwan <dougkwan@google.com> |
| 9372 | |
| 9373 | * arm.cc (Arm_exidx_fixup): New class. |
| 9374 | |
| 9375 | 2010-01-21 Doug Kwan <dougkwan@google.com> |
| 9376 | |
| 9377 | * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New |
| 9378 | classes. |
| 9379 | (Arm_exidx_section_offset_map): New type. |
| 9380 | |
| 9381 | 2010-01-21 Doug Kwan <dougkwan@google.com> |
| 9382 | |
| 9383 | * arm.cc (Arm_exidx_input_section): New class. |
| 9384 | (Arm_relobj::exidx_input_section_by_link, |
| 9385 | Arm_relobj::exidx_input_section_by_shndx, |
| 9386 | Arm_relobj::make_exidx_input_section): New methods. |
| 9387 | (read_arm_attributes_section): Remove. |
| 9388 | (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record |
| 9389 | information about them. |
| 9390 | (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section |
| 9391 | to here. |
| 9392 | |
| 9393 | 2010-01-20 Doug Kwan <dougkwan@google.com> |
| 9394 | |
| 9395 | * arm.cc (Target_arm::Arm_input_section_map): Change key type from |
| 9396 | Input_section_specifier to Section_id. |
| 9397 | (Target_arm::new_arm_input_section: Adjust code for change of key |
| 9398 | type. |
| 9399 | (Target_arm::find_arm_input_section): Ditto. |
| 9400 | * gc.h (object.h): Include for Section_id nand Section_id_hash. |
| 9401 | (Section_id): Remove. |
| 9402 | (Garbage_collection::Section_id_hash): Remove. |
| 9403 | * icf.h (object.h): Include for Section_id nand Section_id_hash. |
| 9404 | (Section_id): Remove. |
| 9405 | (Icf::Section_id_hash): Remove. |
| 9406 | * object.h (Section_id, Const_section_id, Section_id_hash, |
| 9407 | Const_section_id_hash): New type definitions. |
| 9408 | * output.cc (Output_section::add_relaxed_input_section): Change to |
| 9409 | use Const_section_id instead of Input_section_specifier as key type. |
| 9410 | (Output_section::add_merge_input_section): Ditto. |
| 9411 | (Output_section::build_relaxation_map): Change to use Section_id |
| 9412 | instead of Input_section_specifier as key type. |
| 9413 | (Output_section::convert_input_sections_in_list_to_relaxed_sections): |
| 9414 | Ditto. |
| 9415 | (Output_section::convert_input_sections_to_relaxed_sections): Change |
| 9416 | to use Const_section_id instead of Input_section_specifier as key type. |
| 9417 | (Output_section::find_merge_section): Ditto. |
| 9418 | (Output_section::find_relaxed_input_section): Ditto. |
| 9419 | * output.h (Input_section_specifier): Remove class. |
| 9420 | (Output_section::Output_section_data_by_input_section_map): Change |
| 9421 | key type to Const_section_id. |
| 9422 | (Output_section::Output_relaxed_input_section_by_input_section_map): |
| 9423 | Ditto. |
| 9424 | (Output_section::Relaxation_map): Change key type to Section_id. |
| 9425 | |
| 9426 | 2010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 9427 | |
| 9428 | * gold/arm.cc: Added support for R_ARM_V4BX relocation |
| 9429 | (class Arm_v4bx_stub): New class. |
| 9430 | (DEF_STUBS): Updated definition to support v4_veneer_bx. |
| 9431 | (Stub_factory::make_arm_v4bx_stub): New method. |
| 9432 | (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template. |
| 9433 | (Stub_table::empty): Handle v4bx stubs. |
| 9434 | (Stub_table::add_arm_v4bx_stub): New method. |
| 9435 | (Stub_table::find_arm_v4bx_stub): New method. |
| 9436 | (Arm_relocate_functions::v4bx): New method. |
| 9437 | (Target_arm::fix_v4bx): New method. |
| 9438 | (Target_arm::Target_arm): Handle R_ARM_V4BX. |
| 9439 | (Stub_table::relocate_stubs): Likewise. |
| 9440 | (Stub_table::do_write): Likewise. |
| 9441 | (Stub_table::update_data_size_and_addralign): Likewise. |
| 9442 | (Stub_table::finalize_stubs): Likewise. |
| 9443 | (Target_arm::Scan::local): Likewise. |
| 9444 | (Target_arm::Scan::global): Likewise. |
| 9445 | (Target_arm::do_finalize_sections): Likewise. |
| 9446 | (Target_arm::Relocate::relocate): Likewise. |
| 9447 | (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): |
| 9448 | Likewise. |
| 9449 | (Target_arm::scan_reloc_for_stub): Likewise. |
| 9450 | (Target_arm::scan_reloc_section_for_stubs): Likewise. |
| 9451 | |
| 9452 | 2010-01-19 Ian Lance Taylor <iant@google.com> |
| 9453 | |
| 9454 | * output.cc (Output_section_headers::do_sized_write): Write large |
| 9455 | segment count to sh_info field. |
| 9456 | (Output_file_header::do_sized_write): For large segment count, |
| 9457 | write PN_XNUM to e_phnum field. |
| 9458 | |
| 9459 | 2010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 9460 | |
| 9461 | * arm.cc (Arm_relocate_functions::thm_jump6): New function. |
| 9462 | (Arm_relocate_functions::thm_jump8): New function. |
| 9463 | (Arm_relocate_functions::thm_jump11): New function. |
| 9464 | (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8, |
| 9465 | R_ARM_THM_JUMP11. |
| 9466 | (Target_arm::Scan::global): Likewise. |
| 9467 | (Target_arm::Relocate::relocate): Likewise. |
| 9468 | (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): |
| 9469 | Likewise. |
| 9470 | |
| 9471 | 2010-01-14 Doug Kwan <dougkwan@google.com> |
| 9472 | |
| 9473 | * arm.cc (map, utility): Include headers. |
| 9474 | (Target_arm::apply_cortex_a8_workaround): New method. |
| 9475 | (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround. |
| 9476 | (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19. |
| 9477 | (Target_arm::Scan::global): R_ARM_THM_JUMP19. |
| 9478 | (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to |
| 9479 | the --[no-]fix-cortex-a8 command line options. |
| 9480 | (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19. |
| 9481 | (Target_arm::relocate_stub): Use addend in instruction template. |
| 9482 | * options.h (DEFINE_bool): Set the user-set flag. |
| 9483 | (General_options): Add --[no-]-fix-cortex options. |
| 9484 | * output.cc (Output_section::convert_input_sections_to_relaxed_sections) |
| 9485 | : Update fast look-up map after conversion. |
| 9486 | |
| 9487 | 2010-01-14 Sriraman Tallam <tmsriram@google.com> |
| 9488 | |
| 9489 | * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack |
| 9490 | in the first pass of do_layout. |
| 9491 | |
| 9492 | 2010-01-13 Doug Kwan <dougkwan@google.com> |
| 9493 | |
| 9494 | * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning, |
| 9495 | Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an |
| 9496 | apparent compiler problem of not folding static constant integral |
| 9497 | data members of elfcpp::Elf_sizes<32>. |
| 9498 | |
| 9499 | 2010-01-13 Doug Kwan <dougkwan@google.com> |
| 9500 | |
| 9501 | * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning, |
| 9502 | Arm_relobj::section_needs_cortex_a8_stub_scanning, |
| 9503 | Arm_relobj::scan_section_for_cortex_a8_erratum, |
| 9504 | Arm_relobj::scan_span_for_cortex_a8_erratum): New methods. |
| 9505 | (Arm_relobj::scan_sections_for_stubs): Move code deciding what |
| 9506 | sections to scan for relocation stubs into a new method |
| 9507 | Arm_relobj::section_needs_reloc_stub_scanning. Handle both |
| 9508 | relocation and Cortex-A8 stub scanning. |
| 9509 | (Target_arm::do_relax): Force stubs to be after stubbed sections |
| 9510 | if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at |
| 9511 | the beginning of a new relaxation pass. Update a comment. |
| 9512 | (Target_arm::scan_span_for_cortex_a8_erratum): New method definition. |
| 9513 | |
| 9514 | 2010-01-12 Ian Lance Taylor <iant@google.com> |
| 9515 | |
| 9516 | * target-reloc.h (visibility_error): New inline function. |
| 9517 | (relocate_section): Call visibility_error. |
| 9518 | * testsuite/Makefile.am (check_DATA): Add protected_3.err. |
| 9519 | (MOSTLYCLEANFILES): Likewise. |
| 9520 | (protected_4_pic.o, protected_3.err): New targets. |
| 9521 | * testsuite/protected_4.cc: New file. |
| 9522 | |
| 9523 | 2010-01-12 Doug Kwan <dougkwan@google.com> |
| 9524 | |
| 9525 | * arm.cc (Cortex_a8_reloc): New class. |
| 9526 | (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_ |
| 9527 | and cortex_a8_relocs_info_. |
| 9528 | (Target_arm::fix_cortex_a8): New method definition. |
| 9529 | (Target_arm::Cortex_a8_relocs_info): New type. |
| 9530 | (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_): |
| 9531 | New data member declarations. |
| 9532 | (Target_arm::scan_reloc_for_stub): Record information about |
| 9533 | relocations for THUMB branches that might be exempted from the |
| 9534 | Cortex-A8 workaround. |
| 9535 | (Target_arm::do_relax): Clear all Cortex-A8 relocation information |
| 9536 | at the beginning of a relaxation pass. |
| 9537 | |
| 9538 | 2010-01-12 Doug Kwan <dougkwan@google.com> |
| 9539 | |
| 9540 | * arm.cc (Arm_relobj::mapping_symbols_info_): New data member. |
| 9541 | (Arm_relobj::Mapping_symbol_position, |
| 9542 | Arm_reloj::Mapping_symbol_position_less, |
| 9543 | Arm_relobj::Mapping_symbols_info): New types. |
| 9544 | (Target_arm::is_mapping_symbol_name): New method definition. |
| 9545 | (Arm_relobj::do_count_local_symbols): Save information about mapping |
| 9546 | symbols. |
| 9547 | |
| 9548 | 2010-01-11 Doug Kwan <dougkwan@google.com> |
| 9549 | |
| 9550 | * arm.cc (Arm_relocate_functions::thumb32_branch_offset, |
| 9551 | Arm_relocate_functions::thumb32_branch_upper, |
| 9552 | Arm_relocate_functions::thumb32_branch_lower, |
| 9553 | Arm_relocate_functions::thumb32_cond_branch_offset, |
| 9554 | Arm_relocate_functions::thumb32_cond_branch_upper, |
| 9555 | Arm_relocate_functions::thumb32_cond_branch_lower, |
| 9556 | Arm_relocate_functions::thm_jump19): New methods to handle THUMB |
| 9557 | branch offset encoding. |
| 9558 | (Arm_relocate_functions::thumb_branch_common): Use new branch |
| 9559 | offset encoding methods to avoid code duplication. |
| 9560 | (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE. |
| 9561 | (Stub_addend_reader::operator()): Use new branch encoding method |
| 9562 | to avoid code duplication. |
| 9563 | |
| 9564 | 2010-01-11 Doug Kwan <dougkwan@google.com> |
| 9565 | |
| 9566 | * arm.cc (Arm_relobj::do_gc_process_relocs): New method. |
| 9567 | (Target_arm::do_finalize_sections): Define special EXIDX section |
| 9568 | symbols only if referenced. |
| 9569 | * gc.h (Garbage_collection::add_reference): New method. |
| 9570 | (gc_process_relocs): Use Garbage_collection::add_reference to avoid |
| 9571 | code duplication. |
| 9572 | |
| 9573 | 2010-01-11 Ian Lance Taylor <iant@google.com> |
| 9574 | |
| 9575 | * script.cc (Version_script_info::build_expression_list_lookup): |
| 9576 | Change complaing about duplicate wildcard match from error to |
| 9577 | warning. |
| 9578 | |
| 9579 | * script.cc (class Lazy_demangler): Recreate--revert part of patch |
| 9580 | of 2009-12-30. |
| 9581 | (Version_script_info::Version_script_info): Initialize globs_, |
| 9582 | default_version_, default_is_global_, and exact_. Don't |
| 9583 | initialize globals_ or locals_. |
| 9584 | (Version_script_info::build_lookup_tables): Build local symbols |
| 9585 | first. |
| 9586 | (Version_script_info::unquote): New function. |
| 9587 | (Version_script_info::add_exact_match): New function. |
| 9588 | (Version_script_info::build_expression_list_lookup): Remove lookup |
| 9589 | parameter. Add is_global parameter. Change all callers. Handle |
| 9590 | wildcard pattern specially. Unquote pattern. Call |
| 9591 | add_exact_match. |
| 9592 | (Version_script_info::get_name_to_match): New function. |
| 9593 | (Version_script_info::get_symbol_version): New function. |
| 9594 | (Version_script_info::get_symbol_version_helper): Remove. |
| 9595 | (Version_script_info::check_unmatched_names): Call unquote. |
| 9596 | * script.h (class Version_script_info): Change get_symbol_version |
| 9597 | to be non-inline and add is_global parameter; change all callers. |
| 9598 | Rewrite symbol_is_local. Update declarations. Define struct |
| 9599 | Version_tree_match, Exact, Globs. Don't define struct Lookup. |
| 9600 | Remove globals_ and locals_ members. Add exact_, globs_, |
| 9601 | default_version_, is_global_. |
| 9602 | (Version_script_info::Glob): Remove pattern, add expression and |
| 9603 | is_global. Update constructor. Change all callers. |
| 9604 | * dynobj.cc (Versions::finalize): Mark the version symbol as the |
| 9605 | default version. |
| 9606 | (Versions::symbol_section_contents): If a symbol is undefined, or |
| 9607 | defined in a dynamic object, set the version index to |
| 9608 | VER_NDX_LOCAL. |
| 9609 | * symtab.cc (Symbol_table::add_from_relobj): Don't call |
| 9610 | symbol_is_local. |
| 9611 | (Symbol_table::add_from_pluginobj): Likewise. |
| 9612 | * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2. |
| 9613 | |
| 9614 | 2010-01-11 Doug Kwan <dougkwan@google.com> |
| 9615 | |
| 9616 | * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency. |
| 9617 | (incremental_dump_LDADD): Add linking option for libintl. |
| 9618 | * Makefile.in: Regenerate. |
| 9619 | |
| 9620 | 2010-01-11 H.J. Lu <hongjiu.lu@intel.com> |
| 9621 | |
| 9622 | PR gold/11144 |
| 9623 | * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms |
| 9624 | instead of -Ds. |
| 9625 | * testsuite/Makefile.in: Regenerated. |
| 9626 | |
| 9627 | 2010-01-10 Doug Kwan <dougkwan@google.com> |
| 9628 | |
| 9629 | * options.h (DEFINE_var): Use parentheses around argument varname__ |
| 9630 | in macro body to avoid any unintended subsequent substitutions. |
| 9631 | |
| 9632 | 2010-01-10 Ian Lance Taylor <iant@google.com> |
| 9633 | |
| 9634 | * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR |
| 9635 | candidates before doing symbol resolution. |
| 9636 | |
| 9637 | * resolve.cc (Symbol_table::resolve): Add symbols to the list of |
| 9638 | ODR candidates if only one is weak. |
| 9639 | |
| 9640 | 2010-01-08 Ian Lance Taylor <iant@google.com> |
| 9641 | |
| 9642 | * script.cc (Version_script_info::build_expression_list_lookup): |
| 9643 | Don't warn about ambiguous version, just record the ambiguity. |
| 9644 | (Version_script_info::get_symbol_version_helper): Give error if |
| 9645 | version is ambiguous. |
| 9646 | |
| 9647 | 2010-01-08 Doug Kwan <dougkwan@google.com> |
| 9648 | |
| 9649 | * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_, |
| 9650 | prev_data_size_ and prev_addralign_. Remove initializer for |
| 9651 | deleted data member has_been_changed_. |
| 9652 | (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_ |
| 9653 | to determine if the table is empty. |
| 9654 | (Stub_table::has_been_changed, Stub_table_set_has_been_changed): |
| 9655 | Remove. |
| 9656 | (Stub_table::add_reloc_stub): Define method in class definition |
| 9657 | instead of just declaring it there. |
| 9658 | (Stub_table::add_cortex_a8_stub): New method definition. |
| 9659 | (Stub_table::update_data_size_and_addralign): Ditto. |
| 9660 | (Stub_table::finalize_stubs): Ditto. |
| 9661 | (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto. |
| 9662 | (Stub_table::do_addralign_): Return address alignment in the |
| 9663 | (Stub_table::do_reset_address_and_file_offset): Define method in |
| 9664 | class definition instead of declaring it there. Set current data |
| 9665 | size to be the data size of the previous pass. |
| 9666 | (Stub_table::set_final_data_size): Use current data size as the |
| 9667 | final data size. |
| 9668 | (Stub_table::relocate_stub): Change parameter type of stub from |
| 9669 | Reloc_stub pointer to Stub pointer. |
| 9670 | (Stub_table::addralign_, Stub_table::has_been_changed_): Remove. |
| 9671 | (Stub_table::Cortex_a8_stub_list): New typedef. |
| 9672 | (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_, |
| 9673 | Stub_table::prev_addralign_): New data member. |
| 9674 | (Arm_relobj::Arm_relobj): Initialize data member |
| 9675 | section_has_cortex_a8_workaround_. |
| 9676 | (Arm_relobj::section_has_cortex_a8_workaround, |
| 9677 | Arm_relobj::mark_section_for_cortex_a8_workaround): New method |
| 9678 | definitions. |
| 9679 | (Arm_relobj::section_has_cortex_a8_workaround_): New data member |
| 9680 | declarations. |
| 9681 | (Target_arm::relocate_stub): Change parameter type of stub from |
| 9682 | Reloc_stub pointer to Stub pointer. |
| 9683 | (Insn_template::size, Insn_template::alignment): Handle |
| 9684 | THUMB16_SPECIAL_TYPE. |
| 9685 | (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs, |
| 9686 | Stub_table::update_data_size_and_addralign, |
| 9687 | Stub_table::apply_cortex_a8_workaround_to_address_range): New method |
| 9688 | definitions. |
| 9689 | (Stub_table::relocate_stubs): Handle Cortex-A8 stubs. |
| 9690 | (Stub_table::do_write): Ditto. |
| 9691 | (Target_arm::do_relax): Adjust code for changes in Stub_table. |
| 9692 | |
| 9693 | 2010-01-08 Ian Lance Taylor <iant@google.com> |
| 9694 | |
| 9695 | PR 11108 |
| 9696 | * symtab.h (class Symbol): Remove fields is_target_special_ and |
| 9697 | has_plt_offset_. Add field is_defined_in_discarded_section_. |
| 9698 | (Symbol::is_defined_in_discarded_section): New function. |
| 9699 | (Symbol::set_is_defined_in_discarded_section): New function. |
| 9700 | (Symbol::has_plt_offset): Rewrite. |
| 9701 | (Symbol::set_plt_offset): Verify that new offset is not -1U. |
| 9702 | * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U. |
| 9703 | Don't initialize is_target_special_ or has_plt_offset_. |
| 9704 | Initialize is_defined_in_discarded_section_. |
| 9705 | (Symbol_table::add_from_relobj): If appropriate, set |
| 9706 | is_defined_in_discarded_section. |
| 9707 | * resolve.cc (Symbol::override_base_with_special): Don't test |
| 9708 | is_target_special_. Change has_plt_offset_ to has_plt_offset(). |
| 9709 | * target-reloc.h (relocate_section): Do special handling for |
| 9710 | symbols defined in discarded sections for global symbols as well |
| 9711 | as local symbols. |
| 9712 | |
| 9713 | 2010-01-08 Ian Lance Taylor <iant@google.com> |
| 9714 | |
| 9715 | * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in |
| 9716 | the SHT_SYMTAB case. |
| 9717 | |
| 9718 | 2010-01-08 Ian Lance Taylor <iant@google.com> |
| 9719 | |
| 9720 | * object.cc (Sized_relobj::do_layout): Don't get confused if |
| 9721 | layout_eh_frame returns NULL. |
| 9722 | |
| 9723 | 2010-01-08 Ian Lance Taylor <iant@google.com> |
| 9724 | |
| 9725 | PR 11084 |
| 9726 | * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no |
| 9727 | dynamic symbol table, use the normal symbol table. |
| 9728 | (Sized_dynobj::do_read_symbols): Remove assertion about type of |
| 9729 | symbol table. |
| 9730 | |
| 9731 | 2010-01-08 Ian Lance Taylor <iant@google.com> |
| 9732 | |
| 9733 | PR 11072 |
| 9734 | * layout.cc (Layout::include_section): Remove .gnu_debuglink |
| 9735 | sections. |
| 9736 | |
| 9737 | 2010-01-08 H.J. Lu <hongjiu.lu@intel.com> |
| 9738 | |
| 9739 | * version.cc (print_version): Change to "Copyright 2010". |
| 9740 | |
| 9741 | 2010-01-08 Ian Lance Taylor <iant@google.com> |
| 9742 | |
| 9743 | PR 10287 |
| 9744 | PR 11063 |
| 9745 | * i386.cc (class Target_i386): Change return type of plt_section |
| 9746 | to be non-const. |
| 9747 | (class Output_data_plt_i386): Add tls_desc_rel_ field. |
| 9748 | (Output_data_plt_i386::Output_data_plt_i386): Initialize |
| 9749 | tls_desc_rel_ field. |
| 9750 | (Output_data_plt_i386::rel_tls_desc): New function. |
| 9751 | (Target_i386::rel_tls_desc_section): New function. |
| 9752 | (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling. |
| 9753 | (Target_i386::Scan::global): For R_386_TLS_GOTDESC put |
| 9754 | R_386_TLS_DESC reloc in rel_tls_desc_section. |
| 9755 | * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field. |
| 9756 | Define struct Tlsdesc_info. |
| 9757 | (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_. |
| 9758 | (Target_x86_64::do_reloc_symbol_index): New function. |
| 9759 | (Target_x86_64::add_tlsdesc_info): New function. |
| 9760 | (class Output_data_plt_x86_64): Add tlsdesc_rel_ field. |
| 9761 | (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize |
| 9762 | tlsdesc_rel_ field. |
| 9763 | (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change |
| 9764 | all callers. |
| 9765 | (Output_data_plt_x86_64::rela_tlsdesc): New function. |
| 9766 | (Target_x86_64::rela_tlsdesc_section): New function. |
| 9767 | (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC |
| 9768 | handling. |
| 9769 | (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put |
| 9770 | (Target_x86_64::do_reloc_addend): New function. |
| 9771 | R_X86_64_TLSDESC reloc in rela_tlsdesc_section. |
| 9772 | * output.h (class Output_reloc) [SHT_REL]: Add new constructor |
| 9773 | declarations. Define TARGET_CODE. Add arg field to u1_ union. |
| 9774 | (Output_reloc::type): New function. |
| 9775 | (Output_reloc::is_local_section_symbol): Check for TARGET_CODE. |
| 9776 | (Output_reloc::is_target_specific): New function. |
| 9777 | (Output_reloc::target_arg): New function. |
| 9778 | (class Output_reloc) [SHT_RELA]: Add four new constructors for |
| 9779 | absolute relocs and target specific relocs. |
| 9780 | (class Output_data_reloc) [SHT_REL]: Add add_absolute and |
| 9781 | add_target_specific. |
| 9782 | (class Output_data_reloc) [SHT_RELA]: Likewise. |
| 9783 | * output.cc (Output_reloc::Output_reloc): Add four new versions |
| 9784 | for absolute relocs and target specific relocs. |
| 9785 | (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case. |
| 9786 | (Output_reloc::get_symbol_index): Likewise. |
| 9787 | (Output_reloc::local_section_offset): Check that local_sym_index_ |
| 9788 | is not TARGET_CODE or 0. |
| 9789 | (Output_reloc::symbol_value): Likewise. |
| 9790 | (Output_reloc::write) [SHT_RELA]: Call target for target specific |
| 9791 | reloc. |
| 9792 | * target.h (class Target): Add reloc_symbol_index and reloc_addend |
| 9793 | functions. Add do_reloc_symbol_index and do_reloc_addend virtual |
| 9794 | functions. |
| 9795 | * layout.cc (add_target_dynamic_tags): Use output section for |
| 9796 | DT_PLTRELSZ and DT_JMPREL. |
| 9797 | |
| 9798 | 2010-01-07 Ian Lance Taylor <iant@google.com> |
| 9799 | |
| 9800 | PR 11061 |
| 9801 | * output.h (class Output_reloc) [SHT_RELA]: Add is_relative |
| 9802 | function. |
| 9803 | (class Output_data_reloc_generic): Define. |
| 9804 | (class Output_data_reloc_base): Change base class to |
| 9805 | Output_data_reloc_generic. Change add() method to call |
| 9806 | bump_relative_reloc_count for a relative reloc. Remove |
| 9807 | sort_relocs_ field. |
| 9808 | * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_ |
| 9809 | to sort_relocs(). |
| 9810 | * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to |
| 9811 | Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if |
| 9812 | appropriate. |
| 9813 | * layout.h (class Layout): Update declaration. |
| 9814 | |
| 9815 | 2010-01-07 Ian Lance Taylor <iant@google.com> |
| 9816 | |
| 9817 | * output.h (class Output_data): Add const version of |
| 9818 | output_section and do_output_section. |
| 9819 | (class Output_section_data): Add const version of |
| 9820 | do_output_section. |
| 9821 | (class Output_section): Likewise. |
| 9822 | * layout.cc (Layout::add_target_dynamic_tags): New function. |
| 9823 | * layout.h (class Layout): Update declarations. |
| 9824 | * arm.cc (Target_arm::do_finalize_sections): Use |
| 9825 | add_target_dynamic_tags. |
| 9826 | * i386.cc (Target_i386::do_finalize_sections): Likewise. |
| 9827 | * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise. |
| 9828 | * sparc.cc (Target_sparc::do_finalize_sections): Likewise. |
| 9829 | * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise. |
| 9830 | |
| 9831 | 2010-01-07 Ian Lance Taylor <iant@google.com> |
| 9832 | |
| 9833 | PR 11042 |
| 9834 | * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic |
| 9835 | object as needed. |
| 9836 | |
| 9837 | 2010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com> |
| 9838 | Ian Lance Taylor <iant@google.com> |
| 9839 | |
| 9840 | PR 11019 |
| 9841 | * object.cc: Instantiate Xindex::initialize_symtab_xindex and |
| 9842 | Xindex::read_symtab_xindex. |
| 9843 | |
| 9844 | 2010-01-07 Doug Kwan <dougkwan@google.com> |
| 9845 | |
| 9846 | * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE. |
| 9847 | (Insn_template::thumb16_bcond_insn): New method declaration. |
| 9848 | (Insn_template): Fix spelling. |
| 9849 | (Stub::thumb16_special): New method declaration. |
| 9850 | (Stub::do_write): Define virtual method which was previously pure |
| 9851 | virtual. |
| 9852 | (Stub::do_thumb16_special): New method declaration. |
| 9853 | (Stub::do_fixed_endian_write): New template member. |
| 9854 | (Reloc_stub::do_write): Remove. |
| 9855 | (Reloc_stub::do_fixed_endian_write): Remove. |
| 9856 | (Cortex_a8_stub): New class definition. |
| 9857 | (Stub_factory::make_cortex_a8_stub): New method definition. |
| 9858 | (Stub_factory::Stub_factory): Add missing static storage class |
| 9859 | qualifier for elf32_arm_stub_a8_veneer_blx. |
| 9860 | |
| 9861 | 2010-01-07 Ian Lance Taylor <iant@google.com> |
| 9862 | |
| 9863 | PR 10980 |
| 9864 | * options.h (class General_options): Add --warn-unresolved-symbols |
| 9865 | and --error-unresolved-symbols. |
| 9866 | * errors.cc (Errors::undefined_symbol): Implement |
| 9867 | --warn-unresolved-symbols. |
| 9868 | |
| 9869 | * options.h (class General_options): Add -z text and -z textoff. |
| 9870 | * layout.cc (Layout::finish_dynamic_section): Implement -z text. |
| 9871 | |
| 9872 | 2010-01-06 Sriraman Tallam <tmsriram@google.com> |
| 9873 | |
| 9874 | * gc.h (Garbage_collection::Cident_section_map): New typedef. |
| 9875 | (Garbage_collection::cident_sections): New function. |
| 9876 | (Garbage_collection::add_cident_section): New function. |
| 9877 | (Garbage_collection::cident_sections_): New member. |
| 9878 | (gc_process_relocs): Add references to sections whose names are C |
| 9879 | identifiers. |
| 9880 | * gold.h (cident_section_start_prefix): New constant. |
| 9881 | (cident_section_stop_prefix): New constant. |
| 9882 | (is_cident): New function. |
| 9883 | * layout.cc (Layout::define_section_symbols): Replace string constants |
| 9884 | with the newly defined constants. |
| 9885 | * object.cc (Sized_relobj::do_layout): Track sections whose names are |
| 9886 | C identifiers. |
| 9887 | * testsuite/Makefile.am: Add gc_orphan_section_test. |
| 9888 | * testsuite/Makefile.in: Regenerate. |
| 9889 | * testsuite/gc_orphan_section_test.cc: New file. |
| 9890 | * testsuite/gc_orphan_section_test.sh: New file. |
| 9891 | |
| 9892 | 2010-01-06 Ian Lance Taylor <iant@google.com> |
| 9893 | |
| 9894 | PR 10980 |
| 9895 | * options.h (class General_options): Add --warn-shared-textrel. |
| 9896 | * layout.cc (Layout::finish_dynamic_section): Implement |
| 9897 | --warn-shared-textrel. |
| 9898 | |
| 9899 | PR 10980 |
| 9900 | * options.h (class General_options): Add --warn-multiple-gp. |
| 9901 | |
| 9902 | 2010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 9903 | |
| 9904 | * Makefile.am (incremental_dump_DEPENDENCIES): Remove |
| 9905 | $(THREADSLIB) and $(LIBDL). |
| 9906 | * Makefile.in: Rebuild. |
| 9907 | |
| 9908 | 2010-01-06 Ian Lance Taylor <iant@google.com> |
| 9909 | |
| 9910 | PR 10980 |
| 9911 | * options.cc (General_options::parse_section_start): New function. |
| 9912 | (General_options::section_start): New function. |
| 9913 | (General_options::General_options): Initialize all members. |
| 9914 | * options.h: Include <map> |
| 9915 | (class General_options): Add --section-start. Add section_starts_ |
| 9916 | member. |
| 9917 | * layout.cc (Layout::attach_allocated_section_to_segment): If |
| 9918 | --section-start was used, set the address of the segment. Remove |
| 9919 | local sort_sections. |
| 9920 | (Layout::relaxation_loop_body): If the address of the load segment |
| 9921 | has been set by --section-start, don't use it. |
| 9922 | * output.h (Output_segment::update_flags_for_output_section): New |
| 9923 | function. |
| 9924 | * output.cc (Output_segment::add_output_section): Call |
| 9925 | update_flags_for_output_section. |
| 9926 | |
| 9927 | 2010-01-05 Ian Lance Taylor <iant@google.com> |
| 9928 | |
| 9929 | PR 10980 |
| 9930 | * options.h (class General_options): Add --undefined-version. |
| 9931 | * script.cc (struct Version_expression): Add was_matched_by_symbol |
| 9932 | field. |
| 9933 | (Version_script_info::matched_symbol): New function. |
| 9934 | (Version_script_info::get_symbol_version_helper): Call |
| 9935 | matched_symbol. |
| 9936 | (Version_script_info::check_unmatched_names): New function. |
| 9937 | * script.h (class Version_script_info): Update declarations. |
| 9938 | * gold.cc (queue_middle_tasks): Handle --no-undefined-version. |
| 9939 | |
| 9940 | * options.h (class General_options): Use DEFINE_bool_alias for |
| 9941 | allow_multiple_definition. |
| 9942 | * resolve.cc (Symbol_table::should_override): Don't test |
| 9943 | allow_multiple_definition. |
| 9944 | |
| 9945 | PR 10980 |
| 9946 | * options.h (class General_options): Add --cref. |
| 9947 | * main.cc (main): Print cref table if --cref. Don't close mapfile |
| 9948 | until after printing cref table. |
| 9949 | * cref.cc: Include "symtab.h". |
| 9950 | (class Cref_inputs): Define Cref_table_compare and Cref_table. |
| 9951 | (Cref_table_compare::operator()): New function. |
| 9952 | (Cref_inputs::gather_cref): New function. |
| 9953 | (filecol): New static const. |
| 9954 | (Cref_inputs::print_cref): New function. |
| 9955 | (Cref::print_cref): New function. |
| 9956 | * cref.h: Include <cstdio>. |
| 9957 | (class Cref): Update declarations. |
| 9958 | * mapfile.h (Mapfile::file): New function. |
| 9959 | * object.h (class Object): Define Symbols. Declare virtual |
| 9960 | do_get_global_symbols. |
| 9961 | (Object::get_global_symbols): New function. |
| 9962 | * object.cc (Input_objects::add_object): Pass object to cref_ if |
| 9963 | --cref. |
| 9964 | (Input_objects::archive_start): Likewise. |
| 9965 | (Input_objects::archive_stop): Likewise. |
| 9966 | (Input_objects::print_cref): New function. |
| 9967 | * dynobj.h (Sized_dynobj::do_get_global_symbols): New function. |
| 9968 | * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if |
| 9969 | --cref. |
| 9970 | * plugin.cc (Sized_pluginobj::do_get_global_symbols): New |
| 9971 | function. |
| 9972 | * plugin.h (class Sized_pluginobj): Update declarations. |
| 9973 | |
| 9974 | 2010-01-05 Ian Lance Taylor <iant@google.com> |
| 9975 | |
| 9976 | * symtab.cc (Symbol_table::add_from_object): Rename def parameter |
| 9977 | to is_default_version. Rename insdef to insdefault. |
| 9978 | (Symbol_table::add_from_relobj): Rename def to is_default_version |
| 9979 | and local to is_forced_local. |
| 9980 | (Symbol_table::add_from_pluginobj): Likewise. |
| 9981 | (Symbol_table::add_from_dynobj): Likewise. |
| 9982 | (Symbol_table::define_special_symbol): Rename insdef to |
| 9983 | insdefault. |
| 9984 | |
| 9985 | 2010-01-04 Ian Lance Taylor <iant@google.com> |
| 9986 | |
| 9987 | PR 10980 |
| 9988 | * options.h (class General_options): Add |
| 9989 | --allow-multiple-definition and -z muldefs. |
| 9990 | * resolve.cc (Symbol_table::should_override): Don't warn about a |
| 9991 | multiple symbol definition if --allow-multiple-definition or -z |
| 9992 | muldefs. |
| 9993 | |
| 9994 | PR 10980 |
| 9995 | * options.h (class General_options): Add --add-needed and |
| 9996 | --copy-dt-needed-entries. Tweak --as-needed help entry. |
| 9997 | * object.cc (Input_objects::check_dynamic_dependencies): Give an |
| 9998 | error if --copy-dt-needed-entries aka --add-needed is used and |
| 9999 | would cause a change in behaviour. |
| 10000 | |
| 10001 | PR 10980 |
| 10002 | * options.h (class General_options): Add -G as a short version of |
| 10003 | --shared. Add no-op options -assert, -g, and -i. |
| 10004 | |
| 10005 | 2010-01-04 Sriraman Tallam <tmsriram@google.com> |
| 10006 | |
| 10007 | * gc.h (gc_process_relocs): Call is_section_foldable_candidate to |
| 10008 | check for .text or .gnu.linkonce.t sections. |
| 10009 | * icf.cc (Icf::find_identical_sections): Ditto. |
| 10010 | Change the detection for mangled function name within the section |
| 10011 | name. |
| 10012 | * icf.h (is_section_foldable_candidate): New function. |
| 10013 | |
| 10014 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10015 | |
| 10016 | PR 10980 |
| 10017 | * options.h (class General_options): Permit two dashes with |
| 10018 | --retain-symbols-file. |
| 10019 | |
| 10020 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10021 | |
| 10022 | PR 10979 |
| 10023 | * layout.cc (Layout::relaxation_loop_body): If -Ttext was used, |
| 10024 | don't put the file header and segment headers in the text |
| 10025 | segment. |
| 10026 | |
| 10027 | PR 10979 |
| 10028 | * common.cc (Sort_commons::operator()): Stabilize sort when both |
| 10029 | entries are NULL. |
| 10030 | (Symbol_table::do_allocate_commons_list): When allocating common |
| 10031 | symbols, skip a symbol which is no longer common. |
| 10032 | * symtab.h (Symbol::is_common): Test whether the symbol comes from |
| 10033 | an object before checking its type. |
| 10034 | * testsuite/common_test_2.c: New file. |
| 10035 | * testsuite/common_test_3.c: New file. |
| 10036 | * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2. |
| 10037 | (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define. |
| 10038 | (common_test_2_LDFLAGS, common_test_2_LDADD): Define. |
| 10039 | (common_test_2_pic.o, common_test_2.so): New targets. |
| 10040 | (common_test_3_pic.o, common_test_3.so): New targets. |
| 10041 | * testsuite/Makefile.in: Rebuild. |
| 10042 | |
| 10043 | PR 10979 |
| 10044 | * script.cc (read_input_script): If we see a new SECTIONS clause, |
| 10045 | and we have added an input section, give an error. |
| 10046 | * layout.h (class Layout): Add have_added_input_section function. |
| 10047 | Add have_added_input_section_ field. |
| 10048 | * layout.cc (Layout::Layout): Initialize |
| 10049 | have_added_input_section_. |
| 10050 | (Layout::layout): Set have_added_input_section_. |
| 10051 | (Layout::layout_eh_frame): Likewise. |
| 10052 | |
| 10053 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10054 | |
| 10055 | PR 10931 |
| 10056 | * options.h (class General_options): Add --sort-common option. |
| 10057 | * symtab.h (class Symbol_table): Define Sort_commons_order enum. |
| 10058 | * common.cc (Sort_common): Add sort_order parameter to |
| 10059 | constructor. Add sort_order_ field. |
| 10060 | (Sort_commons::operator): Check sort_order_. |
| 10061 | (Symbol_table::allocate_commons): Determine the sort order. |
| 10062 | (Symbol_table::do_allocate_commons): Add sort_order parameter. |
| 10063 | Change all callers. |
| 10064 | (Symbol_table::do_allocate_commons_list): Likewise. |
| 10065 | |
| 10066 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10067 | |
| 10068 | PR 10916 |
| 10069 | * symtab.cc (Symbol_table::add_from_relobj): When not exporting |
| 10070 | symbols from this object, don't change the visibility of an |
| 10071 | undefined symbol. |
| 10072 | * testsuite/exclude_libs_test_1.c (lib1_ref): New function. |
| 10073 | |
| 10074 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10075 | |
| 10076 | PR 10861 |
| 10077 | * script.h (class Version_script_info): Define Language enum. |
| 10078 | Update declarations. Define Glob, Exact, and Lookup types. Add |
| 10079 | new fields globals_, locals_, and is_finalized_. |
| 10080 | * script.cc: Various formatting fixes. |
| 10081 | (class Parser_closure): Change language_stack_ from a vector of |
| 10082 | std::string to one of Version_script_info::Language. Adjust all |
| 10083 | uses accordingly. |
| 10084 | (class Lazy_demangler): Remove. |
| 10085 | (struct Version_expression): Change language from std::string to |
| 10086 | Version_script_info::Language. |
| 10087 | (Version_script_info::Version_script_info): New function. |
| 10088 | (Version_script_info::~Version_script_info): Don't call clear. |
| 10089 | (Version_script_info::finalize): New function. |
| 10090 | (Version_script_info::build_lookup_tables): New function. |
| 10091 | (Version_script_info::build_expression_list_lookup): New |
| 10092 | function. |
| 10093 | (Version_script_info::get_symbol_version_helper): Rewrite to use |
| 10094 | lookup tables. |
| 10095 | (Version_script_info::print_expression_list): Adjust to use |
| 10096 | Version_script_info::Language. |
| 10097 | (script_push_lex_into_version_mode): Check that the version script |
| 10098 | has not been finalized. |
| 10099 | (version_script_push_lang): Change language string to |
| 10100 | Version_script_info::Language. |
| 10101 | * options.cc (Command_line::version_script): New function. |
| 10102 | * options.h (class General_options): Add finalize_dynamic_list |
| 10103 | function. Change version_script from declaration to definition. |
| 10104 | * testsuite/ver_test_4.script: Remove duplicate def of t2_2. |
| 10105 | * testsuite/version_script.map: Remove duplicate def of foo. |
| 10106 | * testsuite/Makefile.am (ver_matching_def.so): Depend upon |
| 10107 | version_script.map. |
| 10108 | * testsuite/Makefile.in: Rebuild. |
| 10109 | |
| 10110 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10111 | |
| 10112 | PR 10843 |
| 10113 | * target-reloc.h (relocate_for_relocatable): When copying a reloc, |
| 10114 | if the input symbol index is 0, make the output symbol index 0. |
| 10115 | |
| 10116 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10117 | |
| 10118 | PR 10670 |
| 10119 | * options.h (class General_options): Add -x/--discard-all. |
| 10120 | * object.cc (Sized_relobj::do_count_local_symbols): Handle |
| 10121 | --discard-all. If the local symbol needs a dynamic entry, check |
| 10122 | that before handling --discard-locals. |
| 10123 | |
| 10124 | 2009-12-30 Ian Lance Taylor <iant@google.com> |
| 10125 | |
| 10126 | PR 10450 |
| 10127 | * output.cc (Output_segment::Output_segment): If PT_TLS, set the |
| 10128 | flags to PF_R. |
| 10129 | (Output_segment::add_output_section): Don't change the flags if |
| 10130 | the type is PT_TLS. |
| 10131 | |
| 10132 | PR 10450 |
| 10133 | * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the |
| 10134 | GNU hash table if they need a dynamic value. Otherwise, don't add |
| 10135 | them if they are defined in a dynamic object or are forced local. |
| 10136 | |
| 10137 | 2009-12-29 Ian Lance Taylor <iant@google.com> |
| 10138 | |
| 10139 | PR 10450 |
| 10140 | * layout.cc (Layout::create_dynamic_symtab): Only set entsize of |
| 10141 | .gnu.hash table for a 32-bit target. |
| 10142 | |
| 10143 | PR 10450 |
| 10144 | * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a |
| 10145 | regular and a dynamic object only needs a dynamic symbol table |
| 10146 | entry if it is externally visible. |
| 10147 | |
| 10148 | PR 10450 |
| 10149 | * i386.cc (class Target_i386): Initialize global_offset_table_ in |
| 10150 | constructor. Add global_offset_table_ field. |
| 10151 | (Target_i386::got_section): Set global_offset_table_. |
| 10152 | (Target_i386::do_finalize_sections): Set global_offset_table_ |
| 10153 | size. |
| 10154 | * x86_64.cc (class Target_x86_64): Initialize global_offset_table_ |
| 10155 | in constructor. Add global_offset_table_ field. |
| 10156 | (Target_x86_64::got_section): Set global_offset_table_. |
| 10157 | (Target_x86_64::do_finalize_sections): Set global_offset_table_ |
| 10158 | size. |
| 10159 | |
| 10160 | * layout.cc (Layout::Layout): Initialize increase_relro_. |
| 10161 | (Layout::get_output_section): Add is_relro, is_last_relro, and |
| 10162 | is_first_non_relro parameters. Change all callers. |
| 10163 | (Layout::choose_output_section): Likewise. |
| 10164 | (Layout::add_output_section_data): Likewise. |
| 10165 | (Layout::make_output_section): Likewise. |
| 10166 | (Layout::set_segment_offsets): Clear increase_relro when using a |
| 10167 | linker script. |
| 10168 | * layout.h (class Layout): Add increase_relro method. Add |
| 10169 | increase_relro_ field. Update declarations. |
| 10170 | * output.cc (Output_section::Output_section): Initialize |
| 10171 | is_last_relro_ and is_first_non_relro_. |
| 10172 | (Output_segment::add_output_section): Group relro sections is |
| 10173 | do_sort is true. Handle is_last_relro and is_first_non_relro. |
| 10174 | (Output_segment::maximum_alignment): Remove relro handling. |
| 10175 | (Output_segment::set_section_addresses): Add increase_relro |
| 10176 | parameter. Change all callers. Add initial alignment to align |
| 10177 | relro sections on separate page. Remove old relro handling. |
| 10178 | (Output_segment::set_section_list_addresses): Remove in_relro |
| 10179 | parameter. Change all callers. |
| 10180 | (Output_segment::set_offset): Add increase parameter. Change all |
| 10181 | callers. Remove old relro handling. |
| 10182 | * output.h (class Output_section): Add new methods: is_last_relro, |
| 10183 | set_is_last_relro, is_first_non_relro, set_is_first_non_relro. |
| 10184 | Add is_last_relro_ and is_first_non_relro_ fields. |
| 10185 | * i386.cc (Target_i386::got_section): Don't call set_is_relro. |
| 10186 | Create separate .got.plt section. Call increase_relro. |
| 10187 | * x86_64.cc (Target_x86_64::got_section): Likewise. |
| 10188 | * testsuite/relro_script_test.t: Add .got.plt. |
| 10189 | |
| 10190 | PR 10450 |
| 10191 | * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field. |
| 10192 | (Layout::create_initial_dynamic_sections): Set dynamic_symbol_. |
| 10193 | (Layout::finalize): Call set_dynamic_symbol_size. |
| 10194 | (Layout::set_dynamic_symbol_size): New function. |
| 10195 | * layout.h (class Layout): Add dynamic_symbol_ field. Declare |
| 10196 | set_dynamic_symbol_size. |
| 10197 | |
| 10198 | PR 10450 |
| 10199 | * output.h (class Output_section): Add is_entsize_zero_ field. |
| 10200 | * output.cc (Output_section::Output_section): Initialize |
| 10201 | is_entsize_zero_. |
| 10202 | (Output_section::set_entsize): If two different entsizes are |
| 10203 | requested, force it to zero. |
| 10204 | (Output_section::add_input_section): Set flags for .debug_str |
| 10205 | before updating section flags. Set entsize. |
| 10206 | (Output_section::update_flags_for_input_section): Set SHF_MERGE |
| 10207 | and SHF_STRING if all input sections have those flags. |
| 10208 | |
| 10209 | 2009-12-29 Rafael Espindola <espindola@google.com> |
| 10210 | |
| 10211 | * main.cc (main): Fix the sys time reporting. |
| 10212 | * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time |
| 10213 | reporting. |
| 10214 | |
| 10215 | 2009-12-29 Sriraman Tallam <tmsriram@google.com> |
| 10216 | |
| 10217 | * options.cc (General_options::parse_version): Allow -v to exit |
| 10218 | without an error if there is nothing to link. |
| 10219 | |
| 10220 | 2009-12-29 Ian Lance Taylor <iant@google.com> |
| 10221 | |
| 10222 | * configure.ac: Set the MCMODEL_MEDIUM conditional to false if |
| 10223 | using a version of gcc before 4.1. |
| 10224 | * configure: Rebuild. |
| 10225 | |
| 10226 | 2009-12-28 Chris Demetriou <cgd@google.com> |
| 10227 | |
| 10228 | * attributes.cc (Output_attributes_section_data::do_write): Use |
| 10229 | std::vector::front rather than std::vector::data. |
| 10230 | |
| 10231 | 2009-12-28 Ian Lance Taylor <iant@google.com> |
| 10232 | |
| 10233 | * symtab.h (class Symbol_table): Add enum Defined. |
| 10234 | * resolve.cc (Symbol_table::should_override): Add defined |
| 10235 | parameter. Change all callers. Test whether object is NULL |
| 10236 | before calling a method on it. |
| 10237 | (Symbol_table::report_resolve_problem): Add defined parameter. |
| 10238 | Change all callers. |
| 10239 | (Symbol_table::should_override_with_special): Likewise. |
| 10240 | * symtab.cc (Symbol_table::define_in_output_data): Add defined |
| 10241 | parameter. Change all callers. |
| 10242 | (Symbol_table::do_define_in_output_data): Likewise. |
| 10243 | (Symbol_table::define_in_output_segment): Likewise. |
| 10244 | (Symbol_table::do_define_in_output_segment): Likewise. |
| 10245 | (Symbol_table::define_as_constant): Likewise. |
| 10246 | (Symbol_table::do_define_as_constant): Likewise. |
| 10247 | * script.h (class Symbol_assignment): Add is_defsym parameter to |
| 10248 | constructor; change all callers. |
| 10249 | * script.cc (Script_options::add_symbol_assignment): Add is_defsym |
| 10250 | parameter. Change all callers. Add is_defsym_ field. |
| 10251 | (class Parser_closure): Add parsing_defsym parameter to |
| 10252 | constructor; change all callers. Add parsing_defsym accessor |
| 10253 | function. Add parsing_defsym_ field. |
| 10254 | |
| 10255 | 2009-12-28 Ian Lance Taylor <iant@google.com> |
| 10256 | |
| 10257 | * gold.cc (queue_middle_tasks): Fix formatting. |
| 10258 | * object.cc (Relobj::is_section_name_included): Likewise. |
| 10259 | |
| 10260 | 2009-12-23 Ian Lance Taylor <iant@google.com> |
| 10261 | |
| 10262 | * i386.cc (Target_i386::do_calls_non_split): Recognize |
| 10263 | -fsplit-stack prologue for a function with a static chain. |
| 10264 | * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize |
| 10265 | -fsplit-stack prologue when using %r11. |
| 10266 | |
| 10267 | 2009-12-21 Sriraman Tallam <tmsriram@google.com> |
| 10268 | |
| 10269 | * options.cc (General_options::parse_version): Make -v continue and do |
| 10270 | the link like GNU ld does. |
| 10271 | |
| 10272 | 2009-12-17 Rafael Avila de Espindola <espindola@google.com> |
| 10273 | |
| 10274 | * Makefile.am (CCFILES): Add timer.cc. |
| 10275 | (HFILES): Add timer.h. |
| 10276 | * configure.ac: Check for sysconf and times. |
| 10277 | * main.cc: include timer.h. |
| 10278 | (main): Use Timer instead of get_run_time. |
| 10279 | * timer.cc: New. |
| 10280 | * timer.h: New. |
| 10281 | * workqueue.cc: include timer.h. |
| 10282 | (Workqueue::find_and_run_task): |
| 10283 | Report user, sys and wall time. |
| 10284 | * Makefile.in: Regenerate. |
| 10285 | * config.in: Regenerate. |
| 10286 | * configure: Regenerate. |
| 10287 | |
| 10288 | 2009-12-16 Doug Kwan <dougkwan@google.com> |
| 10289 | |
| 10290 | * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated |
| 10291 | sections. |
| 10292 | * object.cc (Sized_relobj::do_finalize_local_symbols): Handle |
| 10293 | relaxed input sections. |
| 10294 | * output.cc (Output_section::find_relaxed_input_section): Change |
| 10295 | return type to Output_relaxed_input_section pointer. Adjust code |
| 10296 | for new type of relaxed_input_section_map_. |
| 10297 | * output.h (Output_section::find_relaxed_input_section): Change |
| 10298 | return type to Output_relaxed_input_section pointer. |
| 10299 | (Output_section::Output_relaxed_input_section_by_input_section_map): |
| 10300 | New type. |
| 10301 | (Output_section::relaxed_input_section_map_): Change type to |
| 10302 | Output_section::Output_relaxed_input_section_by_input_section_map. |
| 10303 | * symtab.cc (Symbol_table::compute_final_value): Handle relaxed |
| 10304 | input section. |
| 10305 | |
| 10306 | 2009-12-15 Ian Lance Taylor <iant@google.com> |
| 10307 | |
| 10308 | * layout.cc (Layout::create_shstrtab): Only write out after input |
| 10309 | sections if we are compressing debug sections. |
| 10310 | |
| 10311 | 2009-12-15 Ian Lance Taylor <iant@google.com> |
| 10312 | |
| 10313 | * archive.cc (Archive::add_symbols): Only look up a symbol without |
| 10314 | a version if there is, in fact, a version. |
| 10315 | |
| 10316 | 2009-12-14 Ian Lance Taylor <iant@google.com> |
| 10317 | |
| 10318 | Revert -Wshadow changes, all changes from: |
| 10319 | 2009-12-11 Doug Kwan <dougkwan@google.com> |
| 10320 | 2009-12-11 Nick Clifton <nickc@redhat.com> |
| 10321 | * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS. |
| 10322 | |
| 10323 | 2009-12-11 Doug Kwan <dougkwan@google.com> |
| 10324 | |
| 10325 | * arm.cc (Target_arm::do_finalize_sections): Fix build breakage |
| 10326 | due to -Wshadow. |
| 10327 | * attributes.cc (Object_attribute::size): Ditto. |
| 10328 | (Attributes_section_data::size): Ditto. |
| 10329 | (Attributes_section_data::Attributes_section_data): Ditto. |
| 10330 | (Output_attributes_section_data::do_write): Ditto. |
| 10331 | * attributes.h (Object_attribute::set_type): Ditto. |
| 10332 | * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto. |
| 10333 | |
| 10334 | 2009-12-11 Nick Clifton <nickc@redhat.com> |
| 10335 | |
| 10336 | * archive.cc: Fix shadowed variable warnings. |
| 10337 | * arm.cc: Likewise. |
| 10338 | * compressed_output.cc: Likewise. |
| 10339 | * compressed_output.h: Likewise. |
| 10340 | * configure: Likewise. |
| 10341 | * dwarf_reader.cc: Likewise. |
| 10342 | * dynobj.cc: Likewise. |
| 10343 | * dynobj.h: Likewise. |
| 10344 | * ehframe.cc: Likewise. |
| 10345 | * ehframe.h: Likewise. |
| 10346 | * errors.cc: Likewise. |
| 10347 | * expression.cc: Likewise. |
| 10348 | * fileread.cc: Likewise. |
| 10349 | * fileread.h: Likewise. |
| 10350 | * freebsd.h: Likewise. |
| 10351 | * i386.cc: Likewise. |
| 10352 | * icf.cc: Likewise. |
| 10353 | * incremental.h: Likewise. |
| 10354 | * layout.cc: Likewise. |
| 10355 | * layout.h: Likewise. |
| 10356 | * mapfile.cc: Likewise. |
| 10357 | * merge.cc: Likewise. |
| 10358 | * merge.h: Likewise. |
| 10359 | * object.cc: Likewise. |
| 10360 | * object.h: Likewise. |
| 10361 | * options.h: Likewise. |
| 10362 | * output.cc: Likewise. |
| 10363 | * output.h: Likewise. |
| 10364 | * parameters.cc: Likewise. |
| 10365 | * plugin.cc: Likewise. |
| 10366 | * powerpc.cc: Likewise. |
| 10367 | * reduced_debug_output.cc: Likewise. |
| 10368 | * reduced_debug_output.h: Likewise. |
| 10369 | * reloc.cc: Likewise. |
| 10370 | * reloc.h: Likewise. |
| 10371 | * resolve.cc: Likewise. |
| 10372 | * script-sections.cc: Likewise. |
| 10373 | * script.cc: Likewise. |
| 10374 | * script.h: Likewise. |
| 10375 | * sparc.cc: Likewise. |
| 10376 | * symtab.cc: Likewise. |
| 10377 | * symtab.h: Likewise. |
| 10378 | * target-select.cc: Likewise. |
| 10379 | * target-select.h: Likewise. |
| 10380 | * token.h: Likewise. |
| 10381 | * workqueue.cc: Likewise. |
| 10382 | * workqueue.h: Likewise. |
| 10383 | * x86_64.cc: Likewise. |
| 10384 | |
| 10385 | 2009-12-10 Doug Kwan <dougkwan@google.com> |
| 10386 | |
| 10387 | * arm.cc (attributes.h): New include. |
| 10388 | (Arm_relobj::Arm_relobj): Initialize attributes_section_data_. |
| 10389 | (Arm_relobj::~Arm_relobj): Delete object pointed by |
| 10390 | attributes_section_data_. |
| 10391 | (Arm_relobj::attributes_section_data): New method definition. |
| 10392 | (Arm_relobj::attributes_section_data_): New data member declaration. |
| 10393 | (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_. |
| 10394 | (Arm_dynobj::~Arm_dynobj): Delete object pointed by |
| 10395 | attributes_section_data_. |
| 10396 | (Arm_dynobj::attributes_section_data): New method definition. |
| 10397 | (Arm_dynobj::attributes_section_data_): New data member declaration. |
| 10398 | (Target_arm::Target_arm): Initialize attributes_section_data_. Change |
| 10399 | initialization value of may_use_blx_ to false. |
| 10400 | (Target_arm::using_thumb2, Target_arm::using_thumb_only, |
| 10401 | Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use |
| 10402 | object attributes to compute results instead of hard-coding. |
| 10403 | (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order, |
| 10404 | Target_arm::get_secondary_compatible_arch, |
| 10405 | Target_arm::set_secondary_compatible_arch |
| 10406 | Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name, |
| 10407 | Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes): |
| 10408 | New method declarations. |
| 10409 | (Target_arm::get_aeabi_object_attribute): New method definition. |
| 10410 | (Target_arm::attributes_section_data_): New data member declaration. |
| 10411 | (read_arm_attributes_section): New template definition. |
| 10412 | (Arm_relobj::do_read_symbols): Read attributes section if it exists. |
| 10413 | (Arm_dynobj::do_read_symbols): Ditto. |
| 10414 | (Target_arm::do_finalize_sections): Merge attributes sections from |
| 10415 | input. Check for BLX use after attributes section merging. |
| 10416 | Fix __exidx_start and __exidx_end visibility. Create an |
| 10417 | .ARM.attributes section if necessary. |
| 10418 | (Target_arm::get_secondary_compatible_arch, |
| 10419 | Target_arm::set_secondary_compatible_arch, |
| 10420 | Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name, |
| 10421 | Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes, |
| 10422 | Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order): |
| 10423 | New method definitions. |
| 10424 | |
| 10425 | 2009-12-09 Ian Lance Taylor <iant@google.com> |
| 10426 | |
| 10427 | * plugin.cc (Plugin::load): Don't cast from void* to a function |
| 10428 | pointer. |
| 10429 | |
| 10430 | 2009-12-09 Ian Lance Taylor <iant@google.com> |
| 10431 | |
| 10432 | * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version |
| 10433 | information fields. |
| 10434 | |
| 10435 | 2009-12-09 H.J. Lu <hongjiu.lu@intel.com> |
| 10436 | |
| 10437 | * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES): |
| 10438 | Replace two_file_shared_1.so with two_file_shared_2.so. |
| 10439 | * testsuite/Makefile.in: Regenerated. |
| 10440 | |
| 10441 | 2009-12-08 Doug Kwan <dougkwan@google.com> |
| 10442 | |
| 10443 | * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc. |
| 10444 | (HFILES): Add attributes.h and int_encoding.h. |
| 10445 | * Makefile.in: Regenerate. |
| 10446 | * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move |
| 10447 | function definitions to int_encoding.cc |
| 10448 | * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move |
| 10449 | prototypes to int_encoding.h |
| 10450 | * reduced_debug_output.cc (int_encoding.h): New include. |
| 10451 | (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move |
| 10452 | function definitions to int_encoding.cc |
| 10453 | (insert_into_vector, read_from_pointer): Move template definitions to |
| 10454 | int_encoding.h |
| 10455 | * attributes.cc: New file. |
| 10456 | * attributes.h: New file. |
| 10457 | * int_encoding.cc: New file. |
| 10458 | * int_encoding.h: New file. |
| 10459 | |
| 10460 | 2009-12-07 Rafael Avila de Espindola <espindola@google.com> |
| 10461 | |
| 10462 | PR gold/11055 |
| 10463 | * incremental-dump.cc (dump_incremental_inputs): New. |
| 10464 | (main): Use dump_incremental_inputs. |
| 10465 | |
| 10466 | 2009-12-07 H.J. Lu <hongjiu.lu@intel.com> |
| 10467 | |
| 10468 | PR gold/10893 |
| 10469 | * i386.cc (Target_i386::Scan::globa): Use is_func instead of |
| 10470 | checking elfcpp::STT_FUNC. |
| 10471 | (Target_i386::Relocate::relocate): Likewise. |
| 10472 | * x86_64.cc (Target_x86_64::Scan::global): Likewise. |
| 10473 | |
| 10474 | * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC |
| 10475 | symbols from shared libraries into normal FUNC symbols. |
| 10476 | |
| 10477 | * symtab.h (Symbol): Add is_func and use it. |
| 10478 | |
| 10479 | 2009-12-05 Doug Kwan <dougkwan@google.com> |
| 10480 | |
| 10481 | * arm.cc (Target_arm::arm_info): Initialize new fields |
| 10482 | attributes_section and attributes_vendor. |
| 10483 | * i386.cc (Target_i386::i386_info): Same. |
| 10484 | * object.cc (Sized_relobj::do_layout): Skip attribute section. |
| 10485 | * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new |
| 10486 | fields attributes_section and attributes_vendor. |
| 10487 | * sparc.cc (Target_sparc::sparc_info): Same. |
| 10488 | * target.h (Target::attributes_section, Target::attributes_vendor, |
| 10489 | Target::is_attributes_section, Target::attribute_arg_type, |
| 10490 | Target::attributes_order): New method definitions. |
| 10491 | (Target::Target_info::attributes_section, |
| 10492 | Target::Target_info::attributes_vendor): New fields. |
| 10493 | (Target::do_attribute_arg_type, Target::do_attributes_order): New |
| 10494 | virtual method definitions. |
| 10495 | * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields |
| 10496 | attributes_section and attributes_vendor. |
| 10497 | * testsuite/testfile.cc (Target_test::test_target_info): Same. |
| 10498 | |
| 10499 | 2009-12-05 Doug Kwan <dougkwan@google.com> |
| 10500 | |
| 10501 | * arm.cc: Update comments about interworking and stub generation. |
| 10502 | (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations |
| 10503 | considered as non-PIC. |
| 10504 | (Arm_relocate_functions::base_abs): Fix formatting. |
| 10505 | (Arm_relocate_functions::got_prel): Fix comment. Change interface |
| 10506 | of function to use GOT entry address instead of offset. |
| 10507 | (Target_arm::Scan::global): Issue an error if a symbol would need a |
| 10508 | PLT does not get one because it is untyped. Remove code to create |
| 10509 | dynamic symbols for relative branches. |
| 10510 | (Target_arm::Relocate::relocate: Use 0 instead of false since function |
| 10511 | takes unsigned integer instead of boolean. |
| 10512 | |
| 10513 | 2009-12-05 H.J. Lu <hongjiu.lu@intel.com> |
| 10514 | |
| 10515 | * testsuite/Makefile.am (constructor_test_LDADD): New. Empty. |
| 10516 | (two_file_test_LDADD): Likewise. |
| 10517 | (common_test_1_LDADD): Likewise. |
| 10518 | (exception_test_LDADD) Likewise. |
| 10519 | (weak_test_LDADD): Likewise. |
| 10520 | (many_sections_test_LDADD): Likewise. |
| 10521 | (initpri1_LDADD): Likewise. |
| 10522 | (script_test_1_LDADD): Likewise. |
| 10523 | (script_test_2_LDADD): Likewise. |
| 10524 | (justsyms_LDADD): Likewise. |
| 10525 | (binary_test_LDADD): Likewise. |
| 10526 | (large_LDADD): Likewise. |
| 10527 | * testsuite/Makefile.in: Regenerated. |
| 10528 | |
| 10529 | 2009-12-04 H.J. Lu <hongjiu.lu@intel.com> |
| 10530 | |
| 10531 | * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL. |
| 10532 | (Symbol_table::override_with_special): Likewise. |
| 10533 | (Symbol_table::add_from_object): Likewise. |
| 10534 | |
| 10535 | 2009-12-04 Rafael Avila de Espindola <espindola@google.com> |
| 10536 | |
| 10537 | * incremental.cc (Incremental_inputs::sized_create_inputs_section_data): |
| 10538 | Don't set the data_offset twice. |
| 10539 | |
| 10540 | 2009-12-04 Rafael Avila de Espindola <espindola@google.com> |
| 10541 | |
| 10542 | * testsuite/Makefile.in: Regenerate. |
| 10543 | |
| 10544 | 2009-12-03 Doug Kwan <dougkwan@google.com> |
| 10545 | |
| 10546 | * arm.cc: Remove comment about missing .ARM.exidx section symbols. |
| 10547 | (Target_arm::do_finalize_sections): Add parameter for symbol table |
| 10548 | pointer. Add __exidx_start and __exidx_end symbols as appropriate. |
| 10549 | * i386.cc (Target_i386::do_finalize_sections): Add an additional |
| 10550 | parameter for symbol table pointer. |
| 10551 | * layout.cc (Layout::finalize): Call Target::finalize_sections with |
| 10552 | an additional parameter for a pointer to symbol table. |
| 10553 | * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional |
| 10554 | parameter for a symbol table pointer. |
| 10555 | * sparc.cc (Target_sparc::do_finalize_sections): Ditto. |
| 10556 | * target.h (Target::finalize_sections, Target::do_finalize_sections): |
| 10557 | Ditto. |
| 10558 | * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional |
| 10559 | parameter for a symbol table pointer. |
| 10560 | |
| 10561 | 2009-12-03 Rafael Avila de Espindola <espindola@google.com> |
| 10562 | |
| 10563 | * incremental.cc (Incremental_inputs_header) |
| 10564 | (Incremental_inputs_header_write, Incremental_inputs_entry) |
| 10565 | (Incremental_inputs_entry_write): Move ... |
| 10566 | * incremental.h (Incremental_inputs_header) |
| 10567 | (Incremental_inputs_header_write, Incremental_inputs_entry) |
| 10568 | (Incremental_inputs_entry_write): here. |
| 10569 | |
| 10570 | 2009-12-02 Rafael Avila de Espindola <espindola@google.com> |
| 10571 | |
| 10572 | * incremental.cc (make_sized_incremental_binary): Set the target. |
| 10573 | Error if it is incompatible. |
| 10574 | * output.h (Output_file): Add filename method. |
| 10575 | |
| 10576 | 2009-12-02 Rafael Avila de Espindola <espindola@google.com> |
| 10577 | |
| 10578 | * incremental.cc (Incremental_inputs_entry): Remove unused argument |
| 10579 | from the get_* methods. |
| 10580 | |
| 10581 | 2009-12-02 Rafael Avila de Espindola <espindola@google.com> |
| 10582 | |
| 10583 | * incremental-dump.cc (main): Check that the offeset of a script is 0. |
| 10584 | * incremental.cc (Incremental_inputs::sized_create_inputs_section_data): |
| 10585 | Write 0 for the data_offset of scripts. |
| 10586 | |
| 10587 | 2009-12-02 Rafael Avila de Espindola <espindola@google.com> |
| 10588 | |
| 10589 | * testsuite/Makefile.am: Add the incremental_test.sh test. |
| 10590 | * testsuite/incremental_test.sh: New. |
| 10591 | * testsuite/incremental_test_1.c: New. |
| 10592 | * testsuite/incremental_test_2.c: New. |
| 10593 | |
| 10594 | 2009-12-01 Rafael Avila de Espindola <espindola@google.com> |
| 10595 | |
| 10596 | * incremental-dump.cc (main): Fix typos. |
| 10597 | |
| 10598 | 2009-11-27 Rafael Avila de Espindola <espindola@google.com> |
| 10599 | |
| 10600 | PR gold/11025 |
| 10601 | * incremental-dump.cc (main): Use llu to print 64 bit values. |
| 10602 | |
| 10603 | 2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org> |
| 10604 | H.J. Lu <hongjiu.lu@intel.com> |
| 10605 | |
| 10606 | * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB) |
| 10607 | $(LIBDL). |
| 10608 | (incremental_dump_LDADD): Likewise. |
| 10609 | * Makefile.in: Regenerated. |
| 10610 | |
| 10611 | 2009-11-25 Doug Kwan <dougkwan@google.com> |
| 10612 | |
| 10613 | Revert: |
| 10614 | |
| 10615 | 2009-11-25 Doug Kwan <dougkwan@google.com> |
| 10616 | |
| 10617 | * arm.cc (Target_arm::Target_arm): Move method definition |
| 10618 | outside of class definition. Add code to handle |
| 10619 | --target1-rel, --target1-abs and --target2= options. |
| 10620 | (Target_arm::get_reloc_reloc_type): Change method to be |
| 10621 | non-static and const. |
| 10622 | (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): |
| 10623 | New data member declaration. |
| 10624 | (Target_arm::Scan::local, Target_arm::Scan::global, |
| 10625 | Target_arm::Relocate::relocate, |
| 10626 | Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): |
| 10627 | Adjust call to Target_arm::get_real_reloc_type. |
| 10628 | (Target_arm::get_real_reloc_type): Use command line options |
| 10629 | to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2. |
| 10630 | * options.h (--target1-rel, --target1-abs, --target2): New |
| 10631 | ARM-only options. |
| 10632 | |
| 10633 | 2009-11-25 Doug Kwan <dougkwan@google.com> |
| 10634 | |
| 10635 | * arm.cc (Target_arm::Target_arm): Move method definition outside of |
| 10636 | class definition. Add code to handle --target1-rel, --target1-abs |
| 10637 | and --target2= options. |
| 10638 | (Target_arm::get_reloc_reloc_type): Change method to be non-static |
| 10639 | and const. |
| 10640 | (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data |
| 10641 | member declaration. |
| 10642 | (Target_arm::Scan::local, Target_arm::Scan::global, |
| 10643 | Target_arm::Relocate::relocate, |
| 10644 | Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust |
| 10645 | call to Target_arm::get_real_reloc_type. |
| 10646 | (Target_arm::get_real_reloc_type): Use command line options to |
| 10647 | determine real types of R_ARM_TARGET1 and R_ARM_TARGET2. |
| 10648 | * options.h (--target1-rel, --target1-abs, --target2): New ARM-only |
| 10649 | options. |
| 10650 | |
| 10651 | 2009-11-25 Doug Kwan <dougkwan@google.com> |
| 10652 | |
| 10653 | * arm.cc (Target_arm::may_use_thumb2_nop): New method definition. |
| 10654 | (Arm_relocate_functions::thumb_branch_common): New metod declaration. |
| 10655 | (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix |
| 10656 | formatting. |
| 10657 | (Arm_relocate_functions::thm_call): Replace body with a call to |
| 10658 | Arm_relocate_functions::thumb_branch_common. |
| 10659 | (Arm_relocate_functions::thm_jump24, |
| 10660 | Arm_relocate_functions::thm_xpc22): New method definitions. |
| 10661 | (Arm_relocate_functions::thumb_branch_common): New method definition. |
| 10662 | (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or |
| 10663 | operator. |
| 10664 | (Target_arm::Relocate::relocate): Adjust call to thm_call. |
| 10665 | Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24. |
| 10666 | |
| 10667 | 2009-11-24 Rafael Avila de Espindola <espindola@google.com> |
| 10668 | |
| 10669 | * Makefile.am: Build incremental-dump |
| 10670 | * Makefile.in: Regenerate. |
| 10671 | * incremental-dump.cc: New. |
| 10672 | * incremental.cc (Incremental_inputs_header_data, |
| 10673 | Incremental_inputs_entry_data): Move to incremental.h |
| 10674 | * incremental.h: (Incremental_inputs_header_data, |
| 10675 | Incremental_inputs_entry_data): Move from incremental.cc |
| 10676 | |
| 10677 | 2009-11-24 Rafael Avila de Espindola <espindola@google.com> |
| 10678 | |
| 10679 | * incremental.cc (Incremental_inputs_header, |
| 10680 | Incremental_inputs_header_write, Incremental_inputs_entry, |
| 10681 | Incremental_inputs_entry_write): Add a typedef with the data type. |
| 10682 | |
| 10683 | 2009-11-24 Rafael Avila de Espindola <espindola@google.com> |
| 10684 | |
| 10685 | * incremental.cc (Incremental_inputs_header, |
| 10686 | Incremental_inputs_header_write, Incremental_inputs_entry, |
| 10687 | Incremental_inputs_entry_write): Update comment about which |
| 10688 | type has the filed descriptions. |
| 10689 | |
| 10690 | 2009-11-15 Doug Kwan <dougkwan@google.com> |
| 10691 | |
| 10692 | * arm.cc (Target_arm::may_use_arm_nop): New method definition. |
| 10693 | (Arm_relocate_functions::arm_branch_common): Change method defintion |
| 10694 | in class definition to a method declaration and update list of formal |
| 10695 | parameters. |
| 10696 | (Arm_relocate_functions::plt32, Arm_relocate_functions::call, |
| 10697 | Arm_relocation_functions::jump24): Adjust call to |
| 10698 | Arm_relocate_functions::arm_branch_common. Update list of formal |
| 10699 | parameters. |
| 10700 | (Arm_relocate_functions::xpc25): New method definition. |
| 10701 | (Arm_relocate_functions::arm_branch_common): Move method defintion |
| 10702 | out from class definition. Use stubs for mode-switching and extending |
| 10703 | branch ranges. |
| 10704 | (Target_arm::Relocate::relocate): Handle weakly-undefined symbols |
| 10705 | specially. Change code to enable use of stubs in ARM branches. |
| 10706 | |
| 10707 | 2009-11-10 Doug Kwan <dougkwan@google.com> |
| 10708 | |
| 10709 | * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter |
| 10710 | in method declaration. |
| 10711 | (Target_arm::relocate_stub): New method declaration. |
| 10712 | (Target_arm::default_target): Change to return a pointer instead of |
| 10713 | a const reference. |
| 10714 | (Reloc_stub::stub_type_for_reloc): Adjust for the change in |
| 10715 | Target_arm::default_target. |
| 10716 | (Arm_Relobj::do_relocate_sections): Remove options paramater in |
| 10717 | method definition. |
| 10718 | (Target_arm::relocate_section): Adjust view. |
| 10719 | (Target_arm::relocate_stub): New method definition. |
| 10720 | |
| 10721 | 2009-11-10 Doug Kwan <dougkwan@google.com> |
| 10722 | |
| 10723 | * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid |
| 10724 | a format warning. |
| 10725 | * incremental.cc (open_incremental_binary): Initialized local |
| 10726 | variables to avoid warnings. |
| 10727 | * object.cc (make_elf_object): Ditto. |
| 10728 | * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid |
| 10729 | a format warning. |
| 10730 | |
| 10731 | 009-11-09 H.J. Lu <hongjiu.lu@intel.com> |
| 10732 | |
| 10733 | PR gold/10930 |
| 10734 | * testsuite/plugin_test.c: Include "config.h". |
| 10735 | |
| 10736 | 2009-11-09 Doug Kwan <dougkwan@google.com> |
| 10737 | |
| 10738 | * arm.cc (Target_arm::fake_relnum_for_stubs): New constant. |
| 10739 | (arm_symbol_value): Remove. |
| 10740 | (Arm_relocate_functions::arm_branch_common, |
| 10741 | Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5, |
| 10742 | Arm_relocate_functions::abs12, Arm_relocate_functions::abs16, |
| 10743 | Arm_relocate_functions::abs32, Arm_relocate_functions::rel32, |
| 10744 | Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32, |
| 10745 | Arm_relocate_functions::call, Arm_relocate_functions::jump24, |
| 10746 | Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc, |
| 10747 | Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc, |
| 10748 | Arm_relocate_functions::thm_mobw_abs_nc, |
| 10749 | Arm_relocate_functions::thm_mov_abs, |
| 10750 | Arm_relocate_functions::movw_prel_nc, |
| 10751 | Arm_relocate_functions::thm_movt_abs, |
| 10752 | Arm_relocate_functions::movt_prel, |
| 10753 | Arm_relocate_functions::thm_movw_prel_nc, |
| 10754 | Arm_relocate_functions::thm_movt_prel): Adjust callers of the above. |
| 10755 | (Target_arm::Relocate::relocate): Only decompose address into two |
| 10756 | parts if relocation type uses the thumb-bit and pass the actual |
| 10757 | bit instead of a flag indicating that the thumb-bit is used. Adjust |
| 10758 | calls to methods in Arm_relocate_functions for this change. |
| 10759 | |
| 10760 | 2009-11-08 Ian Lance Taylor <iant@google.com> |
| 10761 | |
| 10762 | PR 10925 |
| 10763 | * reloc.cc: Instantiate |
| 10764 | Sized_relobj::initialize_input_to_output_maps and |
| 10765 | Sized_relobj:free_input_to_output_maps. |
| 10766 | |
| 10767 | 2009-11-06 Ian Lance Taylor <iant@google.com> |
| 10768 | |
| 10769 | PR 10876 |
| 10770 | * defstd.cc (in_segment): Set only_if_ref true for "end". |
| 10771 | |
| 10772 | 2009-11-06 Doug Kwan <dougkwan@google.com> |
| 10773 | |
| 10774 | * arm.cc (class Reloc_stub): Correct a comment. |
| 10775 | (Target_arm::Target_arm): Initialize arm_input_section_map_. |
| 10776 | (Target_arm::scan_section_for_stubs): New method declaration. |
| 10777 | (Target_arm::do_make_elf_object, Target_arm::do_make_output_section): |
| 10778 | Change methods from private to protected. |
| 10779 | (Target_arm::do_may_relax): New method definition. |
| 10780 | (Target_arm::do_relax, Target_arm::group_sections, |
| 10781 | Target_arm::scan_reloc_for_stub, |
| 10782 | Target_arm::scan_reloc_section_for_stubs): New method declarations. |
| 10783 | (Target_arm::arm_input_section_map_): New data member declaration. |
| 10784 | (Target_arm::scan_reloc_for_stub, |
| 10785 | Target_arm::scan_reloc_section_for_stubs, |
| 10786 | Target_arm::scan_section_for_stubs, Target_arm::group_sections, |
| 10787 | Target_arm::do_relax): New method definitions. |
| 10788 | |
| 10789 | 2009-11-06 Mikolaj Zalewski <mikolaj@google.com> |
| 10790 | |
| 10791 | * configure.ac: Check for (struct stat)::st_mtim |
| 10792 | * fileread.cc (File_read::get_mtime): Use st_mtim if available. |
| 10793 | * config.in: Regenerate. |
| 10794 | * configure: Regenerate. |
| 10795 | |
| 10796 | 2009-11-05 Ian Lance Taylor <iant@google.com> |
| 10797 | |
| 10798 | PR 10910 |
| 10799 | * output.cc (Output_segment::add_output_section): Add missing |
| 10800 | return statement. |
| 10801 | |
| 10802 | 2009-11-04 Ian Lance Taylor <iant@google.com> |
| 10803 | |
| 10804 | PR 10880 |
| 10805 | * object.h (class Object): Add is_needed and set_is_needed |
| 10806 | methods. Add is_needed_ field. Make bool fields into bitfields. |
| 10807 | * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is |
| 10808 | defined in a dynamic object and referenced by a regular object, |
| 10809 | set is_needed for the dynamic object. |
| 10810 | * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED |
| 10811 | if the file is marked with as_needed and it is not needed. |
| 10812 | |
| 10813 | 2009-11-04 Ian Lance Taylor <iant@google.com> |
| 10814 | |
| 10815 | PR 10887 |
| 10816 | * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic |
| 10817 | tags if data is discarded by linker script. |
| 10818 | * i386.cc (Target_i386::do_finalize_sections): Likewise. |
| 10819 | * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise. |
| 10820 | * sparc.cc (Target_sparc::do_finalize_sections): Likewise. |
| 10821 | * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise. |
| 10822 | |
| 10823 | 2009-11-04 Ian Lance Taylor <iant@google.com> |
| 10824 | |
| 10825 | * layout.cc (Layout::get_output_section): Add is_interp and |
| 10826 | is_dynamic_linker_section parameters. Change all callers. |
| 10827 | (Layout::choose_output_section): Likewise. |
| 10828 | (Layout::make_output_section): Likewise. |
| 10829 | (Layout::add_output_section_data): Add is_dynamic_linker_section |
| 10830 | parameter. Change all callers. |
| 10831 | * layout.h (class Layout): Update declarations. |
| 10832 | * output.h (class Output_section): Add is_interp, set_is_interp, |
| 10833 | is_dynamic_linker_section, set_is_dynamic_linker_section methods. |
| 10834 | Add is_interp_, is_dynamic_linker_section_ fields. Change |
| 10835 | generate_code_fills_at_write_ to a bitfield. |
| 10836 | * output.cc (Output_section::Output_sections): Initialize new |
| 10837 | fields. |
| 10838 | (Output_segment::add_output_section): Add do_sort parameter. |
| 10839 | Change all callers. |
| 10840 | |
| 10841 | 2009-11-03 Ian Lance Taylor <iant@google.com> |
| 10842 | |
| 10843 | PR 10860 |
| 10844 | * options.h (class General_options): Add --warn-common. |
| 10845 | * resolve.cc (Symbol_table::resolve): Handle --warn-common when |
| 10846 | merging two common symbols. |
| 10847 | (Symbol_table::should_override): Handle --warn-common when merging |
| 10848 | a common symbol with a defined symbol. Use report_resolve_problem |
| 10849 | for multiple definitions. |
| 10850 | (Symbol_table::report_resolve_problem): New function. |
| 10851 | * symtab.h (class Symbol_table): Declare report_resolve_problem. |
| 10852 | |
| 10853 | 2009-11-03 Doug Kwan <dougkwan@google.com> |
| 10854 | |
| 10855 | * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and |
| 10856 | stub_factory_. |
| 10857 | (Target_arm::stub_factory): New method definition. |
| 10858 | (Target_arm::new_arm_input_section, |
| 10859 | Target_arm::find_arm_input_section, Target_arm::new_stub_table, |
| 10860 | Target_arm::reloc_uses_thumb_bit): New method declarations. |
| 10861 | (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map): |
| 10862 | New type definitions. |
| 10863 | (Target_arm::stub_tables_, Target_arm::stub_factory_): New data |
| 10864 | member declarations. |
| 10865 | (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section, |
| 10866 | Target_arm::find_arm_input_section, Target_arm::new_stub_table): |
| 10867 | New method definitions. |
| 10868 | |
| 10869 | 2009-11-03 Ian Lance Taylor <iant@google.com> |
| 10870 | |
| 10871 | * options.h (class General_options): Add --warn_constructors. |
| 10872 | |
| 10873 | 2009-11-03 Ian Lance Taylor <iant@google.com> |
| 10874 | |
| 10875 | PR 10893 |
| 10876 | * defstd.cc (in_section): Add entries for __rel_iplt_start, |
| 10877 | __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack. |
| 10878 | |
| 10879 | 2009-11-03 Ian Lance Taylor <iant@google.com> |
| 10880 | |
| 10881 | PR 10895 |
| 10882 | * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and |
| 10883 | --msgid-bugs-address. |
| 10884 | (install-pdf): New target. |
| 10885 | (install-data_yes): Look up one directory to find mkinstalldirs. |
| 10886 | |
| 10887 | 2009-11-03 H.J. Lu <hongjiu.lu@intel.com> |
| 10888 | |
| 10889 | * po/Make-in (.po.gmo): Don't generate .gmo files in source |
| 10890 | tree. |
| 10891 | |
| 10892 | 2009-10-30 Doug Kwan <dougkwan@google.com> |
| 10893 | |
| 10894 | * arm.cc (Stub_addend_reader): Fix bug in previouls check-in. |
| 10895 | |
| 10896 | 2009-10-30 Doug Kwan <dougkwan@google.com> |
| 10897 | |
| 10898 | * arm.cc (Stub_addend_reader): New struct template definition |
| 10899 | and partial specializations. |
| 10900 | (Stub_addend_reader::operator()): New method definition for a |
| 10901 | partially specialized template. |
| 10902 | |
| 10903 | 2009-10-30 Doug Kwan <dougkwan@google.com> |
| 10904 | |
| 10905 | * arm.cc (Arm_relobj::processor_specific_flags): New method |
| 10906 | definition. |
| 10907 | (Arm_relobj::do_read_symbols): New method declaration. |
| 10908 | (Arm_relobj::processor_specific_flags_): New data member declaration. |
| 10909 | (Arm_dynobj): New class definition. |
| 10910 | (Target_arm::do_finalize_sections): Add input_objects parameter. |
| 10911 | (Target_arm::do_adjust_elf_header): New method declaration. |
| 10912 | (Target_arm::are_eabi_versions_compatible, |
| 10913 | (Target_arm::merge_processor_specific_flags): New method declaration. |
| 10914 | (Target_arm::do_make_elf_object): New overloaded method definitions |
| 10915 | and declaration. |
| 10916 | (Arm_relobj::do_read_symbols): New method definition. |
| 10917 | (Arm_dynobj::do_read_symbols): Ditto. |
| 10918 | (Target_arm::do_finalize_sections): Add input_objects parameters. |
| 10919 | Merge processor-specific flags from all input objects. |
| 10920 | (Target_arm::are_eabi_versions_compatible, |
| 10921 | Target_arm::merge_processor_specific_flags, |
| 10922 | Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object): |
| 10923 | New method definitions. |
| 10924 | * i386.cc (Target_i386::do_finalize_sections): Add unnamed |
| 10925 | Input_objects pointer type parameter. |
| 10926 | * layout.cc (Layout::finalize): Pass input objects to target's. |
| 10927 | finalize_sections function. |
| 10928 | * output.cc (Output_file_header::do_sized_write): Set ELF file |
| 10929 | header's processor-specific flags. |
| 10930 | * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed |
| 10931 | Input_objects pointer type parameter. |
| 10932 | * sparc.cc (Target_sparc::do_finalize_sections): Same. |
| 10933 | * target.h (Input_objects): New forward class declaration. |
| 10934 | (Target::processor_specific_flags, |
| 10935 | Target::are_processor_specific_flags_sect): New method definitions. |
| 10936 | (Target::finalize_sections): Add input_objects parameter. |
| 10937 | (Target::Target): Initialize processor_specific_flags_ and |
| 10938 | are_processor_specific_flags_set_. |
| 10939 | (Target::do_finalize_sections): Add unnamed Input_objects pointer type |
| 10940 | parameter. |
| 10941 | (Target::set_processor_specific_flags): New method definition. |
| 10942 | (Target::processor_specific_flags_, |
| 10943 | Target::are_processor_specific_flags_set_): New data member |
| 10944 | declarations. |
| 10945 | * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed |
| 10946 | Input_objects pointer type parameter. |
| 10947 | |
| 10948 | 2009-10-30 Doug Kwan <dougkwan@google.com> |
| 10949 | |
| 10950 | * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr. |
| 10951 | |
| 10952 | 2009-10-28 Ian Lance Taylor <iant@google.com> |
| 10953 | |
| 10954 | * object.h (class Relobj): Drop options parameter from |
| 10955 | gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs, |
| 10956 | do_scan_relocs, do_relocate. Change all callers. |
| 10957 | (class Sized_relobj): Drop options parameters from |
| 10958 | do_gc_process_relocs, do_scan_relocs, do_relocate, |
| 10959 | do_relocate_sections, relocate_sections, emit_relocs_scan, |
| 10960 | emit_relocs_scan_reltype. Change all callers. |
| 10961 | (struct Relocate_info): Remove options field and all references to |
| 10962 | it. |
| 10963 | * reloc.h (class Read_relocs): Remove options constructor |
| 10964 | parameter and options_ field. Change all callers. |
| 10965 | (class Gc_process_relocs, class Scan_relocs): Likewise. |
| 10966 | (class Relocate_task): Likewise. |
| 10967 | * target-reloc.h (scan_relocs): Remove options parameter. Change |
| 10968 | all callers. |
| 10969 | (scan_relocatable_relocs): Likewise. |
| 10970 | * target.h (class Sized_target): Remove options parameter from |
| 10971 | gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change |
| 10972 | all callers. |
| 10973 | * gc.h (gc_process_relocs): Remove options parameter. Change all |
| 10974 | callers. |
| 10975 | * arm.cc: Update functions to remove options parameters. |
| 10976 | * i386.cc: Likewise. |
| 10977 | * powerpc.cc: Likewise. |
| 10978 | * sparc.cc: Likewise. |
| 10979 | * x86_64.cc: Likewise. |
| 10980 | * testsuite/testfile.cc: Likewise. |
| 10981 | |
| 10982 | 2009-10-28 Doug Kwan <dougkwan@google.com> |
| 10983 | |
| 10984 | * arm.cc (Arm_relobj): New class definition. |
| 10985 | (Arm_relobj::scan_sections_for_stubs, |
| 10986 | Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections): |
| 10987 | New method definitions. |
| 10988 | |
| 10989 | 2009-10-28 Cary Coutant <ccoutant@google.com> |
| 10990 | |
| 10991 | * plugin.h (Plugin::Plugin): Initialize cleanup_done_. |
| 10992 | (Plugin::cleanup_done_): New member. |
| 10993 | (Plugin_manager::Plugin_manager): Remove cleanup_done_. |
| 10994 | (Plugin_manager::cleanup_done_): Remove. |
| 10995 | (Plugin_manager::add_input_file): Edit error message. |
| 10996 | * plugin.cc (Plugin::cleanup): Test and set cleanup_done_. |
| 10997 | (Plugin_manager::cleanup): Remove use of cleanup_done_. |
| 10998 | |
| 10999 | 2009-10-27 Mikolaj Zalewski <mikolajz@google.com> |
| 11000 | |
| 11001 | * fileread.cc: (File_read::View::~View): Use the new |
| 11002 | data_ownership_ filed. |
| 11003 | (File_read::~File_read): Dispose the new whole_file_view_. |
| 11004 | (File_read::open): Mmap the whole file if needed. |
| 11005 | (File_read::open): Use whole_file_view_ instead of contents_. |
| 11006 | (File_read::find_view): Use whole_file_view_ if applicable. |
| 11007 | (File_read::do_read): Use whole_file_view_ instead of contents_. |
| 11008 | (File_read::make_view): Use whole_file_view_ instead of contents_, |
| 11009 | update File_read::View::View call. |
| 11010 | (File_read::find_or_make_view): Update File_read::View::View |
| 11011 | call. |
| 11012 | * fileread.h: (File_read::File_read): Initialize whole_file_view_, |
| 11013 | remove contents_ |
| 11014 | (File_read::View::Data_ownership): New enum. |
| 11015 | (File_read::View::View): Replace bool mapped_ with Data_ownership |
| 11016 | argument. |
| 11017 | (File_read::View::mapped_): Remove (replaced by data_ownership_). |
| 11018 | (File_read::View::data_ownership_): New field. |
| 11019 | (File_read::contents_): Remove (replaced by whole_file_view_). |
| 11020 | (File_read::whole_file_view_): New field. |
| 11021 | * options.h (class General_options): Add --keep-files-mapped. |
| 11022 | |
| 11023 | 2009-10-27 Cary Coutant <ccoutant@google.com> |
| 11024 | |
| 11025 | * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary. |
| 11026 | * testsuite/Makefile.am (plugin_test_5): New test case. |
| 11027 | * testsuite/Makefile.in: Regenerate. |
| 11028 | |
| 11029 | 2009-10-25 Doug Kwan <dougkwan@google.com> |
| 11030 | |
| 11031 | * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change |
| 11032 | from private to protected to allow access by child class. |
| 11033 | (Sized_relobj::do_relocate_sections): New method declaration. |
| 11034 | (Sized_relobj::relocate_sections): Virtualize. |
| 11035 | * reloc.cc (Sized_relobj::do_relocate_sections): Rename from |
| 11036 | Sized_relobj::relocate_sections. Instantiate template explicitly |
| 11037 | for different target sizes and endianity. |
| 11038 | |
| 11039 | 2009-10-24 Doug Kwan <dougkwan@google.com> |
| 11040 | |
| 11041 | * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations. |
| 11042 | (Arm_input_section::as_arm_input_section): New method. |
| 11043 | (Arm_output_section): New class definition. |
| 11044 | (Arm_output_section::create_stub_group, |
| 11045 | Arm_output_section::group_sections): New method definitions. |
| 11046 | |
| 11047 | 2009-10-22 Doug Kwan <dougkwan@google.com> |
| 11048 | |
| 11049 | * arm.cc (Arm_input_section): New class definition. |
| 11050 | (Arm_input_section::init, Arm_input_section:do_write, |
| 11051 | Arm_input_section::set_final_data_size, |
| 11052 | Arm_input_section::do_reset_address_and_file_offset): New method |
| 11053 | definitions. |
| 11054 | |
| 11055 | 2009-10-21 Doug Kwan <dougkwan@google.com> |
| 11056 | |
| 11057 | * arm.cc (Stub_table, Arm_input_section): New forward class |
| 11058 | declarations. |
| 11059 | (Stub_table): New class defintion. |
| 11060 | (Stub_table::add_reloc_stub, Stub_table::relocate_stubs |
| 11061 | Stub_table::do_reset_address_and_file_offset, Stub_table::do_write): |
| 11062 | New method definition. |
| 11063 | |
| 11064 | 2009-10-21 Doug Kwan <dougkwan@google.com> |
| 11065 | |
| 11066 | * arm.cc: Update copyright comments. |
| 11067 | (Target_arm): New forward class template declaration. |
| 11068 | (Arm_address): New type. |
| 11069 | (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET, |
| 11070 | THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET, |
| 11071 | THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New |
| 11072 | constants. |
| 11073 | (Insn_template): Same. |
| 11074 | (DEF_STUBS): New macro. |
| 11075 | (Stub_type): New enum type. |
| 11076 | (Stub_template): New class definition. |
| 11077 | (Stub): Same. |
| 11078 | (Reloc_stub): Same. |
| 11079 | (Stub_factory): Same. |
| 11080 | (Target_arm::Target_arm): Initialize may_use_blx_ and |
| 11081 | should_force_pic_veneer_. |
| 11082 | (Target_arm::may_use_blx, Target_arm::set_may_use_blx, |
| 11083 | Target_arm::should_force_pic_veneer, |
| 11084 | Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2, |
| 11085 | Target_arm::using_thumb_only, Target_arm:;default_target): New |
| 11086 | method defintions. |
| 11087 | (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_): |
| 11088 | New data member declarations. |
| 11089 | (Insn_template::size, Insn_template::alignment): New method defintions. |
| 11090 | (Stub_template::Stub_template): New method definition. |
| 11091 | (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc, |
| 11092 | Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same. |
| 11093 | (Stub_factory::Stub_factory): New method definition. |
| 11094 | * gold.h (string_hash): New template. |
| 11095 | * output.h (Input_section_specifier::hash_value): Use |
| 11096 | gold::string_hash. |
| 11097 | (Input_section_specifier::string_hash): Remove. |
| 11098 | * stringpool.cc (Stringpool_template::string_hash): Use |
| 11099 | gold::string_hash. |
| 11100 | |
| 11101 | 2009-10-20 Doug Kwan <dougkwan@google.com> |
| 11102 | |
| 11103 | * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section |
| 11104 | symbols of relaxed input sections. |
| 11105 | * output.h (Output_section::find_relaxed_input_section): Make |
| 11106 | method public. |
| 11107 | |
| 11108 | 2009-10-16 Doug Kwan <dougkwan@google.com> |
| 11109 | |
| 11110 | * dynobj.cc (Versions::Versions): Initialize version_script_. |
| 11111 | Only insert base version symbol definition for a shared object |
| 11112 | if version script defines any version versions. |
| 11113 | (Versions::define_base_version): New method definition. |
| 11114 | (Versions::add_def): Check that base version is not needed. |
| 11115 | (Versions::add_need): Define base version lazily. |
| 11116 | * dynobj.h (Versions::define_base_version): New method declaration. |
| 11117 | (Versions::needs_base_version_): New data member declaration. |
| 11118 | * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh |
| 11119 | (check_DATA): Add no_version_test.stdout. |
| 11120 | (libno_version_test.so, no_version_test.o no_version_test.stdout): |
| 11121 | New make rules. |
| 11122 | * testsuite/Makefile.in: Regenerate. |
| 11123 | * testsuite/no_version_test.c: New file. |
| 11124 | * testsuite/no_version_test.sh: Ditto. |
| 11125 | |
| 11126 | 2009-10-16 Doug Kwan <dougkwan@google.com> |
| 11127 | |
| 11128 | * expression.cc (class Segment_start_expression): New class definition. |
| 11129 | (Segment_start_expression::value): New method definition. |
| 11130 | (script_exp_function_segment_start): Return a new |
| 11131 | Segment_start_expression. |
| 11132 | * gold/script-c.h (script_saw_segment_start_expression): New function |
| 11133 | prototype. |
| 11134 | * script-sections.cc (Script_sections::Script_sections): Initialize |
| 11135 | SAW_SEGMENT_START_EXPRESSION_ to false. |
| 11136 | (Script_sections::set_section_addresses): Use -Ttext, -Tdata |
| 11137 | and -Tbbs options to specify section addresses if given in |
| 11138 | command line and no SEGMENT_START expression is seen in a script. |
| 11139 | * script-sections.h (Script_sections::saw_segment_start_expression, |
| 11140 | Script_sections::set_saw_segment_start_expression): New method |
| 11141 | definition. |
| 11142 | (Script_sections::saw_segment_start_expression_): New data member |
| 11143 | declaration. |
| 11144 | * script.cc (script_saw_segment_start_expression): New function. |
| 11145 | * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression. |
| 11146 | * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh, |
| 11147 | script_test_7.sh and script_test_8.sh. |
| 11148 | (check_DATA): Add script_test_6.stdout, script_test_7.stdout and |
| 11149 | script_test_8.stdout. |
| 11150 | (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8. |
| 11151 | (script_test_6, script_test_6.stdout, script_test_7, |
| 11152 | script_test_7.stdout, script_test_8, script_test_8.stdout): New rules. |
| 11153 | * Makefile.in: Regenerate. |
| 11154 | * testsuite/script_test_6.sh: New file. |
| 11155 | * testsuite/script_test_6.t: Same. |
| 11156 | * testsuite/script_test_7.sh: Same. |
| 11157 | * testsuite/script_test_7.t: Same. |
| 11158 | * testsuite/script_test_8.sh: Same. |
| 11159 | |
| 11160 | 2009-10-16 Doug Kwan <dougkwan@google.com> |
| 11161 | |
| 11162 | * output.cc (Output_segment::set_section_list_address): Cast |
| 11163 | expressions to unsigned long long type to avoid format warnings. |
| 11164 | |
| 11165 | 2009-10-15 Ian Lance Taylor <iant@google.com> |
| 11166 | |
| 11167 | * script.cc (Script_options::add_symbol_assignment): Always add a |
| 11168 | dot assignment to script_sections_. |
| 11169 | * script-sections.cc (Script_sections::add_dot_assignment): |
| 11170 | Initialize if necessary. |
| 11171 | |
| 11172 | * layout.cc (Layout::relaxation_loop_body): Don't crash if we see |
| 11173 | program headers with no load segment if there is a linker script. |
| 11174 | |
| 11175 | * layout.cc (Layout::set_segment_offsets): Align the file offset |
| 11176 | to the segment aligment for -N or -n with no load segment. |
| 11177 | * output.cc (Output_segment::add_output_section): Don't crash if |
| 11178 | the first section is a TLS section. |
| 11179 | (Output_segment::set_section_list_addresses): Print an error |
| 11180 | message if the address moves backward in a linker script. |
| 11181 | * script-sections.cc |
| 11182 | (Output_section_element_input::set_section_addresses): Don't |
| 11183 | increase *dot_value for a SHF_TLS/SHT_NOBITS section. |
| 11184 | (Orphan_output_section::set_section_addresses): Likewise. |
| 11185 | |
| 11186 | 2009-10-15 Doug Kwan <dougkwan@google.com> |
| 11187 | |
| 11188 | * layout.cc (Layout::finish_dynamic_section): Generate tags |
| 11189 | DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ, |
| 11190 | DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is |
| 11191 | used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS. |
| 11192 | |
| 11193 | 2009-10-14 Ian Lance Taylor <iant@google.com> |
| 11194 | |
| 11195 | * object.h (class Relocate_info): Add reloc_shdr and data_shdr |
| 11196 | fields. |
| 11197 | * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and |
| 11198 | data_shdr fields of relinfo. |
| 11199 | * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field. |
| 11200 | (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For |
| 11201 | R_386_TLS_LDO_32, adjust based on section flags. |
| 11202 | (Target_i386::Relocate::fix_up_ldo): Remove. |
| 11203 | |
| 11204 | 2009-10-13 Ian Lance Taylor <iant@google.com> |
| 11205 | |
| 11206 | Add support for -pie. |
| 11207 | * options.h (class General_options): Add -pie and |
| 11208 | --pic-executable. |
| 11209 | (General_options::output_is_position_independent): Test -pie. |
| 11210 | (General_options::output_is_executable): Return true if not shared |
| 11211 | and not relocatable. |
| 11212 | (General_options::output_is_pie): Remove. |
| 11213 | * options.cc (General_options::finalize): Reject incompatible uses |
| 11214 | of -pie. |
| 11215 | * gold.cc (queue_middle_tasks): A -pie link is not static. |
| 11216 | * symtab.h (Symbol::needs_plt_entry): Return false if -pie. |
| 11217 | * symtab.cc (Symbol::final_value_is_known): Return false if |
| 11218 | output_is_position_independent. |
| 11219 | * layout.cc (Layout::set_segment_offsets): Start at address 0 if |
| 11220 | output_is_position_independent. |
| 11221 | * output.cc (Output_file_header::do_sized_write): Use ET_DYN if |
| 11222 | output_is_position_independent. |
| 11223 | * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if |
| 11224 | output_is_position_independent. |
| 11225 | * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and |
| 11226 | two_file_pie_test. |
| 11227 | (basic_pie_test.o, basic_pie_test): New targets. |
| 11228 | (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets. |
| 11229 | (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets. |
| 11230 | (two_file_pie_test): New target. |
| 11231 | * testsuite/Makefile.in: Rebuild. |
| 11232 | * README: Remove note saying that -pie is not supported. |
| 11233 | |
| 11234 | 2009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> |
| 11235 | |
| 11236 | * options.h (class General_options): Add -init and -fini. |
| 11237 | * layout.cc (Layout::finish_dynamic_section): Emit |
| 11238 | given init and fini functions. |
| 11239 | |
| 11240 | 2009-10-13 Sriraman Tallam <tmsriram@google.com> |
| 11241 | |
| 11242 | * gc.h (gc_process_relocs): Check if icf is enabled using new |
| 11243 | function. |
| 11244 | * gold.cc (queue_initial_tasks): Likewise. |
| 11245 | (queue_middle_tasks): Likewise. |
| 11246 | * object.cc (do_layout): Likewise. |
| 11247 | * symtab.cc (is_section_folded): Likewise. |
| 11248 | * main.cc (main): Likewise. |
| 11249 | * reloc.cc (Read_relocs::run): Likewise. |
| 11250 | (Sized_relobj::do_scan_relocs): Likewise. |
| 11251 | * icf.cc (is_function_ctor_or_dtor): New function. |
| 11252 | (Icf::find_identical_sections): Check if function is ctor or dtor when |
| 11253 | safe icf is chosen. |
| 11254 | * options.h (General_options::icf): Change option to be an enum. |
| 11255 | (Icf_status): New enum. |
| 11256 | (icf_enabled): New method. |
| 11257 | (icf_safe_folding): New method. |
| 11258 | (set_icf_status): New method. |
| 11259 | (icf_status_): New variable. |
| 11260 | * (options.cc) (General_options::finalize): Set icf_status_. |
| 11261 | * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify |
| 11262 | icf_test and icf_keep_unique_test to use the --icf enum flag. |
| 11263 | * testsuite/icf_safe_test.sh: New file. |
| 11264 | * testsuite/icf_safe_test.cc: New file. |
| 11265 | |
| 11266 | 2009-10-12 Sriraman Tallam <tmsriram@google.com> |
| 11267 | |
| 11268 | * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove |
| 11269 | includes to gc.h and icf.h. |
| 11270 | * arm.cc: Include gc.h. |
| 11271 | * gold.cc: Likewise. |
| 11272 | * i386.cc: Likewise. |
| 11273 | * powerpc.cc: Likewise. |
| 11274 | * sparc.cc: Likewise. |
| 11275 | * x86_64.cc: Likewise. |
| 11276 | * gc.h: Include icf.h. |
| 11277 | |
| 11278 | 2009-10-11 Ian Lance Taylor <iant@google.com> |
| 11279 | |
| 11280 | * plugin.cc: Include "gold.h" before other header files. |
| 11281 | |
| 11282 | 2009-10-10 Chris Demetriou <cgd@google.com> |
| 11283 | |
| 11284 | * options.h (Input_file_argument::Input_file_type): New enum. |
| 11285 | (Input_file_argument::is_lib_): Replace with... |
| 11286 | (Input_file_argument::type_): New member. |
| 11287 | (Input_file_argument::Input_file_argument): Take Input_file_type |
| 11288 | 'type' rather than boolean 'is_lib' as second argument. |
| 11289 | (Input_file_argument::is_lib): Use type_. |
| 11290 | (Input_file_argument::is_searched_file): New function. |
| 11291 | (Input_file_argument::may_need_search): Handle is_searched_file. |
| 11292 | * options.cc (General_options::parse_library): Support -l:filename. |
| 11293 | (General_options::parse_just_symbols): Update for Input_file_argument |
| 11294 | changes. |
| 11295 | (Command_line::process): Likewise. |
| 11296 | * archive.cc (Archive::get_file_and_offset): Likewise. |
| 11297 | * plugin.cc (Plugin_manager::release_input_file): Likewise. |
| 11298 | * script.cc (read_script_file, script_add_file): Likewise. |
| 11299 | * fileread.cc (Input_file::Input_file): Likewise. |
| 11300 | (Input_file::will_search_for): Handle is_searched_file. |
| 11301 | (Input_file::open): Likewise. |
| 11302 | * readsyms.cc (Read_symbols::get_name): Likewise. |
| 11303 | * testsuite/Makefile.am (searched_file_test): New test. |
| 11304 | * testsuite/Makefile.in: Regenerate. |
| 11305 | * testsuite/searched_file_test.cc: New file. |
| 11306 | * testsuite/searched_file_test_lib.cc: New file. |
| 11307 | |
| 11308 | 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com> |
| 11309 | Ian Lance Taylor <iant@google.com> |
| 11310 | |
| 11311 | * descriptor.cc: Include <cstdio> and "binary-io.h". |
| 11312 | (Descriptors::open): Open the files in binary mode always. |
| 11313 | * script.cc (Lex::get_token): Treat \r as whitespace. |
| 11314 | |
| 11315 | 2009-10-09 Ian Lance Taylor <iant@google.com> |
| 11316 | |
| 11317 | * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0. |
| 11318 | |
| 11319 | 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com> |
| 11320 | Ian Lance Taylor <iant@google.com> |
| 11321 | |
| 11322 | * configure.ac: Check for readv function also. |
| 11323 | * fileread.cc (readv): Define if not HAVE_READV. |
| 11324 | * fileread.h (File_read:: max_readv_entries): Set to 1 if readv |
| 11325 | does not exist. |
| 11326 | * config.in: Regenerate. |
| 11327 | * configure: Regenerate. |
| 11328 | |
| 11329 | 2009-10-09 Doug Kwan <dougkwan@google.com> |
| 11330 | |
| 11331 | * layout.cc (Layout::make_output_section): Call target hook to make |
| 11332 | ordinary output section. |
| 11333 | (Layout::finalize): Adjust parameter list of call the |
| 11334 | Target::may_relax(). |
| 11335 | * layout.h (class Layout::section_list): New method. |
| 11336 | * merge.h (Output_merge_base::entsize): Change visibility to public. |
| 11337 | (Output_merge_base::is_string, Output_merge_base::do_is_string): |
| 11338 | New methods. |
| 11339 | (Output_merge_string::do_is_string): New method. |
| 11340 | * object.cc (Sized_relobj::do_setup): renamed from |
| 11341 | Sized_relobj::set_up. |
| 11342 | * object.h (Sized_relobj::adjust_shndx, |
| 11343 | Sized_relobj::initializ_input_to_output_maps, |
| 11344 | Sized_relobj::free_input_to_output_maps): Change visibilities to |
| 11345 | protected. |
| 11346 | (Sized_relobj::setup): Virtualize. |
| 11347 | (Sized_relobj::do_setup): New method declaration. |
| 11348 | (Sized_relobj::invalidate_section_offset, |
| 11349 | Sized_relobj::do_invalidate_section_offset): New method decfinitions. |
| 11350 | (Sized_relobj::elf_file, Sized_relobj::local_values): New methods. |
| 11351 | * options.cc (parse_int): New function. |
| 11352 | * options.h (parse_int): New declaration. |
| 11353 | (DEFINE_int): New macro. |
| 11354 | (stub_group_size): New option. |
| 11355 | * output.cc (Output_section::Output_section): Initialize memebers |
| 11356 | merge_section_map_, merge_section_by_properties_map_, |
| 11357 | relaxed_input_section_map_, is_relaxed_input_section_map_valid_. |
| 11358 | (Output_section::add_input_section): Handled deferred code-fill |
| 11359 | generation and remove an old comment. |
| 11360 | (Output_section::add_relaxed_input_section): New method definition. |
| 11361 | (Output_section::add_merge_input_section): Use merge section by |
| 11362 | properties map to speed to search. Update merge section maps |
| 11363 | as appropriate. |
| 11364 | (Output_section::build_relaxation_map): New method definition. |
| 11365 | (Output_section::convert_input_sections_in_list_to_relaxed_sections): |
| 11366 | Same. |
| 11367 | (Output_section::relax_input_section): Renamed to |
| 11368 | Output_section::convert_input_sections_to_relaxed_sections and change |
| 11369 | interface to take a vector of pointers to relaxed sections. |
| 11370 | (Output_section::find_merge_section, |
| 11371 | Output_section::find_relaxed_input_section): New method definitions. |
| 11372 | (Output_section::is_input_address_mapped, |
| 11373 | Output_section::output_offset, Output_section::output_address): |
| 11374 | Use output section data maps to speed up searching. |
| 11375 | (Output_section::find_starting_output_address): Add comments. |
| 11376 | (Output_section::do_write, |
| 11377 | Output_section::write_to_postprocessing_buffer): Do code-fill |
| 11378 | generation as appropriate. |
| 11379 | (Output_section::get_input_sections): Invalidate relaxed input section |
| 11380 | map. |
| 11381 | (Output_section::restore_states): Adjust type of checkpoint . |
| 11382 | Invalidate relaxed input section map. |
| 11383 | * output.h (Output_merge_base): New class declaration. |
| 11384 | (Input_section_specifier): New class defintion. |
| 11385 | (class Output_relaxed_input_section) Change base class to |
| 11386 | Output_section_data_build. |
| 11387 | (Output_relaxed_input_section::Output_relaxed_input_section): Adjust |
| 11388 | base class initializer. |
| 11389 | (Output_section::add_relaxed_input_section): New method declaration. |
| 11390 | (Output_section::Input_section): Change visibility to protected. |
| 11391 | (Output_section::Input_section::relobj, |
| 11392 | Output_section::Input_section::shndx): Handle relaxed input sections. |
| 11393 | Output_section::input_sections) Change visibility to protected. Also |
| 11394 | define overload to return a non-const pointer. |
| 11395 | (Output_section::Merge_section_properties): New class defintion. |
| 11396 | (Output_section::Merge_section_by_properties_map, |
| 11397 | Output_section::Output_section_data_by_input_section_map, |
| 11398 | Output_section::Relaxation_map): New types. |
| 11399 | (Output_section::relax_input_section): Rename method to |
| 11400 | Output_section::convert_input_sections_to_relaxed_sections and change |
| 11401 | interface to take a vector of relaxed section pointers. |
| 11402 | (Output_section::find_merge_section, |
| 11403 | Output_section::find_relaxed_input_section, |
| 11404 | Output_section::build_relaxation_map, |
| 11405 | Output_section::convert_input_sections_in_list_to_relaxed_sections): |
| 11406 | New method declarations. |
| 11407 | (Output_section::merge_section_map_ |
| 11408 | Output_section::merge_section_by_properties_map_, |
| 11409 | Output_section::relaxed_input_section_map_, |
| 11410 | Output_section::is_relaxed_input_section_map_valid_, |
| 11411 | Output_section::generate_code_fills_at_write_): New data members. |
| 11412 | * script-sections.cc |
| 11413 | (Output_section_element_input::set_section_addresses): Call |
| 11414 | current_data_size and addralign methods of relaxed input sections. |
| 11415 | (Orphan_output_section::set_section_addresses): Call current_data_size |
| 11416 | and addralign methods of relaxed input sections. |
| 11417 | * symtab.cc (Symbol_table::compute_final_value): Extract template |
| 11418 | from the body of Symbol_table::sized_finalize_symbol. |
| 11419 | (Symbol_table::sized_finalized_symbol): Call |
| 11420 | Symbol_table::compute_final_value. |
| 11421 | * symtab.h (Symbol_table::Compute_final_value_status): New enum type. |
| 11422 | (Symbol_table::compute_final_value): New templated method declaration. |
| 11423 | * target.cc (Target::do_make_output_section): New method defintion. |
| 11424 | * target.h (Target::make_output_section): New method declaration. |
| 11425 | (Target::relax): Add more parameters for input objects, symbol table |
| 11426 | and layout. Adjust call to do_relax. |
| 11427 | (Target::do_make_output_section): New method declaration. |
| 11428 | (Target::do_relax): Add parameters for input objects, symbol table |
| 11429 | and layout. |
| 11430 | |
| 11431 | 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com> |
| 11432 | |
| 11433 | * pread.c: Include stdio.h. |
| 11434 | |
| 11435 | 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com> |
| 11436 | |
| 11437 | * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not |
| 11438 | defined. |
| 11439 | |
| 11440 | 2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com> |
| 11441 | |
| 11442 | * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info): |
| 11443 | Change read_shndx type to unsigned int. |
| 11444 | (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned |
| 11445 | int. |
| 11446 | (Sized_dwarf_line_info::read_line_mappings): Likewise. |
| 11447 | * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info): |
| 11448 | Change read_shndx type to unsigned int. |
| 11449 | (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned |
| 11450 | int. |
| 11451 | (Sized_dwarf_line_info::read_line_mappings): Likewise. |
| 11452 | * layout.cc (Layout::create_symtab_sections): Cast the result of |
| 11453 | local_symcount * symsize to off_t in the gold_assert. |
| 11454 | |
| 11455 | 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 11456 | |
| 11457 | * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for |
| 11458 | R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16, |
| 11459 | R_ARM_BASE_ABS. |
| 11460 | (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter. |
| 11461 | (Arm_relocate_functions::thm_abs5): New function. |
| 11462 | (Arm_relocate_functions::abs12): New function. |
| 11463 | (Arm_relocate_functions::abs16): New function. |
| 11464 | (Arm_relocate_functions::base_abs): New function. |
| 11465 | (Scan::check_non_pic): Handle R_ARM_ABS32_NOI. |
| 11466 | (Scan::local): Remove special handling of R_ARM_ABS8. Handle |
| 11467 | R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and |
| 11468 | R_ARM_BASE_ABS. |
| 11469 | (Scan::global): Likewise. |
| 11470 | (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16, |
| 11471 | R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS. |
| 11472 | (Relocatable_size_for_reloc::get_size_for_reloc): Handle |
| 11473 | R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and |
| 11474 | R_ARM_BASE_ABS. |
| 11475 | |
| 11476 | 2009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 11477 | |
| 11478 | * arm.cc (Arm_relocate_functions::movw_prel_nc): New function. |
| 11479 | (Arm_relocate_functions::movt_prel): New function. |
| 11480 | (Arm_relocate_functions::thm_movw_prel_nc): New function. |
| 11481 | (Arm_relocate_functions::thm_movt_prel): New function. |
| 11482 | (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL, |
| 11483 | R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL. |
| 11484 | (Scan::global, Relocate::relocate): Likewise. |
| 11485 | (Relocatable_size_for_reloc::get_size_for_reloc): Likewise. |
| 11486 | |
| 11487 | 2009-10-09 Mikolaj Zalewski <mikolajz@google.com> |
| 11488 | |
| 11489 | * gold.cc: (queue_initial_tasks): Pass incremental_inputs to |
| 11490 | Incremental_checker. |
| 11491 | * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to |
| 11492 | unsigned int. |
| 11493 | (class Incremental_inputs_header): New class. |
| 11494 | (Incremental_inputs_header_writer): Edit comment. |
| 11495 | (Incremental_inputs_entry): New class. |
| 11496 | (Incremental_inputs_entry_writer): Edit comment. |
| 11497 | (Sized_incremental_binary::do_find_incremental_inputs_section): |
| 11498 | Add *strtab_shndx parameter, fill it. |
| 11499 | (Sized_incremental_binary::do_check_inputs): New method. |
| 11500 | (Incremental_checker::can_incrementally_link_output_file): Use |
| 11501 | Sized_incremental_binary::check_inputs. |
| 11502 | (Incremental_inputs::report_command_line): Save command line in |
| 11503 | command_line_. |
| 11504 | * incremental.h: |
| 11505 | (Incremental_binary::find_incremental_inputs_section): New |
| 11506 | method. |
| 11507 | (Incremental_binary::do_find_incremental_inputs_section): Add |
| 11508 | strtab_shndx parameter. |
| 11509 | (Incremental_binary::do_check_inputs): New pure virtual method. |
| 11510 | (Sized_incremental_binary::do_check_inputs): Declare. |
| 11511 | (Incremental_checker::Incremental_checker): Add incremental_inputs |
| 11512 | parameter, use it to initialize incremental_inputs_. |
| 11513 | (Incremental_checker::incremental_inputs_): New field. |
| 11514 | (Incremental_checker::command_line): New method. |
| 11515 | (Incremental_checker::inputs): New method. |
| 11516 | (Incremental_checker::command_line_): New field. |
| 11517 | |
| 11518 | 2009-10-09 Mikolaj Zalewski <mikolajz@google.com> |
| 11519 | |
| 11520 | * incremental.cc: Include <cstdarg> and "target-select.h". |
| 11521 | (vexplain_no_incremental): New function. |
| 11522 | (explain_no_incremental): New function. |
| 11523 | (Incremental_binary::error): New method. |
| 11524 | (Sized_incremental_binary::do_find_incremental_inputs_section): New |
| 11525 | method. |
| 11526 | (make_sized_incremental_binary): New function. |
| 11527 | (open_incremental_binary): New function. |
| 11528 | (can_incrementally_link_file): Add checks if output is ELF and has |
| 11529 | inputs section. |
| 11530 | * incremental.h: Include "elfcpp_file.h" and "output.h". |
| 11531 | (Incremental_binary): New class. |
| 11532 | (Sized_incremental_binary): New class. |
| 11533 | (open_incremental_binary): Declare. |
| 11534 | * object.cc (is_elf_object): Use |
| 11535 | elfcpp::Elf_recognizer::is_elf_file. |
| 11536 | (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header. |
| 11537 | * output.h (Output_file::filesize): New method. |
| 11538 | |
| 11539 | 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 11540 | |
| 11541 | * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend): |
| 11542 | New function. |
| 11543 | (Arm_relocate_functions::insert_val_arm_movw_movt): New function. |
| 11544 | (Arm_relocate_functions::extract_thumb_movw_movt_addend): New |
| 11545 | function. |
| 11546 | (Arm_relocate_functions::insert_val_thumb_movw_movt): New |
| 11547 | function. |
| 11548 | (Arm_relocate_functions::movw_abs_nc): New function. |
| 11549 | (Arm_relocate_functions::movt_abs): New function. |
| 11550 | (Arm_relocate_functions::thm_movw_abs_nc): New function. |
| 11551 | (Arm_relocate_functions::thm_movt_abs): New function. |
| 11552 | (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, |
| 11553 | R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS. |
| 11554 | (Scan::global): Likewise. |
| 11555 | (Relocate::relocate): Likewise. |
| 11556 | (Relocatable_size_for_reloc::get_size_for_reloc): Likewise. |
| 11557 | |
| 11558 | 2009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 11559 | |
| 11560 | * arm.cc (Arm_relocate_functions::got_prel) New function. |
| 11561 | (Scan::local, Scan::global): Handle R_ARM_GOT_PREL. |
| 11562 | (Relocate::relocate): Likewise. |
| 11563 | (Relocatable_size_for_reloc::get_size_for_reloc): Likewise. |
| 11564 | |
| 11565 | 2009-10-06 Ian Lance Taylor <iant@google.com> |
| 11566 | |
| 11567 | * options.h (class General_options): Define |
| 11568 | split_stack_adjust_size parameter. |
| 11569 | * object.h (class Object): Add uses_split_stack_ and |
| 11570 | has_no_split_stack_ fields. Add uses_split_stack and |
| 11571 | has_no_split_stack accessor functions. Declare |
| 11572 | handle_split_stack_section. |
| 11573 | (class Reloc_symbol_changes): Define. |
| 11574 | (class Sized_relobj): Define Function_offsets. Declare |
| 11575 | split_stack_adjust, split_stack_adjust_reltype, and |
| 11576 | find_functions. |
| 11577 | * object.cc (Object::handle_split_stack_section): New function. |
| 11578 | (Sized_relobj::do_layout): Call handle_split_stack_section. |
| 11579 | * dynobj.cc (Sized_dynobj::do_layout): Call |
| 11580 | handle_split_stack_section. |
| 11581 | * reloc.cc (Sized_relobj::relocate_sections): Call |
| 11582 | split_stack_adjust for executable sections in split_stack |
| 11583 | objects. Pass reloc_map to relocate_section. |
| 11584 | (Sized_relobj::split_stack_adjust): New function. |
| 11585 | (Sized_relobj::split_stack_adjust_reltype): New function. |
| 11586 | (Sized_relobj::find_functions): New function. |
| 11587 | * target-reloc.h: Include "object.h". |
| 11588 | (relocate_section): Add reloc_symbol_changes parameter. Change |
| 11589 | all callers. |
| 11590 | * target.h (class Target): Add calls_non_split method. Declare |
| 11591 | do_calls_non_split virtual method. Declare match_view and |
| 11592 | set_view_to_nop. |
| 11593 | * target.cc: Include "elfcpp.h". |
| 11594 | (Target::do_calls_non_split): New function. |
| 11595 | (Target::match_view): New function. |
| 11596 | (Target::set_view_to_nop): New function. |
| 11597 | * gold.cc (queue_middle_tasks): Give an error if mixing |
| 11598 | split-stack and non-split-stack objects with -r. |
| 11599 | * i386.cc (Target_i386::relocate_section): Add |
| 11600 | reloc_symbol_changes parameter. |
| 11601 | (Target_i386::do_calls_non_split): New function. |
| 11602 | * x86_64.cc (Target_x86_64::relocate_section): Add |
| 11603 | reloc_symbol_changes parameter. |
| 11604 | (Target_x86_64::do_calls_non_split): New function. |
| 11605 | * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes |
| 11606 | parameter. |
| 11607 | * powerpc.cc (Target_powerpc::relocate_section): Add |
| 11608 | reloc_symbol_changes parameter. |
| 11609 | * sparc.cc (Target_sparc::relocate_section): Add |
| 11610 | reloc_symbol_changes parameter. |
| 11611 | * configure.ac: Call AM_CONDITIONAL for the default target. |
| 11612 | * configure: Rebuild. |
| 11613 | * testsuite/Makefile.am (TEST_AS): New variable. |
| 11614 | (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh. |
| 11615 | (check_DATA): Add split_i386 and split_x86_64 files. |
| 11616 | (SPLIT_DEFSYMS): Define. |
| 11617 | (split_i386_[1234n].o): New targets. |
| 11618 | (split_i386_[124]): New targets. |
| 11619 | (split_i386_[1234r].stdout): New targets. |
| 11620 | (split_x86_64_[1234n].o): New targets. |
| 11621 | (split_x86_64_[124]): New targets. |
| 11622 | (split_x86_64_[1234r].stdout): New targets. |
| 11623 | (MOSTLYCLEANFILES): Add new executables. |
| 11624 | * testsuite/split_i386.sh: New file. |
| 11625 | * testsuite/split_x86_64.sh: New file. |
| 11626 | * testsuite/split_i386_1.s: New file. |
| 11627 | * testsuite/split_i386_2.s: New file. |
| 11628 | * testsuite/split_i386_3.s: New file. |
| 11629 | * testsuite/split_i386_4.s: New file. |
| 11630 | * testsuite/split_i386_n.s: New file. |
| 11631 | * testsuite/split_x86_64_1.s: New file. |
| 11632 | * testsuite/split_x86_64_2.s: New file. |
| 11633 | * testsuite/split_x86_64_3.s: New file. |
| 11634 | * testsuite/split_x86_64_4.s: New file. |
| 11635 | * testsuite/split_x86_64_n.s: New file. |
| 11636 | * testsuite/testfile.cc (Target_test): Update relocation_section |
| 11637 | function. |
| 11638 | * testsuite/Makefile.in: Rebuild. |
| 11639 | |
| 11640 | 2009-10-06 Ian Lance Taylor <iant@google.com> |
| 11641 | |
| 11642 | * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field. |
| 11643 | (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before |
| 11644 | changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When |
| 11645 | handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push |
| 11646 | the address on ldo_addrs_. |
| 11647 | (Target_i386::Relocate::fix_up_ldo): New function. |
| 11648 | |
| 11649 | 2009-10-06 Rafael Espindola <espindola@google.com> |
| 11650 | |
| 11651 | * plugin.cc (add_input_library): New. |
| 11652 | (Plugin::load): Add add_input_library to tv. |
| 11653 | (Plugin_manager::add_input_file): Add the is_lib argument. |
| 11654 | (add_input_file): Update call to Plugin_manager::add_input_file. |
| 11655 | (add_input_library): New. |
| 11656 | * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument. |
| 11657 | |
| 11658 | 2009-09-30 Doug Kwan <dougkwan@google.com> |
| 11659 | |
| 11660 | * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function |
| 11661 | symbol and call Symbol::may_need_copy_reloc to determine if |
| 11662 | a copy reloc is needed. |
| 11663 | * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z |
| 11664 | nocopyreloc is given in command line. |
| 11665 | (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not |
| 11666 | given in command line. |
| 11667 | * i386.cc (Target_i386::may_need_copy_reloc): Remove. |
| 11668 | (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead |
| 11669 | of the removed Target_i386::may_need_copy_reloc. |
| 11670 | * options.h (copyreloc): New option with default value false. |
| 11671 | * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove. |
| 11672 | (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc |
| 11673 | instead of the removed Target_powerpc::may_need_copy_reloc. |
| 11674 | * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove. |
| 11675 | (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc |
| 11676 | instead of the removed Target_sparc::may_need_copy_reloc. |
| 11677 | * symtab.h (Symbol::may_need_copy_reloc): New method definition. |
| 11678 | * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove. |
| 11679 | (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc |
| 11680 | instead of the removed Target_x86_64::may_need_copy_reloc. |
| 11681 | |
| 11682 | 2009-09-30 Ian Lance Taylor <iant@google.com> |
| 11683 | |
| 11684 | * object.h (class Object): Remove target_ field, and target, |
| 11685 | sized_target, and set_target methods. |
| 11686 | (Object::sized_target): Remove. |
| 11687 | (class Sized_relobj): Update declarations. Remove sized_target. |
| 11688 | * object.cc (Sized_relobj::setup): Remove target parameter. |
| 11689 | Change all callers. |
| 11690 | (Input_objects::add_object): Don't do anything with the target. |
| 11691 | (make_elf_sized_object): Add punconfigured parameter. Change all |
| 11692 | callers. Set or test parameter target. |
| 11693 | * dynobj.cc (Sized_dynobj::target): Remove target parameter. |
| 11694 | Change all callers. |
| 11695 | * parameters.cc (Parameters::set_target): Change parameter type to |
| 11696 | be non-const. |
| 11697 | (Parameters::default_target): Remove. |
| 11698 | (set_parameters_target): Change parameter type to be non-const. |
| 11699 | (parameters_force_valid_target): New function. |
| 11700 | (parameters_clear_target): New function. |
| 11701 | * parameters.h (class Parameters): Update declarations. Remove |
| 11702 | default_target method. Add sized_target and clear_target |
| 11703 | methods. Change target_ to be non-const. |
| 11704 | (set_parameters_target): Update declaration. |
| 11705 | (parameters_force_valid_target): Declare. |
| 11706 | (parameters_clear_target): Declare. |
| 11707 | * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured |
| 11708 | as NULL if we aren't searching. |
| 11709 | (Add_symbols::run): Don't check for compatible target. |
| 11710 | * fileread.cc (Input_file::open_binary): Call |
| 11711 | parameters_force_valid_target. |
| 11712 | * gold.cc (queue_middle_tasks): Likewise. |
| 11713 | * plugin.cc (make_sized_plugin_object): Likewise. Don't call |
| 11714 | set_target on object. |
| 11715 | * dynobj.h (class Sized_dynobj): Update declarations. |
| 11716 | * archive.cc (Archive::get_elf_object_for_member): Return NULL if |
| 11717 | make_elf_object returns NULL. |
| 11718 | (Archive::include_member): Don't check whether object target is |
| 11719 | compatible. |
| 11720 | * output.cc (Output_section::add_input_section): Get target from |
| 11721 | parameters. |
| 11722 | (Output_section::relax_input_section): Likewise. |
| 11723 | * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from |
| 11724 | parameters. |
| 11725 | (Sized_relobj::do_scan_relocs): Likewise. |
| 11726 | (Sized_relobj::relocate_sections): Likewise. |
| 11727 | * resolve.cc (Symbol_table::resolve): Likewise. |
| 11728 | * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object |
| 11729 | parameter. Change all callers. |
| 11730 | (Symbol_table::add_from_object): Get target from parameters. |
| 11731 | (Symbol_table::add_from_relobj): Don't check object target. |
| 11732 | (Symbol_table::add_from_dynobj): Likewise. |
| 11733 | (Symbol_table::define_special_symbol): Get target from |
| 11734 | parameters. |
| 11735 | * symtab.h (class Symbol_table): Update declaration. |
| 11736 | * testsuite/binary_unittest.cc (gold_testsuite): Remove target |
| 11737 | parameter. Change all callers. Clear parameter target. |
| 11738 | (Binary_test): Test target here. |
| 11739 | * testsuite/object_unittest.cc (gold_testsuite): Remove |
| 11740 | target_test_pointer parameter. Change all callers. |
| 11741 | (Object_test): Test target here. |
| 11742 | |
| 11743 | 2009-09-26 Ian Lance Taylor <iant@google.com> |
| 11744 | |
| 11745 | * testsuite/initpri1.c: Don't try to use constructor priorities if |
| 11746 | compiling with gcc before 4.3. |
| 11747 | |
| 11748 | 2009-09-22 Mikolaj Zalewski <mikolajz@google.com> |
| 11749 | |
| 11750 | * testsuite/retain_symbols_file_test.sh (check_present): Change |
| 11751 | output file name to retain_symbols_file_test.stdout. |
| 11752 | (check_absent): Likewise. |
| 11753 | |
| 11754 | 2009-09-18 Craig Silverstein <csilvers@google.com> |
| 11755 | |
| 11756 | * object.cc (Sized_relobj::do_count): Test should_retain_symbol map. |
| 11757 | * options.cc: Include <cerrno> and <fstream>. |
| 11758 | (General_options::finalize): Parse -retain-symbols-file tag. |
| 11759 | * options.h: New flag. |
| 11760 | (General_options): New method should_retain_symbol, new |
| 11761 | variable symbols_to_retain. |
| 11762 | * symtab.cc (Symbol_table::sized_finalize_symbol): Test |
| 11763 | should_retain_symbol map. |
| 11764 | * testsuite/Makefile.am (retain_symbols_file_test): New test. |
| 11765 | * testsuite/Makefile.in: Regenerate. |
| 11766 | * testsuite/retain_symbols_file_test.sh: New file. |
| 11767 | |
| 11768 | 2009-09-18 Nick Clifton <nickc@redhat.com> |
| 11769 | |
| 11770 | * po/es.po: Updated Spanish translation. |
| 11771 | |
| 11772 | 2009-09-17 Doug Kwan <dougkwan@google.com> |
| 11773 | |
| 11774 | * debug.h (DEBUG_RELAXATION): New constant. |
| 11775 | (DEBUG_ALL): Add DEBUG_RELAXATION. |
| 11776 | (debug_string_to_enum): Add relaxation debug option. |
| 11777 | * layout.cc |
| 11778 | (Layout::Relaxation_debug_check::check_output_data_for_reset_values, |
| 11779 | Layout::Relaxation_debug_check::read_sections, |
| 11780 | Layout::Relaxation_debug_check::read_sections): New method definitions. |
| 11781 | (Layout::Layout): Initialize data members |
| 11782 | record_output_section_data_from_scrips_, |
| 11783 | script_output_section_data_list_ and relaxation_debug_check_. |
| 11784 | (Layout::save_segments, Layout::restore_segments, |
| 11785 | Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation, |
| 11786 | Layout::relaxation_loop_body): New method definitions. |
| 11787 | (Layout::finalize): Support relaxation. Move section layout code to |
| 11788 | Layout::relaxation_loop_body. |
| 11789 | (Layout::set_asection_address_from_script): Move code for orphan |
| 11790 | section placement out. |
| 11791 | (Layout::place_orphan_sections_in_script): New method definition. |
| 11792 | * layout.h (Output_segment_headers, Output_file_header): |
| 11793 | New forward class declarations. |
| 11794 | (Layout::~Layout): Define. |
| 11795 | (Layout::new_output_section_data_from_script): New method definition. |
| 11796 | (Layout::place_orphan_sections_in_script): New method declaration. |
| 11797 | (Layout::Segment_states): New type declaration. |
| 11798 | (Layout::save_segments, Layout::restore_segments, |
| 11799 | Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation, |
| 11800 | Layout::relaxation_loop_body): New method declarations. |
| 11801 | (Layout::Output_section_data_list): New type declaration. |
| 11802 | (Layout::Relaxation_debug_check): New class definition. |
| 11803 | (Layout::record_output_section_data_from_script_, |
| 11804 | Layout::script_output_section_data_list_, Layout::segment_states_, |
| 11805 | Layout::relaxation_debug_check_): New data members. |
| 11806 | * output.cc: (Output_section_headers::do_size): New method definition. |
| 11807 | (Output_section_headers::Output_section_headers): Move size |
| 11808 | computation to Output_section_headers::do_size. |
| 11809 | (Output_segment_headers::do_size): New method definition. |
| 11810 | (Output_file_header::Output_file_header): Move size computation to |
| 11811 | Output_file_header::do_size and call it. |
| 11812 | (Output_file_header::do_size): New method definition. |
| 11813 | (Output_data_group::Output_data_group): Adjust call to |
| 11814 | Output_section_data. |
| 11815 | (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once. |
| 11816 | (Output_symtab_xindex::do_write): Add array bound check. |
| 11817 | (Output_section::Input_section::print_to_mapfile): Handle |
| 11818 | RELAXED_INPUT_SECTION_CODE. |
| 11819 | (Output_section::Output_section): Initialize data member checkpoint_. |
| 11820 | (Output_section::~Output_section): Delete checkpoint object pointed |
| 11821 | by checkpoint_. |
| 11822 | (Output_section::add_input_section): Always add an Input_section if |
| 11823 | relaxing. |
| 11824 | (Output_section::add_merge_input_section): Add assert. |
| 11825 | (Output_section::relax_input_section): New method definition. |
| 11826 | (Output_section::set_final_data_size): Set load address to zero for |
| 11827 | an unallocated section. |
| 11828 | (Output_section::do_address_and_file_offset_have_reset_values): |
| 11829 | New method definition. |
| 11830 | (Output_section::Input_section_sort_enty::Input_section_sort_enty): |
| 11831 | Handle relaxed input section. |
| 11832 | (Output_section::sort_attached_input_sections): Checkpoint input |
| 11833 | section list lazily. |
| 11834 | (Output_section::get_input_sections): Change type of input_sections to |
| 11835 | list of Simple_input_section pointers. Checkpoint input section list |
| 11836 | lazily. Also handle relaxed input sections. |
| 11837 | (Output_section::add_input_section_for_script): Take a reference to |
| 11838 | a Simple_input_section object instead of Relobj pointer and section |
| 11839 | index as parameter. Handle relaxed input sections. |
| 11840 | (Output_section::save_states, Output_section::restore_states): New |
| 11841 | method definitions. |
| 11842 | * output.h (Output_data::Output_data): Initialize is_data_size_fixed_. |
| 11843 | (Output_data::is_data_size_fixed): New method definition. |
| 11844 | (Output_data::reset_addresss_and_file_offset): Do not reset data size |
| 11845 | if it is fixed. |
| 11846 | (Output_data::address_and_file_offset_have_reset_values): New method |
| 11847 | definition. |
| 11848 | (Output_data::do_address_and_file_offset_have_reset_values): New method |
| 11849 | definition. |
| 11850 | (Output_data::set_data_size): Check that data size is not fixed. |
| 11851 | (Output_data::fix_data_size): New method definition. |
| 11852 | (Output_data::is_data_size_fixed_): New data member. |
| 11853 | (Output_section_headers::set_final_data_size): New method definition. |
| 11854 | (Output_section_headers::do_size): New method declaration. |
| 11855 | (Output_segment_headers::set_final_data_size): New method definition. |
| 11856 | (Output_segment_headers::do_size): New method declaration. |
| 11857 | (Output_file_header::set_final_data_size)::New method definition. |
| 11858 | (Output_file_header::do_size)::New method declaration. |
| 11859 | (Output_section_data::Output_section_data): Add new parameter |
| 11860 | is_data_size_fixed and use it to fix data size. |
| 11861 | (Output_data_const::Output_data_const): Adjust call to base class |
| 11862 | constructor and fix data size. |
| 11863 | (Output_data_const_buffer::Output_data_const_buffer): Adjust call to |
| 11864 | base class constructor and fix data size. |
| 11865 | (Output_data_fixed_space::Output_data_fixed_space): Adjust call to |
| 11866 | base class constructor and fix data size. |
| 11867 | (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base |
| 11868 | class constructor and fix data size. |
| 11869 | (Output_data_group::set_final_data_size): New method definition. |
| 11870 | (Output_data_dynamic::Dynamic_entry::tag): New method definition. |
| 11871 | (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base |
| 11872 | class constructor and fix data size. |
| 11873 | (Output_relaxed_input_section): New class definition. |
| 11874 | (Output_section::Simple_input_section): New class definition. |
| 11875 | (Output_section::get_input_sections): Adjust parameter list. |
| 11876 | (Output_section::add_input_section_for_script): Same. |
| 11877 | (Output_section::save_states, Output_section::restore_states, |
| 11878 | Output_section::do_address_and_file_offset_have_reset_values, |
| 11879 | (Output_section::Input_section::Input_section): Handle |
| 11880 | RELAXED_INPUT_SECTION_CODE. Add new overload for |
| 11881 | Output_relaxed_input_section. |
| 11882 | (Output_section::Input_section::is_input_section, |
| 11883 | Output_section::Input_section::set_output_section): Handle relaxed |
| 11884 | input section. |
| 11885 | (Output_section::Input_section::is_relaxed_input_section, |
| 11886 | Output_section::Input_section::output_section_data, |
| 11887 | Output_section::Input_section::relaxed_input_section): New method |
| 11888 | definitions. |
| 11889 | (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum |
| 11890 | value. |
| 11891 | (Output_section::Input_section::u1_): Update comments. |
| 11892 | (Output_section::Input_section::u2_): Add new union member poris. |
| 11893 | (Output_section::Checkpoint_output_section): New classs definition. |
| 11894 | (Output_section::relax_input_section): New method declaration. |
| 11895 | (Output_section::checkpoint_): New data member. |
| 11896 | (Output_segment): Update comments. |
| 11897 | (Output_segment::Output_segment): Un-privatize copy constructor. |
| 11898 | (Output_segment::operator=): Un-privatize. |
| 11899 | * script-sections.cc (Output_section_element::Input_section_list): |
| 11900 | Change element type to Output_section::Simple_input_section. |
| 11901 | (Output_section_element_dot_assignment::set_section_addresses): |
| 11902 | Register output section data for relaxation clean up. |
| 11903 | (Output_data_exression::Output_data_expression): Adjust call to base |
| 11904 | constructor to fix data size. |
| 11905 | (Output_section_element_data::set_section_addresses): Register |
| 11906 | Output_data_expression object for relaxation clean up. |
| 11907 | (struct Input_section_info): Replace Relobj pointer and section index |
| 11908 | pair with Output_section::Simple_input_section and Convert struct to a |
| 11909 | class. |
| 11910 | (Input_section_sorter::operator()): Adjust access to |
| 11911 | Input_section_info data member to use accessors. |
| 11912 | (Output_section_element_input::set_section_addresses): Use layout |
| 11913 | parameter. Adjust code to use Output_section::Simple_input_section |
| 11914 | and Input_secction_info classes. Register filler for relaxation |
| 11915 | clean up. |
| 11916 | (Orphan_output_section::set_section_addresses): Replace Relobj pointer |
| 11917 | and section index pair with Output_section::Simple_input_section |
| 11918 | class. Adjust code accordingly. |
| 11919 | (Phdrs_element::release_segment): New method definition. |
| 11920 | (Script_sections::attach_sections_using_phdrs_clause): Do not modify |
| 11921 | segment list. |
| 11922 | (Script_sections::release_segments): New method definition. |
| 11923 | * gold/script-sections.h (Script_sections::release_segments): New |
| 11924 | method declaration. |
| 11925 | * gold/target.h (Target::may_relax, Target::relax, |
| 11926 | Target::do_may_relax, Target::do_relax): New method definitions. |
| 11927 | |
| 11928 | 2009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com> |
| 11929 | |
| 11930 | * arm.cc (has_signed_unsigned_overflow): New function. |
| 11931 | (Arm_relocate_functions::abs8): New function. |
| 11932 | (Target_arm::Scan::local): Handle R_ARM_ABS8. |
| 11933 | (Target_arm::Scan::global): Likewise. |
| 11934 | (Target_arm::relocate::relocate): Likewise. |
| 11935 | (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): |
| 11936 | Likewise. |
| 11937 | |
| 11938 | 2009-09-16 Cary Coutant <ccoutant@google.com> |
| 11939 | |
| 11940 | * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files. |
| 11941 | * testsuite/Makefile.in: Regenerate. |
| 11942 | |
| 11943 | 2009-09-11 Nick Clifton <nickc@redhat.com> |
| 11944 | |
| 11945 | * po/gold.pot: Updated by the Translation project. |
| 11946 | |
| 11947 | 2009-09-08 Cary Coutant <ccoutant@google.com> |
| 11948 | |
| 11949 | * output.cc (Output_file::open): Add execute permission to empty file. |
| 11950 | * testsuite/Makefile.am (permission_test): New test. |
| 11951 | * testsuite/Makefile.in: Regenerate. |
| 11952 | |
| 11953 | 2009-09-02 Ian Lance Taylor <iant@google.com> |
| 11954 | |
| 11955 | * output.cc (Output_file::resize): Call map_no_anonymous rather |
| 11956 | than map. |
| 11957 | |
| 11958 | 2009-09-01 Mikolaj Zalewski <mikolajz@google.com> |
| 11959 | |
| 11960 | * gold.cc: Include "incremental.h". |
| 11961 | (queue_initial_tasks): Call Incremental_checker methods. |
| 11962 | * incremental.cc: Include "output.h". |
| 11963 | (Incremental_checker::can_incrementally_link_output_file): New |
| 11964 | method. |
| 11965 | * incremental.h (Incremental_checker): New class. |
| 11966 | |
| 11967 | * output.cc (Output_file::open_for_modification): New method. |
| 11968 | (Output_file::map_anonymous): Changed return type to bool. Record |
| 11969 | map in base_ field. |
| 11970 | (Output_file::map_no_anonymous): New method, broken out of map. |
| 11971 | (Output_file::map): Use map_no_anonymous and map_anonymous. |
| 11972 | * output.h (class Output_file): Update declarations. |
| 11973 | |
| 11974 | 2009-08-24 Cary Coutant <ccoutant@google.com> |
| 11975 | |
| 11976 | * options.h (Command_line::Pre_options): New class. |
| 11977 | (Command_line::pre_options): New member. |
| 11978 | * options.cc (gold::options::ready_to_register): New variable. |
| 11979 | (One_option::register_option): Do nothing if not registering options. |
| 11980 | Assert if same short option registered twice. |
| 11981 | (General_options::General_options): Turn off option registration when |
| 11982 | done constructing. |
| 11983 | (Command_line::Pre_options::Pre_options): New constructor. |
| 11984 | |
| 11985 | 2009-08-24 Cary Coutant <ccoutant@google.com> |
| 11986 | |
| 11987 | * options.h (General_options::no_keep_memory): Remove incorrect |
| 11988 | short option. |
| 11989 | |
| 11990 | 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 11991 | |
| 11992 | * Makefile.am (am__skiplex, am__skipyacc): New. |
| 11993 | * Makefile.in: Regenerate. |
| 11994 | |
| 11995 | 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 11996 | |
| 11997 | * Makefile.am (AM_CPPFLAGS): Renamed from ... |
| 11998 | (INCLUDES): ... this. |
| 11999 | * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability. |
| 12000 | (AM_CPPFLAGS): Renamed from ... |
| 12001 | (INCLUDE): ... this. |
| 12002 | * Makefile.in, testsuite/Makefile.in: Regenerate. |
| 12003 | |
| 12004 | * Makefile.in: Regenerate. |
| 12005 | * aclocal.m4: Likewise. |
| 12006 | * config.in: Likewise. |
| 12007 | * configure: Likewise. |
| 12008 | * testsuite/Makefile.in: Likewise. |
| 12009 | |
| 12010 | * Makefile.am (AUTOMAKE_OPTIONS): Add foreign. |
| 12011 | * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign. |
| 12012 | * Makefile.in: Regenerate. |
| 12013 | * testsuite/Makefile.in: Regenerate. |
| 12014 | |
| 12015 | 2009-08-19 Cary Coutant <ccoutant@google.com> |
| 12016 | |
| 12017 | * resolve.cc (Symbol_table::resolve): Don't complain about defined |
| 12018 | symbols in shared libraries overridden by hidden or internal symbols |
| 12019 | in the main program. |
| 12020 | |
| 12021 | 2009-08-19 Chris Demetriou <cgd@google.com> |
| 12022 | |
| 12023 | * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when |
| 12024 | checking source file names in error messages. |
| 12025 | |
| 12026 | 2009-08-18 Doug Kwan <dougkwan@google.com> |
| 12027 | |
| 12028 | * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of |
| 12029 | an elcpp::Ehdr as parameter. Adjust call to set_target. |
| 12030 | * dynobj.h (Sized_dynobj::setup): Take a Target object instead of |
| 12031 | an elfcpp::Ehdr as parameter. |
| 12032 | * object.cc (Object::set_target): Remove the version that looks up |
| 12033 | a target and sets it. |
| 12034 | (Sized_relobj::setup): Take a Target object instead of |
| 12035 | an elfcpp::Ehdr as parameter. Adjust call to set_target. |
| 12036 | (make_elf_sized_object): Find target and ask target to |
| 12037 | make an ELF object. |
| 12038 | * object.h: (Object::set_target): Remove the version that looks up |
| 12039 | a target and sets it. |
| 12040 | (Sized_relobj::setup): Take a Target object instead of |
| 12041 | an elfcpp:Ehdr as parameter. |
| 12042 | * target.cc: Include dynobj.h. |
| 12043 | (Target::do_make_elf_object_implementation): New. |
| 12044 | (Target::do_make_elf_object): New. |
| 12045 | * target.h (Target::make_elf_object): New template declaration. |
| 12046 | (Target::do_make_elf_object): New method declarations. |
| 12047 | (Target::do_make_elf_object_implementation): New template declaration. |
| 12048 | |
| 12049 | 2009-08-14 Ian Lance Taylor <iant@google.com> |
| 12050 | |
| 12051 | * gold.h (FUNCTION_NAME): Define. |
| 12052 | (gold_unreachable): Use FUNCTION_NAME. |
| 12053 | |
| 12054 | 2009-08-12 Sriraman Tallam <tmsriram@google.com> |
| 12055 | |
| 12056 | * icf.cc (Icf::find_identical_sections): Issue a warning when a |
| 12057 | symbol in the --keep-unique list is not found. |
| 12058 | |
| 12059 | 2009-08-12 Sriraman Tallam <tmsriram@google.com> |
| 12060 | |
| 12061 | * icf.cc (Icf::find_identical_sections): Unfold symbols that have |
| 12062 | been maked as --keep-unique. |
| 12063 | (Icf::unfold_section): New function. |
| 12064 | * icf.h (Icf::unfold_section): New function. |
| 12065 | * options.h (General_options::keep_unique): New option. |
| 12066 | * testsuite/Makefile.am: Add commands to build icf_keep_unique_test. |
| 12067 | * testsuite/Makefile.in: Regenerate. |
| 12068 | * testsuite/icf_keep_unique_test.sh: New file. |
| 12069 | * testsuite/icf_keep_unique_test.cc: New file. |
| 12070 | |
| 12071 | 2009-08-12 Cary Coutant <ccoutant@google.com> |
| 12072 | |
| 12073 | PR 10471 |
| 12074 | * resolve.cc (Symbol_table::resolve): Check for references from |
| 12075 | dynamic objects to hidden and internal symbols. |
| 12076 | * testsuite/Makefile.am (hidden_test.sh): New test. |
| 12077 | * testsuite/Makefile.in: Regenerate. |
| 12078 | * testsuite/hidden_test.sh: New script. |
| 12079 | * testsuite/hidden_test_1.c: New test source. |
| 12080 | * testsuite/hidden_test_main.c: New test source. |
| 12081 | |
| 12082 | 2009-08-11 Doug Kwan <dougkwan@google.com> |
| 12083 | |
| 12084 | * arm.cc: Update comments. |
| 12085 | (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX |
| 12086 | segment to locate the .ARM.exidx section if present. |
| 12087 | |
| 12088 | 2009-08-09 Doug Kwan <dougkwan@google.com> |
| 12089 | |
| 12090 | * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous |
| 12091 | patch. |
| 12092 | |
| 12093 | 2009-08-07 Sriraman Tallam <tmsriram@google.com> |
| 12094 | * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid |
| 12095 | compiler warnings. |
| 12096 | |
| 12097 | 2009-08-06 Sriraman Tallam <tmsriram@google.com> |
| 12098 | |
| 12099 | * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a |
| 12100 | valid tls_segment only for non-debug-section relocations. |
| 12101 | * testsuite/Makefile.am: Add gc_tls_test. |
| 12102 | * testsuite/Makefile.in: Regenerate. |
| 12103 | * testsuite/gc_tls_test.cc: New file. |
| 12104 | * testsuite/gc_tls_test.sh: New file. |
| 12105 | |
| 12106 | 2009-08-05 Sriraman Tallam <tmsriram@google.com> |
| 12107 | |
| 12108 | * icf.cc: New file. |
| 12109 | * icf.h: New file. |
| 12110 | * Makefile.am (CCFILES): Add icf.cc. |
| 12111 | (HFILES): Add icf.h |
| 12112 | * Makefile.in: Regenerate. |
| 12113 | * dynobj.h (Sized_dynobj::do_section_entsize): New function. |
| 12114 | * gc.h (gc_process_relocs): Populate lists used by icf to contain |
| 12115 | section, symbol and addend information for the relocs. |
| 12116 | * gold.cc (queue_middle_tasks): Call identical code folding. |
| 12117 | * gold.h: Add defines for multimap. |
| 12118 | * layout.cc (Layout::create_symtab_sections): Add symtab as parameter |
| 12119 | to the call of finalize_local_symbols. |
| 12120 | * main.cc (main): Create object of class Icf. |
| 12121 | * object.cc (Sized_relobj::do_layout): Allow this function to be |
| 12122 | called twice during icf. |
| 12123 | (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding |
| 12124 | to sections marked as identical by icf. |
| 12125 | (Sized_relobj::do_section_flags): Get section_flags from Symbols_data |
| 12126 | when available. |
| 12127 | (Sized_relobj::do_section_entsize): New function. |
| 12128 | * object.h (Object::section_entsize): New function. |
| 12129 | (Object::do_section_entsize): New pure virtual function. |
| 12130 | (Relobj::finalize_local_symbols): Add new parameter. |
| 12131 | (Relobj::do_section_entsize): New function. |
| 12132 | * options.h (General_options::icf): New option. |
| 12133 | (General_options::icf_iterations): New option. |
| 12134 | (General_options::print_icf_sections): New option. |
| 12135 | * plugin.cc (Sized_pluginobj::do_section_entsize): New function. |
| 12136 | * plugin.h (Sized_pluginobj::do_section_entsize): New function. |
| 12137 | * reloc.cc (Read_relocs::run): Delay scanning relocs when doing |
| 12138 | icf. |
| 12139 | * symtab.cc (Symbol_table::is_section_folded): New function. |
| 12140 | (Symbol_table::sized_finalize_symbol): Fold symbols corresponding |
| 12141 | to sections marked as identical by icf. |
| 12142 | * symtab.h (Symbol_table::set_icf): New function. |
| 12143 | (Symbol_table::icf): New function. |
| 12144 | (Symbol_table::is_section_folded): New function. |
| 12145 | (Symbol_table::icf_): New data member. |
| 12146 | * target-reloc.h (relocate_section): Ignore sections folded by icf. |
| 12147 | * testsuite/Makefile.am: Add commands to build icf_test. |
| 12148 | * testsuite/Makefile.in: Regenerate. |
| 12149 | * testsuite/icf_test.sh: New file. |
| 12150 | * testsuite/icf_test.cc: New file. |
| 12151 | |
| 12152 | 2009-07-24 Chris Demetriou <cgd@google.com> |
| 12153 | |
| 12154 | * layout.cc (is_compressible_debug_section): Fix incorrect |
| 12155 | comment about compressed section names. |
| 12156 | |
| 12157 | 2009-07-20 Ian Lance Taylor <ian@airs.com> |
| 12158 | |
| 12159 | PR 10419 |
| 12160 | * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences. |
| 12161 | |
| 12162 | 2009-07-16 Ian Lance Taylor <iant@google.com> |
| 12163 | |
| 12164 | PR 10400 |
| 12165 | * layout.h: #include <map>. |
| 12166 | (class Kept_section): Change from struct to class. Add accessors |
| 12167 | and setters. Add section size to Comdat_group mapping. Change |
| 12168 | Comdat_group to std::map. Add is_comdat_ field. Add |
| 12169 | linkonce_size field in union. |
| 12170 | (class Layout): Update declaration of find_or_add_kept_section. |
| 12171 | Don't declare find_kept_object. |
| 12172 | * layout.cc (Layout::find_or_add_kept_section): Remove candidate |
| 12173 | parameter. Add object, shndx, is_comdat, and is_group_name |
| 12174 | parameters. Change all callers. Adjust for new Kept_section. |
| 12175 | (Layout::find_kept_object): Remove. |
| 12176 | * object.cc (Sized_relobj::include_section_group): Update use of |
| 12177 | Kept_section. Rename secnum to shndx. Only record |
| 12178 | Kept_comdat_section if sections are the same size. |
| 12179 | (Sized_relobj::include_linkonce_section): Update use of |
| 12180 | Kept_section. Only record Kept_comdat_section if sections are the |
| 12181 | same size. Set size of linkonce section. |
| 12182 | (Sized_relobj::map_to_kept_section): Update call to |
| 12183 | get_kept_comdat_section. |
| 12184 | * object.h (class Sized_relobj): Rename fields in |
| 12185 | Kept_comdat_section to drop trailing underscores; change object |
| 12186 | field to Relobj*. Change Kept_comdat_section_table to store |
| 12187 | struct rather than pointer. |
| 12188 | (Sized_relobj::set_kept_comdat_section): Remove kept parameter. |
| 12189 | Add kept_object and kept_shndx parameters. Change all callers. |
| 12190 | (Sized_relobj::get_kept_comdat_section): Change return type to |
| 12191 | bool. Add kept_object and kept_shndx parameters. Change all |
| 12192 | callers. |
| 12193 | * plugin.cc (Pluginobj::include_comdat_group): Update call to |
| 12194 | Layout::find_or_add_kept_section. |
| 12195 | |
| 12196 | 2009-07-09 Ian Lance Taylor <iant@google.com> |
| 12197 | |
| 12198 | * merge.cc (Object_merge_map::initialize_input_to_output_map): |
| 12199 | Reserve space in the hash table. |
| 12200 | |
| 12201 | 2009-07-06 Mikolaj Zalewski <mikolajz@google.com> |
| 12202 | |
| 12203 | * fileread.cc (File_read::get_mtime): New method. |
| 12204 | * fileread.h (Timespec): New structure. |
| 12205 | (File_read::get_mtime): New method. |
| 12206 | * incremental.cc (Incremental_inputs_entry_data::timestamp_usec): |
| 12207 | Renamed from timestamp_nsec. |
| 12208 | (Incremental_inputs_entry_write::timestamp_sec): Fix argument to |
| 12209 | Elf_Xword. |
| 12210 | (Incremental_inputs_entry_write::timestamp_usec): Renamed from |
| 12211 | timestamp_nsec. |
| 12212 | (Incremental_inputs::report_archive): Save mtime; style fix. |
| 12213 | (Incremental_inputs::report_obejct): Save mtime; style fix. |
| 12214 | (Incremental_inputs::report_script): Save mtime; style fix. |
| 12215 | (Incremental_inputs::finalize_inputs): Style fix. |
| 12216 | (Incremental_inputs::finalize): Style fix. |
| 12217 | (Incremental_inputs::create_input_section_data): Store inputs |
| 12218 | mtime. |
| 12219 | * incremental.h (Incremental_inputs::report_script): Add mtime |
| 12220 | argument. |
| 12221 | (Incremental_inputs::Input_info::Input_info): Intialize only one |
| 12222 | union member. |
| 12223 | (Incremental_inputs::Input_info::archive): Move to nameless |
| 12224 | union. |
| 12225 | (Incremental_inputs::Input_info::obejct): Move to nameless union. |
| 12226 | (Incremental_inputs::Input_info::script): Move to nameless union. |
| 12227 | (Incremental_inputs::mtime): New field. |
| 12228 | * script.cc (read_input_script): Pass file mtime to |
| 12229 | Incremental_input. |
| 12230 | * script.h (Script_info::inputs): Style fix. |
| 12231 | |
| 12232 | 2009-07-01 Ian Lance Taylor <ian@airs.com> |
| 12233 | |
| 12234 | * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size |
| 12235 | instead of 32. |
| 12236 | |
| 12237 | 2009-06-24 Ian Lance Taylor <iant@google.com> |
| 12238 | |
| 12239 | PR 10156 |
| 12240 | * layout.cc (Layout::choose_output_section): If we find an |
| 12241 | existing section, update the flags. |
| 12242 | (Layout::create_notes): New function, broken out of |
| 12243 | Layout::finalize. |
| 12244 | (Layout::finalize): Don't create note sections. |
| 12245 | (Layout::create_note): Don't crash if linker script discards |
| 12246 | section. |
| 12247 | (Layout::create_gold_note): Likewise. |
| 12248 | (Layout::create_build_id): Likewise. Don't set |
| 12249 | after_input_sections on the section. |
| 12250 | (Layout::create_executable_stack_info): Remove target parameter. |
| 12251 | Change caller. |
| 12252 | * layout.h (class Layout): Declare create_notes. Update |
| 12253 | declaration of create_executable_stack_info. |
| 12254 | * gold.cc (queue_middle_tasks): Call create_notes. |
| 12255 | * output.cc (Output_section::update_flags_for_input_section): Move |
| 12256 | here from output.h. If SHF_ALLOC flag is newly set, mark address |
| 12257 | invalid. |
| 12258 | * output.h (Output_data::mark_address_invalid): New function. |
| 12259 | (class Output_section): Only declare, not define, |
| 12260 | update_flags_for_input_section. Remove set_flags. |
| 12261 | |
| 12262 | 2009-06-24 Ian Lance Taylor <iant@google.com> |
| 12263 | |
| 12264 | * script-sections.cc (Output_section_definition:: |
| 12265 | set_section_addresses): Rename shadowing local load_address to |
| 12266 | laddr. |
| 12267 | |
| 12268 | 2009-06-24 Ian Lance Taylor <iant@google.com> |
| 12269 | |
| 12270 | PR 10244 |
| 12271 | * reloc.cc (relocate_sections): Skip empty relocation sections. |
| 12272 | |
| 12273 | 2009-06-23 Ian Lance Taylor <iant@google.com> |
| 12274 | |
| 12275 | PR 10156 |
| 12276 | * layout.cc (Layout::create_note): Use choose_output_section |
| 12277 | rather than make_output_section. |
| 12278 | |
| 12279 | 2009-06-23 Ian Lance Taylor <iant@google.com> |
| 12280 | |
| 12281 | PR 10237 |
| 12282 | * options.cc (General_options::parse_V): Set printed_version_. |
| 12283 | (General_options::General_options): Initialize printed_version_. |
| 12284 | * options.h (class General_options): Add printed_version_ field. |
| 12285 | * gold.cc (queue_initial_tasks): If there are no input files, |
| 12286 | don't give a fatal error if we printed the version information. |
| 12287 | (queue_middle_tasks): If using -r with a shared object, give a |
| 12288 | fatal error rather than an ordinary error. |
| 12289 | |
| 12290 | 2009-06-23 Ian Lance Taylor <iant@google.com> |
| 12291 | |
| 12292 | PR 10219 |
| 12293 | * layout.cc (Layout::Layout): Initialize have_stabstr_section_. |
| 12294 | (Layout::make_output_section): Set have_stabstr_section_ if we see |
| 12295 | a .stab*str section. |
| 12296 | (Layout::finalize): Call link_stabs_sections. |
| 12297 | (Layout::link_stabs_sections): New file. |
| 12298 | * layout.h (class Layout): Add have_stabstr_section_ field. |
| 12299 | Declare link_stabs_sections. |
| 12300 | |
| 12301 | 2009-06-23 Doug Kwan <dougkwan@google.com> |
| 12302 | |
| 12303 | * Makefile.am (libgold_a_LIBADD): New. |
| 12304 | (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS |
| 12305 | * Makefile.in: Regenerate. |
| 12306 | * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New. |
| 12307 | * configure: Regenerate. |
| 12308 | * configure.ac (AC_CHECK_DECLS): Add strndup and memmem. |
| 12309 | * fileread.cc: Include sys/state.h |
| 12310 | * gold.h: Declare memmem and strndup if found missing. |
| 12311 | * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined. |
| 12312 | |
| 12313 | 2009-06-23 Ian Lance Taylor <iant@google.com> |
| 12314 | |
| 12315 | * configure.ac: Call AC_CHECK_DECLS using C, not C++. |
| 12316 | * configure: Rebuild. |
| 12317 | |
| 12318 | 2009-06-23 Ian Lance Taylor <iant@google.com> |
| 12319 | |
| 12320 | PR 10147 |
| 12321 | * object.cc (Object::section_contents): Don't try to get a view if |
| 12322 | the section has length zero. |
| 12323 | (Object::handle_gnu_warning_section): If the section is empty, use |
| 12324 | the name of the section as the warning. |
| 12325 | |
| 12326 | 2009-06-23 Ian Lance Taylor <iant@google.com> |
| 12327 | |
| 12328 | PR 10133 |
| 12329 | * stringpool.h (class Stringpool_template): Add optimize_ field. |
| 12330 | (Stringpool_template::set_optimize): New function. |
| 12331 | * stringpool.cc (Stringpool_template::Stringpool_template): |
| 12332 | Initialize optimize_ field. |
| 12333 | (Stringpool_template::set_string_offsets): Test local optimize |
| 12334 | fild rather than parameter. |
| 12335 | * layout.cc (Layout::Layout): Call set_optimize on the section |
| 12336 | name stringpool. |
| 12337 | |
| 12338 | 2009-06-22 Ian Lance Taylor <iant@google.com> |
| 12339 | |
| 12340 | PR 10030 |
| 12341 | * yyscript.y: Parse TARGET. |
| 12342 | * script.cc (script_set_target): New function. |
| 12343 | * script-c.h (script_set_target): Declare. |
| 12344 | * options.cc (General_options::string_to_object_format): Rename |
| 12345 | from string_to_object_format in anonymous namespace. Change |
| 12346 | callers. |
| 12347 | * options.h (class General_options): Declare |
| 12348 | string_to_object_format. |
| 12349 | |
| 12350 | 2009-06-22 Ian Lance Taylor <iant@google.com> |
| 12351 | |
| 12352 | * script-sections.cc (Script_sections::create_segments): Don't put |
| 12353 | program headers in a PT_LOAD segment if -n or -N. |
| 12354 | |
| 12355 | 2009-06-22 Ian Lance Taylor <iant@google.com> |
| 12356 | |
| 12357 | PR 10141 |
| 12358 | * options.h (class General_options): Add -z lazy and -z now. Sort |
| 12359 | -z options into alphabetical order. |
| 12360 | * layout.cc (Layout::finish_dynamic_section): Handle -z now. |
| 12361 | |
| 12362 | 2009-06-21 Ian Lance Taylor <iant@google.com> |
| 12363 | |
| 12364 | * layout.cc (Layout::make_output_section): Call |
| 12365 | Target::new_output_section. |
| 12366 | (Layout::attach_allocated_section_to_segment): Put large section |
| 12367 | sections in a separate load segment with the large segment flag |
| 12368 | set. |
| 12369 | (Layout::segment_precedes): Sort large data segments after other |
| 12370 | load segments. |
| 12371 | (align_file_offset): New static function. |
| 12372 | (Layout::set_segment_offsets): Use align_file_offset. |
| 12373 | * output.h (class Output_section): Add is_small_section_ and |
| 12374 | is_large_section_ fields. |
| 12375 | (Output_section::is_small_section): New function. |
| 12376 | (Output_section::set_is_small_section): New function. |
| 12377 | (Output_section::is_large_section): New function. |
| 12378 | (Output_section::set_is_large_section): New function. |
| 12379 | (Output_section::is_large_data_section): New function. |
| 12380 | (class Output_segment): Add is_large_data_segment_ field. |
| 12381 | (Output_segment::is_large_data_segment): New function. |
| 12382 | (Output_segment::set_is_large_data_segment): New function. |
| 12383 | * output.cc (Output_section::Output_section): Initialize new |
| 12384 | fields. |
| 12385 | (Output_segment::Output_segment): Likewise. |
| 12386 | (Output_segment::add_output_section): Add assertion that large |
| 12387 | data sections always go in large data segments. Force small data |
| 12388 | sections to the end of the list of data sections. Force small BSS |
| 12389 | sections to the start of the list of BSS sections. For large BSS |
| 12390 | sections to the end of the list of BSS sections. |
| 12391 | * symtab.h (class Symbol): Declare is_common_shndx. |
| 12392 | (Symbol::is_defined): Check Symbol::is_common_shndx. |
| 12393 | (Symbol::is_common): Likewise. |
| 12394 | (class Symbol_table): Define enum Commons_section_type. Update |
| 12395 | declarations. Add small_commons_ and large_commons_ fields. |
| 12396 | * symtab.cc (Symbol::is_common_shndx): New function. |
| 12397 | (Symbol_table::Symbol_table): Initialize new fields. |
| 12398 | (Symbol_table::add_from_object): Put small and large common |
| 12399 | symbols in the right list. |
| 12400 | (Symbol_table::sized_finalized_symbol): Check |
| 12401 | Symbol::is_common_shndx. |
| 12402 | (Symbol_table::sized_write_globals): Likewise. |
| 12403 | * common.cc (Symbol_table::do_allocate_commons): Allocate new |
| 12404 | common symbol lists. Don't call do_allocate_commons_list if the |
| 12405 | list is empty. |
| 12406 | (Symbol_table::do_allocate_commons_list): Remove is_tls |
| 12407 | parameter. Add comons_section_type parameter. Change all |
| 12408 | callers. Handle small and large common symbols. |
| 12409 | * object.cc (Sized_relobj::do_finalize_local_symbols): Check |
| 12410 | Symbol::is_common_shndx. |
| 12411 | * resolve.cc (symbol_to_bits): Likewise. |
| 12412 | * target.h (Target::small_common_shndx): New function. |
| 12413 | (Target::small_common_section_flags): New function. |
| 12414 | (Target::large_common_shndx): New function. |
| 12415 | (Target::large_common_section_flags): New function. |
| 12416 | (Target::new_output_section): New function. |
| 12417 | (Target::Target_info): Add small_common_shndx, large_common_shndx, |
| 12418 | small_common_section_flags, and large_common_section_flags |
| 12419 | fields. |
| 12420 | (Target::do_new_output_section): New virtual function. |
| 12421 | * arm.cc (Target_arm::arm_info): Initialize new fields. |
| 12422 | * i386.cc (Target_i386::i386_info): Likewise. |
| 12423 | * powerpc.cc (Target_powerpc::powerpc_info) [all versions]: |
| 12424 | Likewise. |
| 12425 | * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise. |
| 12426 | * x86_64.cc (Target_x86_64::x86_64_info): Likewise. |
| 12427 | (Target_x86_64::do_new_output_section): New function. |
| 12428 | * configure.ac: Define conditional MCMODEL_MEDIUM. |
| 12429 | * testsuite/Makefile.am (check_PROGRAMS): Add large. |
| 12430 | (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define. |
| 12431 | (large_LDFLAGS): Define. |
| 12432 | * testsuite/large.c: New file. |
| 12433 | * testsuite/testfile.cc (Target_test::test_target_info): |
| 12434 | Initialize new fields. |
| 12435 | * configure, testsuite/Makefile.in: Rebuild. |
| 12436 | |
| 12437 | 2009-06-05 Doug Kwan <dougkwan@google.com> |
| 12438 | |
| 12439 | * Makefile.am (CCFILES): Add target.cc. |
| 12440 | * Makefile.in: Regenerate. |
| 12441 | * i386.cc (class Target_i386): Define new virtual method to |
| 12442 | override do_is_local_label_name in parent. |
| 12443 | * object.cc (Sized_relobj::do_count_local_symbols): Discard |
| 12444 | local symbols if --discard-locals or -X is given. |
| 12445 | * options.h (class General_options): Declare new options |
| 12446 | '--discard-locals' and '-X' for discarding locals. |
| 12447 | * target.h (class Target): Define new methods is_local_label_name. |
| 12448 | Declare new virtual method do_is_local_label_name. |
| 12449 | * target.cc: New file. |
| 12450 | * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test. |
| 12451 | (check_SCRIPTS): Add discard_locals_test.sh. |
| 12452 | (check_DATA): Add discard_local_tests.syms. |
| 12453 | (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define. |
| 12454 | (discard_local_tests.syms, discard_locals_test.o): New make rules. |
| 12455 | * testsuite/Makefile.in: Regenerate. |
| 12456 | * testsuite/discard_locals_test.c: New file. |
| 12457 | * testsuite/discard_locals_test.sh: Same. |
| 12458 | |
| 12459 | 2009-06-05 Doug Kwan <dougkwan@google.com> |
| 12460 | |
| 12461 | * object.cc (Sized_relobj::Sized_relobj): Initialize |
| 12462 | discarded_eh_frame_shndx_ to -1U. |
| 12463 | (Sized_relobj::do_layout): Record index of a discard .eh_frame |
| 12464 | section. |
| 12465 | (Sized_relobj::do_count_local_symbols): Skip local symbols in |
| 12466 | a discarded .eh_frame section. |
| 12467 | (Sized_relobj::do_finalize_local_symbols): Ditto. |
| 12468 | * object.h (class Sized_relobj): Declare new member |
| 12469 | discarded_eh_frame_shndx_. |
| 12470 | * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test. |
| 12471 | (local_labels_test.o, local_labels_test): New rules. |
| 12472 | * testsuite/Makefile.in: Regenerate. |
| 12473 | |
| 12474 | 2009-06-04 Doug Kwan <dougkwan@google.com> |
| 12475 | |
| 12476 | * layout.cc (Layout::section_name_mapping): Add mapping for |
| 12477 | special ARM sections. |
| 12478 | |
| 12479 | 2009-06-03 Doug Kwan <dougkwan@google.com> |
| 12480 | |
| 12481 | * arm.cc (utils::sign_extend): Reverse test in gold_assert. |
| 12482 | (utils::has_overflow): Same. |
| 12483 | |
| 12484 | 2009-06-03 Ian Lance Taylor <iant@google.com> |
| 12485 | |
| 12486 | * layout.cc (Layout::section_name_mapping): New array, replacing |
| 12487 | Layout::linkonce_mapping. |
| 12488 | (Layout::section_name_mapping_count): New variable, replacing |
| 12489 | Layout::linkonce_mapping_count. |
| 12490 | (Layout::linkonce_output_name): Remove. |
| 12491 | (Layout::output_section_name): Rewrite. |
| 12492 | * layout.h (class Layout): Rename Linkonce_mapping to |
| 12493 | Section_name_mapping, linkonce_mapping to section_name_mapping, |
| 12494 | linkonce_mapping_count to section_name_mapping_count. Don't |
| 12495 | declare linkonce_output_name. |
| 12496 | |
| 12497 | 2009-06-03 Doug Kwan <dougkwan@google.com> |
| 12498 | |
| 12499 | * gold/arm.cc (namespace utils): New. |
| 12500 | (Target_arm::reloc_is_non_pic): Define new method. |
| 12501 | (class Arm_relocate_functions): New. |
| 12502 | (Target_arm::Relocate::relocate): Handle relocation types used by |
| 12503 | Android. |
| 12504 | |
| 12505 | 2009-06-03 Ian Lance Taylor <iant@google.com> |
| 12506 | |
| 12507 | * arm.cc (Target_arm::scan::global): Use || instead of |. |
| 12508 | |
| 12509 | 2009-06-02 Doug Kwan <dougkwan@google.com> |
| 12510 | |
| 12511 | * gold/arm.cc (Target_arm::Scan::Scan): Initialize |
| 12512 | issued_non_pic_error_. |
| 12513 | (class Target_arm::Scan): Declare new method check_non_pic. |
| 12514 | Define new method symbol_needs_plt_entry. |
| 12515 | Declare new data member issued_non_pic_error_. |
| 12516 | (class Target_arm::Relocate): Declare new method |
| 12517 | should_apply_static_reloc. |
| 12518 | (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC. |
| 12519 | (Target_arm::Scan::check_non_pic): Define new method. |
| 12520 | (Target_arm::Scan::local): Handle a small subset of reloc types used |
| 12521 | by Android. |
| 12522 | (Target_arm::Scan::local): Same. |
| 12523 | (Target_arm::Relocate::should_apply_statci_reloc): Define new method. |
| 12524 | |
| 12525 | 2009-05-31 Mikolaj Zalewski <mikolajz@google.com> |
| 12526 | |
| 12527 | * incremental.cc (Incremental_inputs::report_command_line): Filter |
| 12528 | out --incremental-* options. |
| 12529 | |
| 12530 | 2009-05-29 Doug Kwan <dougkwan@google.com> |
| 12531 | |
| 12532 | * gold/arm.cc (Output_data_plt_arm): Forward declaration for new |
| 12533 | template class. |
| 12534 | (class Target_arm): Update comment. |
| 12535 | (Target_arm::Target_arm): Initialize new data members GOT_, |
| 12536 | PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_. |
| 12537 | Declare new methods Target_arm::got_section, Target_arm::make_plt_entry |
| 12538 | and Target_arm::rel_dyn_section. |
| 12539 | Declare new_enum Target_arm::Got_type. |
| 12540 | Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ |
| 12541 | and DYNBSS_. |
| 12542 | Update commments for member do_dynsym_value. |
| 12543 | (Target_arm::got_size, Target_arm::plt_section, |
| 12544 | Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define |
| 12545 | new methods inside class defintion. |
| 12546 | (Target_arm::got_section): Define new method. |
| 12547 | (Target_arm::rel_dyn_section): Same. |
| 12548 | (Output_data_plt_arm): New template class. |
| 12549 | (Output_data_plt_arm::Output_data_plt_arm): Define constructor. |
| 12550 | (Output_data_plt_arm:do_adjust_output_section): Define new method. |
| 12551 | (Output_data_plt_arm::add_entry): Same. |
| 12552 | (Output_data_plt_arm::first_plt_entry): Define new |
| 12553 | static data member for PLT instruction template. |
| 12554 | (Output_data_plt_arm::plt_entry): Same. |
| 12555 | (Output_data_plt_arm::do_write): Define new method. |
| 12556 | (Target_arm::make_plt_entry): Same. |
| 12557 | (Target_arm::do_finalize_sections): Same. |
| 12558 | (Target_arm::do_dynsym_value): Same. |
| 12559 | |
| 12560 | 2009-05-28 Doug Kwan <dougkwan@google.com> |
| 12561 | |
| 12562 | * Makefile.am (TARGETSOURCES): Add arm.cc. |
| 12563 | (ALL_TARGETOBJECTS): Add arm.$(OBJEXT) |
| 12564 | * Makefile.in: Regenerate. |
| 12565 | * arm.cc: New file. |
| 12566 | * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets. |
| 12567 | |
| 12568 | 2009-05-26 Doug Kwan <dougkwan@google.com> |
| 12569 | |
| 12570 | * options.cc (General_options::parse_exclude_libs). Fix a comment. |
| 12571 | (General_options::check_excluded_libs): Strip off directories in |
| 12572 | archive name before matching like GNU ld does. |
| 12573 | * testsuite/Makefile.am (MOSTLYCLEANFILES, |
| 12574 | exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a |
| 12575 | (exclude_libs_test_LDFLAGS): Add linker option |
| 12576 | -Wl,--exclude-libs,libexclude_libs_test_3 |
| 12577 | (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as |
| 12578 | an explicit archive without using -l. |
| 12579 | (alt/libexclude_libs_test_3.a): New make rule. |
| 12580 | * testsuite/Makefile.in: Regenerate. |
| 12581 | * testsuite/exclude_libs_test.c : Declare lib3_default(). |
| 12582 | (main): Call it. |
| 12583 | * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a. |
| 12584 | * exclude_libs_test_3.c: New file. |
| 12585 | |
| 12586 | 2009-05-26 Nick Clifton <nickc@redhat.com> |
| 12587 | |
| 12588 | * po/id.po: New Indonesian translation. |
| 12589 | * po/gold.pot: Updated template file. |
| 12590 | |
| 12591 | 2009-05-22 Sriraman Tallam <tmsriram@google.com> |
| 12592 | |
| 12593 | * testsuite/Makefile.am: Add -ffunction-sections to compile |
| 12594 | gc_comdat_test files. Add -Wl,--gc-sections to build |
| 12595 | gc_comdat_test. |
| 12596 | * testsuite/Makefile.in: Regenerate. |
| 12597 | * testsuite/gc_comdat_test.sh: Fix the condition around grep. |
| 12598 | |
| 12599 | 2009-05-21 Sriraman Tallam <tmsriram@google.com> |
| 12600 | |
| 12601 | * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the |
| 12602 | kept comdat section was garbage collected. |
| 12603 | * testsuite/Makefile.am: Add test gc_comdat_test.sh. |
| 12604 | * testsuite/Makefile.in: Regenerate. |
| 12605 | * testsuite/gc_comdat_test.sh: New file. |
| 12606 | * testsuite/gc_comdat_test_1.cc: New file. |
| 12607 | * testsuite/gc_comdat_test_2.cc: New file. |
| 12608 | |
| 12609 | 2009-05-19 Doug Kwan <dougkwan@google.com> |
| 12610 | |
| 12611 | * archive.cc (Archive::Archive): Move constructor from archive.h |
| 12612 | to here. Initialize no_export_. |
| 12613 | (Archive::get_elf_object_for_member): Set no_export flag of object. |
| 12614 | * archive.h (Archive::Archive): Move constructor body to |
| 12615 | archive.cc. |
| 12616 | (Archive::no_export): New method. |
| 12617 | (Archive::no_export_): New field. |
| 12618 | * object.h (Object::Object): Initialize no_export_ to false. |
| 12619 | (Object::no_export, Object::set_no_export): New methods. |
| 12620 | (Object::no_export_): New field. |
| 12621 | * options.cc (General_options::parse_exclude_libs): New method. |
| 12622 | (General_options::check_excluded_libs) Same. |
| 12623 | * options.h (exclude_libs): New option. |
| 12624 | (General_options::check_excluded_libs): New method declaration. |
| 12625 | (General_options::excluded_libs_): New field. |
| 12626 | * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with |
| 12627 | default or protected visibility if an object has no-export flag set. |
| 12628 | testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test. |
| 12629 | (check_SCRIPTS): Add exclude_libs_test.sh. |
| 12630 | (check_DATA): Add exclude_libs_test.syms. |
| 12631 | (MOSTLYCLEANFILES): Add exclude_libs_test.syms, |
| 12632 | libexclude_libs_test_1.a and libexclude_libs_test_2.a. |
| 12633 | (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES, |
| 12634 | exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define. |
| 12635 | (exclude_libs_test.syms, libexclude_libs_test_1.a, |
| 12636 | libexclude_libs_test_2.a): New rules. |
| 12637 | * testsuite/Makefile.in: Regenerate. |
| 12638 | * testsuite/exclude_libs_test.c: New file. |
| 12639 | * testsuite/exclude_libs_test.sh: Ditto. |
| 12640 | * testsuite/exclude_libs_test_1.c: Ditto. |
| 12641 | * testsuite/exclude_libs_test_2.c: Ditto. |
| 12642 | |
| 12643 | 2009-05-15 Ian Lance Taylor <iant@google.com> |
| 12644 | |
| 12645 | * configure.ac: Check for declarations for cases where libiberty.h |
| 12646 | checks HAVE_DECL_xxx. |
| 12647 | * configure, config.in: Rebuild. |
| 12648 | |
| 12649 | 2009-05-15 Mikolaj Zalewski <mikolajz@google.com> |
| 12650 | |
| 12651 | * gold.h (Incremental_argument_list): Remove (invalid) forward |
| 12652 | declaration. |
| 12653 | * incremental.cc (Incremental_inputs::report_achive): New method. |
| 12654 | (Incremental_inputs::report_object): New method. |
| 12655 | (Incremental_inputs::report_script): New method. |
| 12656 | (Incremental_inputs::finalize_inputs): New method. |
| 12657 | (Incremental_inputs::finalize): Call finalize_inputs(). |
| 12658 | (Incremental_inputs::sized_create_incremental_inputs_section_data): |
| 12659 | Create inputs entries. |
| 12660 | * incremental.h (Incremental_input_type): New enum. |
| 12661 | (Incremental_inputs::Incremental_input): Initialize new fields. |
| 12662 | (Incremental_inputs::report_inputs): New method. |
| 12663 | (Incremental_inputs::report_achive): New method. |
| 12664 | (Incremental_inputs::report_object): New method. |
| 12665 | (Incremental_inputs::report_script): New method. |
| 12666 | (Incremental_inputs::finalize_inputs): New method. |
| 12667 | (Incremental_inputs::Input_info): New struct. |
| 12668 | (Incremental_inputs::Input_info_map): New typedef. |
| 12669 | (Incremental_inputs::lock_): New field. |
| 12670 | (Incremental_inputs::Inputs_): New field. |
| 12671 | (Incremental_inputs::Inputs_map): New field. |
| 12672 | * main.cc (main): Call Incremental_input::report_inputs. |
| 12673 | * options.h (Input_argument_list): Typedef moved from |
| 12674 | Input_arguments. |
| 12675 | (Input_file_group::Files): Remove, use ::Input_argument_list. |
| 12676 | (Input_file_group::Input_argument_list): Remove, use |
| 12677 | ::Input_argument_list. |
| 12678 | * plugin.cc (Plugin_manager::add_input_file): Add error in |
| 12679 | incremental build. |
| 12680 | * read_syms.cc (do_read_syms): Call Incremental_input::report_* |
| 12681 | functions. |
| 12682 | * script.cc (read_input_script): Call |
| 12683 | Incremental_input::report_script. |
| 12684 | * script.h (Script_info): New class. |
| 12685 | |
| 12686 | 2009-04-27 Ian Lance Taylor <iant@google.com> |
| 12687 | |
| 12688 | * x86_64.cc (do_adjust_output_section): Set entsize to |
| 12689 | plt_entry_size. |
| 12690 | |
| 12691 | 2009-04-23 Elliott Hughes <enh@google.com> |
| 12692 | |
| 12693 | * output.cc (Output_file::close): After short writes, continue |
| 12694 | writing from the correct offset in the buffer being written. |
| 12695 | |
| 12696 | 2009-04-23 Chris Demetriou <cgd@google.com> |
| 12697 | |
| 12698 | * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define. |
| 12699 | * configure: Regenerate. |
| 12700 | * config.in: Regenerate. |
| 12701 | * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set |
| 12702 | if HAVE_TR1_UNORDERED_MAP_REHASH is not defined. |
| 12703 | |
| 12704 | 2009-04-21 Mikolaj Zalewski <mikolajz@google.com> |
| 12705 | |
| 12706 | * incremental.cc (Incremental_inputs_header_data): Renamed from |
| 12707 | Incremental_input_header_data. |
| 12708 | (Incremental_inputs_header_data::data_size): New field. |
| 12709 | (Incremental_inputs_header_data::put_input_file_count): Renamed |
| 12710 | from input_file_count. |
| 12711 | (Incremental_inputs_header_data::put_command_line_offset): Renamed |
| 12712 | from command_line_offset. |
| 12713 | (Incremental_inputs_header_data::put_reserved): Renamed from |
| 12714 | put_reserved. |
| 12715 | (Incremental_inputs_entry_data): Renamed from |
| 12716 | Incremental_input_entry_data. |
| 12717 | (Incremental_inputs_entry_data::data_size): New field. |
| 12718 | (Incremental_inputs::report_command_line): New method. |
| 12719 | (Incremental_inputs::finalize): New method. |
| 12720 | (Incremental_inputs::create_incremental_inputs_data): New method. |
| 12721 | (Incremental_inputs::sized_create_incremental_inputs_data): New method. |
| 12722 | * incremental.h: New file. |
| 12723 | * layout.cc (Layout::Layout): Handle new incremental_inputs_. |
| 12724 | (Layout::finalize): Create incremental inputs section in |
| 12725 | incremental builds. |
| 12726 | (Layout::create_incremental_info_sections): New method. |
| 12727 | * layout.h (Layout::incremental_inputs): New method. |
| 12728 | (Layout::create_incremental_info_sections): New method. |
| 12729 | (Layout::incremental_inputs_): New field. |
| 12730 | * main.cc (main): Notify Incremental_input of the command line. |
| 12731 | |
| 12732 | 2009-04-01 Ian Lance Taylor <iant@google.com> |
| 12733 | Mikolaj Zalewski <mikolajz@google.com> |
| 12734 | |
| 12735 | * gold.h (reserve_unordered_map): Define, three versions, one for |
| 12736 | each version of Unordered_map. |
| 12737 | * layout.cc (Layout::Layout): Remove options parameter. Add |
| 12738 | number_of_input_files parameter. Don't initialize options_. |
| 12739 | Initialize number_of_input_files_ and resized_signatures_. Move |
| 12740 | sections_are_attached_. |
| 12741 | (Layout::layout_group): Reserve space for group_signatures_. |
| 12742 | (Layout::find_or_add_kept_section): Change name parameter to be a |
| 12743 | reference. Resize signatures_ map when it gets large enough. |
| 12744 | (Layout::layout_eh_frame): Use parameters->options() instead of |
| 12745 | this->options_. |
| 12746 | (Layout::make_output_section): Likewise. |
| 12747 | (Layout::attach_allocated_section_to_segment): Likewise. |
| 12748 | (Layout::finalize, Layout::create_executable_stack): Likewise. |
| 12749 | (Layout::set_segment_offsets, Layout::create_interp): Likewise. |
| 12750 | (Layout::finish_dynamic_section, Layout::write_binary): Likewise. |
| 12751 | * layout.h (class Layout): Update declarations. Remove options_ |
| 12752 | field. Add number_of_input_files_ and resized_signatures_ |
| 12753 | fields. Move sections_are_attached_ field. |
| 12754 | * main.cc (main): Pass number of input files to Layout |
| 12755 | constructor. Don't pass options. |
| 12756 | |
| 12757 | 2009-03-30 Ian Lance Taylor <iant@google.com> |
| 12758 | |
| 12759 | * ffsll.c (ffsll): Correct implementation. |
| 12760 | |
| 12761 | 2009-03-27 Ian Lance Taylor <iant@google.com> |
| 12762 | |
| 12763 | * ffsll.c: New file. |
| 12764 | * configure.ac: Call AC_REPLACE_FUNCS on ffsll. |
| 12765 | * gold.h (ffsll): Declare if HAVE_FFSLL is not defined. |
| 12766 | * ftruncate.c (ftruncate): Declare before definition. |
| 12767 | * mremap.c (mremap): Likewise. |
| 12768 | * pread.c (pread): Likewise. |
| 12769 | * configure, Makefile.in, config.in: Rebuild. |
| 12770 | |
| 12771 | * mremap.c: New file. |
| 12772 | * configure.ac: Call AC_REPLACE_FUNCS on mremap. |
| 12773 | * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined. |
| 12774 | (mremap): Declare if HAVE_MREMAP is not defined. |
| 12775 | * configure, Makefile.in, config.in: Rebuild. |
| 12776 | |
| 12777 | 2009-03-27 Cary Coutant <ccoutant@google.com> |
| 12778 | |
| 12779 | * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is |
| 12780 | position independent. |
| 12781 | * sparc.cc (Target_sparc::check_non_pic): Likewise. |
| 12782 | * x86_64.cc (Target_x86_64::check_non_pic): Likewise. |
| 12783 | |
| 12784 | 2009-03-24 Cary Coutant <ccoutant@google.com> |
| 12785 | |
| 12786 | * symtab.h (needs_plt_entry): Check for unsatisfied reference from |
| 12787 | an executable. |
| 12788 | (needs_dynamic_reloc): Likewise. |
| 12789 | |
| 12790 | 2009-03-24 Ian Lance Taylor <iant@google.com> |
| 12791 | |
| 12792 | * yyscript.y (file_cmd): Recognize EXTERN. |
| 12793 | (extern_name_list, extern_name_list_body): New nonterminals. |
| 12794 | * script.cc (script_add_extern): Define. |
| 12795 | * script-c.h (script_add_extern): Declare. |
| 12796 | |
| 12797 | 2009-03-24 Rafael Avila de Espindola <espindola@google.com> |
| 12798 | |
| 12799 | * object.cc (is_elf_object): Define. |
| 12800 | * object.h (is_elf_object): Declare. |
| 12801 | * archive.cc (Archive::get_elf_object_for_member): Call |
| 12802 | is_elf_object. |
| 12803 | * readsyms.cc (Read_symbols::do_read_symbols): Likewise. |
| 12804 | |
| 12805 | 2009-03-24 Elliott Hughes <enh@google.com> |
| 12806 | |
| 12807 | * output.cc (Output_file::map_anonymous): Define. |
| 12808 | (Output_file::map): Use map_anonymous. If the regular mmap fails, |
| 12809 | try an anonymous one. Report the size if the mmap fails. |
| 12810 | * output.h (class Output_file): Declare map_anonymous. |
| 12811 | |
| 12812 | 2009-03-24 Ian Lance Taylor <iant@google.com> |
| 12813 | |
| 12814 | * target-select.cc (instantiate_target): Don't acquire the lock if |
| 12815 | the instantiated_target_ field has already been set. |
| 12816 | |
| 12817 | 2009-03-23 Ian Lance Taylor <iant@google.com> |
| 12818 | |
| 12819 | * gold-threads.h (class Initialize_lock): Define. |
| 12820 | * gold-threads.cc (class Initialize_lock_once): Define. |
| 12821 | (initialize_lock_control): New static variable. |
| 12822 | (initialize_lock_pointer): New static variable. |
| 12823 | (initialize_lock_once): New static function. |
| 12824 | (Initialize_lock::Initialize_lock): Define. |
| 12825 | (Initialize_lock::initialize): Define. |
| 12826 | * target-select.h: Include "gold-threads.h". |
| 12827 | (class Target_selector): Add lock_ and initialize_lock_ fields. |
| 12828 | Don't define instantiate_target, just declare it. |
| 12829 | * target-select.cc (Target_selector::Target_selector): Initialize |
| 12830 | new fields. |
| 12831 | (Target_selector::instantiate_target): Define. |
| 12832 | * descriptors.h: Include "gold-threads.h". |
| 12833 | (class Descriptors): Add initialize_lock_ field. |
| 12834 | * descriptors.cc (Descriptors::Descriptors): Initialize new |
| 12835 | field. |
| 12836 | (Descriptors::open): Use initialize_lock_ field |
| 12837 | * errors.h (class Errors): Add initialize_lock_ field. |
| 12838 | * errors.cc (Errors::Errors): Initialize new field. |
| 12839 | (Errors::initialize_lock): Use initialize_lock_ field. |
| 12840 | * powerpc.cc (class Target_selector_powerpc): Remove |
| 12841 | instantiated_target_ field. In do_recognize call |
| 12842 | instantiate_target rather than do_instantiate_target. In |
| 12843 | do_instantiate_target just allocate a new target. |
| 12844 | * sparc.cc (class Target_selector_sparc): Likewise. |
| 12845 | |
| 12846 | * freebsd.h: New file. |
| 12847 | * i386.cc: Include "freebsd.h". |
| 12848 | (Target_i386): Derive from Target_freebsd rather than |
| 12849 | Sized_target. |
| 12850 | (Target_selector_i386): Derive from Target_selector_freebsd rather |
| 12851 | than Target_selector. |
| 12852 | * x86_64.cc: Include "freebsd.h". |
| 12853 | (Target_x86_64): Derive from Target_freebsd rather than |
| 12854 | Sized_target. |
| 12855 | (Target_selector_x86_64): Derive from Target_selector_freebsd |
| 12856 | rather than Target_selector. |
| 12857 | * target.h (class Target): Add adjust_elf_header and |
| 12858 | do_adjust_elf_header. |
| 12859 | * output.cc (Output_file_header:: do_sized_write): Call target |
| 12860 | adjust_elf_header routine. |
| 12861 | * configure.tgt: Set targ_osabi. |
| 12862 | * configure.ac: Define GOLD_DEFAULT_OSABI. |
| 12863 | * parameters.cc (Parameters::default_target): Pass |
| 12864 | GOLD_DEFAULT_OSABI to select_target. |
| 12865 | * target-select.h (class Target_selector): Make instantiate_target |
| 12866 | protected rather than private. |
| 12867 | * Makefile.am (HFILES): Add freebsd.h. |
| 12868 | * configure, Makefile.in, config.in: Rebuild. |
| 12869 | |
| 12870 | * merge.cc (do_add_input_section): Correct pend value. Change |
| 12871 | message about last entry not being null terminated from error to |
| 12872 | warning. |
| 12873 | |
| 12874 | 2009-03-20 Mikolaj Zalewski <mikolajz@google.com> |
| 12875 | |
| 12876 | * incremental.cc: New file. |
| 12877 | * Makefile.am (CCFILES): Add incremental.cc. |
| 12878 | * Makefile.in: Rebuild. |
| 12879 | |
| 12880 | 2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com> |
| 12881 | |
| 12882 | * layout.cc (Layout::output_section_name): Preserve names |
| 12883 | of '.note.' sections. |
| 12884 | |
| 12885 | 2009-03-19 Ian Lance Taylor <iant@google.com> |
| 12886 | |
| 12887 | * descriptors.cc (Descriptors::open): Check that the options are |
| 12888 | valid before using them. |
| 12889 | |
| 12890 | 2009-03-18 Ian Lance Taylor <iant@google.com> |
| 12891 | |
| 12892 | * script-sections.h: Include <list>. |
| 12893 | (class Script_sections): Change Sections_elements from std::vector |
| 12894 | to std::list. Typedef public Elements_iterator. Add |
| 12895 | orphan_section_placement_, data_segment_align_start_, and |
| 12896 | saw_data_segment_align_ fields. Remove data_segment_align_index_ |
| 12897 | field. |
| 12898 | * script-sections.cc (class Orphan_section_placement): New class. |
| 12899 | (class Sections_element): Add virtual functions is_relro and |
| 12900 | orphan_section_init. Remove virtual function place_orphan_here. |
| 12901 | (class Output_section_definition): Add is_relro and |
| 12902 | orphan_section_init. Remove place_orphan_here. |
| 12903 | (class Orphan_output_section): Likewise. |
| 12904 | (Script_sections::Script_sections): Update for field changes. |
| 12905 | (Script_sections::data_segment_align): Set saw_data_segment_align_ |
| 12906 | and data_segment_align_start_, not data_segment_align_index. |
| 12907 | (Script_sections::data_segment_relro_end): Check |
| 12908 | saw_data_segment_align_. Use data_segment_align_start_ rather |
| 12909 | than data_segment_align_index_. |
| 12910 | (Script_sections::place_orphan): Rewrite to use |
| 12911 | Orphan_section_placement. |
| 12912 | |
| 12913 | 2009-03-17 Ian Lance Taylor <iant@google.com> |
| 12914 | |
| 12915 | * archive.cc (Archive::add_symbols): Check for a version attached |
| 12916 | to the symbol name in the archive map. |
| 12917 | * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11. |
| 12918 | (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define. |
| 12919 | (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define. |
| 12920 | (ver_test_11.a): New target. |
| 12921 | * testsuite/Makefile.in: Rebuild. |
| 12922 | |
| 12923 | * configure.ac: Check for chsize and posix_fallocate. Replace |
| 12924 | ftruncate. |
| 12925 | * ftruncate.c: New file, from gnulib. |
| 12926 | * output.cc (posix_fallocate): Define dummy version if not |
| 12927 | HAVE_POSIX_FALLOCATE. |
| 12928 | (Output_file::map): Call posix_fallocate rather than lseek and |
| 12929 | write. |
| 12930 | * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE. |
| 12931 | * configure, Makefile.in, config.in: Rebuild. |
| 12932 | |
| 12933 | 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com> |
| 12934 | |
| 12935 | * layout.h (Layout::create_note): Add section_name parameter. |
| 12936 | * layout.cc (Layout::create_note): Likewise. |
| 12937 | (Layout::create_build_id, Layout::create_gold_note): Fix callers. |
| 12938 | |
| 12939 | 2009-03-17 Ian Lance Taylor <iant@google.com> |
| 12940 | |
| 12941 | * descriptors.cc: Include "options.h". |
| 12942 | (FD_CLOEXEC, O_CLOEXEC): Define if not defined. |
| 12943 | (Descriptors::open): Always use O_CLOEXEC when opening a new |
| 12944 | descriptor. If we have a plugin, and O_CLOEXEC was not defined, |
| 12945 | then set FD_CLOEXEC. |
| 12946 | |
| 12947 | * sparc.cc (class Target_sparc): Add has_got_section. |
| 12948 | (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_, |
| 12949 | make sure we have a GOT section. |
| 12950 | |
| 12951 | * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD. |
| 12952 | (Target_sparc::Scan::local): Likewise. |
| 12953 | (Target_sparc::Scan::global): Likewise. |
| 12954 | (Target_sparc::Relocate::relocate): Likewise. |
| 12955 | (Target_sparc::Relocate::relocate_tls): Likewise. |
| 12956 | |
| 12957 | * symtab.cc (Symbol_table::define_default_version): New function, |
| 12958 | broken out of add_from_object. |
| 12959 | (Symbol_table::add_from_object): Call define_default_version. |
| 12960 | (Symbol_table::define_special_symbol): Add resolve_oldsym |
| 12961 | parameter. Change all callers. If the version for a symbol comes |
| 12962 | from a version script, resolve it with the symbol with the same |
| 12963 | name with no version. Also add the symbol without a version if |
| 12964 | appropriate. |
| 12965 | (do_define_in_output_data): If resolving with oldsym, don't delete |
| 12966 | sym. |
| 12967 | (do_define_in_output_segment): Likewise. |
| 12968 | (do_define_as_constant): Likewise. |
| 12969 | * symtab.h (class Symbol_table): Update declarations. |
| 12970 | |
| 12971 | 2009-03-13 Ian Lance Taylor <iant@google.com> |
| 12972 | |
| 12973 | * readsyms.cc (Read_symbols::incompatible_warning): New function. |
| 12974 | (Read_symbols::requeue): New function. |
| 12975 | (Read_symbols::do_read_symbols): If make_elf_object fails because |
| 12976 | the target type is not configured, and the file was searched for, |
| 12977 | issue a warning and retry with the next directory. |
| 12978 | (Add_symbols::run): If the file has an incompatible format, and |
| 12979 | it was searched for, requeue the Read_symbols task. On error, |
| 12980 | release the object. |
| 12981 | * readsyms.h (class Read_symbols): Add dirindex_ field. Add |
| 12982 | dirindex parameter to constructor. Change all callers. Declare |
| 12983 | incompatible_warning and requeue. |
| 12984 | (class Add_symbols): Add dirpath_, dirindex_, mapfile_, |
| 12985 | input_argument_ and input_group_ fields. Add them to |
| 12986 | constructor. Change all callers. |
| 12987 | (class Read_script): Add dirindex_ field. Add it to constructor. |
| 12988 | Change all callers. |
| 12989 | * archive.cc (Archive::setup): Remove input_objects parameter. |
| 12990 | Change all callers. |
| 12991 | (Archive::get_file_and_offset): Likewise. |
| 12992 | (Archive::read_all_symbols): Likewise. |
| 12993 | (Archive::read_symbols): Likewise. |
| 12994 | (Archive::get_elf_object_for_member): Remove input_objects |
| 12995 | parameter. Add punconfigured parameter. Change all callers. |
| 12996 | (Archive::add_symbols): Change return type to bool. Check return |
| 12997 | value of include_member. |
| 12998 | (Archive::include_all_members): Likewise. |
| 12999 | (Archive::include_member): Change return type to bool. Return |
| 13000 | false if first included object has incompatible target. Set |
| 13001 | included_member_ field. |
| 13002 | (Add_archive_symbols::run): If add_symbols returns false, requeue |
| 13003 | Read_symbols task. |
| 13004 | * archive.h (class Archive): Add included_member_ field. |
| 13005 | Initialize it in constructor. Add input_file and searched_for |
| 13006 | methods. Update declarations. |
| 13007 | (class Add_archive_symbols): Add dirpath_, dirindex_, and |
| 13008 | input_argument_ fields. Add them to constructor. Change all |
| 13009 | callers. |
| 13010 | * script.cc: Include "target-select.h". |
| 13011 | (class Parser_closure): Add skip_on_incompatible_target_ and |
| 13012 | found_incompatible_target_ fields. Add |
| 13013 | skip_on_incompatible_target parameter to constructor. Change all |
| 13014 | callers. Add methods skip_on_incompatible_target, |
| 13015 | clear_skip_on_incompatible_target, found_incompatible_target, and |
| 13016 | set_found_incompatible_target. |
| 13017 | (read_input_script): Add dirindex parameter. Change all callers. |
| 13018 | If parser finds an incompatible target, requeue Read_symbols |
| 13019 | task. |
| 13020 | (script_set_symbol): Clear skip_on_incompatible_target in |
| 13021 | closure. |
| 13022 | (script_add_assertion, script_parse_option): Likewise. |
| 13023 | (script_start_sections, script_add_phdr): Likewise. |
| 13024 | (script_check_output_format): New function. |
| 13025 | * script.h (read_input_script): Update declaration. |
| 13026 | * script-c.h (script_check_output_format): Declare. |
| 13027 | * yyscript.y (file_cmd): Handle OUTPUT_FORMAT. |
| 13028 | (ignore_cmd): Remove OUTPUT_FORMAT. |
| 13029 | * fileread.cc (Input_file::Input_file): Add explicit this. |
| 13030 | (Input_file::will_search_for): New function. |
| 13031 | (Input_file::open): Add pindex parameter. Change all callers. |
| 13032 | * fileread.h (class Input_file): Add input_file_argument method. |
| 13033 | Declare will_search_for. Update declarations. |
| 13034 | * object.cc (make_elf_object): Add punconfigured parameter. |
| 13035 | Change all callers. |
| 13036 | * object.h (class Object): Make input_file public. Add |
| 13037 | searched_for method. |
| 13038 | (make_elf_object): Update declaration. |
| 13039 | * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to |
| 13040 | restart search. |
| 13041 | * dirsearch.h (class Dirsearch): Update declaration. |
| 13042 | * options.h (class General_options): Add --warn-search-mismatch. |
| 13043 | * parameters.cc (Parameters::is_compatible_target): New function. |
| 13044 | * parameters.h (class Parameters): Declare is_compatible_target. |
| 13045 | * workqueue.cc (Workqueue::add_blocker): New function. |
| 13046 | * workqueue.h (class Workqueue): Declare add_blocker. |
| 13047 | |
| 13048 | * fileread.cc (Input_file::open): Remove options parameter. |
| 13049 | Change all callers. |
| 13050 | (Input_file::open_binary): Likewise. |
| 13051 | * script.cc (read_input_script): Likewise. |
| 13052 | * readsyms.h (class Read_symbols): Remove options_ field. Remove |
| 13053 | options parameter from constructor. Change all callers. |
| 13054 | (class Read_script): Likewise. |
| 13055 | * fileread.h (class Input_file): Update declarations. |
| 13056 | * script.h (read_input_script): Update declaration. |
| 13057 | |
| 13058 | 2009-03-10 Nick Clifton <nickc@redhat.com> |
| 13059 | |
| 13060 | * po/es.po: New Spanish translation. |
| 13061 | |
| 13062 | 2009-03-06 Cary Coutant <ccoutant@google.com> |
| 13063 | |
| 13064 | * options.cc (parse_short_option): Keep dash_z from registering itself. |
| 13065 | |
| 13066 | 2009-03-03 Ian Lance Taylor <iant@google.com> |
| 13067 | |
| 13068 | PR 9918 |
| 13069 | * target-reloc.h (relocate_section): Pass output_section to |
| 13070 | relocate. |
| 13071 | * i386.cc (Target_i386::should_apply_static_reloc): Add |
| 13072 | output_section parameter. Change all callers. |
| 13073 | (Target_i386::Relocate::relocate): Add output_section parameter. |
| 13074 | * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise. |
| 13075 | * sparc.cc (Target_sparc::Relocate::relocate): Likewise. |
| 13076 | * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise. |
| 13077 | * testsuite/two_file_shared.sh: New script. |
| 13078 | * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh. |
| 13079 | (check_DATA): Add two_file_shared.dbg. |
| 13080 | (two_file_shared.dbg): New target. |
| 13081 | * testsuite/Makefile.in: Rebuild. |
| 13082 | |
| 13083 | 2009-03-01 Ian Lance Taylor <iant@google.com> |
| 13084 | |
| 13085 | * configure.ac: Check for byteswap.h. |
| 13086 | * configure: Rebuild. |
| 13087 | * config.in: Rebuild. |
| 13088 | |
| 13089 | 2009-03-01 Mikolaj Zalewski <mikolajz@google.com> |
| 13090 | |
| 13091 | * layout.cc (Layout::find_or_add_kept_section): New function. |
| 13092 | (Layout::add_comdat): Removed. |
| 13093 | * layout.h (struct Kept_section): Move out of class Layout. |
| 13094 | Remove trailing underscores from field names. Add group_sections |
| 13095 | field. Rename group_ field to is_group. Change all uses. |
| 13096 | (class Layout): Declare find_or_add_kept_section, not add_comdat. |
| 13097 | * object.cc (Sized_relobj::Sized_relobj): Don't initialize |
| 13098 | comdat_groups_ field. |
| 13099 | (Sized_relobj::include_section_group): Use |
| 13100 | find_or_add_kept_section and Kept_section::group_sections. |
| 13101 | (Sized_relobj::include_linkonce_section): Likewise. |
| 13102 | * object.cc (class Sized_relobj): Don't define Comdat_group or |
| 13103 | Comdat_group_table. Remove find_comdat_group and |
| 13104 | add_comdat_group. Remove comdat_groups_ field. |
| 13105 | * plugin.cc (include_comdat_group): Use |
| 13106 | Layout::find_or_add_kept_section. |
| 13107 | |
| 13108 | 2009-02-28 Ian Lance Taylor <iant@google.com> |
| 13109 | |
| 13110 | * README: --gc-sections and map files are now supported. Document |
| 13111 | some build requirements. |
| 13112 | |
| 13113 | PR 6992 |
| 13114 | * symtab.cc (Symbol_table::sized_write_section_symbol): In a |
| 13115 | relocatable link set the value of the section symbol to zero. |
| 13116 | * object.cc (Sized_relobj::do_finalize_local_symbols): In a |
| 13117 | relocatable link don't include the section address in the local |
| 13118 | symbol value. |
| 13119 | |
| 13120 | 2009-02-27 Ian Lance Taylor <iant@google.com> |
| 13121 | |
| 13122 | PR 6811 |
| 13123 | * options.h (class Search_directory): Add is_system_directory. |
| 13124 | (class General_options): Declare is_in_system_directory. |
| 13125 | * options.cc (get_relative_sysroot): Make static. |
| 13126 | (get_default_sysroot): Make static. |
| 13127 | (General_optoins::is_in_system_directory): New function. |
| 13128 | * fileread.cc (Input_file::is_in_system_directory): New function. |
| 13129 | * fileread.h (class Input_file): Declare is_in_system_directory. |
| 13130 | * object.h (class Object): Add is_in_system_directory. |
| 13131 | (class Input_objects): Remove system_library_directory_ field. |
| 13132 | * object.cc (Input_objects::add_object): Don't set |
| 13133 | system_library_directory_. |
| 13134 | (input_objects::found_in_system_library_directory): Remove. |
| 13135 | * symtab.cc (Symbol_table::write_globals): Remove input_objects |
| 13136 | parameter. Change all callers. |
| 13137 | (Symbol_table::sized_write_globals): Likewise. |
| 13138 | (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise. |
| 13139 | Call Object::is_in_system_directory. |
| 13140 | * symtab.h (class Symbol_table): Update declarations. |
| 13141 | |
| 13142 | PR 5990 |
| 13143 | * descriptors.h (Open_descriptor): Add is_on_stack field. |
| 13144 | * descriptors.cc (Descriptors::open): If the descriptor is on the |
| 13145 | top of the stack, remove it. Initialize is_on_stack field. |
| 13146 | (Descriptors::release): Only add pod to stack if it is not on the |
| 13147 | stack already. |
| 13148 | (Descriptors::close_some_descriptor): Clear stack_next and |
| 13149 | is_on_stack fields. |
| 13150 | |
| 13151 | PR 7091 |
| 13152 | * output.cc (Output_section::find_starting_output_address): Rename |
| 13153 | from starting_output_address; add PADDR parameter; change return |
| 13154 | type. |
| 13155 | * output.h (class Output_section): Declare |
| 13156 | find_starting_output_address instead of starting_output_address. |
| 13157 | * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a |
| 13158 | section symbol for which we can't find a merge section. |
| 13159 | |
| 13160 | PR 9836 |
| 13161 | * symtab.cc (Symbol_table::add_from_object): If the visibility is |
| 13162 | hidden or internal, force the symbol to be local. |
| 13163 | * resolve.cc (Symbol::override_visibility): Define. |
| 13164 | (Symbol::override_base): Use override_visibility. |
| 13165 | (Symbol_table::resolve): Likewise. |
| 13166 | (Symbol::override_base_with_special): Likewise. |
| 13167 | (Symbol_table::override_with_special): If the visibility is hidden |
| 13168 | or internal, force the symbol to be local. |
| 13169 | * symtab.h (class Symbol): Add set_visibility and |
| 13170 | override_visibility. |
| 13171 | * testsuite/ver_test_1.sh: New file. |
| 13172 | * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh. |
| 13173 | (check_DATA): Add ver_test_1.syms. |
| 13174 | (ver_test_1.syms): New target. |
| 13175 | * testsuite/Makefile.in: Rebuild. |
| 13176 | |
| 13177 | 2009-02-25 Cary Coutant <ccoutant@google.com> |
| 13178 | |
| 13179 | * layout.cc (Layout::choose_output_section): Don't rename sections |
| 13180 | when using a linker script that has a SECTIONS clause. |
| 13181 | * Makefile.in: Regenerate. |
| 13182 | |
| 13183 | * testsuite/Makefile.am (script_test_5.sh): New test case. |
| 13184 | * testsuite/Makefile.in: Regenerate. |
| 13185 | * testsuite/script_test_5.cc: New file. |
| 13186 | * testsuite/script_test_5.sh: New file. |
| 13187 | * testsuite/script_test_5.t: New file. |
| 13188 | |
| 13189 | 2009-02-13 Rafael Avila de Espindola <espindola@google.com> |
| 13190 | |
| 13191 | * archive.cc (Archive::include_member): Update calls to add_symbols. |
| 13192 | * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add |
| 13193 | the Layout argument. |
| 13194 | * dynobj.h (do_add_symbols): Add the Layout argument. |
| 13195 | * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the |
| 13196 | Layout argument. |
| 13197 | * object.h (Object::add_symbols): Add the Layout argument. |
| 13198 | (Object::do_add_symbols): Add the Layout argument. |
| 13199 | (Sized_relobj::do_add_symbols): Add the Layout argument. |
| 13200 | * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols): |
| 13201 | Unify the two versions. |
| 13202 | (Add_plugin_symbols): Remove. |
| 13203 | * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove. |
| 13204 | (Sized_pluginobj::do_add_symbols): Unify the two versions. |
| 13205 | (Add_plugin_symbols): Remove. |
| 13206 | * readsyms.cc (Read_symbols::do_read_symbols): Update call to |
| 13207 | Add_symbols. Use Add_symbols instead of Add_plugin_symbols. |
| 13208 | (Add_symbols::run): Make it work with Pulginobj. |
| 13209 | |
| 13210 | 2009-02-06 Ian Lance Taylor <iant@google.com> |
| 13211 | |
| 13212 | * object.cc (Sized_relobj::do_layout): Make info message start |
| 13213 | with lower case letter. |
| 13214 | |
| 13215 | 2009-02-06 Mikolaj Zalewski <mikolajz@google.com> |
| 13216 | |
| 13217 | * binary.cc: Fix file comment. |
| 13218 | |
| 13219 | * options.h (enum Incremental_disposition): Define. |
| 13220 | (class General_options): Add new options: --incremental, |
| 13221 | --incremental_changed, --incremental_unchanged, |
| 13222 | --incremental_unknown. Add incremental_disposition_ and |
| 13223 | implicit_incremental_ fields. |
| 13224 | (General_options::incremental_disposition): New function. |
| 13225 | (class Position_dependent_options): Add incremental_disposition |
| 13226 | option. |
| 13227 | (Position_dependent_options::copy_from_options): Set incremental |
| 13228 | dispositions. |
| 13229 | * options.cc (General_options::parse_incremental_changed): New |
| 13230 | function. |
| 13231 | (General_options::parse_incremental_unchanged): New function. |
| 13232 | (General_options::parse_incremental_unknown): New function. |
| 13233 | (General_options::General_options): Initialize new fields |
| 13234 | incremental_disposition_ and implicit_incremental_. |
| 13235 | (General_options::finalize): Check for uasge of --incremental-* |
| 13236 | without --incremental. |
| 13237 | |
| 13238 | 2009-02-06 Chris Demetriou <cgd@google.com> |
| 13239 | |
| 13240 | * gold.h (gold_undefined_symbol): Change to take only a Symbol |
| 13241 | pointer and to report location as the file name associated with |
| 13242 | the symbol. |
| 13243 | (gold_undefined_symbol_at_location): New function to replace the |
| 13244 | old gold_undefined_symbol functionality. |
| 13245 | * target-reloc.h (relocate_section): Update to use |
| 13246 | gold_undefined_symbol_at_location. |
| 13247 | * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol): |
| 13248 | Call gold_undefined_symbol function rather than gold_error. |
| 13249 | * errors.h (Errors::undefined_symbol): Take location as a |
| 13250 | string, rather than calculating it from a relocation. |
| 13251 | * errors.cc (Errors::fatal): Print "fatal error:" before the |
| 13252 | formatted message. |
| 13253 | (Errors::error, Errors::error_at_location): Print "error: " |
| 13254 | before the formatted message. |
| 13255 | (Errors::undefined_symbol): Take location as a string, rather |
| 13256 | than calculating it from a relocation. |
| 13257 | (gold_undefined_symbol_at_location): New function akin to |
| 13258 | old gold_undefined_symbol, calculates location from relocation. |
| 13259 | (gold_undefined_symbol): Change to take only a Symbol pointer |
| 13260 | and to report location as the file name associated with the symbol. |
| 13261 | * testsuite/debug_msg.sh: Update for changed error messages. |
| 13262 | * testsuite/undef_symbol.sh: Likewise. |
| 13263 | |
| 13264 | 2009-02-04 Duncan Sands <baldrick@free.fr> |
| 13265 | |
| 13266 | PR 9812 |
| 13267 | * reduced_debug_output.h |
| 13268 | (Output_reduced_debug_abbrev_section::failed): Use format for |
| 13269 | gold_warning. |
| 13270 | (Output_reduced_debug_info_section::faild): Likewise. |
| 13271 | |
| 13272 | 2009-01-31 Mikolaj Zalewski <mikolajz@google.com> |
| 13273 | |
| 13274 | * script.cc (Lazy_demangler): New class. |
| 13275 | (Version_script_info::get_symbol_version_helper): Demangle a |
| 13276 | symbol only once. |
| 13277 | |
| 13278 | 2009-01-29 Cary Coutant <ccoutant@google.com> |
| 13279 | |
| 13280 | * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls |
| 13281 | to __tls_get_addr. |
| 13282 | * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise. |
| 13283 | |
| 13284 | 2009-01-28 Ian Lance Taylor <iant@google.com> |
| 13285 | |
| 13286 | * version.cc (version_string): Bump to 1.9. |
| 13287 | |
| 13288 | * gold.h: Include <cstring> and <stdint.h>. |
| 13289 | * version.cc: Include <cstdio>. |
| 13290 | * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a |
| 13291 | warning. |
| 13292 | * reduced_debug_output.cc (insert_into_vector): Rename from |
| 13293 | Insert_into_vector; change all callers. Use Swap_unaligned to |
| 13294 | avoid aliasing issue; remove union since it is unnecessary. |
| 13295 | |
| 13296 | 2009-01-27 Sriraman Tallam <tmsriram@google.com> |
| 13297 | |
| 13298 | * Makefile.am (CCFILES): Add gc.cc. |
| 13299 | (HFILES): Add gc.h. |
| 13300 | * Makefile.in: Regenerate. |
| 13301 | * gold.cc (Gc_runner): New class. |
| 13302 | (queue_initial_tasks): Call garbage collection related tasks |
| 13303 | when corresponding options are invoked. |
| 13304 | (queue_middle_gc_tasks): New function. |
| 13305 | (queue_middle_tasks): Reorder tasks to allow relocs to be read and |
| 13306 | processed early before laying out sections during garbage collection. |
| 13307 | * gold.h (queue_middle_gc_tasks): New function. |
| 13308 | (is_prefix_of): Move from "layout.cc". |
| 13309 | * i386.cc (Target_i386::gc_process_relocs): New function. |
| 13310 | * layout.cc (is_prefix_of): Remove. Move to "gold.h" |
| 13311 | * main.cc (main): Create object of class "Garbage_collection". |
| 13312 | * object.cc (Relobj::copy_symbols_data): New function. |
| 13313 | (Relobj::is_section_name_included): New function. |
| 13314 | (Sized_relobj::do_layout): Allow this function to be called twice |
| 13315 | during garbage collection and defer layout of section during the |
| 13316 | first call. |
| 13317 | * object.h (Relobj::get_symbols_data): New function. |
| 13318 | (Relobj::is_section_name_included): New function. |
| 13319 | (Relobj::copy_symbols_data): New function. |
| 13320 | (Relobj::set_symbols_data): New function. |
| 13321 | (Relobj::get_relocs_data): New function. |
| 13322 | (Relobj::set_relocs_data): New function. |
| 13323 | (Relobj::is_output_section_offset_invalid): New pure virtual function. |
| 13324 | (Relobj::gc_process_relocs): New function. |
| 13325 | (Relobj::do_gc_process_relocs): New pure virtual function. |
| 13326 | (Relobj::sd_): New data member. |
| 13327 | (Sized_relobj::is_output_section_offset_invalid): New function. |
| 13328 | (Sized_relobj::do_gc_process_relocs): New function. |
| 13329 | * options.h (General_options::gc_sections): Modify to not be a no-op. |
| 13330 | (General_options::print_gc_sections): New option. |
| 13331 | * plugin.cc (Plugin_finish::run): Remove function call to |
| 13332 | Plugin_manager::layout_deferred_objects. Move it to "gold.cc". |
| 13333 | * powerpc.cc (Target_powerpc::gc_process_relocs): New function. |
| 13334 | * reloc.cc (Read_relocs::run): Add task to process relocs and |
| 13335 | determine unreferenced sections when doing garbage collection. |
| 13336 | (Gc_process_relocs): New class. |
| 13337 | (Sized_relobj::do_gc_process_relocs): New function. |
| 13338 | (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for |
| 13339 | sections that are garbage collected. |
| 13340 | * reloc.h (Gc_process_relocs): New class. |
| 13341 | * sparc.cc (Target_sparc::gc_process_relocs): New function. |
| 13342 | * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for |
| 13343 | symbols whose corresponding sections are garbage collected. |
| 13344 | (Symbol_table::Symbol_table): Add new parameter for the garbage |
| 13345 | collection object. |
| 13346 | (Symbol_table::gc_mark_undef_symbols): New function. |
| 13347 | (Symbol_table::gc_mark_symbol_for_shlib): New function. |
| 13348 | (Symbol_table::gc_mark_dyn_syms): New function. |
| 13349 | (Symbol_table::resolve): Do not treat symbols seen in dynamic objects |
| 13350 | as garbage. |
| 13351 | (Symbol_table::add_from_object): Likewise. |
| 13352 | (Symbol_table::add_from_relobj): When building shared objects, do not |
| 13353 | treat externally visible symbols as garbage. |
| 13354 | (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol |
| 13355 | table information for static and relocatable links. |
| 13356 | * symtab.h (Symbol_table::set_gc): New function. |
| 13357 | (Symbol_table::gc): New function. |
| 13358 | (Symbol_table::gc_mark_undef_symbols): New function. |
| 13359 | (Symbol_table::gc_mark_symbol_for_shlib): New function. |
| 13360 | (Symbol_table::gc_mark_dyn_syms): New function. |
| 13361 | (Symbol_table::gc_): New data member. |
| 13362 | * target.h (Sized_target::gc_process_relocs): New pure virtual |
| 13363 | function. |
| 13364 | * x86_64.cc (Target_x86_64::gc_process_relocs): New function. |
| 13365 | * testsuite/testfile.cc (Target_test::gc_process_relocs): New function. |
| 13366 | |
| 13367 | 2009-01-20 Chris Faylor <me.sourceware@sourceware.org> |
| 13368 | |
| 13369 | * options.h (General_options::gc_sections): Define as a no-op for now. |
| 13370 | (General_options::no_keep_memory): Ditto. |
| 13371 | (General_options::Bshareable): Define. |
| 13372 | * options.cc (General_options::finalize): Honor -Bshareable. |
| 13373 | |
| 13374 | 2009-01-20 Andreas Schwab <schwab@suse.de> |
| 13375 | |
| 13376 | * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to |
| 13377 | read the value in the contents, since we don't use it. Use the |
| 13378 | template endianness when writing. |
| 13379 | (Relocate::relocate): Use it for R_PPC_REL16_HA. |
| 13380 | |
| 13381 | 2009-01-19 Andreas Schwab <schwab@suse.de> |
| 13382 | |
| 13383 | * configure.tgt (powerpc64-*): Fix targ_obj. |
| 13384 | |
| 13385 | 2009-01-15 Ian Lance Taylor <iant@google.com> |
| 13386 | |
| 13387 | * object.cc (Sized_relobj::write_local_symbols): Don't write out |
| 13388 | local symbols when stripping all symbols. |
| 13389 | |
| 13390 | 2009-01-14 Cary Coutant <ccoutant@google.com> |
| 13391 | |
| 13392 | * output.cc (Output_reloc): Add explicit instantiations. |
| 13393 | |
| 13394 | 2009-01-14 Cary Coutant <ccoutant@google.com> |
| 13395 | |
| 13396 | * archive.cc (Archive::get_elf_object_for_member): Remove call |
| 13397 | to File_read::claim_for_plugin. |
| 13398 | * descriptors.cc (Descriptors::open): Remove reference to |
| 13399 | is_claimed. |
| 13400 | (Descriptors::claim_for_plugin): Remove. |
| 13401 | * descriptors.h (Descriptors::claim_for_plugin): Remove. |
| 13402 | (Descriptors::is_claimed): Remove. |
| 13403 | (claim_descriptor_for_plugin): Remove. |
| 13404 | * fileread.cc (File_read::claim_for_plugin): Remove. |
| 13405 | * fileread.h (File_read::claim_for_plugin): Remove. |
| 13406 | (File_read::descriptor): Reopen descriptor if necessary. |
| 13407 | * plugin.cc (Plugin::load): Add two new APIs to transfer vector. |
| 13408 | (Plugin_manager::all_symbols_read): Add task parameter. Change |
| 13409 | all callers. |
| 13410 | (Plugin_manager::get_input_file): New function. |
| 13411 | (Plugin_manager::release_input_file): New function. |
| 13412 | (Pluginobj::Pluginobj): Add filesize parameter and initialize |
| 13413 | corresponding data member. |
| 13414 | (Sized_pluginobj::Sized_pluginobj): Add filesize parameter |
| 13415 | and pass to base constructor. Change all callers. |
| 13416 | (get_input_file, release_input_file): New functions. |
| 13417 | (make_sized_plugin_object): Add filesize parameter. Change all callers. |
| 13418 | * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member. |
| 13419 | (Plugin_manager::all_symbols_read): Add task parameter. |
| 13420 | (Plugin_manager::get_input_file): New function. |
| 13421 | (Plugin_manager::release_input_file): New function. |
| 13422 | (Plugin_manager::task_): New data member. |
| 13423 | (Pluginobj::Pluginobj): Add filesize parameter. |
| 13424 | (Pluginobj::filename): New function. |
| 13425 | (Pluginobj::descriptor): New function. |
| 13426 | (Pluginobj::filesize): New function. |
| 13427 | (Pluginobj::filesize_): New data member. |
| 13428 | (Sized_pluginobj::Sized_pluginobj): Add filesize parameter. |
| 13429 | * readsyms.cc (Read_symbols::do_read_symbols): Remove call to |
| 13430 | File_read::claim_for_plugin; use Object::unlock to unlock the file. |
| 13431 | |
| 13432 | * testsuite/Makefile.am (plugin_test_4): New test case for plugins |
| 13433 | with archive libraries. |
| 13434 | * testsuite/Makefile.in: Regenerate. |
| 13435 | * testsuite/plugin_test.c (struct sym_info): New type. |
| 13436 | (get_input_file, release_input_file): New static variables. |
| 13437 | (onload): Capture new transfer vector entries. |
| 13438 | (claim_file_hook): Stop reading at end of file according to filesize. |
| 13439 | Factor out parsing of readelf output into separate function. |
| 13440 | (all_symbols_read_hook): Exercise get_input_file and release_input_file |
| 13441 | APIs and get the source file name from the symbol table. Convert |
| 13442 | source file name to corresponding object file name. Print info |
| 13443 | message when adding new input files. |
| 13444 | (parse_readelf_line): New function. |
| 13445 | * testsuite/plugin_test_1.sh: Add checks for new info messages. |
| 13446 | * testsuite/plugin_test_2.sh: Likewise. |
| 13447 | * testsuite/plugin_test_3.sh: Likewise. |
| 13448 | * testsuite/plugin_test_4.sh: New test case. |
| 13449 | |
| 13450 | 2009-01-07 Ian Lance Taylor <iant@google.com> |
| 13451 | |
| 13452 | * version.cc (version_string): Bump to 1.8. |
| 13453 | |
| 13454 | 2008-12-23 Cary Coutant <ccoutant@google.com> |
| 13455 | |
| 13456 | * gold.cc (gold_exit): Call plugin cleanup handlers on exit. |
| 13457 | * plugin.cc (Plugin_manager::finish): Rename as |
| 13458 | layout_deferred_objects. Move cleanup to separate function. |
| 13459 | (Plugin_manager::cleanup): New function. |
| 13460 | (Plugin_finish::run): Call layout_deferred_objects and cleanup |
| 13461 | separately. |
| 13462 | * plugin.h (Plugin_manager::finish): Rename as |
| 13463 | layout_deferred_objects. |
| 13464 | (Plugin_manager::cleanup): New function. |
| 13465 | (Plugin_manager::cleanup_done): New field. |
| 13466 | |
| 13467 | 2008-12-23 Cary Coutant <ccoutant@google.com> |
| 13468 | |
| 13469 | * plugin.cc (is_visible_from_outside): New function. |
| 13470 | (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside |
| 13471 | so we don't return "IR only" status for exported symbols or -r links. |
| 13472 | |
| 13473 | * testsuite/Makefile.am (plugin_test_3): New test case. |
| 13474 | * testsuite/Makefile.in: Regenerate. |
| 13475 | * testsuite/plugin_test_3.sh: New file. |
| 13476 | |
| 13477 | 2008-12-22 Cary Coutant <ccoutant@google.com> |
| 13478 | |
| 13479 | * object.cc (Sized_relobj::layout_section): New function. |
| 13480 | (Sized_relobj::do_layout): Defer layout of input sections until after |
| 13481 | plugin has provided replacement files. |
| 13482 | (Sized_relobj::do_layout_deferred_sections): New function. |
| 13483 | * object.h (Relobj::set_section_offset): Remove virtual keyword. |
| 13484 | (Relobj::layout_deferred_sections): New function. |
| 13485 | (Relobj::do_layout_deferred_sections): New function. |
| 13486 | (Sized_relobj::do_layout_deferred_sections): New function. |
| 13487 | (Sized_relobj::layout_section): New function. |
| 13488 | (Sized_relobj::Deferred_layout): New structure. |
| 13489 | (Sized_relobj::deferred_layout_): New field. |
| 13490 | * plugin.cc (Plugin_manager::finish): Renamed, was cleanup. |
| 13491 | Change all callers. Layout deferred sections. |
| 13492 | (class Plugin_finish): Renamed, was Plugin_cleanup. Change all |
| 13493 | references. |
| 13494 | (Plugin_hook::run): Move code from do_plugin_hook inline. |
| 13495 | (Plugin_hook::do_plugin_hook): Remove. |
| 13496 | * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers. |
| 13497 | (Plugin_manager::finish): Renamed, was cleanup. |
| 13498 | (Plugin_manager::should_defer_layout): New function. |
| 13499 | (Plugin_manager::add_deferred_layout_object): New function. |
| 13500 | (Plugin_manager::Deferred_layout_list): New type. |
| 13501 | (Plugin_manager::deferred_layout_objects_): New field. |
| 13502 | (Plugin_hook::do_plugin_hook): Remove. |
| 13503 | |
| 13504 | 2008-12-17 Ian Lance Taylor <iant@google.com> |
| 13505 | |
| 13506 | * options.h (class General_options): Add --no case for |
| 13507 | --export-dynamic. |
| 13508 | |
| 13509 | 2008-12-16 Cary Coutant <ccoutant@google.com> |
| 13510 | |
| 13511 | * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer |
| 13512 | vector. |
| 13513 | (Plugin_manager::claim_file): Create plugin object even if |
| 13514 | plugin did not call the add_symbols callback. |
| 13515 | (Plugin_obj::get_symbol_resolution_info): Guard against plugin |
| 13516 | asking for more symbols than were added. |
| 13517 | * testsuite/Makefile.am (plugin_test_1): Add test case with |
| 13518 | no global symbols. |
| 13519 | (empty.syms): New target. |
| 13520 | * testsuite/Makefile.in: Regenerate. |
| 13521 | * testsuite/plugin_test.c (claim_file_hook): Add new debug |
| 13522 | message. Don't call add_symbols if no globals. |
| 13523 | (all_symbols_read_hook): Don't provide replacement for empty |
| 13524 | claimed file. |
| 13525 | |
| 13526 | 2008-12-12 Ian Lance Taylor <iant@google.com> |
| 13527 | |
| 13528 | * target-reloc.h (Default_scan_relocatable_relocs): Only discard |
| 13529 | r_type == 0 for a local symbol with r_sym == 0. |
| 13530 | (scan_relocatable_relocs): Pass r_sym to |
| 13531 | local_non_section_strategy. |
| 13532 | * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add |
| 13533 | r_sym parameter. |
| 13534 | |
| 13535 | * configure.ac: Update test for TLS descriptors: they are |
| 13536 | supported as of glibc 2.9. |
| 13537 | * configure: Rebuild. |
| 13538 | |
| 13539 | 2008-12-11 Ian Lance Taylor <iant@google.com> |
| 13540 | |
| 13541 | PR 7091 |
| 13542 | * target-reloc.h (Default_scan_relocatable_relocs): For each |
| 13543 | function, map r_type == 0 to RELOC_DISCARD. |
| 13544 | |
| 13545 | 2008-12-10 Cary Coutant <ccoutant@google.com> |
| 13546 | |
| 13547 | * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement |
| 13548 | object to override a kept COMDAT group from a plugin object. |
| 13549 | |
| 13550 | 2008-12-09 Ian Lance Taylor <iant@google.com> |
| 13551 | |
| 13552 | PR 7088 |
| 13553 | * yyscript.y (file_cmd): Handle INPUT. |
| 13554 | |
| 13555 | * testsuite/initpri1.c: Change all declarations to be full |
| 13556 | prototypes by adding void, to avoid compiler warnings. |
| 13557 | |
| 13558 | 2008-12-05 Rafael Avila de Espindola <espindola@google.com> |
| 13559 | |
| 13560 | * options.cc (General_options::parse_plugin_opt): New. |
| 13561 | (General_options::add_plugin): The argument now is just the filename. |
| 13562 | (General_options::add_plugin_option): New. |
| 13563 | * options.h (plugin_opt): New. |
| 13564 | (add_plugin): Change argument name. |
| 13565 | (add_plugin_option): New. |
| 13566 | * plugin.cc (Plugin::load): Don't parse the plugin option. |
| 13567 | * plugin.h (Plugin::Plugin): Rename argument. Init filename_. |
| 13568 | (Plugin::add_option): New. |
| 13569 | (Plugin::args_): Change type. |
| 13570 | (Plugin::filename_): New. |
| 13571 | (Plugin_manager::add_plugin_option): New. |
| 13572 | * testsuite/Makefile.am (plugin_test_1): Use new syntax. |
| 13573 | * testsuite/Makefile.in: Regenerate. |
| 13574 | |
| 13575 | 2008-12-05 Cary Coutant <ccoutant@google.com> |
| 13576 | |
| 13577 | * layout.cc (Layout::include_section): Check for SHF_EXCLUDE. |
| 13578 | Handle --strip-lto-sections option. |
| 13579 | * options.h (strip_lto_sections): New option. |
| 13580 | |
| 13581 | 2008-12-01 Cary Coutant <ccoutant@google.com> |
| 13582 | |
| 13583 | * plugin.cc (ld_plugin_message): Change format parameter to const. |
| 13584 | Fix mismatch between new[] and delete. |
| 13585 | |
| 13586 | 2008-11-14 Cary Coutant <ccoutant@google.com> |
| 13587 | |
| 13588 | * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address |
| 13589 | instead of -1U. |
| 13590 | |
| 13591 | 2008-11-05 Craig Silverstein <csilvers@google.com> |
| 13592 | |
| 13593 | * options.cc (General_options::parse_dynamic_list): New function. |
| 13594 | * options.h (General_options): New flags dynamic_list, |
| 13595 | dynamic_list_data, dynamic_list_cpp_new, and |
| 13596 | dynamic_list_cpp_typeinfo. New variable dynamic_list_. |
| 13597 | (General_options::in_dynamic_list): New function. |
| 13598 | * script.cc (Lex::Mode): New enum DYNAMIC_LIST. |
| 13599 | (Lex::can_start_name): Add support for DYNAMIC_LIST mode. |
| 13600 | (Lex::can_continue_name): Likewise. |
| 13601 | (yylex): Likewise. |
| 13602 | (read_script_file): New parameter script_options. |
| 13603 | (read_dynamic_list): New function. |
| 13604 | (Script_options::define_dynamic_list): New function. |
| 13605 | (dynamic_list_keyword_parsecodes): New variable. |
| 13606 | (dynamic_list_keywords): New variable. |
| 13607 | * script.h (Script_options::define_dynamic_list): New function |
| 13608 | prototype. |
| 13609 | (read_dynamic_list): New function prototype. |
| 13610 | * symtab.cc (strprefix): New macro. |
| 13611 | (Symbol::should_add_dynsym_entry): Support dynamic_list, |
| 13612 | dynamic_list_data, dynamic_list_cpp_new, and |
| 13613 | dynamic_list_cpp_typeinfo. |
| 13614 | * yyscript.y (PARSING_DYNAMIC_LIST): New token. |
| 13615 | (dynamic_list_expr): New rule. |
| 13616 | (dynamic_list_nodes): Likewise. |
| 13617 | (dynamic_list_node): Likewise. |
| 13618 | * testsuite/Makefile.am (dynamic_list): New test. |
| 13619 | * testsuite/Makefile.in: Regenerated. |
| 13620 | * testsuite/dynamic_list.t: New file. |
| 13621 | * testsuite/dynamic_list.sh: New file. |
| 13622 | |
| 13623 | 2008-11-05 Craig Silverstein <csilvers@google.com> |
| 13624 | |
| 13625 | * testsuite/tls_test_c.c: Add prototype for t11 and t11_last. |
| 13626 | * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype. |
| 13627 | (t11_last): Likewise. |
| 13628 | * testsuite/ver_test_6.c (main): Likewise. |
| 13629 | |
| 13630 | 2008-10-07 Cary Coutant <ccoutant@google.com> |
| 13631 | |
| 13632 | * options.c (General_options::finalize): Add check for -static and |
| 13633 | -shared. |
| 13634 | * gold.cc (queue_middle_tasks): Assert that list of dynamic objects |
| 13635 | is not empty. |
| 13636 | |
| 13637 | 2008-10-02 Cary Coutant <ccoutant@google.com> |
| 13638 | |
| 13639 | * plugin.cc (make_sized_plugin_object): Fix conditional |
| 13640 | compilation to work when not all targets are enabled. |
| 13641 | |
| 13642 | 2008-09-29 Cary Coutant <ccoutant@google.com> |
| 13643 | |
| 13644 | * archive.cc (Archive::get_file_and_offset): Use filename instead |
| 13645 | of name to get library path. |
| 13646 | (Archive::include_member): Unlock external member of a thin archive. |
| 13647 | |
| 13648 | * testsuite/Makefile.am (TEST_AR): New variable. |
| 13649 | (thin_archive_test_1): New test. |
| 13650 | (thin_archive_test_2): New test. |
| 13651 | * testsuite/Makefile.in: Regenerate. |
| 13652 | * testsuite/thin_archive_main.cc: New file. |
| 13653 | * testsuite/thin_archive_test_1.cc: New file. |
| 13654 | * testsuite/thin_archive_test_2.cc: New file. |
| 13655 | * testsuite/thin_archive_test_3.cc: New file. |
| 13656 | * testsuite/thin_archive_test_4.cc: New file. |
| 13657 | |
| 13658 | 2008-09-29 Cary Coutant <ccoutant@google.com> |
| 13659 | |
| 13660 | * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL. |
| 13661 | * object.cc (Sized_relobj::do_layout): Use constant invalid_address |
| 13662 | instead of -1U. |
| 13663 | (Sized_relobj::do_finalize_local_symbols): Likewise. |
| 13664 | (Sized_relobj::map_to_kept_section): Likewise. |
| 13665 | * object.h (Sized_relobj::invalid_address): New constant. |
| 13666 | (Sized_relobj::do_output_section_offset): Check for invalid_address |
| 13667 | and return -1ULL. |
| 13668 | * output.cc (Output_reloc::local_section_offset): Use constant |
| 13669 | invalid_address instead of -1U. |
| 13670 | (Output_reloc::get_address): Likewise. |
| 13671 | (Output_section::output_address): Change -1U to -1ULL. |
| 13672 | * output.h (Output_reloc::invalid_address): New constant. |
| 13673 | * reloc.cc (Sized_relobj::write_sections): Use constant |
| 13674 | invalid_address instead of -1U. |
| 13675 | (Sized_relobj::relocate_sections): Likewise. |
| 13676 | * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol |
| 13677 | values for merge sections. |
| 13678 | * target-reloc.h (relocate_for_relocatable): Use constant |
| 13679 | invalid_address instead of -1U. |
| 13680 | |
| 13681 | 2008-09-19 Cary Coutant <ccoutant@google.com> |
| 13682 | |
| 13683 | Add plugin functionality for link-time optimization (LTO). |
| 13684 | * configure.ac (plugins): Add --enable-plugins option. |
| 13685 | * configure: Regenerate. |
| 13686 | * config.in: Regenerate. |
| 13687 | * Makefile.am (LIBDL): New variable. |
| 13688 | (CCFILES): Add plugin.cc. |
| 13689 | (HFILES): Add plugin.h. |
| 13690 | (ldadd_var): Add LIBDL. |
| 13691 | * Makefile.in: Regenerate. |
| 13692 | |
| 13693 | * archive.cc: Include "plugin.h". |
| 13694 | (Archive::setup): Don't preread archive symbols when using a plugin. |
| 13695 | (Archive::get_file_and_offset): Add memsize parameter. Change callers. |
| 13696 | (Archive::get_elf_object_for_member): Call plugin hooks for claiming |
| 13697 | files. |
| 13698 | (Archive::include_member): Add symbols from plugin objects. |
| 13699 | * archive.h (Archive::get_file_and_offset): Add memsize parameter. |
| 13700 | * descriptors.cc (Descriptors::open): Check for file descriptors |
| 13701 | abandoned by plugins. |
| 13702 | (Descriptors::claim_for_plugin): New function. |
| 13703 | * descriptors.h (Descriptors::claim_for_plugin): New function. |
| 13704 | (Open_descriptor::is_claimed): New field. |
| 13705 | (claim_descriptor_for_plugin): New function. |
| 13706 | * fileread.cc (File_read::claim_for_plugin): New function. |
| 13707 | * fileread.h (File_read::claim_for_plugin): New function. |
| 13708 | (File_read::descriptor): New function. |
| 13709 | * gold.cc: Include "plugin.h". |
| 13710 | (queue_initial_tasks): Add task to call plugin hooks for generating |
| 13711 | new object files. |
| 13712 | * main.cc: Include "plugin.h". |
| 13713 | (main): Load plugin libraries. |
| 13714 | * object.h (Pluginobj): Declare. |
| 13715 | (Object::pluginobj): New function. |
| 13716 | (Object::do_pluginobj): New function. |
| 13717 | (Object::set_target): New function. |
| 13718 | * options.cc: Include "plugin.h". |
| 13719 | (General_options::parse_plugin): New function. |
| 13720 | (General_options::General_options): Initialize plugins_ field. |
| 13721 | (General_options::add_plugin): New function. |
| 13722 | * options.h (Plugin_manager): Declare. |
| 13723 | (General_options): Add --plugin option. |
| 13724 | (General_options::has_plugins): New function. |
| 13725 | (General_options::plugins): New function. |
| 13726 | (General_options::add_plugin): New function. |
| 13727 | (General_options::plugins_): New field. |
| 13728 | * plugin.cc: New file. |
| 13729 | * plugin.h: New file. |
| 13730 | * readsyms.cc: Include "plugin.h". |
| 13731 | (Read_symbols::do_read_symbols): Check for archive before checking |
| 13732 | for ELF file. Call plugin hooks to claim files. |
| 13733 | * resolve.cc (Symbol_table::resolve): Record when symbol is referenced |
| 13734 | from a real object file; force override when processing replacement |
| 13735 | files. |
| 13736 | * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field. |
| 13737 | (Symbol::init_base_object): Likewise. |
| 13738 | (Symbol::init_base_output_data): Likewise. |
| 13739 | (Symbol::init_base_output_segment): Likewise. |
| 13740 | (Symbol::init_base_constant): Likewise. |
| 13741 | (Symbol::init_base_undefined): Likewise. |
| 13742 | (Symbol::output_section): Assert that object is not a plugin. |
| 13743 | (Symbol_table::add_from_pluginobj): New function. |
| 13744 | (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as |
| 13745 | undefined. |
| 13746 | (Symbol_table::sized_write_globals): Likewise. |
| 13747 | (Symbol_table::add_from_pluginobj): Instantiate template. |
| 13748 | * symtab.h (Sized_pluginobj): Declare. |
| 13749 | (Symbol::in_real_elf): New function. |
| 13750 | (Symbol::set_in_real_elf): New function. |
| 13751 | (Symbol::in_real_elf_): New field. |
| 13752 | (Symbol_table::add_from_pluginobj): New function. |
| 13753 | |
| 13754 | * testsuite/Makefile.am (AM_CFLAGS): New variable. |
| 13755 | (LIBDL): New variable. |
| 13756 | (LDADD): Add LIBDL. |
| 13757 | (check_PROGRAMS): Add plugin_test_1 and plugin_test_2. |
| 13758 | (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh. |
| 13759 | (check_DATA): Add plugin_test_1.err and plugin_test_2.err. |
| 13760 | (MOSTLYCLEANFILES): Likewise. |
| 13761 | * testsuite/Makefile.in: Regenerate. |
| 13762 | * testsuite/plugin_test.c: New file. |
| 13763 | * testsuite/plugin_test_1.sh: New file. |
| 13764 | * testsuite/plugin_test_2.sh: New file. |
| 13765 | |
| 13766 | 2008-09-16 Ian Lance Taylor <iant@google.com> |
| 13767 | |
| 13768 | * target-reloc.h (relocate_section): Check whether a symbol is |
| 13769 | defined by the ABI before reporting an undefined symbol error. |
| 13770 | * target.h (Target::is_defined_by_abi): Make parameter const. |
| 13771 | (Target::do_is_defined_by_abi): Likewise. |
| 13772 | * i386.cc (Target_i386::do_is_defined_by_abi): Likewise. |
| 13773 | * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise. |
| 13774 | * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise. |
| 13775 | * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise. |
| 13776 | * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs. |
| 13777 | * testsuite/Makefile.in: Rebuild. |
| 13778 | |
| 13779 | * fileread.cc (make_view): Add casts to avoid warning. |
| 13780 | |
| 13781 | 2008-09-16 Alexandre Oliva <aoliva@redhat.com> |
| 13782 | |
| 13783 | * i386.cc (Target_i386::define_tls_base_symbol): Update comments. |
| 13784 | * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise. |
| 13785 | |
| 13786 | 2008-09-16 Alexandre Oliva <aoliva@redhat.com> |
| 13787 | |
| 13788 | * options.h (General_options::output_is_executable): New. |
| 13789 | (General_options::output_is_pie): New. |
| 13790 | * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START |
| 13791 | for shared libraries. |
| 13792 | * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise. |
| 13793 | |
| 13794 | 2008-09-11 Chris Demetriou <cgd@google.com> |
| 13795 | |
| 13796 | * options.h (origin): New -z option. |
| 13797 | * layout.cc (Layout:finish_dynamic_section): If "-z origin" |
| 13798 | is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN |
| 13799 | in DT_FLAGS_1. |
| 13800 | |
| 13801 | 2008-09-05 Cary Coutant <ccoutant@google.com> |
| 13802 | |
| 13803 | * fileread.cc (File_read::make_view): Add check for attempt to map |
| 13804 | beyond end of file. |
| 13805 | |
| 13806 | 2008-09-05 Cary Coutant <ccoutant@google.com> |
| 13807 | |
| 13808 | * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in |
| 13809 | explicit instantiations. |
| 13810 | |
| 13811 | 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com> |
| 13812 | |
| 13813 | PR gold/6858 |
| 13814 | * options.cc (General_options::finalize): Allow undefined symbols |
| 13815 | in shlibs if linking -shared. |
| 13816 | |
| 13817 | PR gold/6859 |
| 13818 | * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined |
| 13819 | symbols as not needing a dynsym entry. |
| 13820 | |
| 13821 | 2008-08-20 Craig Silverstein <csilvers@google.com> |
| 13822 | |
| 13823 | * fileread.cc (File_read::open): Do not lock the file unless it |
| 13824 | was successfully opened. |
| 13825 | |
| 13826 | 2008-08-14 Cary Coutant <ccoutant@google.com> |
| 13827 | |
| 13828 | * x86_64.cc (Target_x86_64::Relocate::relocat_tls): |
| 13829 | Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs. |
| 13830 | * testsuite/tls_test.cc (struct int128): 128-bit struct |
| 13831 | for testing TLS relocs with non-zero addend. |
| 13832 | (v12): New TLS variable. |
| 13833 | (t12): New test. |
| 13834 | (t_last): Add check for v12. |
| 13835 | * testsuite/tls_test.h (t12): New function. |
| 13836 | * testsuite/tls_test_main.cc (thread_routine): Call new test. |
| 13837 | |
| 13838 | 2008-08-13 Ian Lance Taylor <iant@google.com> |
| 13839 | |
| 13840 | * layout.cc (Layout::attach_allocated_section_to_segment): Don't |
| 13841 | set tls_segment_ or relro_segment_. |
| 13842 | (Layout::make_output_segment): Set tls_segment_ and relro_segment_ |
| 13843 | when appropriate. |
| 13844 | * output.h (Output_section::clear_is_relro): New function. |
| 13845 | * output.cc (Output_segment::add_output_section): Handle SHF_TLS |
| 13846 | sections specially even when output_data_ is empty. |
| 13847 | (Output_segment::maximum_alignment): When first section is relro, |
| 13848 | only force alignment for PT_LOAD segments. |
| 13849 | * script.cc (script_data_segment_align): New function. |
| 13850 | (script_data_segment_relro_end): New function. |
| 13851 | * script-c.h (script_data_segment_align): Declare. |
| 13852 | (script_data_segment_relro_end): Declare. |
| 13853 | * script-sections.h (class Script_sections): Declare |
| 13854 | data_segment_align and data_segment_relro_end. Add fields |
| 13855 | segment_align_index_ and saw_relro_end_. |
| 13856 | * script-sections.cc (class Sections_element): Add set_is_relro |
| 13857 | virtual function. Add new bool* parameter to place_orphan_here. |
| 13858 | Add get_output_section virtual function. |
| 13859 | (class Output_section_definition): Add set_is_relro. Add new |
| 13860 | bool* parameter to place_orphan_here. Add get_output_section. |
| 13861 | Add is_relro_ field. |
| 13862 | (Output_section_definition::Output_section_definition): Initialize |
| 13863 | evaluated_address_, evaluated_load_address, evaluated_addralign_, |
| 13864 | and is_relro_ fields. |
| 13865 | (Output_section_definition::place_orphan_here): Add is_relro |
| 13866 | parameter. |
| 13867 | (Output_section_definition::set_section_addresses): Set relro for |
| 13868 | output section. |
| 13869 | (Output_section_definition::alternate_constraint): Likewise. |
| 13870 | (class Orphan_output_section): Add new bool* parameter to |
| 13871 | place_orphan_here. Add get_output_section. |
| 13872 | (Orphan_output_section::place_orphan_here): Add is_relro |
| 13873 | parameter. |
| 13874 | (Script_sections::Script_sections): Initialize |
| 13875 | data_segment_align_index_ and saw_relro_end_. |
| 13876 | (Script_sections::data_segment_align): New function. |
| 13877 | (Script_sections::data_segment_relro_end): New function. |
| 13878 | (Script_sections::place_orphan): Set or clear is_relro. |
| 13879 | (Script_sections::set_section_addresses): Force alignment of first |
| 13880 | TLS section. |
| 13881 | * yyscript.y (exp): Call script_data_segment_align and |
| 13882 | script_data_segment_relro_end. |
| 13883 | * testsuite/relro_script_test.t: New file. |
| 13884 | * testsuite/relro_test.cc (using_script): Declare. |
| 13885 | (t1, t2): Test using_script. |
| 13886 | * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test. |
| 13887 | (relro_script_test_SOURCES): Define. |
| 13888 | (relro_script_test_DEPENDENCIES): Define. |
| 13889 | (relro_script_test_LDFLAGS): Define. |
| 13890 | (relro_script_test_LDADD): Define. |
| 13891 | (relro_script_test.so): New target. |
| 13892 | * testsuite/Makefile.in: Rebuild. |
| 13893 | |
| 13894 | 2008-08-06 Cary Coutant <ccoutant@google.com> |
| 13895 | |
| 13896 | * archive.cc (Archive::total_archives, Archive::total_members) |
| 13897 | (Archive::total_members_loaded): New variables. |
| 13898 | (Archive::setup): Add parameter. Add option to preread |
| 13899 | archive symbols. |
| 13900 | (Archive::read_armap): Add counter. |
| 13901 | (Archive::get_file_and_offset): New function. |
| 13902 | (Archive::get_elf_object_for_member): New function. |
| 13903 | (Archive::read_all_symbols): New function. |
| 13904 | (Archive::read_symbols): New function. |
| 13905 | (Archive::add_symbols): Add counters. |
| 13906 | (Archive::include_all_members): Use armap to find members if it's |
| 13907 | already built. |
| 13908 | (Archive::include_member): Skip reading symbols if already read. |
| 13909 | Factored code into Archive::get_file_and_offset and |
| 13910 | Archive::get_elf_object_for_member. Changed call to |
| 13911 | Mapfile::report_include_archive_member. |
| 13912 | (Archive::print_stats): New function. |
| 13913 | * archive.h: Declare Object and Read_symbols_data classes. |
| 13914 | (Archive::Archive): Add initializers for new members. |
| 13915 | (Archive::setup): Add parameter. |
| 13916 | (Archive::print_stats): New function. |
| 13917 | (Archive::total_archives, Archive::total_members) |
| 13918 | (Archive::total_members_loaded): New variables. |
| 13919 | (Archive::get_file_and_offset): New function. |
| 13920 | (Archive::get_elf_object_for_member): New function. |
| 13921 | (Archive::read_all_symbols): New function. |
| 13922 | (Archive::read_symbols): New function. |
| 13923 | (Archive::Archive_member): New class. |
| 13924 | (Archive::members_): New member. |
| 13925 | (Archive::num_members_): New member. |
| 13926 | * main.cc: Include archive.h. |
| 13927 | (main): Call Archive::print_stats. |
| 13928 | * mapfile.cc (Mapfile::report_include_archive_member): Delete |
| 13929 | archive parameter; member_name is now the fully-decorated name. |
| 13930 | * mapfile.h (Mapfile::report_include_archive_member): Likewise. |
| 13931 | * options.h: (General_options): Add --preread-archive-symbols option. |
| 13932 | * readsyms.cc (Read_symbols::do_read_symbols): Change call to |
| 13933 | Archive::setup. |
| 13934 | |
| 13935 | 2008-08-04 Ian Lance Taylor <iant@google.com> |
| 13936 | |
| 13937 | * symtab.h (Symbol::use_plt_offset): New function. |
| 13938 | * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset. |
| 13939 | * powerpc.cc (Relocate::relocate): Likewise. |
| 13940 | * sparc.cc (Relocate::relocate): Likewise. |
| 13941 | * x86_64.cc (Relocate::relocate): Likewise. |
| 13942 | * testsuite/weak_plt.sh: New test. |
| 13943 | * testsuite/weak_plt_main.cc: New test. |
| 13944 | * testsuite/weak_plt_shared.cc: New test. |
| 13945 | * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh. |
| 13946 | (check_PROGRAMS): Add weak_plt. |
| 13947 | (check_DATA): Add weak_plt_shared.so. |
| 13948 | (weak_plt_main_pic.o, weak_plt): New targets. |
| 13949 | (weak_plt_shared_pic.o, weak_plt_shared.so): New targets. |
| 13950 | * testsuite/Makefile.in: Rebuild. |
| 13951 | |
| 13952 | * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon |
| 13953 | gcctestdir/ld. |
| 13954 | (weak_alias_test_2.so, weak_alias_test_4.so): Likewise. |
| 13955 | * testsuite/Makefile.in: Rebuild. |
| 13956 | |
| 13957 | 2008-08-04 Alan Modra <amodra@bigpond.net.au> |
| 13958 | |
| 13959 | * Makefile.am (POTFILES.in): Set LC_ALL=C. |
| 13960 | * Makefile.in: Regenerate. |
| 13961 | * po/POTFILES.in: Regenerate. |
| 13962 | |
| 13963 | 2008-07-29 Ian Lance Taylor <iant@google.com> |
| 13964 | |
| 13965 | * script.cc (Script_options::finalize_symbols): Finalize SECTIONS |
| 13966 | symbols before other symbols. |
| 13967 | * testsuite/script_test_2.cc (test_addr): Declare. |
| 13968 | (test_addr_alias): Declare. |
| 13969 | (main): Check that test_addr and test_addr_alias have the right |
| 13970 | values. |
| 13971 | * testsuite/script_test_2.t: Define test_addr_alias and |
| 13972 | test_addr. |
| 13973 | |
| 13974 | 2008-07-24 Ian Lance Taylor <iant@google.com> |
| 13975 | |
| 13976 | PR 5990 |
| 13977 | * descriptors.cc: New file. |
| 13978 | * descriptors.h: New file. |
| 13979 | * gold-threads.h (class Hold_optional_lock): New class. |
| 13980 | * fileread.cc: Include "descriptors.h". |
| 13981 | (File_read::~File_read): Release descriptor rather than closing |
| 13982 | it. |
| 13983 | (File_read::open) [file]: Call open_descriptor rather than open. |
| 13984 | Set is_descriptor_opened_. |
| 13985 | (File_read::open) [memory]: Assert that descriptor is not open. |
| 13986 | (File_read::reopen_descriptor): New function. |
| 13987 | (File_read::release): Release descriptor. |
| 13988 | (File_read::do_read): Make non-const. Reopen descriptor. |
| 13989 | (File_read::read): Make non-const. |
| 13990 | (File_read::make_view): Reopen descriptor. |
| 13991 | (File_read::do_readv): Likewise. |
| 13992 | * fileread.h (class File_read): Add is_descriptor_opened_ field. |
| 13993 | Update declarations. |
| 13994 | * layout.cc: Include "descriptors.h". |
| 13995 | (Layout::create_build_id): Use open_descriptor rather than open. |
| 13996 | * output.cc: Include "descriptors.h". |
| 13997 | (Output_file::open): Use open_descriptor rather than open. |
| 13998 | * archive.cc (Archive::const_iterator): Change Archive to be |
| 13999 | non-const. |
| 14000 | (Archive::begin, Archive::end): Make non-const. |
| 14001 | (Archive::count_members): Likewise. |
| 14002 | * archive.h (class Archive): Update declarations. |
| 14003 | * object.h (Object::read): Make non-const. |
| 14004 | * Makefile.am (CCFILES): Add descriptors.cc. |
| 14005 | (HFILES): Add descriptors.h. |
| 14006 | * Makefile.in: Rebuild. |
| 14007 | |
| 14008 | PR 6716 |
| 14009 | * gold.h: Always include <clocale>. Add Solaris workarounds |
| 14010 | following code in binutils/sysdep.h. |
| 14011 | |
| 14012 | PR 6048 |
| 14013 | * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether |
| 14014 | this->eh_frame_hdr_ is NULL before using it. |
| 14015 | |
| 14016 | * dynobj.cc (Versions::Versions): Update comment. |
| 14017 | |
| 14018 | * dynobj.cc (Versions::Versions): If there is an soname, use it as |
| 14019 | the base version name. |
| 14020 | |
| 14021 | * stringpool.cc (Stringpool_template::add_with_length): Set key to |
| 14022 | array size plus one. |
| 14023 | (Stringpool_template::set_string_offsets): Subtract one from key |
| 14024 | before using it as an array index. |
| 14025 | (Stringpool_template::get_offset_with_length): Likewise. |
| 14026 | (Stringpool_template::write_to_buffer): Likewise. |
| 14027 | * stringpool.h (Stringpool_template::get_offset_from_key): |
| 14028 | Likewise. |
| 14029 | |
| 14030 | 2008-07-23 Ian Lance Taylor <iant@google.com> |
| 14031 | |
| 14032 | PR 6658 |
| 14033 | * object.h (Merged_symbol_value::value): Do our best to handle a |
| 14034 | negative addend. |
| 14035 | |
| 14036 | PR 6647 |
| 14037 | * script.cc (Version_script_info::get_versions): Don't add empty |
| 14038 | version tag to return value. |
| 14039 | (Version_script_info::get_symbol_version_helper): Change return |
| 14040 | type to bool. Add pversion parameter. Change all callers. |
| 14041 | (script_register_vers_node): Don't require a non-NULL tag. |
| 14042 | * script.h (class Version_script_info): Update declarations. |
| 14043 | (Version_script_info::get_symbol_version): Change return type to |
| 14044 | bool. Add version parameter. Change all callers. |
| 14045 | * symtab.cc (Sized_symbol::add_from_relobj): Rework version |
| 14046 | handling. Handle an empty version from a version script. |
| 14047 | (Symbol_table::define_special_symbol): Likewise. |
| 14048 | * testsuite/ver_test_10.script: New file. |
| 14049 | * testsuite/ver_test_10.sh: New file. |
| 14050 | * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh. |
| 14051 | (check_DATA): Add ver_test_10.syms. |
| 14052 | (ver_test_10.syms, ver_test_10.so): New target. |
| 14053 | * testsuite/Makefile.in: Rebuild. |
| 14054 | |
| 14055 | 2008-07-23 Simon Baldwin <simonb@google.com> |
| 14056 | |
| 14057 | * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size |
| 14058 | to zero for undefined symbols from dynamic libraries. |
| 14059 | |
| 14060 | 2008-07-23 Ian Lance Taylor <iant@google.com> |
| 14061 | |
| 14062 | * symtab.cc (Symbol_table::resolve): Remove version parameter. |
| 14063 | Change all callers. |
| 14064 | * symtab.h (class Symbol_table): Update declaration. |
| 14065 | * testsuite/ver_test_9.cc: New file. |
| 14066 | * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9. |
| 14067 | (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define. |
| 14068 | (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define. |
| 14069 | (ver_test_9.so, ver_test_9.o): New targets. |
| 14070 | * testsuite/Makefile.in: Rebuild. |
| 14071 | |
| 14072 | 2008-07-22 Ian Lance Taylor <iant@google.com> |
| 14073 | |
| 14074 | * options.h (class General_options): Define --check-sections. |
| 14075 | * layout.cc (Layout::set_segment_offsets): Handle |
| 14076 | --check-sections. |
| 14077 | |
| 14078 | * options.h (class General_options): Define -n/--nmagic and |
| 14079 | -N/--omagic. |
| 14080 | * options.cc (General_options::finalize): For -n/--nmagic or |
| 14081 | -N/--omagic, set -static. |
| 14082 | * layout.cc (Layout::attach_allocated_section_to_segment): If |
| 14083 | -N/--omagic, don't put read-only and read-write sections in |
| 14084 | different segments. |
| 14085 | (Layout::find_first_load_seg): If -N/--omagic, don't insist on |
| 14086 | finding a read-only segment. |
| 14087 | (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic, |
| 14088 | don't set the minimum segment alignment to the common page size, |
| 14089 | and don't set the file offset to the address modulo the page size. |
| 14090 | * script-sections.cc (Script_sections::create_segments): If |
| 14091 | -n/--omagic, don't put read-only and read-write sections in |
| 14092 | different segments. |
| 14093 | |
| 14094 | * cref.cc: New file. |
| 14095 | * cref.h: New file. |
| 14096 | * options.h (class General_options): Add --print-symbol-counts. |
| 14097 | * main.cc (main): Issue defined symbol report if requested. |
| 14098 | * archive.cc (Archive::interpret_header): Make into a const member |
| 14099 | function. |
| 14100 | (Archive::add_symbols): Call Input_objects::archive_start and |
| 14101 | archive_stop. |
| 14102 | (Archive::const_iterator): Define new class. |
| 14103 | (Archive::begin, Archive::end): New functions. |
| 14104 | (Archive::include_all_members): Rewrite to use iterator. |
| 14105 | (Archive::count_members): New function. |
| 14106 | * archive.h (class Archive): Update declarations. |
| 14107 | (Archive::filename): New function. |
| 14108 | * object.cc: Include "cref.h". |
| 14109 | (Sized_relobj::Sized_relobj): Initialize defined_count_. |
| 14110 | (Sized_relobj::do_get_global_symbol_counts): New function. |
| 14111 | (Input_objects::add_object): Add object to cross-referencer. |
| 14112 | (Input_objects::archive_start): New function. |
| 14113 | (Input_objects::archive_stop): New function. |
| 14114 | (Input_objects::print_symbol_counts): New function. |
| 14115 | * object.h: Declare Cref and Archive. |
| 14116 | (Object::get_global_symbol_counts): New function. |
| 14117 | (Object::do_get_global_symbol_counts): New pure virtual function. |
| 14118 | (class Sized_relobj): Add defined_count_ field. Update |
| 14119 | declarations. |
| 14120 | (class Input_objects): Add cref_ field. Update constructor. |
| 14121 | Update declarations. |
| 14122 | * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and |
| 14123 | defined_count_. |
| 14124 | (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing |
| 14125 | symbol counts. |
| 14126 | (Sized_dynobj::do_get_global_symbol_counts): New function. |
| 14127 | * dynobj.h (class Sized_dynobj): Add fields symbols_ and |
| 14128 | defined_count_. Update declarations. Define Symbols typedef. |
| 14129 | * symtab.cc (Symbol_table::add_from_relobj): Add defined |
| 14130 | parameter. Change all callers. |
| 14131 | (Symbol_table::add_from_dynobj): Add sympointers and defined |
| 14132 | parameters. Change all callers. |
| 14133 | * symtab.h (class Symbol_table): Update declarations. |
| 14134 | * Makefile.am (CCFILES): Add cref.cc. |
| 14135 | (HFILES): Add cref.h. |
| 14136 | * Makefile.in: Rebuild. |
| 14137 | |
| 14138 | 2008-07-22 Simon Baldwin <simonb@google.com> |
| 14139 | |
| 14140 | * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size |
| 14141 | to zero when writing undefined symbols. |
| 14142 | |
| 14143 | 2008-07-22 Ian Lance Taylor <iant@google.com> |
| 14144 | |
| 14145 | * output.cc (Output_section::add_input_section): Don't try to |
| 14146 | merge empty merge sections. |
| 14147 | |
| 14148 | 2008-07-21 Craig Silverstein <csilvers@google.com> |
| 14149 | |
| 14150 | * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol): |
| 14151 | Include symbol version in error message. |
| 14152 | |
| 14153 | 2008-07-20 Chris Demetriou <cgd@google.com> |
| 14154 | |
| 14155 | * configure.ac (gold_cv_c_random_seed): New configured variable. |
| 14156 | (RANDOM_SEED_CFLAGS): New substituted variable. |
| 14157 | * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS). |
| 14158 | * configure: Rebuild. |
| 14159 | * Makefile.in: Likewise. |
| 14160 | * testsuite/Makefile.in: Likewise. |
| 14161 | |
| 14162 | 2008-07-18 Ian Lance Taylor <iant@google.com> |
| 14163 | |
| 14164 | * symtab.cc (Symbol_table::add_from_object): Rewrite the case |
| 14165 | where we see NAME/NULL and NAME/VERSION as separate symbols. |
| 14166 | * testsuite/ver_test_main.cc (main): Call t4. |
| 14167 | (t4, t4_2a): Define. |
| 14168 | * testsuite/ver_test_2.cc (t4_2): Define. |
| 14169 | * testsuite/ver_test_2.script: Put t4_2a in VER2. |
| 14170 | * testsuite/ver_test_4.cc (t4_2a): Define. |
| 14171 | * testsuite/ver_test_4.script: Put t4_2a in VER2. |
| 14172 | * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare. |
| 14173 | |
| 14174 | 2008-07-17 Ian Lance Taylor <iant@google.com> |
| 14175 | |
| 14176 | * dynobj.cc (Versions::add_def): If we give an error about a |
| 14177 | missing version, go ahead and create the version anyhow. |
| 14178 | |
| 14179 | 2008-07-10 Ian Lance Taylor <iant@google.com> |
| 14180 | |
| 14181 | Handle output sections with more than 0x7fffffff bytes. |
| 14182 | * object.h (class Relobj): Change map_to_output_ to |
| 14183 | output_sections_, and just keep a section pointer. Change all |
| 14184 | uses. Move comdat group support to Sized_relobj. |
| 14185 | (Relobj::is_section_specially_mapped): Remove. |
| 14186 | (Relobj::output_section): Remove poff parameter. Change all |
| 14187 | callers. |
| 14188 | (Relobj::output_section_offset): New function. |
| 14189 | (Relobj::set_section_offset): Rewrite. |
| 14190 | (Relobj::map_to_output): Remove. |
| 14191 | (Relobj::output_sections): New function. |
| 14192 | (Relobj::do_output_section_offset): New pure virtual function. |
| 14193 | (Relobj::do_set_section_offset): Likewise. |
| 14194 | (class Sized_relobj): Add section_offsets_ field. Add comdat |
| 14195 | group support from Relobj. Update declarations. |
| 14196 | (Sized_relobj::get_output_section_offset): New function. |
| 14197 | (Sized_relobj::do_output_section_offset): New function. |
| 14198 | (Sized_relobj::do_set_section_offset): New function. |
| 14199 | * object.cc (Relobj::output_section_address): Remove. |
| 14200 | (Sized_relobj::Sized_relobj): Initialize new fields. |
| 14201 | (Sized_relobj::include_section_group): Cast find_kept_object to |
| 14202 | Sized_relobj. |
| 14203 | (Sized_relobj::include_linkonce_section): Likewise. |
| 14204 | (Sized_relobj::do_layout): Use separate arrays for output section |
| 14205 | and output offset. |
| 14206 | (Sized_relobj::do_count_local_symbols): Change map_to_output to |
| 14207 | output_sections. |
| 14208 | (Sized_relobj::do_finalize_local_symbols): Change map_to_output to |
| 14209 | output_sections and section_offsets. |
| 14210 | (Sized_relobj::write_local_symbols): Likewise. |
| 14211 | (map_to_kept_section): Compute output address directly. |
| 14212 | * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to |
| 14213 | output_sections and section_offsets. |
| 14214 | (Sized_relobj::write_sections): Likewise. |
| 14215 | (Sized_relobj::relocate_sections): Likewise. |
| 14216 | * symtab.cc (sized_finalize_symbol): Use output_section_offset. |
| 14217 | * output.h (class Output_reloc): Update declarations. Change |
| 14218 | u2_.relobj to Sized_relobj*. |
| 14219 | (class Output_data_reloc): Change add functions to use |
| 14220 | Sized_relobj*. |
| 14221 | * output.cc (Output_reloc::Output_reloc): Change relobj to |
| 14222 | Sized_relobj*. |
| 14223 | (Output_reloc::local_section_offset): Change return type to |
| 14224 | Elf_Addr. Use get_output_section_offset. |
| 14225 | (Output_reloc::get_address): Likewise. |
| 14226 | (Output_section::is_input_address_mapped): Don't call |
| 14227 | is_section_specially_mapped. |
| 14228 | (Output_section::output_offset): Likewise. |
| 14229 | (Output_section::output_address): Likewise. |
| 14230 | (Output_section::starting_output_address): Likewise. |
| 14231 | * copy-relocs.cc (Copy_relocs::copy_reloc): Change object |
| 14232 | parameter to Sized_relobj*. |
| 14233 | (Copy_relocs::need_copy_reloc): Likewise. |
| 14234 | (Copy_relocs::save): Likewise. |
| 14235 | * copy-relocs.h (class Copy_relocs): Update declarations. |
| 14236 | (class Copy_relocs::Copy_reloc_entry): Change constructor to use |
| 14237 | Sized_relobj*. Change relobj_ field to Sized_relobj*. |
| 14238 | * target-reloc.h (relocate_for_relocatable): Change |
| 14239 | offset_in_output_section type to Elf_Addr. Change code that uses |
| 14240 | it as well. |
| 14241 | * layout.cc (Layout::layout): Always set *off. |
| 14242 | * mapfile.cc (Mapfile::print_input_section): Use |
| 14243 | output_section_offset. |
| 14244 | * i386.cc (Target_i386::copy_reloc): Change object parameter to |
| 14245 | Sized_relobj*. |
| 14246 | * powerpc.cc (Target_powerpc::copy_reloc): Likewise. |
| 14247 | * sparc.cc (Target_sparc::copy_reloc): Likewise. |
| 14248 | * x86_64.cc (Target_x86_64::copy_reloc): Likewise. |
| 14249 | |
| 14250 | 2008-07-03 Ian Lance Taylor <iant@google.com> |
| 14251 | |
| 14252 | * layout.cc (Layout::include_section): Do not discard unrecognized |
| 14253 | SHT_STRTAB sections. |
| 14254 | |
| 14255 | 2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu> |
| 14256 | |
| 14257 | * script.cc (Lex::can_continue_name): Make '?' allowable in |
| 14258 | version-script names. |
| 14259 | * testsuite/version_script.map: Change glob pattern to use '?' |
| 14260 | |
| 14261 | 2008-06-30 Manish Singh <yosh@gimp.org> |
| 14262 | |
| 14263 | PR 6585 |
| 14264 | * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line): |
| 14265 | Correct typo. |
| 14266 | |
| 14267 | 2008-06-30 Ian Lance Taylor <iant@google.com> |
| 14268 | |
| 14269 | PR 6660 |
| 14270 | PR 6682 |
| 14271 | * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both |
| 14272 | versions]: Don't try to read the value in the contents, since we |
| 14273 | don't use it. Use the template endianness when writing. |
| 14274 | |
| 14275 | 2008-06-25 Cary Coutant <ccoutant@google.com> |
| 14276 | |
| 14277 | * fileread.cc (File_read::make_view): Assert on zero-length view. |
| 14278 | * object.cc (Sized_relobj::do_read_symbols): Don't try to read |
| 14279 | symbol table when there are no symbols to read. |
| 14280 | |
| 14281 | 2008-06-23 Craig Silverstein <csilvers@google.com> |
| 14282 | |
| 14283 | * version.cc (version_string): Bump to 1.7 |
| 14284 | |
| 14285 | 2008-06-18 Craig Silverstein <csilvers@google.com> |
| 14286 | |
| 14287 | * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast |
| 14288 | constant 0xFFFF to type Valtype. |
| 14289 | (Powerpc_relocate_functions::rel16_ha): Likewise. |
| 14290 | |
| 14291 | 2008-06-17 Ian Lance Taylor <iant@google.com> |
| 14292 | |
| 14293 | * output.h (Output_section::Input_section): Initialize p2align_ to |
| 14294 | zero for Output_section_data constructors. |
| 14295 | (Output_section::Input_section::addralign): If not an input |
| 14296 | section, return the alignment of the Output_section_data. |
| 14297 | * testsuite/copy_test.cc: New file. |
| 14298 | * testsuite/copy_test_1.cc: New file. |
| 14299 | * testsuite/copy_test_2.cc: New file. |
| 14300 | * testsuite/Makefile.am (check_PROGRAMS): Add copy_test. |
| 14301 | (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables. |
| 14302 | (copy_test_LDFLAGS, copy_test_LDADD): New variables. |
| 14303 | (copy_test_1_pic.o, copy_test_1.so): New targets. |
| 14304 | (copy_test_2_pic.o, copy_test_2.so): New targets. |
| 14305 | * testsuite/Makefile.in: Rebuild. |
| 14306 | |
| 14307 | * script-sections.cc (Script_sections::place_orphan): Initialize |
| 14308 | local variable exact. |
| 14309 | |
| 14310 | 2008-06-13 David Edelsohn <edelsohn@gnu.org> |
| 14311 | |
| 14312 | * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC. |
| 14313 | |
| 14314 | 2008-06-12 David Edelsohn <edelsohn@gnu.org> |
| 14315 | David S. Miller <davem@davemloft.net> |
| 14316 | |
| 14317 | * powerpc.cc: New file. |
| 14318 | * Makefile.am (TARGETSOURCES): Add powerpc.cc |
| 14319 | (ALL_TARGETOBJS): Add powerpc.$(OBJEXT) |
| 14320 | * configure.tgt: Add entries for powerpc-* and powerpc64-*. |
| 14321 | * Makefile.in: Rebuild. |
| 14322 | |
| 14323 | 2008-06-09 Ian Lance Taylor <iant@google.com> |
| 14324 | |
| 14325 | * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and |
| 14326 | <exception>. |
| 14327 | (throwing, orig_terminate): New static variables. |
| 14328 | (terminate_handler): New static function. |
| 14329 | (t2): Set terminate handler. |
| 14330 | |
| 14331 | 2008-06-05 Kris Van Hees <kris.van.hees@oracle.com> |
| 14332 | |
| 14333 | PR 6584 |
| 14334 | * binary.cc (Binary_to_elf::sized_convert): Fix .data |
| 14335 | alignment. |
| 14336 | |
| 14337 | 2008-05-30 Cary Coutant <ccoutant@google.com> |
| 14338 | |
| 14339 | * archive.cc (Archive::include_all_members) Correct to step |
| 14340 | over symbol table and extended name table in thin archives. |
| 14341 | |
| 14342 | 2008-05-29 Kris Van Hees <kris.van.hees@oracle.com> |
| 14343 | |
| 14344 | PR 6407 |
| 14345 | * target-reloc.h (relocate_for_relocatable): Fix new_offset |
| 14346 | calculation. |
| 14347 | |
| 14348 | 2008-05-28 Caleb Howe <cshowe@google.com> |
| 14349 | |
| 14350 | * reduced_debug_output.cc: New file. |
| 14351 | * reduced_debug_output.h: New file. |
| 14352 | * options.h (class General_options): Add --strip-debug-non-line. |
| 14353 | * options.cc (General_options::finalize): Add strip_debug_non_line |
| 14354 | to the strip heirarchy. |
| 14355 | * layout.h (class Layout): Add debug_abbrev_ and debug_info_ |
| 14356 | fields. |
| 14357 | * layout.cc: Include "reduced_debug_output.h". |
| 14358 | (Layout::Layout): Initialize new fields. |
| 14359 | (line_only_debug_sections): New static array. |
| 14360 | (is_lines_only_debug_sections): New static inline function. |
| 14361 | (Layout::include_section): Handle --strip-debug-non-line. |
| 14362 | (Layout::make_output_section): If --strip-debug-non-line, build |
| 14363 | new output sections for .debug_abbrev and .debug_info. |
| 14364 | * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace |
| 14365 | gold. Warn about possible overflow. |
| 14366 | (read_signed_LEB_128): Likewise. |
| 14367 | * dwarf_reader.h: (read_unsigned_LEB_128): Declare. |
| 14368 | (read_signed_LEB_128): Declare. |
| 14369 | * Makefile.am (CCFILES): Add reduced_debug_output.cc. |
| 14370 | (HFILES): Add reduced_debug_output.h. |
| 14371 | * Makefile.in: Rebuild. |
| 14372 | |
| 14373 | 2008-05-21 Ian Lance Taylor <iant@google.com> |
| 14374 | |
| 14375 | * mapfile.cc: New file. |
| 14376 | * mapfile.h: New file. |
| 14377 | * options.h (class General_options): Add -M/--print-map and -Map. |
| 14378 | * options.cc (General_options::finalize): Make -M equivalent to |
| 14379 | -Map -. |
| 14380 | * main.cc: Include <cstdio> and "mapfile.h". |
| 14381 | (main): Open mapfile if requested. |
| 14382 | * gold.cc (class Middle_runner): Add mapfile_ field. Update |
| 14383 | constructor. Change caller. |
| 14384 | (queue_initial_tasks): Add mapfile parameter. Change caller. |
| 14385 | (queue_middle_tasks): Likewise. |
| 14386 | * gold.h (queue_initial_tasks, queue_middle_tasks): Update |
| 14387 | declarations. |
| 14388 | * archive.cc: Include "mapfile.h". |
| 14389 | (Archive::add_symbols): Add mapfile parameter. Change all |
| 14390 | callers. Pass mapfile, symbol, and reason to include_member. |
| 14391 | (Archive::include_all_members): Add mapfile parameter. Change all |
| 14392 | callers. |
| 14393 | (Archive::include_member): Add mapfile, sym, and why parameters. |
| 14394 | Change all callers. Report inclusion to map file. |
| 14395 | * archive.h: Include "fileread.h". |
| 14396 | (class Archive): Update declarations. |
| 14397 | (Archive::file): New const method. |
| 14398 | (class Add_archive_symbols): Add mapfile_ field. Update |
| 14399 | constructor. Change all callers. |
| 14400 | * readsyms.h (class Read_symbols): Likewise. |
| 14401 | (class Finish_group): Likewise. |
| 14402 | (class Read_script): Likewise. |
| 14403 | * common.cc: Include "mapfile.h". |
| 14404 | (Symbol_table::allocate_commons): Add mapfile parameter. Change |
| 14405 | all callers. |
| 14406 | (Symbol_table::do_allocate_commons): Likewise. |
| 14407 | (Symbol_table::do_allocate_commons_list): Likewise. Report common |
| 14408 | symbol allocation to mapfile. |
| 14409 | * common.h (class Allocate_commons_task): Add mapfile_ field. |
| 14410 | Update constructor. Change all callers. |
| 14411 | * symtab.h (class Symbol_table): Update declarations. |
| 14412 | * layout.cc: Include "mapfile.h". |
| 14413 | (Layout_task_runner::run): Print information to mapfile. |
| 14414 | (Layout::create_gold_note): Change Output_data_fixed_space to |
| 14415 | Output_data_zero_fill. |
| 14416 | (Layout::create_build_id): Likewise. |
| 14417 | (Layout::print_to_mapfile): New function. |
| 14418 | * layout.h (class Layout_task_runner): Add mapfile_ field. Update |
| 14419 | constructor. Change caller. |
| 14420 | (class Layout): Declare print_to_mapfile. |
| 14421 | * output.cc (Output_section::Input_section::print_to_mapfile): New |
| 14422 | function. |
| 14423 | (Output_section::add_input_section): If producing a map, always |
| 14424 | add to input_sections_ list. |
| 14425 | (Output_section::do_print_to_mapfile): New function. |
| 14426 | (Output_segment::print_sections_to_mapfile): New function. |
| 14427 | (Output_segment::print_section_list_to_mapfile): New function. |
| 14428 | * output.h: Include "mapfile.h". |
| 14429 | (Output_data::print_to_mapfile): New function. |
| 14430 | (Output_data::do_print_to_mapfile): New virtual function. |
| 14431 | (Output_segment_headers::do_print_to_mapfile): New function. |
| 14432 | (Output_file_header::do_print_to_mapfile): New function. |
| 14433 | (Output_data_const::do_print_to_mapfile): New function. |
| 14434 | (class Output_data_const_buffer): Add map_name_ field. Update |
| 14435 | constructor. Change all callers. Add do_print_to_mapfile |
| 14436 | function. |
| 14437 | (class Output_data_fixed_space): Likewise. |
| 14438 | (class Output_data_space): Likewise. |
| 14439 | (class Output_data_zero_fill): New class. |
| 14440 | (Output_data_strtab::do_print_to_mapfile): New function. |
| 14441 | (Output_data_reloc_base::do_print_to_mapfile): New function. |
| 14442 | (Output_relocatable_relocs::do_print_to_mapfile): New function. |
| 14443 | (Output_data_group::do_print_to_mapfile): New function. |
| 14444 | (Output_data_got::do_print_to_mapfile): New function. |
| 14445 | (Output_data_dynamic::do_print_to_mapfile): New function. |
| 14446 | (Output_symtab_xindex::do_print_to_mapfile): New function. |
| 14447 | (class Output_section): Declare do_print_to_mapflie. Declare |
| 14448 | print_to_mapfile in Input_section. |
| 14449 | (class Output_segment): Declare new functions. |
| 14450 | * object.h (Sized_relobj::symbol_count): New function. |
| 14451 | * script-sections.cc |
| 14452 | (Output_section_element_dot_assignment::set_section_addresses): |
| 14453 | Change Output_data_fixed_space to Output_data_zero_fill. |
| 14454 | (Output_data_expression::do_print_to_mapfile): New function. |
| 14455 | * script.cc (read_input_script): Add mapfile parameter. Change |
| 14456 | all callers. |
| 14457 | * script.h (read_input_script): Update declaration. |
| 14458 | * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function. |
| 14459 | (Eh_frame::do_print_to_mapfile): New function. |
| 14460 | * merge.h (Output_merge_data::do_print_to_mapfile): New function. |
| 14461 | (Output_merge_string::do_print_to_mapfile): New function. |
| 14462 | * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New |
| 14463 | function. |
| 14464 | * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New |
| 14465 | function. |
| 14466 | * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New |
| 14467 | function. |
| 14468 | * Makefile.am (CCFILES): Add mapfile.cc. |
| 14469 | (HFILES): Add mapfile.h. |
| 14470 | * Makefile.in: Rebuild. |
| 14471 | |
| 14472 | 2008-05-19 Ian Lance Taylor <iant@google.com> |
| 14473 | |
| 14474 | * options.h (class General_options): Add -z relro. |
| 14475 | * layout.cc (Layout::Layout): Initialize relro_segment_. |
| 14476 | (Layout::add_output_section_data): Return the output section. |
| 14477 | (Layout::make_output_section): Rcognize relro sections and mark |
| 14478 | them appropriately. |
| 14479 | (Layout::attach_allocated_section_to_segment): Put relro sections |
| 14480 | in a PT_GNU_RELRO segment. |
| 14481 | (Layout::create_initial_dynamic_sections): Mark the .dynamic |
| 14482 | section as relro. |
| 14483 | (Layout::segment_precedes): Sort PT_GNU_RELRO segments after |
| 14484 | PT_TLS segments. |
| 14485 | (Layout::linkonce_mapping): Map d.rel.ro.local to |
| 14486 | .data.rel.ro.local. |
| 14487 | (Layout::output_section_name): Us .data.rel.ro.local for any |
| 14488 | section which begins with that. |
| 14489 | * layout.h (class Layout): Update add_output_section_data |
| 14490 | declaration. Add relro_segment_ field. |
| 14491 | * output.cc (Output_section::Output_section): Initialize is_relro_ |
| 14492 | and is_relro_local_ fields. |
| 14493 | (Output_segment::add_output_section): Group relro sections. |
| 14494 | (Output_segment::is_first_section_relro): New function. |
| 14495 | (Output_segment::maximum_alignment): If there is a relro section, |
| 14496 | align the segment to the common page size. |
| 14497 | (Output_segment::set_section_addresses): Track whether we are |
| 14498 | looking at relro sections. If the last section is a relro |
| 14499 | section, align to the common page size. |
| 14500 | (Output_segment::set_section_list_addresses): Add in_relro |
| 14501 | parameter. Change all callers. Align to the page size when |
| 14502 | moving from relro to non-relro section. |
| 14503 | (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO |
| 14504 | segment. |
| 14505 | * output.h (class Output_section): Add is_relro_ and |
| 14506 | is_relro_local_ fields. |
| 14507 | (Output_section::is_relro): New function. |
| 14508 | (Output_section::set_is_relro): New function. |
| 14509 | (Output_section::is_relro_local): New function. |
| 14510 | (Output_section::set_is_relro_local): New function. |
| 14511 | (class Output_segment): Update declarations. |
| 14512 | * i386.cc (Target_i386::got_section): Mark .got section as relro. |
| 14513 | * sparc.cc (Target_sparc::got_section): Likewise. |
| 14514 | * x86_64.cc (Target_x86_64::got_section): Likewise. |
| 14515 | * testsuite/relro_test_main.cc: New file. |
| 14516 | * testsuite/relro_test.cc: New file. |
| 14517 | * testsuite/Makefile.am (check_PROGRAMS): Add relro_test. |
| 14518 | (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables. |
| 14519 | (relro_test_LDFLAGS, relro_test_LDADD): New variables. |
| 14520 | (relro_test.so, relro_test_pic.o): New targets. |
| 14521 | * testsuite/Makefile.in: Rebuild. |
| 14522 | |
| 14523 | 2008-05-16 Ian Lance Taylor <iant@google.com> |
| 14524 | |
| 14525 | * output.cc (Output_segment::add_output_section): Remove front |
| 14526 | parameter. |
| 14527 | * output.h (class Output_segment): Remove |
| 14528 | add_initial_output_section and overloaded add_output_section. |
| 14529 | Update declaration of remaining add_output_section. |
| 14530 | * layout.cc (Layout::create_interp): Call add_output_section |
| 14531 | rather than add_initial_output_section. |
| 14532 | (Layout::finish_dynamic_section): Likewise. |
| 14533 | |
| 14534 | * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type |
| 14535 | for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we |
| 14536 | know the dynamic type. |
| 14537 | * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_ |
| 14538 | field. Initialize it in constructor. |
| 14539 | (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS |
| 14540 | block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD. |
| 14541 | Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block |
| 14542 | reloc. |
| 14543 | |
| 14544 | * output.cc (Output_reloc::get_address): Change return type to |
| 14545 | Elf_Addr. |
| 14546 | * output.h (class Output_reloc): Update get_address declaration. |
| 14547 | * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types |
| 14548 | for section addresses. |
| 14549 | |
| 14550 | 2008-05-09 Ian Lance Taylor <iant@google.com> |
| 14551 | |
| 14552 | PR 6493 |
| 14553 | * gold.cc (gold_nomem): Use return value of write. |
| 14554 | |
| 14555 | 2008-05-08 Ian Lance Taylor <iant@google.com> |
| 14556 | |
| 14557 | * symtab.c (Symbol::init_base_output_data): Add version |
| 14558 | parameter. Change all callers. |
| 14559 | (Symbol::init_base_output_segment): Likewise. |
| 14560 | (Symbol::init_base_constant): Likewise. |
| 14561 | (Symbol::init_base_undefined): Likewise. |
| 14562 | (Sized_symbol::init_output_data): Likewise. |
| 14563 | (Sized_symbol::init_output_segment): Likewise. |
| 14564 | (Sized_symbol::init_constant): Likewise. |
| 14565 | (Sized_symbol::init_undefined): Likewise. |
| 14566 | (Symbol_table::do_define_in_output_data): If the new symbol has a |
| 14567 | version, mark it as the default. |
| 14568 | (Symbol_table::do_define_in_output_segment): Likewise. |
| 14569 | (Symbol_table::do_define_as_constant): Likewise. |
| 14570 | * symtab.h (class Symbol): Update declarations. |
| 14571 | (class Sized_symbol): Likewise. |
| 14572 | * resolve.cc (Symbol::override_version): New function. |
| 14573 | (Symbol::override_base): Call override_version. |
| 14574 | (Symbol::override_base_with_special): Likewise. |
| 14575 | * testsuite/ver_script_8.script: New file. |
| 14576 | * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8. |
| 14577 | (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define. |
| 14578 | (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define. |
| 14579 | (ver_test_8_1.so, ver_test_8_2.so): New targets. |
| 14580 | |
| 14581 | 2008-05-06 Ian Lance Taylor <iant@google.com> |
| 14582 | |
| 14583 | PR 6049 |
| 14584 | * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end |
| 14585 | functions. |
| 14586 | (class General_options): Remove existing --undefined, and add |
| 14587 | --no-undefined instead. Add new --undefined as synonym for -u. |
| 14588 | * archive.cc (Archive::add_symbols): Check whether symbol was |
| 14589 | named with -u. |
| 14590 | * gold.cc (queue_middle_tasks): Add -u symbols to symbol table. |
| 14591 | * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change |
| 14592 | all uses. Add IS_UNDEFINED. Update declarations to split |
| 14593 | different versions of init_base. Declare init_base_undefined. |
| 14594 | (Symbol::is_defined): Handle IS_UNDEFINED. |
| 14595 | (Symbol::is_undefined): Likewise. |
| 14596 | (Symbol::is_weak_undefined): Call is_undefined. |
| 14597 | (Symbol::is_absolute): Handle IS_CONSTANT. |
| 14598 | (class Sized_symbol): Update declarations to split different |
| 14599 | versions of init. Declare init_undefined. |
| 14600 | (class Symbol_table): Declare new functions. |
| 14601 | * symtab.cc (Symbol::init_base_object): Rename from init_base. |
| 14602 | Change all callers. |
| 14603 | (Symbol::init_base_output_data): Likewise. |
| 14604 | (Symbol::init_base_output_segment): Likewise. |
| 14605 | (Symbol::init_base_constant): Likewise. |
| 14606 | (Symbol::init_base_undefined): New function. |
| 14607 | (Sized_symbol::init_object): Rename from init. Change all |
| 14608 | callers. |
| 14609 | (Sized_symbol::init_output_data): Likewise. |
| 14610 | (Sized_symbol::init_output_segment): Likewise. |
| 14611 | (Sized_symbol::init_constant): Likewise. |
| 14612 | (Sized_symbol::init_undefined): New function. |
| 14613 | (Symbol_table::add_undefined_symbols_from_command_line): New |
| 14614 | function. |
| 14615 | (Symbol_table::do_add_undefined_symbols_from_command_line): New |
| 14616 | function. |
| 14617 | (Symbol::final_value_is_known): Handle IS_UNDEFINED. |
| 14618 | (Symbol::output_section): Likewise. |
| 14619 | (Symbol::set_output_section): Likewise. |
| 14620 | (Symbol_table::sized_finalize_symbol): Likewise. |
| 14621 | (Symbol_table::sized_write_globals): Likewise. |
| 14622 | * resolve.cc (Symbol_table::should_override): Likewise. |
| 14623 | (Symbol::override_base_with_special): Likewise. |
| 14624 | |
| 14625 | * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected |
| 14626 | symbol, change it to have default visibility. |
| 14627 | * testsuite/protected_1.cc: New file. |
| 14628 | * testsuite/protected_2.cc: New file. |
| 14629 | * testsuite/protected_3.cc: New file. |
| 14630 | * testsuite/protected_main_1.cc: New file. |
| 14631 | * testsuite/protected_main_2.cc: New file. |
| 14632 | * testsuite/protected_main_3.cc: New file. |
| 14633 | * testsuite/Makefile.am (check_PROGRAMS): Add protected_1. |
| 14634 | (protected_1_SOURCES, protected_1_DEPENDENCIES): Define. |
| 14635 | (protected_1_LDFLAGS, protected_1_LDADD): Define. |
| 14636 | (protected_1.so): New target. |
| 14637 | (protected_1_pic.o, protected_2_pic.o): New targets. |
| 14638 | (protected_3_pic.o): New target. |
| 14639 | (check_PROGRAMS): Add protected_2. |
| 14640 | (protected_2_SOURCES, protected_2_DEPENDENCIES): Define. |
| 14641 | (protected_2_LDFLAGS, protected_2_LDADD): Define. |
| 14642 | * testsuite/Makefile.in: Rebuild. |
| 14643 | |
| 14644 | * options.h (DEFINE_var): Add set_user_set_##varname__. |
| 14645 | (DEFINE_bool_alias): New macro. |
| 14646 | (class General_options): Define -Bstatic using DEFINE_bool_alias |
| 14647 | rather than DEFINE_special. Add --undefined as an alias for -z |
| 14648 | defs. |
| 14649 | * options.cc (General_options::parse_Bstatic): Remove. |
| 14650 | |
| 14651 | * options.h (class General_options): Add --fatal-warnings. |
| 14652 | * main.cc (main): Implement --fatal-warnings. |
| 14653 | * errors.h (Errors::warning_count): New function. |
| 14654 | |
| 14655 | * options.h (class General_options): Add -Bsymbolic-functions. |
| 14656 | * symtab.h (Symbol::is_preemptible): Check for |
| 14657 | -Bsymbolic-functions. |
| 14658 | |
| 14659 | 2008-05-05 Ian Lance Taylor <iant@google.com> |
| 14660 | |
| 14661 | * options.h (DEFINE_bool): For DASH_Z, create the negative option |
| 14662 | as noVARNAME rather than no-VARNAME. |
| 14663 | (class General_options): Add option -z combreloc. |
| 14664 | * output.h (class Output_reloc) [SHT_REL]: Declare compare and |
| 14665 | get_address. |
| 14666 | (Output_reloc::sort_before) [SHT_REL]: New function. |
| 14667 | (Output_reloc::sort_before) [SHT_RELA]: New function. |
| 14668 | (class Output_data_reloc_base): Add sort_relocs_ field. Define |
| 14669 | Sort_relocs_comparison. |
| 14670 | (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs |
| 14671 | parameter. Change all callers. |
| 14672 | (Output_data_reloc::Output_data_reloc) [both versions]: Add |
| 14673 | sort_relocs parameter. Change all callers. |
| 14674 | * output.cc (Output_reloc::get_address): New function, broken out |
| 14675 | of write_rel. |
| 14676 | (Output_reloc::write_rel): Call it. |
| 14677 | (Output_reloc::compare): New function. |
| 14678 | (Output_data_reloc_base::do_write): Optionally sort relocs. |
| 14679 | |
| 14680 | * configure.ac: If targ_extra_obj is set, link it in. |
| 14681 | * configure.tgt: Initialize all variables. |
| 14682 | (x86_64*): Set targ_extra_obj and targ_extra_size. |
| 14683 | * configure: Rebuild. |
| 14684 | |
| 14685 | * object.cc (Sized_relobj::include_section_group): Adjust section |
| 14686 | indexes read from group data. Build vector to pass to |
| 14687 | layout_group. |
| 14688 | * layout.cc (Layout::layout_group): Add flags and shndxes |
| 14689 | parameters. Remove contents parameter. Change caller. Update |
| 14690 | explicit instantiations. |
| 14691 | * layout.h (class Layout): Update layout_group declaration. |
| 14692 | * output.cc (Output_data_group::Output_data_group): Add flags and |
| 14693 | input_shndxes parameters. Remove contents parameter. Change |
| 14694 | caller. |
| 14695 | (Output_data_group::do_write): Change input_sections_ to |
| 14696 | input_shndxes_. |
| 14697 | * output.h (class Output_data_group): Update constructor |
| 14698 | declaration. Rename input_sections_ to input_shndxes_. |
| 14699 | * testsuite/many_sections_test.cc: Add template. |
| 14700 | |
| 14701 | 2008-04-30 Cary Coutant <ccoutant@google.com> |
| 14702 | |
| 14703 | * target-reloc.h (relocate_section): Fix dead-pointer bug. |
| 14704 | |
| 14705 | * layout.cc (Layout::include_section): Refactored check for debug |
| 14706 | info section. |
| 14707 | (Layout::add_comdat): Add new parameters. Change type |
| 14708 | of signature parameter. Add object and shndx to signatures table. |
| 14709 | (Layout::find_kept_object): New function. |
| 14710 | * layout.h: Include <cstring>. |
| 14711 | (Layout::is_debug_info_section): New function. |
| 14712 | (Layout::add_comdat): Add new parameters. |
| 14713 | (Layout::find_kept_object): New function. |
| 14714 | (Layout::Kept_section): New struct. |
| 14715 | (Layout::Signatures): Change type of map range. |
| 14716 | * object.cc (Relobj::output_section_address): New function. |
| 14717 | (Sized_relobj::include_section_group): Add new parameters. Change |
| 14718 | calls to Layout::add_comdat. Change to build table of kept comdat |
| 14719 | groups and table mapping discarded sections to kept sections. |
| 14720 | (Sized_relobj::include_linkonce_section): Likewise. Add new parameter. |
| 14721 | (Sized_relobj::do_layout): Change calls to include_section_group and |
| 14722 | include_linkonce_section. |
| 14723 | (Sized_relobj::do_finalize_local_symbols): Do not set local symbol |
| 14724 | value to zero when section is discarded. |
| 14725 | (Sized_relobj::map_to_kept_section): New function. |
| 14726 | * object.h (Relobj::output_section_address): New function. |
| 14727 | (Relobj::Comdat_group): New type. |
| 14728 | (Relobj::find_comdat_group): New function. |
| 14729 | (Relobj::Comdat_group_table): New type. |
| 14730 | (Relobj::Kept_comdat_section): New type. |
| 14731 | (Relobj::Kept_comdat_section_table): New type. |
| 14732 | (Relobj::add_comdat_group): New function. |
| 14733 | (Relobj::set_kept_comdat_section): New function. |
| 14734 | (Relobj::get_kept_comdat_section): New function. |
| 14735 | (Relobj::comdat_groups_): New field. |
| 14736 | (Relobj::kept_comdat_sections_): New field. |
| 14737 | (Symbol_value::input_value): Update comment. |
| 14738 | (Sized_relobj::map_to_kept_section) New function. |
| 14739 | (Sized_relobj::include_linkonce_section): Add new parameter. |
| 14740 | * target-reloc.h (Comdat_behavior): New type. |
| 14741 | (get_comdat_behavior): New function. |
| 14742 | (relocate_section): Add code to map a discarded section to the |
| 14743 | corresponding kept section when applying a relocation. |
| 14744 | |
| 14745 | 2008-04-30 Craig Silverstein <csilvers@google.com> |
| 14746 | |
| 14747 | * dwarf_reader.cc (next_generation_count): New static var. |
| 14748 | (Addr2line_cache_entry): New struct. |
| 14749 | (addr2line_cache): New static var. |
| 14750 | (Dwarf_line_info::one_addr2line): Added caching. |
| 14751 | (Dwarf_line_info::clear_addr2line_cache): New function. |
| 14752 | * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add |
| 14753 | cache-size parameter. |
| 14754 | (Dwarf_line_info::one_addr2line_cache): New function. |
| 14755 | * symtab.cc (Symbol_table::detect_odr_violations): Pass |
| 14756 | new cache-size argument to one_addr2line(), and clear cache. |
| 14757 | |
| 14758 | 2008-04-28 Cary Coutant <ccoutant@google.com> |
| 14759 | |
| 14760 | * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and |
| 14761 | R_386_PC8 relocations. |
| 14762 | |
| 14763 | 2008-04-23 Ian Lance Taylor <iant@google.com> |
| 14764 | |
| 14765 | * object.cc (Sized_relobj::include_section_group): Check for |
| 14766 | invalid section group. |
| 14767 | |
| 14768 | * object.cc (make_elf_object): Correct test for 64-bit ELF file |
| 14769 | header size. |
| 14770 | |
| 14771 | * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather |
| 14772 | than read for file header. |
| 14773 | * archive.cc (Archive::include_member): Likewise. |
| 14774 | |
| 14775 | 2008-04-23 Paolo Bonzini <bonzini@gnu.org> |
| 14776 | |
| 14777 | * aclocal.m4: Regenerate. |
| 14778 | * configure: Regenerate. |
| 14779 | |
| 14780 | 2008-04-19 Ian Lance Taylor <iant@google.com> |
| 14781 | |
| 14782 | * version.cc (version_string): Bump to 1.6. |
| 14783 | |
| 14784 | * testsuite/Makefile.am (many_sections_r_test): New target. |
| 14785 | (many_sections_r_test_SOURCES): Remove. |
| 14786 | (many_sections_r_test_DEPENDENCIES): Remove. |
| 14787 | (many_sections_r_test_LDFLAGS): Remove. |
| 14788 | (many_sections_r_test_LDADD): Remove. |
| 14789 | |
| 14790 | * object.cc (Sized_relobj::do_add_symbols): Always pass |
| 14791 | local_symbol_count_ to add_from_relobj. |
| 14792 | |
| 14793 | * testsuite/Makefile.am (many_sections_check.h): Only check one in |
| 14794 | every thousand variables. |
| 14795 | * testsuite/Makefile.in: Rebuild. |
| 14796 | |
| 14797 | * object.cc (Xindex::initialize_symtab_xindex): New function. |
| 14798 | (Xindex::read_symtab_xindex): New function. |
| 14799 | (Xindex::sym_xindex_to_shndx): New function. |
| 14800 | (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if |
| 14801 | available. |
| 14802 | (Sized_relobj::do_initialize_xindex): New function. |
| 14803 | (Sized_relobj::do_read_symbols): Adjust section links. |
| 14804 | (Sized_relobj::symbol_section_and_value): Add is_ordinary |
| 14805 | parameter. Change all callers. |
| 14806 | (Sized_relobj::include_section_group): Adjust section links and |
| 14807 | symbol section indexes. |
| 14808 | (Sized_relobj::do_layout): Adjust section links. |
| 14809 | (Sized_relobj::do_count_local_symbols): Adjust section links and |
| 14810 | symbol section indexes. |
| 14811 | (Sized_relobj::do_finalize_local_symbols): Distinguish between |
| 14812 | ordinary and special symbols. |
| 14813 | (Sized_relobj::write_local_symbols): Add symtab_xindex and |
| 14814 | dynsym_xindex parameters. Change all callers. Adjust section |
| 14815 | links. Use SHN_XINDEX when needed. |
| 14816 | (Sized_relobj::get_symbol_location_info): Adjust section links. |
| 14817 | Don't get fooled by special symbols. |
| 14818 | * object.h (class Xindex): Define. |
| 14819 | (class Object): Add xindex_ parameter. Declare virtual functoin |
| 14820 | do_initialize_xindex. |
| 14821 | (Object::adjust_sym_shndx): New function. |
| 14822 | (Object::set_xindex): New protected function. |
| 14823 | (class Symbol_value): Add is_ordinary_shndx_ field. |
| 14824 | (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_. |
| 14825 | (Symbol_value::value): Assert ordinary section. |
| 14826 | (Symbol_value::initialize_input_to_output_map): Likewise. |
| 14827 | (Symbol_value::set_input_shndx): Add is_ordinary parameter. |
| 14828 | Change all callers. |
| 14829 | (Symbol_value::input_shndx): Add is_ordinary parameter. Change |
| 14830 | all callers. |
| 14831 | (class Sized_relobj): Update declarations. |
| 14832 | (Sized_relobj::local_symbol_input_shndx): Add is_ordinary |
| 14833 | parameter. Change all callers. |
| 14834 | (Sized_relobj::adjust_shndx): New function. |
| 14835 | * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_ |
| 14836 | field. |
| 14837 | (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx |
| 14838 | parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section |
| 14839 | for SHT_DYNSYM section if available. Set dynsym_shndx_ field. |
| 14840 | (Sized_dynobj::read_dynsym_section): Adjust section links. |
| 14841 | (Sized_dynobj::read_dynamic): Likewise. |
| 14842 | (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust |
| 14843 | section links. |
| 14844 | (Sized_dynobj::do_initialize_xindex): New function. |
| 14845 | * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare |
| 14846 | do_initialize_xindex. |
| 14847 | (Sized_dynobj::adjust_shndx): New function. |
| 14848 | * layout.cc (Layout::Layout): Initialize symtab_xindex_ and |
| 14849 | dynsym_xindex_ fields. |
| 14850 | (Layout::finalize): Add a call to set_section_indexes before |
| 14851 | creating the symtab sections. |
| 14852 | (Layout::set_section_indexes): Don't do anything if the section |
| 14853 | already has a section index. |
| 14854 | (Layout::create_symtab_sections): Add shnum parameter. Change |
| 14855 | caller. Create .symtab_shndx section if needed. |
| 14856 | (Layout::create_shdrs): Add shstrtab_section parameter. Change |
| 14857 | caller. |
| 14858 | (Layout::allocated_output_section_count): New function. |
| 14859 | (Layout::create_dynamic_symtab): Create .dynsym_shndx section if |
| 14860 | needed. |
| 14861 | * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_ |
| 14862 | fields. Update declarations. |
| 14863 | (Layout::symtab_xindex): New function. |
| 14864 | (Layout::dynsym_xindex): New function. |
| 14865 | (class Write_symbols_task): Add layout_ field. |
| 14866 | (Write_symbols_task::Write_symbols_task): Add layout parameter. |
| 14867 | Change caller. |
| 14868 | * output.cc (Output_section_headers::Output_section_headers): Add |
| 14869 | shstrtab_section parameter. Change all callers. |
| 14870 | (Output_section_headers::do_sized_write): Store overflow values |
| 14871 | for section count and section string table section index in |
| 14872 | section header zero. |
| 14873 | (Output_file_header::do_sized_write): Check for overflow of |
| 14874 | section count and section string table section index. |
| 14875 | (Output_symtab_xindex::do_write): New function. |
| 14876 | (Output_symtab_xindex::endian_do_write): New function. |
| 14877 | * output.h (class Output_section_headers): Add shstrtab_section_. |
| 14878 | Update declarations. |
| 14879 | (class Output_symtab_xindex): Define. |
| 14880 | (Output_section::has_out_shndx): New function. |
| 14881 | * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_ |
| 14882 | field. |
| 14883 | (Symbol::init_base): Add st_shndx and is_ordinary parameters. |
| 14884 | Change all callers. |
| 14885 | (Sized_symbol::init): Likewise. |
| 14886 | (Symbol::output_section): Check for ordinary symbol. |
| 14887 | (Symbol_table::add_from_object): Remove orig_sym parameter. Add |
| 14888 | st_shndx, is_ordinary, and orig_st_shndx parameters. Change all |
| 14889 | callers. |
| 14890 | (Symbol_table::add_from_relobj): Add symndx_offset parameter. |
| 14891 | Change all callers. Simplify handling of symbols from sections |
| 14892 | not included in the link. |
| 14893 | (Symbol_table::add_from_dynobj): Handle ordinary symbol |
| 14894 | distinction. |
| 14895 | (Weak_alias_sorter::operator()): Assert that symbols are |
| 14896 | ordinary. |
| 14897 | (Symbol_table::sized_finalize_symbol): Handle ordinary symbol |
| 14898 | distinction. |
| 14899 | (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex |
| 14900 | parameters. Change all callers. |
| 14901 | (Symbol_table::sized_write_globals): Likewise. Handle ordinary |
| 14902 | symbol distinction. Use SHN_XINDEX when needed. |
| 14903 | (Symbol_table::write_section_symbol): Add symtab_xindex |
| 14904 | parameter. Change all callers. |
| 14905 | (Symbol_table::sized_write_section_symbol): Likewise. Use |
| 14906 | SHN_XINDEX when needed. |
| 14907 | * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update |
| 14908 | declarations. |
| 14909 | (Symbol::shndx): Add is_ordinary parameter. Change all callers. |
| 14910 | (Symbol::is_defined): Check is_ordinary. |
| 14911 | (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise. |
| 14912 | (Symbol::is_absolute, Symbol::is_common): Likewise. |
| 14913 | (class Sized_symbol): Update declarations. |
| 14914 | (class Symbol_table): Update declarations. |
| 14915 | * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary |
| 14916 | parameters. Change all callers. |
| 14917 | (Sized_symbol::override): Likewise. |
| 14918 | (Symbol_table::override): Likewise. |
| 14919 | (symbol_to_bits): Add is_ordinary parameter. Change all callers. |
| 14920 | (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx, |
| 14921 | is_ordinary, and orig_st_shndx parameters. Change all callers. |
| 14922 | * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol |
| 14923 | to be in an ordinary section. |
| 14924 | * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add |
| 14925 | object and is_ordinary parameters. Change all callers. |
| 14926 | (Sized_dwarf_line_info::read_relocs): Add object parameter. |
| 14927 | Change all callers. Don't add undefined or non-ordinary symbols |
| 14928 | to reloc_map_. |
| 14929 | (Sized_dwarf_line_info::read_line_mappings): Add object parameter. |
| 14930 | Change all callers. |
| 14931 | * dwarf_reader.h (class Sized_dwarf_line_info): Update |
| 14932 | declarations. |
| 14933 | * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol. |
| 14934 | * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links. |
| 14935 | (Sized_relobj::relocate_sections): Likewise. |
| 14936 | * target-reloc.h (scan_relocs): Adjust section symbol index. |
| 14937 | (scan_relocatable_relocs): Likewise. |
| 14938 | * i386.cc (Scan::local): Check for ordinary symbols. |
| 14939 | * sparc.cc (Scan::local): Likewise. |
| 14940 | * x86_64.cc (Scan::local): Likewise. |
| 14941 | * testsuite/binary_unittest.cc (Sized_binary_test): Update calls |
| 14942 | to symbol_section_and_value. |
| 14943 | * testsuite/many_sections_test.cc: New file. |
| 14944 | * testsuite/Makefile.am (BUILT_SOURCES): Define. |
| 14945 | (check_PROGRAMS): Add many_sections_test. |
| 14946 | (many_sections_test_SOURCES): Define. |
| 14947 | (many_sections_test_DEPENDENCIES): Define. |
| 14948 | (many_sections_test_LDFLAGS): Define. |
| 14949 | (BUILT_SOURCES): Add many_sections_define.h. |
| 14950 | (many_sections_define.h): New target. |
| 14951 | (BUILT_SOURCES): Add many_sections_check.h. |
| 14952 | (many_sections_check.h): New target. |
| 14953 | (check_PROGRAMS): Add many_sections_r_test. |
| 14954 | (many_sections_r_test_SOURCES): Define. |
| 14955 | (many_sections_r_test_DEPENDENCIES): Define. |
| 14956 | (many_sections_r_test_LDFLAGS): Define. |
| 14957 | (many_sections_r_test_LDADD): Define. |
| 14958 | (many_sections_r_test.o): New target. |
| 14959 | * testsuite/Makefile.in: Rebuild. |
| 14960 | |
| 14961 | 2008-04-17 Cary Coutant <ccoutant@google.com> |
| 14962 | |
| 14963 | * errors.cc (Errors::info): New function. |
| 14964 | (gold_info): New function. |
| 14965 | * errors.h (Errors::info): New function. |
| 14966 | * gold.h (gold_info): New function. |
| 14967 | * object.cc (Input_objects::add_object): Print trace output. |
| 14968 | * options.cc (options::parse_set): New function. |
| 14969 | (General_options::parse_wrap): Deleted. |
| 14970 | (General_options::General_options): Deleted initializer. |
| 14971 | * options.h (options::String_set): New typedef. |
| 14972 | (options::parse_set): New function. |
| 14973 | (DEFINE_set): New macro. |
| 14974 | (General_options::wrap): Changed to use DEFINE_set. Changed |
| 14975 | callers of any_wrap_symbols and is_wrap_symbol. |
| 14976 | (General_options::trace, General_options::trace_symbol): |
| 14977 | New options. |
| 14978 | (General_options::any_wrap_symbols, General_options::is_wrap_symbol) |
| 14979 | (General_options::wrap_symbols_): Deleted. |
| 14980 | * symtab.cc (Symbol_table::add_from_object): Print trace output. |
| 14981 | |
| 14982 | 2008-04-17 David S. Miller <davem@davemloft.net> |
| 14983 | |
| 14984 | * options.cc (General_options::parse_V): New function. |
| 14985 | * options.h: Add entries for -V and -Qy. |
| 14986 | |
| 14987 | 2008-04-17 Ian Lance Taylor <iant@google.com> |
| 14988 | |
| 14989 | * common.cc (Symbol_table::allocate_commons): Remove options |
| 14990 | parameter. Change caller. |
| 14991 | (Symbol_table::do_allocate_commons): Remove options parameter. |
| 14992 | Change caller. Just call do_allocate_commons_list twice. |
| 14993 | (Symbol_table::do_allocate_commons_list): New function, broken out |
| 14994 | of do_allocate_commons. |
| 14995 | * common.h (class Allocate_commons_task): Remove options_ field. |
| 14996 | Update constructor. |
| 14997 | * symtab.cc (Symbol_table::Symbol_table): Initialize |
| 14998 | tls_commons_. |
| 14999 | (Symbol_table::add_from_object): Put TLS common symbols on |
| 15000 | tls_commons_ list. |
| 15001 | (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols |
| 15002 | which are IN_OUTPUT_DATA. |
| 15003 | * symtab.h (class Symbol_table): Add tls_commons_ field. Update |
| 15004 | allocate_commons and do_allocate_commons declarations. Declare |
| 15005 | do_allocate_commons_list. |
| 15006 | * gold.cc (queue_middle_tasks): Update creation of |
| 15007 | Allocate_commons_task to not pass options. |
| 15008 | * testsuite/Makefile.am (INCLUDES): Add -I.. . |
| 15009 | (TLS_TEST_C_FLAGS): New variable. |
| 15010 | (tls_test_c_pic.o): New target. |
| 15011 | (tls_test_shared.so): Link in tls_test_c_pic.o. |
| 15012 | (tls_test_c_pic_ie.o): New target. |
| 15013 | (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o. |
| 15014 | (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o. |
| 15015 | (tls_test_c.o): New target. |
| 15016 | (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o. |
| 15017 | (tls_pic_test_LDADD): Likewise. |
| 15018 | (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o. |
| 15019 | (tls_shared_gd_to_ie_test_LDADD): Likewise. |
| 15020 | (tls_test_c_gnu2.o): New target. |
| 15021 | (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add |
| 15022 | tls_test_c_gnu2.o. |
| 15023 | (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise. |
| 15024 | (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o. |
| 15025 | (tls_test_shared_nonpic.so): Link in tls_test_c.o. |
| 15026 | * testsuite/tls_test.cc: Include "config.h". |
| 15027 | (t_last): Call t11_last. |
| 15028 | * testsuite/tls_test.h (t11, t11_last): Declare. |
| 15029 | * testsuite/tls_test_c.c: New file. |
| 15030 | * testsuite/tls_test_main.cc (thread_routine): Call t11. |
| 15031 | * configure.ac: Check for OpenMP support. |
| 15032 | * configure, config.in, Makefile.in: Rebuild. |
| 15033 | * testsuite/Makefile.in: Rebuild. |
| 15034 | |
| 15035 | 2008-04-16 Cary Coutant <ccoutant@google.com> |
| 15036 | |
| 15037 | * i386.cc (Target_i386::define_tls_base_symbol): New function. |
| 15038 | (Target_i386::tls_base_symbol_defined_): New field. |
| 15039 | (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol. |
| 15040 | (Target_i386::Scan::global): Likewise. |
| 15041 | * symtab.cc (sized_finalize_symbol): Add check for TLS symbol. |
| 15042 | * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function. |
| 15043 | (Target_x86_64::tls_base_symbol_defined_): New field. |
| 15044 | (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol. |
| 15045 | (Target_x86_64::Scan::global): Likewise. |
| 15046 | |
| 15047 | 2008-04-16 Cary Coutant <ccoutant@google.com> |
| 15048 | |
| 15049 | * symtab.h (Symbol::is_strong_undefined): Removed unused function. |
| 15050 | (Symbol::needs_plt_entry): Allow weak undefined symbols. |
| 15051 | (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when |
| 15052 | building shared libraries. |
| 15053 | * testsuite/Makefile.am (weak_undef_nonpic_test): New target. |
| 15054 | (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o) |
| 15055 | (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets. |
| 15056 | * testsuite/Makefile.in: Rebuild. |
| 15057 | * testsuite/weak_undef.h: New file. |
| 15058 | * testsuite/weak_undef_file1.cc: Add extra test cases. |
| 15059 | * testsuite/weak_undef_file2.cc: Likewise. |
| 15060 | * testsuite/weak_undef_test.cc: Likewise. |
| 15061 | |
| 15062 | 2008-04-16 David S. Miller <davem@davemloft.net> |
| 15063 | |
| 15064 | * sparc.cc (Target_sparc::Scan): Change from struct to class. |
| 15065 | Add issued_non_pic_error_ field. Declare check_non_pic. |
| 15066 | (Target_sparc::Scan::check_non_pic): New function. |
| 15067 | (Target_sparc::Scan::local): Call check_non_pic as appropriate. |
| 15068 | (Target_sparc::Scan::global): Likewise. |
| 15069 | |
| 15070 | * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64. |
| 15071 | * configure: Rebuild. |
| 15072 | |
| 15073 | * options.h (DEFINE_enable): New macro. |
| 15074 | (new_dtags): New enable option. |
| 15075 | (initfirst, interpose, loadfltr, nodefaultlib, |
| 15076 | nodelete, nodlopen, nodump): New -z options. |
| 15077 | * layout.cc (Layout:finish_dynamic_section): If new |
| 15078 | dtags enabled, emit DT_RUNPATH. Also, emit a |
| 15079 | DT_FLAGS_1 containing any specified -z flags. |
| 15080 | |
| 15081 | 2008-04-16 Ian Lance Taylor <iant@google.com> |
| 15082 | |
| 15083 | * copy-relocs.cc: New file. |
| 15084 | * copy-relocs.h: New file. |
| 15085 | * reloc.cc: Remove Copy_relocs code. |
| 15086 | * reloc.h: Likewise. |
| 15087 | * reloc-types.h (struct Reloc_types) [both versions]: Add |
| 15088 | get_reloc_addend_noerror. |
| 15089 | * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add |
| 15090 | variants of add_global which take an addend which must be zero. |
| 15091 | * i386.cc: Include "copy-relocs.h". |
| 15092 | (class Target_i386): Change type of copy_relocs_ to variable, |
| 15093 | update initializer. |
| 15094 | (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class. |
| 15095 | Change all callers. |
| 15096 | (Target_i386::do_finalize_sections): Change handling of |
| 15097 | copy_relocs_. |
| 15098 | * sparc.cc: Include "copy-relocs.h". |
| 15099 | (class Target_sparc): Change type of copy_relocs_ to variable, |
| 15100 | update initializer. |
| 15101 | (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class. |
| 15102 | Change all callers. |
| 15103 | (Target_sparc::do_finalize_sections): Change handling of |
| 15104 | copy_relocs_. |
| 15105 | * x86_64.cc: Include "copy-relocs.h". |
| 15106 | (class Target_x86_64): Change type of copy_relocs_ to variable, |
| 15107 | update initializer. |
| 15108 | (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs |
| 15109 | class. Change all callers. |
| 15110 | (Target_x86_64::do_finalize_sections): Change handling of |
| 15111 | copy_relocs_. |
| 15112 | * Makefile.am (CCFILES): Add copy-relocs.cc. |
| 15113 | (HFILES): Add copy-relocs.h. |
| 15114 | |
| 15115 | * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild. |
| 15116 | |
| 15117 | * testsuite/script_test_4.sh: Permit leading zeroes. |
| 15118 | |
| 15119 | 2008-04-15 Ian Lance Taylor <iant@google.com> |
| 15120 | |
| 15121 | * script-sections.cc (Script_sections::create_segments): Use |
| 15122 | header_size_adjustment even when there is enough room for the |
| 15123 | headers. |
| 15124 | * testsuite/script_test_4.sh: New file. |
| 15125 | * testsuite/script_test_4.t: New file. |
| 15126 | * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh. |
| 15127 | (check_DATA): Add script_test_4.stdout. |
| 15128 | (MOSTLYCLEANFILES): Likewise. |
| 15129 | (script_test_4): New target. |
| 15130 | (script_test_4.stdout): New target. |
| 15131 | * testsuite/Makefile.in: Rebuild. |
| 15132 | |
| 15133 | * sparc.cc: Add definitions for Output_data_plt_sparc class |
| 15134 | constants. |
| 15135 | |
| 15136 | 2008-04-14 David S. Miller <davem@davemloft.net> |
| 15137 | |
| 15138 | * sparc.cc: New file. |
| 15139 | * Makefile.am (TARGETSOURCES): Add sparc.cc |
| 15140 | (ALL_TARGETOBJS): Add sparc.$(OBJEXT) |
| 15141 | * configure.tgt: Document targ_extra_size and |
| 15142 | targ_extra_big_endian. Add entries for sparc-* and |
| 15143 | sparc64-*. |
| 15144 | * configure.ac: Handle targ_extra_size and |
| 15145 | targ_extra_big_endian. |
| 15146 | * Makefile.in: Rebuild. |
| 15147 | * configure: Likewise. |
| 15148 | * po/POTFILES.in: Likewise. |
| 15149 | * po/gold.pot: Likewise. |
| 15150 | |
| 15151 | 2008-04-14 Ian Lance Taylor <iant@google.com> |
| 15152 | |
| 15153 | * layout.cc (Layout::Layout): Initialize sections_are_attached_. |
| 15154 | (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR |
| 15155 | in the name/type/flags to section mapping. Don't call |
| 15156 | allocate_output_section. |
| 15157 | (Layout::choose_output_section): Change parameter from adjust_name |
| 15158 | to is_input_section. Don't permit input sections after sections |
| 15159 | are attached to segments. Don't call allocate_output_section. |
| 15160 | (Layout::layout_eh_frame): Call update_flags_for_input_section, |
| 15161 | not write_enable_output_section. |
| 15162 | (Layout::make_output_section): Don't push to |
| 15163 | unattached_section_list_ nor call attach_to_segment. Call |
| 15164 | attach_section_to_segment if sections are attached. |
| 15165 | (Layout::attach_sections_to_segments): New function. |
| 15166 | (Layout::attach_section_to_segment): New function. |
| 15167 | (Layout::attach_allocated_section_to_segment): Rename from |
| 15168 | attach_to_segment. Remove flags parameter. |
| 15169 | (Layout::allocate_output_section): Remove function. |
| 15170 | (Layout::write_enable_output_section): Remove function. |
| 15171 | * layout.h (class Layout): Update for above changes. Add new |
| 15172 | field sections_are_attached_. |
| 15173 | * output.h (Output_section::update_flags_for_input_section): New |
| 15174 | function. |
| 15175 | * output.cc (Output_section::add_input_section): Call |
| 15176 | update_flags_for_input_section. |
| 15177 | * gold.cc (queue_middle_tasks): Call attach_sections_to_segments. |
| 15178 | |
| 15179 | 2008-04-11 Cary Coutant <ccoutant@google.com> |
| 15180 | |
| 15181 | * i386.cc (Target_i386::got_mod_index_entry): Restore code previously |
| 15182 | thought unnecessary. |
| 15183 | * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise. |
| 15184 | |
| 15185 | 2008-04-11 Ian Lance Taylor <iant@google.com> |
| 15186 | |
| 15187 | * output.h (class Output_section_data): Remove inline definition |
| 15188 | of set_addralign. |
| 15189 | * output.cc (Output_section_data::set_addralign): New function. |
| 15190 | |
| 15191 | 2008-04-11 Cary Coutant <ccoutant@google.com> |
| 15192 | |
| 15193 | Add support for TLS descriptors for i386 and x86_64. |
| 15194 | * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function. |
| 15195 | (Target_i386::Relocate::tls_desc_gd_to_le): New function. |
| 15196 | (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and |
| 15197 | GOT_TYPE_TLS_DESC. |
| 15198 | (Target_i386::got_mod_index_entry): Remove unnecessary code. |
| 15199 | (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and |
| 15200 | R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec |
| 15201 | relocations. |
| 15202 | (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation. |
| 15203 | Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations; |
| 15204 | Fix problem with initial-exec relocations. |
| 15205 | (Target_i386::Relocate::relocate_tls): Likewise. |
| 15206 | (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE |
| 15207 | relaxation. |
| 15208 | * output.cc (Output_data_dynamic::Dynamic_entry::write): Add |
| 15209 | support for section-plus-offset dynamic table entries. |
| 15210 | * output.h (Output_data_dynamic::add_section_plus_offset): New function. |
| 15211 | (Output_data_dynamic::Dynamic_entry): Add support for |
| 15212 | section-plus-offset dynamic table entries. |
| 15213 | (Output_data_dynamic::Classification): Likewise. |
| 15214 | (Output_data_dynamic::classification_): Renamed offset_. |
| 15215 | * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function. |
| 15216 | (Target_x86_64::Relocate::tls_desc_gd_to_le): New function. |
| 15217 | (Target_x86_64::make_plt_section): New function. |
| 15218 | (Target_x86_64::reserve_tlsdesc_entries): New function. |
| 15219 | (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter. |
| 15220 | (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function. |
| 15221 | (Output_data_plt_x86_64::has_tlsdesc_entry): New function. |
| 15222 | (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function. |
| 15223 | (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function. |
| 15224 | (Output_data_plt_x86_64::tlsdesc_plt_entry): New field. |
| 15225 | (Output_data_plt_x86_64::set_final_data_size): Move out of line; |
| 15226 | add extra PLT entry for TLS descriptors. |
| 15227 | (Output_data_plt_x86_64::got_): New field. |
| 15228 | (Output_data_plt_x86_64::tlsdesc_got_offset_): New field. |
| 15229 | (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new |
| 15230 | fields. |
| 15231 | (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS |
| 15232 | descriptors. |
| 15233 | (Target_x86_64::make_plt_entry): Factor out make_plt_section. |
| 15234 | (Target_x86_64::got_mod_index_entry): Remove unnecessary code. |
| 15235 | (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and |
| 15236 | R_386_TLS_DESC_CALL relocations. |
| 15237 | (Target_x86_64::Scan::global): Likewise. |
| 15238 | (Target_x86_64::do_finalize_sections): Add dynamic table entries |
| 15239 | for TLS descriptors. |
| 15240 | (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation. |
| 15241 | Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations. |
| 15242 | (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with |
| 15243 | GD-to-IE relaxation. |
| 15244 | * configure.ac: Export new conditional variables TLS_GNU2_DIALECT |
| 15245 | and TLS_DESCRIPTORS. |
| 15246 | * Makefile.in: Rebuild. |
| 15247 | * configure: Rebuild. |
| 15248 | * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target. |
| 15249 | (tls_test_shared2.so): New target. |
| 15250 | (tls_shared_gd_to_ie_test_SOURCES): New variable. |
| 15251 | (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable. |
| 15252 | (tls_shared_gd_to_ie_test_LDFLAGS): New variable. |
| 15253 | (tls_shared_gd_to_ie_test_LDADD): New variable. |
| 15254 | (tls_shared_gnu2_gd_to_ie_test): New target. |
| 15255 | (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so): |
| 15256 | New targets. |
| 15257 | (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable. |
| 15258 | (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable. |
| 15259 | (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable. |
| 15260 | (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable. |
| 15261 | (tls_shared_gnu2_test): New target. |
| 15262 | (tls_test_gnu2_shared.so): New target. |
| 15263 | (tls_shared_gnu2_test_SOURCES): New variable. |
| 15264 | (tls_shared_gnu2_test_DEPENDENCIES): New variable. |
| 15265 | (tls_shared_gnu2_test_LDFLAGS): New variable. |
| 15266 | (tls_shared_gnu2_test_LDADD): New variable. |
| 15267 | * testsuite/Makefile.in: Rebuild. |
| 15268 | * testsuite/Makefile. |
| 15269 | |
| 15270 | 2008-04-11 Ian Lance Taylor <iant@google.com> |
| 15271 | |
| 15272 | * testsuite/Makefile.am (justsyms_2r.o): Add dependency on |
| 15273 | justsyms.t. |
| 15274 | * testsuite/Makefile.in: Rebuild. |
| 15275 | |
| 15276 | * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes |
| 15277 | long. |
| 15278 | * testsuite/script_test_2.cc (main): Adjust test. |
| 15279 | |
| 15280 | 2008-04-11 David S. Miller <davem@davemloft.net> |
| 15281 | Ian Lance Taylor <iant@google.com> |
| 15282 | |
| 15283 | * options.h (General_options): Add entries for '-Y' and |
| 15284 | '-relax'. |
| 15285 | * options.cc (General_options:finalize): If -Y was used, add those |
| 15286 | entries to the library path instead of the default "/lib" and |
| 15287 | "/usr/lib". |
| 15288 | |
| 15289 | 2008-04-11 David S. Miller <davem@davemloft.net> |
| 15290 | |
| 15291 | * testsuite/justsyms.t: Start at 0x100. |
| 15292 | * testsuite/justsyms_1.cc: Adjust justsyms_string assertion. |
| 15293 | * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes |
| 15294 | long. |
| 15295 | * testsuite/script_test_2.cc: Adjust string and section length |
| 15296 | checks. |
| 15297 | |
| 15298 | 2008-04-09 Ian Lance Taylor <iant@google.com> |
| 15299 | |
| 15300 | PR gold/5996 |
| 15301 | * script-sections.cc (Sections_element::allocate_to_segment): Add |
| 15302 | orphan parameter. |
| 15303 | (Output_section_definition::allocate_to_segment): Likewise. |
| 15304 | (Orphan_output_section::allocate_to_segment): Likewise. |
| 15305 | (Script_sections::attach_sections_using_phdrs_clause): Don't |
| 15306 | propagate non-PT_LOAD segments to orphan sections. |
| 15307 | * testsuite/Makefile.am (script_test_3.stdout): Generate using |
| 15308 | readelf rather than objdump. |
| 15309 | * testsuite/script_test_3.sh: Adjust accordingly. Test that |
| 15310 | .interp section and PT_INTERP segment are the same size. |
| 15311 | * testsuite/Makefile.in: Rebuild. |
| 15312 | |
| 15313 | * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak |
| 15314 | aliases for symbols defined in the same object. |
| 15315 | * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test. |
| 15316 | (weak_alias_test_SOURCES): New variable. |
| 15317 | (weak_alias_test_DEPENDENCIES): New variable. |
| 15318 | (weak_alias_test_LDFLAGS): New variable. |
| 15319 | (weak_alias_test_LDADD): New variable. |
| 15320 | (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets. |
| 15321 | (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets. |
| 15322 | (weak_alias_test_3.o): New target. |
| 15323 | (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets. |
| 15324 | * testsuite/weak_alias_test_main.cc: New file. |
| 15325 | * testsuite/weak_alias_test_1.cc: New file. |
| 15326 | * testsuite/weak_alias_test_2.cc: New file. |
| 15327 | * testsuite/weak_alias_test_3.cc: New file. |
| 15328 | |
| 15329 | 2008-04-08 Ian Lance Taylor <iant@google.com> |
| 15330 | |
| 15331 | * options.h (class General_options): Add --noinhibit-exec option. |
| 15332 | * main.cc (main): Check --noinhibit-exec. |
| 15333 | |
| 15334 | * options.h (class General_options): Define --wrap as a special |
| 15335 | option. Add wrap_symbols_ field. |
| 15336 | (General_options::any_wrap_symbols): New function. |
| 15337 | (General_options::is_wrap_symbol): New function. |
| 15338 | * options.cc (General_options::parse_wrap): New function. |
| 15339 | (General_options::General_options): Initialize wrap_symbols_. |
| 15340 | * symtab.cc (Symbol_table::wrap_symbol): New function. |
| 15341 | (Symbol_table::add_from_object): Handle --wrap. |
| 15342 | * symtab.h (class Symbol_table): Declare wrap_symbol. |
| 15343 | * target.h (Target::wrap_char): New function. |
| 15344 | (Target::Target_info): Add wrap_char field. |
| 15345 | * i386.cc (Target_i386::i386_info): Initialize wrap_char. |
| 15346 | * x86_64.cc (Target_x86_64::x86_64_info): Likewise. |
| 15347 | * testsuite/testfile.cc (Target_test::test_target_info): |
| 15348 | Likewise. |
| 15349 | |
| 15350 | * errors.cc (Errors::undefined_symbol): Mention symbol version if |
| 15351 | there is one. |
| 15352 | |
| 15353 | * layout.h (class Layout): Add added_eh_frame_data_ field. |
| 15354 | * layout.cc (Layout::Layout): Initialize new field. |
| 15355 | (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame |
| 15356 | output section until we find a section we merged successfully. |
| 15357 | * object.cc (Sized_relobj::check_eh_frame_flags): Don't require |
| 15358 | that the size be non-zero. |
| 15359 | |
| 15360 | * merge.cc (Object_merge_map::get_output_offset): Remove inline |
| 15361 | qualifier. |
| 15362 | |
| 15363 | 2008-04-08 Craig Silverstein <csilvers@google.com> |
| 15364 | |
| 15365 | * configure.ac: Export new conditional variable HAVE_ZLIB. |
| 15366 | * testsuite/Makefile.am (flagstest_o_specialfile): Condition |
| 15367 | on HAVE_ZLIB. |
| 15368 | (flagstest_o_specialfile_and_compress_debug_sections): Likewise. |
| 15369 | * configure, Makefile.in, testsuite/Makefile.in: Rebuild. |
| 15370 | |
| 15371 | 2008-04-07 Ian Lance Taylor <iant@google.com> |
| 15372 | |
| 15373 | * version.cc (version_string): Set to "1.5". |
| 15374 | |
| 15375 | * x86_64.cc (Target_x86_64::Scan): Change from struct to class. |
| 15376 | Add issued_non_pic_error_ field. Declare check_non_pic. |
| 15377 | (Target_x86_64::Scan::check_non_pic): New function. |
| 15378 | (Target_x86_64::Scan::local): Call check_non_pic as appropriate. |
| 15379 | (Target_x86_64::Scan::global): Likewise. |
| 15380 | |
| 15381 | * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add |
| 15382 | addend parameter. Change caller. Handle merge sections. |
| 15383 | (Output_reloc<SHT_REL>::symbol_value): Change parameter type from |
| 15384 | Address to Addend. Don't add in the result of |
| 15385 | local_section_offset, pass down the addend and use the returned |
| 15386 | value. |
| 15387 | * output.h (class Output_reloc<SHT_REL>): Add Addend typedef. |
| 15388 | Update declarations of local_section_offset and symbol_value. |
| 15389 | * testsuite/two_file_test_1.cc (t18): New function. |
| 15390 | * testsuite/two_file_test_2.cc (f18): New function. |
| 15391 | * testsuite/two_file_test_main.cc (main): Call t18. |
| 15392 | * testsuite/two_file_test.h (t18, f18): Declare. |
| 15393 | |
| 15394 | * configure.ac: Don't test for objdump, c++filt, or readelf. |
| 15395 | * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT |
| 15396 | conditionals. |
| 15397 | (TEST_READELF): New variable. |
| 15398 | (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables. |
| 15399 | (check_PROGRAMS): Add two_file_strip_test. |
| 15400 | (two_file_strip_test): New target. |
| 15401 | (check_PROGRAMS): Add two_file_same_shared_strip_test. |
| 15402 | (two_file_same_shared_strip_test_SOURCES): New variable. |
| 15403 | (two_file_same_shared_strip_test_DEPENDENCIES): New variable. |
| 15404 | (two_file_same_shared_strip_test_LDFLAGS): New variable. |
| 15405 | (two_file_same_shared_strip_test_LDADD): New variable. |
| 15406 | (two_file_shared_strip.so): New target. |
| 15407 | (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF. |
| 15408 | (ver_test_5.syms, ver_test_7.syms): Likewise. |
| 15409 | (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT. |
| 15410 | (strip_test_3.stdout): Use TEST_OBJDUMP. |
| 15411 | * configure, Makefile.in, testsuite/Makefile.in: Rebuild. |
| 15412 | |
| 15413 | 2008-04-04 Cary Coutant <ccoutant@google.com> |
| 15414 | |
| 15415 | * symtab.h (Symbol::is_weak_undefined): New function. |
| 15416 | (Symbol::is_strong_undefined): New function. |
| 15417 | (Symbol::is_absolute): New function. |
| 15418 | (Symbol::needs_plt_entry): Exclude weak undefined symbols. |
| 15419 | (Symbol::needs_dynamic_reloc): Exclude weak undefined and |
| 15420 | absolute symbols. |
| 15421 | * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test. |
| 15422 | (weak_undef_test): New target. |
| 15423 | * testsuite/Makefile.in: Rebuild. |
| 15424 | * testsuite/weak_undef_file1.cc: New file. |
| 15425 | * testsuite/weak_undef_file2.cc: New file. |
| 15426 | * testsuite/weak_undef_test.cc: New file. |
| 15427 | |
| 15428 | 2008-04-03 Craig Silverstein <csilvers@google.com> |
| 15429 | |
| 15430 | * compressed_output.h (class Output_compressed_section): Use |
| 15431 | unsigned buffer. |
| 15432 | * compressed_output.cc (zlib_compress): Use unsigned buffers, |
| 15433 | add zlib header. |
| 15434 | (zlib_compressed_suffix): Removed. |
| 15435 | (Output_compressed_section::set_final_data_size): Use unsigned |
| 15436 | buffers. |
| 15437 | * testsuite/Makefile.am (flagstest_compress_debug_sections): |
| 15438 | Fix linker invocation. |
| 15439 | (flagstest_o_specialfile_and_compress_debug_sections): |
| 15440 | Likewise. |
| 15441 | * testsuite/Makefile.in: Regenerated. |
| 15442 | |
| 15443 | 2008-04-02 David S. Miller <davem@davemloft.net> |
| 15444 | |
| 15445 | * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog, |
| 15446 | Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned. |
| 15447 | |
| 15448 | 2008-04-02 Craig Silverstein <csilvers@google.com> |
| 15449 | |
| 15450 | * TODO: New file. |
| 15451 | |
| 15452 | 2008-04-02 Ian Lance Taylor <iant@google.com> |
| 15453 | |
| 15454 | * fileread.cc (File_read::find_view): Add byteshift and vshifted |
| 15455 | parameters. Update for new key type to views_. Change all |
| 15456 | callers. |
| 15457 | (File_read::read): Adjust for byteshift in returned view. |
| 15458 | (File_read::add_view): New function, broken out of |
| 15459 | find_and_make_view. |
| 15460 | (File_read::make_view): New function, broken out of |
| 15461 | find_and_make_view. |
| 15462 | (File_read::find_or_make_view): Add offset and aligned |
| 15463 | parameters. Rewrite accordingly. Change all callers. |
| 15464 | (File_read::get_view): Add offset and aligned parameters. Adjust |
| 15465 | for byteshift in return value. |
| 15466 | (File_read::get_lasting_view): Likewise. |
| 15467 | * fileread.h (class File_read): Update declarations. |
| 15468 | (class File_read::View): Add byteshift_ field. Add byteshift to |
| 15469 | constructor. Add byteshift method. |
| 15470 | * archive.h (Archive::clear_uncached_views): New function. |
| 15471 | (Archive::get_view): Add aligned parameter. Change all callers. |
| 15472 | * object.h (Object::get_view): Add aligned parameter. Change all |
| 15473 | callers. |
| 15474 | (Object::get_lasting_view): Likewise. |
| 15475 | |
| 15476 | * fileread.cc (File_read::release): Don't call clear_views if |
| 15477 | there are multiple objects. |
| 15478 | * fileread.h (File_read::clear_uncached_views): New function. |
| 15479 | * archive.cc (Add_archive_symbols::run): Call clear_uncached_views |
| 15480 | on the archive. |
| 15481 | |
| 15482 | 2008-03-31 Cary Coutant <ccoutant@google.com> |
| 15483 | |
| 15484 | Add thin archive support. |
| 15485 | * archive.cc (Archive::armagt): New const. |
| 15486 | (Archive::setup): Remove task parameter and calls to unlock. |
| 15487 | (Archive::unlock_nested_archives): New function. |
| 15488 | (Archive::read_header): Add nested_off parameter. Change |
| 15489 | all callers. |
| 15490 | (Archive::interpret_header): Likewise. |
| 15491 | (Archive::include_all_members): Change to handle thin |
| 15492 | archives. |
| 15493 | (Archive::include_member): Likewise. |
| 15494 | * archive.h (Archive::Archive): Add new parameters and |
| 15495 | initializers. |
| 15496 | (Archive::armagt): New const. |
| 15497 | (Archive::setup): Remove task parameter. |
| 15498 | (Archive::unlock_nested_archives): New function. |
| 15499 | (Archive::read_header): Add nested_off parameter. |
| 15500 | (Archive::interpret_header): Likewise. |
| 15501 | (Archive::Nested_archive_table): New typedef. |
| 15502 | (Archive::is_thin_archive_): New field. |
| 15503 | (Archive::nested_archives_): New field. |
| 15504 | (Archive::options_): New field. |
| 15505 | (Archive::dirpath_): New field. |
| 15506 | (Archive::task_): New field. |
| 15507 | * readsyms.cc (Read_symbols::do_read_symbols): Add check |
| 15508 | for thin archives. Pass additional parameters to |
| 15509 | Archive::Archive. Unlock the archive file after calling |
| 15510 | Archive::setup. |
| 15511 | |
| 15512 | 2008-03-29 Ian Lance Taylor <iant@google.com> |
| 15513 | |
| 15514 | * symtab.cc (Symbol_table::do_define_as_constant): Don't force a |
| 15515 | version symbol to be local. |
| 15516 | * testsuite/ver_test_4.sh: New file. |
| 15517 | * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh. |
| 15518 | (check_DATA): Add ver_test_4.syms. |
| 15519 | (ver_test_4.syms): New target. |
| 15520 | * testsuite/Makefile.in: Rebuild. |
| 15521 | |
| 15522 | * output.cc |
| 15523 | (Output_section::Input_section_sort_entry::has_priority): New |
| 15524 | function. |
| 15525 | (Output_section::Input_section_sort_entry::match_file_name): New |
| 15526 | function. |
| 15527 | (Output_section::Input_section_sort_entry::match_section_name): |
| 15528 | Remove. |
| 15529 | (Output_section::Input_section_sort_entry::match_section_name_prefix): |
| 15530 | Remove. |
| 15531 | (Output_section::Input_section_sort_entry::match_section_file): |
| 15532 | Remove. |
| 15533 | (Output_section::Input_section_sort_compare::operator()): Rewrite |
| 15534 | using new Input_section_sort_entry functions. Sort crtbegin and |
| 15535 | crtend first. Sort sections with no priority before sections with |
| 15536 | a priority. |
| 15537 | * testsuite/initpri1.c (d3): Check j != 4. |
| 15538 | (cd5): New constructor/destructor function. |
| 15539 | (main): Check j != 2. |
| 15540 | |
| 15541 | * symtab.cc (Symbol_table::add_from_object): If we don't use the |
| 15542 | new symbol when resolving, don't call set_is_default. |
| 15543 | * testsuite/ver_test_7.cc: New file. |
| 15544 | * testsuite/ver_test_7.sh: New file. |
| 15545 | * testsuite/Makefile.am (ver_test_7.so): New target. |
| 15546 | (ver_test_7.o): New target. |
| 15547 | (check_SCRIPTS): Add ver_test_7.sh. |
| 15548 | (check_DATA): Add ver_test_7.syms. |
| 15549 | (ver_test_7.syms): New target. |
| 15550 | |
| 15551 | 2008-03-28 Ian Lance Taylor <iant@google.com> |
| 15552 | |
| 15553 | * layout.cc (Layout::layout): If we see an input section with a |
| 15554 | name that needs sorting, set the must_sort flag for the output |
| 15555 | section. |
| 15556 | (Layout::make_output_section): If the name of the output section |
| 15557 | indicates that it might require sorting, set the may_sort flag. |
| 15558 | * output.h (Output_section::may_sort_attached_input_sections): New |
| 15559 | function. |
| 15560 | (Output_section::set_may_sort_attached_input_sections): New |
| 15561 | function. |
| 15562 | (Output_section::must_sort_attached_input_sections): New |
| 15563 | function. |
| 15564 | (Output_section::set_must_sort_attached_input_sections): New |
| 15565 | function. |
| 15566 | (class Output_section): Declare Input_section_sort_entry. Define |
| 15567 | Input_section_sort_compare. Declare |
| 15568 | sort_attached_input_sections. Add new fields: |
| 15569 | may_sort_attached_input_sections_, |
| 15570 | must_sort_attached_input_sections_, |
| 15571 | attached_input_sections_are_sorted_. |
| 15572 | * output.cc (Output_section::Output_section): Initialize new |
| 15573 | fields. |
| 15574 | (Output_section::add_input_section): Add an entry to |
| 15575 | input_sections_ if may_sort or must_sort are true. |
| 15576 | (Output_section::set_final_data_size): Call |
| 15577 | sort_attached_input_sections if necessary. |
| 15578 | (Output_section::Input_section_sort_entry): Define new class. |
| 15579 | (Output_section::Input_section_sort_compare::operator()): New |
| 15580 | function. |
| 15581 | (Output_section::sort_attached_input_sections): New function. |
| 15582 | * configure.ac: Check whether the compiler supports constructor |
| 15583 | priorities. Define a CONSTRUCTOR_PRIORITY automake conditional. |
| 15584 | * testsuite/initpri1.c: New file. |
| 15585 | * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if |
| 15586 | CONSTRUCTOR_PRIORITY. |
| 15587 | (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables. |
| 15588 | (initpri1_LDFLAGS): New variable. |
| 15589 | * configure, Makefile.in, testsuite/Makefile.in: Rebuild. |
| 15590 | |
| 15591 | 2008-03-27 Ian Lance Taylor <iant@google.com> |
| 15592 | |
| 15593 | * common.cc (Sort_commons::operator): Correct sorting algorithm. |
| 15594 | * testsuite/common_test_1.c: New file. |
| 15595 | * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1. |
| 15596 | (common_test_1_SOURCES): New variable. |
| 15597 | (common_test_1_DEPENDENCIES): New variable. |
| 15598 | (common_test_1_LDFLAGS): New variable. |
| 15599 | |
| 15600 | * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_ |
| 15601 | and commons_ correctly when NAME/VERSION does not override |
| 15602 | NAME/NULL. |
| 15603 | * testsuite/ver_test_6.c: New file. |
| 15604 | * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6 |
| 15605 | (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables. |
| 15606 | (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables. |
| 15607 | |
| 15608 | 2008-03-26 Ian Lance Taylor <iant@google.com> |
| 15609 | |
| 15610 | * symtab.cc (Symbol_table::add_from_relobj): Don't set the version |
| 15611 | of an undefined symbol from a version script. |
| 15612 | * testsuite/Makefile.am (ver_test_5.so): New target. |
| 15613 | (ver_test_5.o): New target. |
| 15614 | (check_SCRIPTS): Add ver_test_5.sh. |
| 15615 | (check_DATA): Add ver_test_5.syms. |
| 15616 | (ver_test_5.syms): New target. |
| 15617 | * testsuite/ver_test_5.cc: New file. |
| 15618 | * testsuite/ver_test_5.script: New file. |
| 15619 | * testsuite/ver_test_5.sh: New file. |
| 15620 | * Makefile.in, testsuite/Makefile.in: Rebuild. |
| 15621 | |
| 15622 | PR gold/5986 |
| 15623 | Fix problems building gold with gcc 4.3.0. |
| 15624 | * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define. |
| 15625 | (gold_error_at_location, gold_warning_at_location): Use it. |
| 15626 | * configure.ac: Check whether we can compile and use a template |
| 15627 | function with a printf attribute. |
| 15628 | * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value |
| 15629 | when jumping over bytes. |
| 15630 | * object.cc: Instantiate Object::read_section_data. |
| 15631 | * debug.h: Include <cstring> |
| 15632 | * dwarf_reader.cc: Include <algorithm> |
| 15633 | * main.cc: Include <cstring>. |
| 15634 | * options.cc: Include <cstring>. |
| 15635 | * output.cc: Include <cstring>. |
| 15636 | * script.cc: Include <cstring>. |
| 15637 | * script.h: Include <string>. |
| 15638 | * symtab.cc: Include <cstring> and <algorithm>. |
| 15639 | * target-select.cc: Include <cstring>. |
| 15640 | * version.cc: Include <string>. |
| 15641 | * testsuite/testmain.cc: Include <cstdlib>. |
| 15642 | * configure, config.in: Rebuild. |
| 15643 | |
| 15644 | 2008-03-25 Ian Lance Taylor <iant@google.com> |
| 15645 | |
| 15646 | * options.cc: Include "../bfd/bfdver.h". |
| 15647 | (options::help): Print bug reporting address. |
| 15648 | |
| 15649 | * version.cc (print_version): Adjust output for current value of |
| 15650 | BFD_VERSION_STRING. |
| 15651 | |
| 15652 | * NEWS: New file. |
| 15653 | |
| 15654 | * options.cc (options::help): Print list of supported targets. |
| 15655 | * target-select.h: Include <vector>. |
| 15656 | (class Target_selector): Make machine_, size_, and is_big_endian_ |
| 15657 | fields const. Add bfd_name_ and instantiated_target_ fields. |
| 15658 | (Target_selector::Target_selector): Add bfd_name parameter. |
| 15659 | (Target_selector::recognize): Make non-virtual, call |
| 15660 | do_recognize. |
| 15661 | (Target_selector::recognize_by_name): Make non-virtual, call |
| 15662 | do_recognize_by_name. |
| 15663 | (Target_selector::supported_names): New function. |
| 15664 | (Target_selector::bfd_name): New function. |
| 15665 | (Target_selector::do_instantiate_target): New pure virtual |
| 15666 | function. |
| 15667 | (Target_selector::do_recognize): New virtual function. |
| 15668 | (Target_selector::do_recognize_by_name): New virtual function. |
| 15669 | (Target_selector::instantiate_target): New private function. |
| 15670 | (supported_target_names): Declare. |
| 15671 | * target-select.cc (Target_selector::Target_selector): Update for |
| 15672 | new parameter and fields. |
| 15673 | (select_target_by_name): Check that the name matches before |
| 15674 | calling recognize_by_name. |
| 15675 | (supported_target_names): New function. |
| 15676 | * i386.cc (class Target_selector_i386): Update Target_selector |
| 15677 | constructor call. Remove recognize and recognize_by_name. Add |
| 15678 | do_instantiate_target. |
| 15679 | * x86_64.cc (class Target_selector_x86_64): Likewise. |
| 15680 | * testsuite/testfile.cc (class Target_selector_test): Update for |
| 15681 | changes to Target_selector. |
| 15682 | |
| 15683 | * README: Rewrite, with some notes on unsupported features. |
| 15684 | |
| 15685 | 2008-03-24 Cary Coutant <ccoutant@google.com> |
| 15686 | |
| 15687 | * i386.cc (Target_i386::Got_type): New enum declaration. |
| 15688 | (Target_i386::Scan::local): Updated callers of Output_data_got |
| 15689 | member functions. |
| 15690 | (Target_i386::Scan::global): Likewise. |
| 15691 | (Target_i386::Relocate::relocate): Likewise. |
| 15692 | (Target_i386::Relocate::relocate_tls): Likewise. |
| 15693 | * object.h (Got_offset_list): New class. |
| 15694 | (Sized_relobj::local_has_got_offset): Added got_type parameter. |
| 15695 | (Sized_relobj::local_got_offset): Likewise. |
| 15696 | (Sized_relobj::set_local_got_offset): Likewise. |
| 15697 | (Sized_relobj::local_has_tls_got_offset): Removed. |
| 15698 | (Sized_relobj::local_tls_got_offset): Removed. |
| 15699 | (Sized_relobj::set_local_tls_got_offset): Removed. |
| 15700 | (Sized_relobj::Local_got_offsets): Changed to store a list of offsets. |
| 15701 | * output.cc (Output_data_got::add_global): Added got_type parameter. |
| 15702 | (Output_data_got::add_global_with_rel): Likewise. |
| 15703 | (Output_data_got::add_global_with_rela): Likewise. |
| 15704 | (Output_data_got::add_global_pair_with_rel): New function. |
| 15705 | (Output_data_got::add_global_pair_with_rela): New function. |
| 15706 | (Output_data_got::add_local): Added got_type parameter. |
| 15707 | (Output_data_got::add_local_with_rel): Likewise. |
| 15708 | (Output_data_got::add_local_with_rela): Likewise. |
| 15709 | (Output_data_got::add_local_pair_with_rel): New function. |
| 15710 | (Output_data_got::add_local_pair_with_rela): New function. |
| 15711 | (Output_data_got::add_global_tls): Removed. |
| 15712 | (Output_data_got::add_global_tls_with_rel): Removed. |
| 15713 | (Output_data_got::add_global_tls_with_rela): Removed. |
| 15714 | (Output_data_got::add_local_tls): Removed. |
| 15715 | (Output_data_got::add_local_tls_with_rel): Removed. |
| 15716 | (Output_data_got::add_local_tls_with_rela): Removed. |
| 15717 | * output.h (Output_data_got::add_global): Added got_type parameter. |
| 15718 | (Output_data_got::add_global_with_rel): Likewise. |
| 15719 | (Output_data_got::add_global_with_rela): Likewise. |
| 15720 | (Output_data_got::add_global_pair_with_rel): New function. |
| 15721 | (Output_data_got::add_global_pair_with_rela): New function. |
| 15722 | (Output_data_got::add_local): Added got_type parameter. |
| 15723 | (Output_data_got::add_local_with_rel): Likewise. |
| 15724 | (Output_data_got::add_local_with_rela): Likewise. |
| 15725 | (Output_data_got::add_local_pair_with_rel): New function. |
| 15726 | (Output_data_got::add_local_pair_with_rela): New function. |
| 15727 | (Output_data_got::add_global_tls): Removed. |
| 15728 | (Output_data_got::add_global_tls_with_rel): Removed. |
| 15729 | (Output_data_got::add_global_tls_with_rela): Removed. |
| 15730 | (Output_data_got::add_local_tls): Removed. |
| 15731 | (Output_data_got::add_local_tls_with_rel): Removed. |
| 15732 | (Output_data_got::add_local_tls_with_rela): Removed. |
| 15733 | * resolve.cc (Symbol::override_base_with_special): Removed |
| 15734 | reference to has_got_offset_ field. |
| 15735 | * symtab.cc (Symbol::init_fields): Replaced initialization |
| 15736 | of got_offset_ with got_offsets_. Removed initialization |
| 15737 | of has_got_offset_ |
| 15738 | * symtab.h (Symbol::has_got_offset): Aded got_type parameter. |
| 15739 | (Symbol::got_offset): Likewise. |
| 15740 | (Symbol::set_got_offset): Likewise. |
| 15741 | (Symbol::has_tls_got_offset): Removed. |
| 15742 | (Symbol::tls_got_offset): Removed. |
| 15743 | (Symbol::set_tls_got_offset): Removed. |
| 15744 | (Symbol::got_offset_): Removed. |
| 15745 | (Symbol::tls_mod_got_offset_): Removed. |
| 15746 | (Symbol::tls_pair_got_offset_): Removed. |
| 15747 | (Symbol::got_offsets_): New field. |
| 15748 | (Symbol::has_got_offset): Removed. |
| 15749 | (Symbol::has_tls_mod_got_offset): Removed. |
| 15750 | (Symbol::has_tls_pair_got_offset): Removed. |
| 15751 | * x86_64.cc (Target_x86_64::Got_type): New enum declaration. |
| 15752 | (Target_x86_64::Scan::local): Updated callers of Output_data_got |
| 15753 | member functions. |
| 15754 | (Target_x86_64::Scan::global): Likewise. |
| 15755 | (Target_x86_64::Relocate::relocate): Likewise. |
| 15756 | (Target_x86_64::Relocate::relocate_tls): Likewise. |
| 15757 | |
| 15758 | 2008-03-25 Ben Elliston <bje@au.ibm.com> |
| 15759 | |
| 15760 | * yyscript.y: Fix spelling error in comment. |
| 15761 | |
| 15762 | 2008-03-24 Ian Lance Taylor <iant@google.com> |
| 15763 | |
| 15764 | * options.h (class General_options): Define build_id option. |
| 15765 | * layout.h (class Layout): Declare write_build_id, create_note, |
| 15766 | create_build_id. Add build_id_note_ member. |
| 15767 | * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>, |
| 15768 | "libiberty.h", "md5.h", "sha1.h". |
| 15769 | (Layout::Layout): Initialize eh_frame_data_, |
| 15770 | eh_frame_hdr_section_, and build_id_note_. |
| 15771 | (Layout::finalize): Call create_build_id. |
| 15772 | (Layout::create_note): New function, broken out of |
| 15773 | Layout::create_gold_note. |
| 15774 | (Layout::create_gold_note): Call create_note. |
| 15775 | (Layout::create_build_id): New function. |
| 15776 | (Layout::write_build_id): New function. |
| 15777 | (Close_task_runner::run): Call write_build_id. |
| 15778 | |
| 15779 | * x86_64.cc: Correct license to GPLv3. |
| 15780 | |
| 15781 | 2008-03-23 Ian Lance Taylor <iant@google.com> |
| 15782 | |
| 15783 | * options.cc: Include "demangle.h". |
| 15784 | (parse_optional_string): New function. |
| 15785 | (parse_long_option): Handle takes_optional_argument. |
| 15786 | (parse_short_option): Update dash_z initializer. Handle |
| 15787 | takes_optional_argument. |
| 15788 | (General_options::General_options): Initialize do_demangle_. |
| 15789 | (General_options::finalize): Set do_demangle_. Handle demangling |
| 15790 | style. |
| 15791 | * options.h (parse_optional_string): Declare. |
| 15792 | (struct One_option): Add optional_arg field. Update constructor. |
| 15793 | Update call constructor calls. Add takes_optional_argument |
| 15794 | function. |
| 15795 | (DEFINE_var): Add optional_arg__ parameter. Change all callers. |
| 15796 | (DEFINE_optional_string): Define. |
| 15797 | (General_options::demangle): Change from DEFINE_bool to |
| 15798 | DEFINE_optional_string. |
| 15799 | (General_options::no_demangle): New function. |
| 15800 | (General_options::do_demangle): New function. |
| 15801 | (General_options::set_do_demangle): New function. |
| 15802 | (General_options::execstack_status_): Move definition to end of |
| 15803 | class definition. |
| 15804 | (General_options::static_): Likewise. |
| 15805 | (General_options::do_demangle_): New field. |
| 15806 | * object.cc (big_endian>::get_symbol_location_info): Call |
| 15807 | Options::do_demangle, not Options::demangle. |
| 15808 | * symtab.cc (demangle): Likewise. |
| 15809 | |
| 15810 | 2008-03-22 Ian Lance Taylor <iant@google.com> |
| 15811 | |
| 15812 | * gold.h: Include <cstddef> and <sys/types.h> |
| 15813 | * options.h: Include <cstring>. |
| 15814 | |
| 15815 | 2008-03-21 Ian Lance Taylor <iant@google.com> |
| 15816 | |
| 15817 | * Added source code to GNU binutils. |
| 15818 | \f |
| 15819 | Copyright (C) 2008-2014 Free Software Foundation, Inc. |
| 15820 | |
| 15821 | Copying and distribution of this file, with or without modification, |
| 15822 | are permitted in any medium without royalty provided the copyright |
| 15823 | notice and this notice are preserved. |
| 15824 | |
| 15825 | Local Variables: |
| 15826 | mode: change-log |
| 15827 | left-margin: 8 |
| 15828 | fill-column: 74 |
| 15829 | version-control: never |
| 15830 | End: |