ELF: Add support for unique section ID to assembler
Clang's integrated assembler supports multiple section with the same
name:
.section .text,"ax",@progbits,unique,1
nop
.section .text,"ax",@progbits,unique,2
nop
"unique,N" assigns the number, N, as the section ID, to a section. The
valid values of the section ID are between 0 and 4294967295. It can be
used to distinguish different sections with the same section name.
This is useful with -fno-unique-section-names -ffunction-sections.
-ffunction-sections by default generates .text.foo, .text.bar, etc.
Using the same string can save lots of space in .strtab.
This patch adds section_id to bfd_section and reuses the linker
internal bit in BFD section flags, SEC_LINKER_CREATED, for assmebler
internal use to mark valid section_id. It also updates objdump to
compare section pointers if 2 sections comes from the same file since
2 different sections can have the same section name.
bfd/
PR gas/25380
* bfd-in2.h: Regenerated.
* ecoff.c (bfd_debug_section): Add section_id.
* section.c (bfd_section): Add section_id.
(SEC_ASSEMBLER_SECTION_ID): New.
(BFD_FAKE_SECTION): Add section_id.
binutils/
PR gas/25380
* objdump.c (sym_ok): Return FALSE if 2 sections are in the
same file with different section pointers.
gas/
PR gas/25380
* config/obj-elf.c (section_match): Removed.
(get_section): Also match SEC_ASSEMBLER_SECTION_ID and
section_id.
(obj_elf_change_section): Replace info and group_name arguments
with match_p. Also update the section ID and flags from match_p.
(obj_elf_section): Handle "unique,N". Update call to
obj_elf_change_section.
* config/obj-elf.h (elf_section_match): New.
(obj_elf_change_section): Updated.
* config/tc-arm.c (start_unwind_section): Update call to
obj_elf_change_section.
* config/tc-ia64.c (obj_elf_vms_common): Likewise.
* config/tc-microblaze.c (microblaze_s_data): Likewise.
(microblaze_s_sdata): Likewise.
(microblaze_s_rdata): Likewise.
(microblaze_s_bss): Likewise.
* config/tc-mips.c (s_change_section): Likewise.
* config/tc-msp430.c (msp430_profiler): Likewise.
* config/tc-rx.c (parse_rx_section): Likewise.
* config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
* doc/as.texi: Document "unique,N" in .section directive.
* testsuite/gas/elf/elf.exp: Run "unique,N" tests.
* testsuite/gas/elf/section15.d: New file.
* testsuite/gas/elf/section15.s: Likewise.
* testsuite/gas/elf/section16.s: Likewise.
* testsuite/gas/elf/section16a.d: Likewise.
* testsuite/gas/elf/section16b.d: Likewise.
* testsuite/gas/elf/section17.d: Likewise.
* testsuite/gas/elf/section17.l: Likewise.
* testsuite/gas/elf/section17.s: Likewise.
* testsuite/gas/i386/unique.d: Likewise.
* testsuite/gas/i386/unique.s: Likewise.
* testsuite/gas/i386/x86-64-unique.d: Likewise.
* testsuite/gas/i386/i386.exp: Run unique and x86-64-unique.
ld/
PR gas/25380
* testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
directives.
* testsuite/ld-i386/tls-gd1.S: Likewise.
* testsuite/ld-x86-64/pr21481b.S: Likewise.
2020-02-03 02:07:51 +01:00
|
|
|
|
2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/25380
|
|
|
|
|
* bfd-in2.h: Regenerated.
|
|
|
|
|
* ecoff.c (bfd_debug_section): Add section_id.
|
|
|
|
|
* section.c (bfd_section): Add section_id.
|
|
|
|
|
(SEC_ASSEMBLER_SECTION_ID): New.
|
|
|
|
|
(BFD_FAKE_SECTION): Add section_id.
|
|
|
|
|
|
2020-02-01 14:13:14 +01:00
|
|
|
|
2020-02-01 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config.bfd: Move the c30-aout and tic30-aout targets onto the
|
|
|
|
|
obsolete list.
|
|
|
|
|
|
2020-01-31 19:34:42 +01:00
|
|
|
|
2020-01-31 Sandra Loosemore <sandra@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel
|
|
|
|
|
encodings are relative to the GOT on nios2, too.
|
|
|
|
|
|
Tidy bfd.pot
This patch removes the leak of Nick's source directory into bfd.pot,
and emits #line for some generated files so that those files aren't
referenced by comments in the .pot file. You can see both of these
effects in the following diff. I've also removed use of an
unnecessary temp file in the make rules.
@@ -92,10 +92,8 @@ msgstr ""
#: elf64-nfp.c:238 elf64-ppc.c:1014 elf64-ppc.c:1349 elf64-ppc.c:1358
#: elf64-s390.c:328 elf64-s390.c:378 elf64-x86-64.c:285 elfn32-mips.c:3786
#: elfxx-ia64.c:324 elfxx-riscv.c:955 elfxx-sparc.c:589 elfxx-sparc.c:639
-#: elfxx-tilegx.c:912 elfxx-tilegx.c:952
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2215
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2313 elf32-ia64.c:214
-#: elf32-ia64.c:3862 elf64-ia64.c:214 elf64-ia64.c:3862
+#: elfxx-tilegx.c:912 elfxx-tilegx.c:952 elfnn-aarch64.c:2215
+#: elfnn-aarch64.c:2313 elfnn-ia64.c:214 elfnn-ia64.c:3862
#, c-format
msgid "%pB: unsupported relocation type %#x"
msgstr ""
* Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
file. Use $< and $@ in rules.
(elf32-aarch64.c, elf64-aarch64.c): Likewise.
(elf32-ia64.c, elf64-ia64.c): Likewise.
(elf32-riscv.c, elf64-riscv.c): Likewise.
(peigen.c, pepigen.c, pex64igen.c): Likewise.
(elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
(elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
(elf32-ia64.c, elf64-ia64.c): Do emit #line.
(peigen.c, pepigen.c, pex64igen.c): Likewise.
* Makefile.in: Regenerate.
2020-01-31 00:51:02 +01:00
|
|
|
|
2020-01-31 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
|
|
|
|
|
file. Use $< and $@ in rules.
|
|
|
|
|
(elf32-aarch64.c, elf64-aarch64.c): Likewise.
|
|
|
|
|
(elf32-ia64.c, elf64-ia64.c): Likewise.
|
|
|
|
|
(elf32-riscv.c, elf64-riscv.c): Likewise.
|
|
|
|
|
(peigen.c, pepigen.c, pex64igen.c): Likewise.
|
|
|
|
|
(elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
|
|
|
|
|
(elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
|
|
|
|
|
(elf32-ia64.c, elf64-ia64.c): Do emit #line.
|
|
|
|
|
(peigen.c, pepigen.c, pex64igen.c): Likewise.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
|
2020-01-30 15:23:59 +01:00
|
|
|
|
2020-01-31 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 4110
|
|
|
|
|
* elf.c (setup_group): Don't clear entire section contents,
|
|
|
|
|
just the padding after group flags. Release alloc'd memory
|
|
|
|
|
after a seek or read failure.
|
|
|
|
|
|
2020-01-15 18:03:48 +01:00
|
|
|
|
2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
|
|
|
|
|
|
|
|
|
|
* peXXigen.c (pe_is_repro): New function.
|
|
|
|
|
(_bfd_XX_print_private_bfd_data_common): Note timestamp is
|
|
|
|
|
actually a build hash if PE_IMAGE_DEBUG_TYPE_REPRO is present.
|
|
|
|
|
|
2020-01-15 19:50:31 +01:00
|
|
|
|
2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
|
|
|
|
|
|
|
|
|
|
* peXXigen.c (debug_type_names): Add names for new debug data type
|
|
|
|
|
values.
|
|
|
|
|
|
2020-01-15 19:48:13 +01:00
|
|
|
|
2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
|
|
|
|
|
|
|
|
|
|
* peXXigen.c (pe_print_debugdata): Fix the iteration variable for
|
|
|
|
|
inner loop. Fix a memory leak.
|
|
|
|
|
|
2020-01-30 07:36:35 +01:00
|
|
|
|
2020-01-30 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* coffgen.c (coff_real_object_p): Don't clear obj_coff_keep_syms
|
|
|
|
|
or obj_coff_keep_strings here.
|
|
|
|
|
(coff_get_normalized_symtab): Free external syms directly.
|
|
|
|
|
* xcofflink.c (xcoff_link_input_bfd): Restore obj_coff_keep_syms
|
|
|
|
|
on error exit path.
|
|
|
|
|
|
2020-01-28 00:19:30 +01:00
|
|
|
|
2020-01-27 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* cpu-riscv.c (riscv_scan): New.
|
|
|
|
|
(N): Change bfd_default_scan to riscv_scan.
|
|
|
|
|
|
2020-01-27 14:09:00 +01:00
|
|
|
|
2020-01-27 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo.
|
|
|
|
|
(ALL_MACHINES_CFILES): Remove cpu-plugin.c.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* cpu-plugin.c: Remove.
|
|
|
|
|
* archures.c (enum bfd_architecture): Remove bfd_arch_plugin.
|
|
|
|
|
(bfd_plugin_arch): Remove declaration.
|
|
|
|
|
* bfd-in2.h: Regenerate.
|
|
|
|
|
* po/SRC-POTFILES.in: Regenerate.
|
|
|
|
|
|
2020-01-27 00:57:42 +01:00
|
|
|
|
2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR ld/25458
|
|
|
|
|
* elflink.c (_bfd_elf_gc_mark_rsec): Mark all weak aliases.
|
|
|
|
|
|
2020-01-24 23:24:09 +01:00
|
|
|
|
2020-01-24 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* elfxx-riscv.c (riscv_get_prefix_class): Format s case like others.
|
|
|
|
|
(riscv_parse_prefixed_ext): Fix s extension comment and reword to
|
|
|
|
|
avoid over long line.
|
|
|
|
|
|
2020-01-24 14:19:48 +01:00
|
|
|
|
2020-01-24 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 25447
|
|
|
|
|
* coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
|
|
|
|
|
syms and keep strings flags as these may have been set in order to
|
|
|
|
|
prevent a bogus call to free.
|
|
|
|
|
|
2020-01-23 15:33:36 +01:00
|
|
|
|
2020-01-23 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/fr.po: Updated French translation.
|
|
|
|
|
|
2020-01-23 02:05:51 +01:00
|
|
|
|
2020-01-23 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 25444
|
|
|
|
|
* elf.c (assign_file_positions_for_load_sections): Avoid divide
|
|
|
|
|
by zero when p_align is zero.
|
|
|
|
|
|
2020-01-23 01:45:04 +01:00
|
|
|
|
2020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
|
|
|
|
|
|
|
|
|
|
* bfd/elfnn-riscv.c (riscv_skip_prefix): New.
|
|
|
|
|
(riscv_prefix_cmp): Likewise.
|
|
|
|
|
(riscv_non_std_ext_p): Deleted.
|
|
|
|
|
(riscv_std_sv_ext_p): Likewise.
|
|
|
|
|
(riscv_non_std_sv_ext_p): Likewise.
|
|
|
|
|
(riscv_merge_non_std_and_sv_ext): Rename to...
|
|
|
|
|
(riscv_merge_multi_letter_ext): and modified to use riscv_prefix_cmp.
|
|
|
|
|
(riscv_merge_arch_attr_info): Replace 3 calls to
|
|
|
|
|
riscv_merge_non_std_and_sv_ext with single call to
|
|
|
|
|
riscv_merge_multi_letter_ext.
|
|
|
|
|
* bfd/elfxx-riscv.c (riscv_parse_std_ext): Break if we
|
|
|
|
|
encounter a 'z' prefix.
|
|
|
|
|
(riscv_get_prefix_class): New function, return prefix class based
|
|
|
|
|
on first few characters of input string.
|
|
|
|
|
(riscv_parse_config): New structure to factor out minor differences
|
|
|
|
|
in extension class parsing behaviour.
|
|
|
|
|
(riscv_parse_sv_or_non_std_ext): Rename to...
|
|
|
|
|
(riscv_parse_prefixed_ext): and parameterise with
|
|
|
|
|
riscv_parse_config.
|
|
|
|
|
(riscv_std_z_ext_strtab, riscv_std_s_ext_strtab): New.
|
|
|
|
|
(riscv_multi_letter_ext_valid_p): New.
|
|
|
|
|
(riscv_ext_x_valid_p, riscv_ext_z_valid_p, riscv_ext_s_valid_p): New.
|
|
|
|
|
(riscv_parse_subset): Delegate all non-single-letter parsing work
|
|
|
|
|
to riscv_parse_prefixed_ext.
|
|
|
|
|
* bfd/elfxx-riscv.h (riscv_isa_ext_class): New type.
|
|
|
|
|
(riscv_get_prefix_class): Declare.
|
|
|
|
|
|
2020-01-22 02:54:56 +01:00
|
|
|
|
2020-01-22 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* elf64-ppc.c (struct ppc_link_hash_table): Add tga_group.
|
|
|
|
|
(ppc64_elf_archive_symbol_lookup): Extract __tls_get_addr_opt for
|
|
|
|
|
__tls_get_addr_desc.
|
|
|
|
|
(ppc64_elf_size_stubs): Add section for linker generated
|
|
|
|
|
__tls_get_addr_desc wrapper function. Loop at least once if
|
|
|
|
|
generating this function.
|
|
|
|
|
(emit_tga_desc, emit_tga_desc_eh_frame): New functions.
|
|
|
|
|
(ppc64_elf_build_stubs): Generate __tls_get_addr_desc.
|
|
|
|
|
|
PowerPC64 __tls_get_addr_desc
This implements register saving and restoring in the __tls_get_addr
call stub, so that when glibc supports the optimized tls call stub gcc
can generate code that assumes only r0, r12 and of course r3 are
changed on a __tls_get_addr call. When gcc expects __tls_get_addr
calls to preserve registers the call will be to __tls_get_addr_desc,
which will be translated by the linker to a call to __tls_get_addr_opt.
bfd/
* elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
* elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
tga_desc_fd.
(is_tls_get_addr): Match tga_desc and tga_desc_df too.
(STDU_R1_0R1, ADDI_R1_R1): Define.
(tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
(ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
tga_desc_fd to opt_fd, and tga_desc to opt. Set
no_tls_get_addr_regsave.
(branch_reloc_hash_match): Add hash3 and hash4.
(ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
(ppc64_elf_size_dynamic_sections): Likewise.
(ppc64_elf_relocate_section): Likewise.
(plt_stub_size, build_plt_stub): Likewise. Size regsave
__tls_get_addr stub.
(build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
eh_frame.
(ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
eh_frame for regsave __tls_get_addr.
gas/
* config/tc-ppc.c (parse_tls_arg): Handle tls arg for
__tls_get_addr_desc and __tls_get_addr_opt.
ld/
* emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
(PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
--tls-get-addr-regsave and --no-tls-get-addr-regsave.
(params): Init new field.
* ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
Document.
* testsuite/ld-powerpc/tlsdesc.s,
* testsuite/ld-powerpc/tlsdesc.d,
* testsuite/ld-powerpc/tlsdesc.wf,
* testsuite/ld-powerpc/tlsdesc2.d,
* testsuite/ld-powerpc/tlsdesc2.wf,
* testsuite/ld-powerpc/tlsexenors.d,
* testsuite/ld-powerpc/tlsexenors.r,
* testsuite/ld-powerpc/tlsexers.d,
* testsuite/ld-powerpc/tlsexers.r,
* testsuite/ld-powerpc/tlsexetocnors.d,
* testsuite/ld-powerpc/tlsexetocrs.d,
* testsuite/ld-powerpc/tlsexetocrs.r,
* testsuite/ld-powerpc/tlsopt6.d,
* testsuite/ld-powerpc/tlsopt6.wf: New.
* testsuite/ld-powerpc/powerpc.exp: Run new tests.
2020-01-20 03:08:00 +01:00
|
|
|
|
2020-01-22 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
|
|
|
|
|
* elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
|
|
|
|
|
tga_desc_fd.
|
|
|
|
|
(is_tls_get_addr): Match tga_desc and tga_desc_df too.
|
|
|
|
|
(STDU_R1_0R1, ADDI_R1_R1): Define.
|
|
|
|
|
(tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
|
|
|
|
|
(ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
|
|
|
|
|
tga_desc_fd to opt_fd, and tga_desc to opt. Set
|
|
|
|
|
no_tls_get_addr_regsave.
|
|
|
|
|
(branch_reloc_hash_match): Add hash3 and hash4.
|
|
|
|
|
(ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
|
|
|
|
|
(ppc64_elf_size_dynamic_sections): Likewise.
|
|
|
|
|
(ppc64_elf_relocate_section): Likewise.
|
|
|
|
|
(plt_stub_size, build_plt_stub): Likewise. Size regsave
|
|
|
|
|
__tls_get_addr stub.
|
|
|
|
|
(build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
|
|
|
|
|
eh_frame.
|
|
|
|
|
(ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
|
|
|
|
|
eh_frame for regsave __tls_get_addr.
|
|
|
|
|
|
2020-01-22 03:32:11 +01:00
|
|
|
|
2020-01-22 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* elf64-ppc.c (ppc64_elf_size_stubs): Correct condition under
|
|
|
|
|
which __tls_get_addr calls will be eliminated.
|
|
|
|
|
|
2020-01-20 16:10:23 +01:00
|
|
|
|
2020-01-20 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/pt.po: Updates Portuguese translation.
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
* po/uk.po: Updated Ukranian translation.
|
|
|
|
|
|
x86-64: Fix TLSDESC relaxation for x32
For x32, we must encode "lea x@TLSDESC(%rip), %reg" with a REX prefix
even if it isn't required. Otherwise linker can’t safely perform
GDesc -> IE/LE optimization. X32 TLSDESC sequences can be:
40 8d 05 00 00 00 00 rex lea x@TLSDESC(%rip), %reg
...
67 ff 10 call *x@TLSCALL(%eax)
or the same sequence as LP64:
48 8d 05 00 00 00 00 lea foo@TLSDESC(%rip), %reg
...
ff 10 call *foo@TLSCALL(%rax)
We need to support both sequences for x32. For both GDesc -> IE/LE
transitions,
67 ff 10 call *x@TLSCALL(%eax)
should relaxed to
0f 1f 00 nopl (%rax)
For GDesc -> LE transition,
40 8d 05 00 00 00 00 rex lea x@TLSDESC(%rip), %reg
should relaxed to
40 c7 c0 fc ff ff ff rex movl $x@tpoff, %reg
For GDesc -> IE transition,
40 8d 05 00 00 00 00 rex lea x@TLSDESC(%rip), %reg
should relaxed to
40 8b 05 00 00 00 00 rex movl x@gottpoff(%rip), %eax
bfd/
PR ld/25416
* elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
"rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
X32 mode.
(elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
transition, relax "rex leal x@tlsdesc(%rip), %reg" to
"rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
"rex leal x@tlsdesc(%rip), %reg" to
"rex movl x@gottpoff(%rip), %eax". For both transitions, relax
"call *(%eax)" to "nopl (%rax)".
gas/
PR ld/25416
* config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
x32 object.
* testsuite/gas/i386/ilp32/x32-tls.d: Updated.
* testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
R_X86_64_GOTPC32_TLSDESC relocation.
ld/
PR ld/25416
* testsuite/ld-x86-64/pr25416-1.s: New file
* testsuite/ld-x86-64/pr25416-1a.d: Likewise.
* testsuite/ld-x86-64/pr25416-1b.d: Likewise.
* testsuite/ld-x86-64/pr25416-1.s: Likewise.
* testsuite/ld-x86-64/pr25416-2.s: Likewise.
* testsuite/ld-x86-64/pr25416-2a.d: Likewise.
* testsuite/ld-x86-64/pr25416-2b.d: Likewise.
* testsuite/ld-x86-64/pr25416-3.d: Likewise.
* testsuite/ld-x86-64/pr25416-3.s: Likewise.
* testsuite/ld-x86-64/pr25416-4.d: Likewise.
* testsuite/ld-x86-64/pr25416-4.s: Likewise.
* testsuite/ld-x86-64/pr25416-5a.c: Likewise.
* testsuite/ld-x86-64/pr25416-5b.s: Likewise.
* testsuite/ld-x86-64/pr25416-5c.s: Likewise.
* testsuite/ld-x86-64/pr25416-5d.s: Likewise.
* testsuite/ld-x86-64/pr25416-5e.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
2020-01-20 15:58:51 +01:00
|
|
|
|
2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/25416
|
|
|
|
|
* elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
|
|
|
|
|
"rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
|
|
|
|
|
X32 mode.
|
|
|
|
|
(elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
|
|
|
|
|
transition, relax "rex leal x@tlsdesc(%rip), %reg" to
|
|
|
|
|
"rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
|
|
|
|
|
"rex leal x@tlsdesc(%rip), %reg" to
|
|
|
|
|
"rex movl x@gottpoff(%rip), %eax". For both transitions, relax
|
|
|
|
|
"call *(%eax)" to "nopl (%rax)".
|
|
|
|
|
|
2020-01-20 03:03:29 +01:00
|
|
|
|
2020-01-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* elf64-ppc.c (LD_R11_0R3, CMPDI_R11_0, STD_R11_0R1, LD_R11_0R1),
|
|
|
|
|
(MTLR_R11): Don't define.
|
|
|
|
|
(LD_R0_0R3, CMPDI_R0_0): Define.
|
|
|
|
|
(build_tls_get_addr_stub): Don't use r11 in stub.
|
|
|
|
|
|
2020-01-20 07:04:20 +01:00
|
|
|
|
2020-01-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* elf64-ppc.c (ppc_elf_hash_entry): New function, use throughout file.
|
|
|
|
|
(defined_sym_val, is_tls_get_addr): Likewise.
|
|
|
|
|
|
2020-01-18 15:12:07 +01:00
|
|
|
|
2020-01-18 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* version.m4 (BFD_VERSION): Set to 2.34.50.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* po/bfd.pot: Regenerate.
|
|
|
|
|
|
2020-01-18 14:50:25 +01:00
|
|
|
|
2020-01-18 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
Binutils 2.34 branch created.
|
|
|
|
|
|
2020-01-17 19:34:03 +01:00
|
|
|
|
2020-01-17 Christian Biesinger <cbiesinger@google.com>
|
|
|
|
|
|
|
|
|
|
* coff-arm.c: Fix spelling error (seperate).
|
|
|
|
|
* elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
|
|
|
|
|
error (seperate).
|
|
|
|
|
* sysdep.h (strnlen): Fix spelling error (seperate).
|
|
|
|
|
|
2020-01-15 15:18:54 +01:00
|
|
|
|
2020-01-15 Lars Brinkhoff <lars@nocrew.org>
|
|
|
|
|
|
|
|
|
|
PR 20694
|
|
|
|
|
* pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
|
|
|
|
|
|
2020-01-14 11:15:53 +01:00
|
|
|
|
2020-01-15 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 25384
|
|
|
|
|
* elf64-ppc.c (ELIMINATE_COPY_RELOCS): Update comment.
|
|
|
|
|
(ppc64_elf_adjust_dynamic_symbol): Don't allow .dynbss copies
|
|
|
|
|
of function symbols unless dot symbols are present. Do warn
|
|
|
|
|
whenever one is created, regardles of whether a PLT entry is
|
|
|
|
|
also emitted for the function symbol.
|
|
|
|
|
|
2020-01-14 01:15:41 +01:00
|
|
|
|
2020-01-14 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* som.c (som_bfd_count_ar_symbols): Error when file position
|
|
|
|
|
of symbols on chains is not strictly increasing.
|
|
|
|
|
|
2020-01-14 00:09:47 +01:00
|
|
|
|
2020-01-14 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vms.h (VMS_DEBUG): Define as 0.
|
|
|
|
|
* vms-alpha.c (image_write): Move debug output after bounds check.
|
|
|
|
|
Tidy bounds check.
|
|
|
|
|
(_bfd_vms_slurp_eihd): Warning fix.
|
|
|
|
|
(_bfd_vms_slurp_etir): Init variables to avoid bogus warnings.
|
|
|
|
|
|
2020-01-13 00:40:41 +01:00
|
|
|
|
2020-01-13 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vms-alpha.c (_bfd_vms_slurp_egsd): Ensure minimum size even
|
|
|
|
|
for "ignored" records.
|
|
|
|
|
|
Memory leaks and ineffective bounds checking in wasm_scan
It's always a bad idea to perform arithmetic on an unknown value read
from an object file before comparing against bounds. Code like the
following attempting to bounds check "len", a 64-bit value, isn't
effective because the pointer arithmetic ignores the high 32 bits when
compiled for a 32-bit host.
READ_LEB128 (len, p, end);
if (p + len < p || p + len > end)
goto error_return;
Instead, perform any arithmetic on known values where we don't need to
worry about overflows:
READ_LEB128 (len, p, end);
if (len > (size_t) (end - p))
goto error_return;
I'll note that this check does do things the right way:
READ_LEB128 (symcount, p, end);
/* Sanity check: each symbol has at least two bytes. */
if (symcount > payload_size / 2)
return FALSE;
"symcount * 2 > payload_size" would be wrong since the multiply could
overflow.
* wasm-module.c (wasm_scan_name_function_section): Formatting.
Delete asect name check. Move asect NULL check to wasm_object_p.
Correct bounds check of sizes against end. Replace uses of
bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
just one bfd_release.
(wasm_scan): Don't use malloc/strdup for section names,
bfd_alloc instead. Simplify code prefixing section name.
Formatting. Don't attempt to free memory here..
(wasm_object_p): ..do so here. Formatting.
2020-01-12 22:42:18 +01:00
|
|
|
|
2020-01-13 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* wasm-module.c (wasm_scan_name_function_section): Formatting.
|
|
|
|
|
Delete asect name check. Move asect NULL check to wasm_object_p.
|
|
|
|
|
Correct bounds check of sizes against end. Replace uses of
|
|
|
|
|
bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
|
|
|
|
|
just one bfd_release.
|
|
|
|
|
(wasm_scan): Don't use malloc/strdup for section names,
|
|
|
|
|
bfd_alloc instead. Simplify code prefixing section name.
|
|
|
|
|
Formatting. Don't attempt to free memory here..
|
|
|
|
|
(wasm_object_p): ..do so here.
|
|
|
|
|
|
2020-01-09 18:20:56 +01:00
|
|
|
|
2020-01-10 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
|
|
|
|
|
|
|
|
|
PR ld/22269
|
|
|
|
|
* elf32-arm.c (elf32_arm_final_link_relocate): Use
|
|
|
|
|
UNDEFWEAK_NO_DYNAMIC_RELOC.
|
|
|
|
|
(allocate_dynrelocs_for_symbol): Likewise.
|
|
|
|
|
|
2020-01-10 14:48:57 +01:00
|
|
|
|
2020-01-10 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR 25210
|
|
|
|
|
* elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.
|
|
|
|
|
|
2020-01-08 21:11:25 +01:00
|
|
|
|
2020-01-10 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* coff-alpha.c (alpha_ecoff_object_p): Calculate size in bfd_size_type.
|
|
|
|
|
|
2020-01-09 16:49:08 +01:00
|
|
|
|
2020-01-09 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 25221
|
|
|
|
|
* bfd.c (bfd_convert_section_contents): Check for a compress
|
|
|
|
|
header size that is larger than the actual section size.
|
|
|
|
|
|
2020-01-08 02:06:01 +01:00
|
|
|
|
2020-01-08 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 25351
|
|
|
|
|
* elflink.c (bfd_elf_final_link): Call _bfd_fix_excluded_sec_syms
|
|
|
|
|
after removing sections.
|
|
|
|
|
|
2020-01-07 00:34:50 +01:00
|
|
|
|
2020-01-06 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
PR 25205
|
|
|
|
|
* elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Add
|
|
|
|
|
check for !bfd_link_pic (info).
|
|
|
|
|
<R_RISCV_CALL_PLT>: Move next to R_RISCV_CALL.
|
|
|
|
|
<R_RISCV_JAL>: Add comment.
|
|
|
|
|
(_bfd_riscv_relax_section): For plt.offset check, add check for
|
|
|
|
|
bfd_link_pic (info). Add comment.
|
|
|
|
|
|
2020-01-06 10:21:22 +01:00
|
|
|
|
2020-01-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* format.c (bfd_check_format_matches): Ignore bfd_error on target
|
|
|
|
|
match failures. Don't init to bfd_error_wrong_format before
|
|
|
|
|
calling _bfd_check_format.
|
|
|
|
|
|
2020-01-06 08:59:14 +01:00
|
|
|
|
2020-01-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vms-alpha.c (_bfd_vms_push, _bfd_vms_pop): Return pass/fail
|
|
|
|
|
status rather than exiting on stack overflow or underflow.
|
|
|
|
|
(_bfd_vms_slurp_etir): Adjust to suit.
|
|
|
|
|
|
2020-01-06 07:42:51 +01:00
|
|
|
|
2020-01-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* som.c (som_bfd_fill_in_ar_symbols): Bounds check som_dict index.
|
|
|
|
|
|
Basic error checking for mach-o
Fixes lots of places the fuzzers are going to find, and the one they
already hit.
* mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
command. Check name offset is within command.
(bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
(bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
(bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
(bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
(bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
(bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
(bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
(bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
(bfd_mach_o_read_note, bfd_mach_o_read_build_version),
(bfd_mach_o_read_segment): Similarly.
(bfd_mach_o_read_thread): Properly bound check thread struct.
Don't repeat checks on second loop.
(bfd_mach_o_read_command): Fail on invalid command length.
2020-01-06 00:31:55 +01:00
|
|
|
|
2020-01-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
|
|
|
|
|
command. Check name offset is within command.
|
|
|
|
|
(bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
|
|
|
|
|
(bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
|
|
|
|
|
(bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
|
|
|
|
|
(bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
|
|
|
|
|
(bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
|
|
|
|
|
(bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
|
|
|
|
|
(bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
|
|
|
|
|
(bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
|
|
|
|
|
(bfd_mach_o_read_note, bfd_mach_o_read_build_version),
|
|
|
|
|
(bfd_mach_o_read_segment): Similarly.
|
|
|
|
|
(bfd_mach_o_read_thread): Properly bound check thread struct.
|
|
|
|
|
Don't repeat checks on second loop.
|
|
|
|
|
(bfd_mach_o_read_command): Fail on invalid command length.
|
|
|
|
|
|
2020-01-02 08:09:32 +01:00
|
|
|
|
2020-01-04 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* format.c (bfd_check_format_matches): Add preserve_match.
|
|
|
|
|
Save initial bfd state in "preserve", matched bfd state in
|
|
|
|
|
"preserve_match". Save just the first match. Release
|
|
|
|
|
bfd_alloc memory. Restore and finish preserved state as
|
|
|
|
|
appropriate on all function exit paths.
|
|
|
|
|
|
2019-12-30 23:25:08 +01:00
|
|
|
|
2020-01-04 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
|
|
|
|
|
|
2020-01-01 00:58:42 +01:00
|
|
|
|
2020-01-04 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* coffgen.c (coff_real_object_p): Free malloc'd memory on target
|
|
|
|
|
match too.
|
|
|
|
|
|
2020-01-03 17:17:53 +01:00
|
|
|
|
2020-01-03 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 25307
|
|
|
|
|
(bfd_pef_parse_function_stubs): Correct the test that ensures that
|
|
|
|
|
there is enough data remaining in the code buffer before
|
|
|
|
|
attempting to read a function stub.
|
|
|
|
|
|
2020-01-03 15:41:02 +01:00
|
|
|
|
2020-01-03 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 25308
|
|
|
|
|
* elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
|
|
|
|
|
return value from bfd_malloc.
|
|
|
|
|
* elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
|
|
|
|
|
(bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
|
|
|
|
|
(elf32_arm_filter_cmse_symbols): Likewise.
|
|
|
|
|
(elf32_arm_write_section): Likewise.
|
|
|
|
|
* mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
|
|
|
|
|
(bfd_mach_o_follow_dsym): Likewise.
|
|
|
|
|
* pef.c (bfd_pef_print_loader_section): Likewise.
|
|
|
|
|
(bfd_pef_scan_start_address): Likewise.
|
|
|
|
|
(bfd_pef_parse_function_stubs): Likewise.
|
|
|
|
|
(bfd_pef_parse_symbols): Likewise.
|
|
|
|
|
|
2020-01-03 12:21:00 +01:00
|
|
|
|
2020-01-03 Sergei Trofimovich <siarheit@google.com>
|
|
|
|
|
|
|
|
|
|
* elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
|
|
|
|
|
on binary inputs ld/PR25316.
|
|
|
|
|
(is_ia64_elf): new helper to filter on ia64 objects.
|
|
|
|
|
|
2020-01-03 10:11:50 +01:00
|
|
|
|
2020-01-03 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
|
|
|
|
|
in parameter names.
|
|
|
|
|
(bfd_mach_o_scan): Insert underscore in two variable names.
|
|
|
|
|
|
2020-01-02 15:10:40 +01:00
|
|
|
|
2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Add z80-elf target support.
|
|
|
|
|
* configure.ac: Likewise.
|
|
|
|
|
* targets.c: Likewise.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* config.bfd: Add z80-elf target support and new arches: ez80 and
|
|
|
|
|
z180.
|
|
|
|
|
* elf32-z80.c: New file.
|
|
|
|
|
* archures.c: Add new z80 architectures: eZ80 and Z180.
|
|
|
|
|
* coffcode.h: Likewise.
|
|
|
|
|
* cpu-z80.c: Likewise.
|
|
|
|
|
* coff-z80.c: Add new relocations for Z80 target and local label
|
|
|
|
|
check.
|
|
|
|
|
* reloc.c: Add new relocs.
|
|
|
|
|
* bfd-in2.h: Regenerate.
|
|
|
|
|
* libbfd.h: Regenerate.
|
|
|
|
|
|
2020-01-02 15:06:01 +01:00
|
|
|
|
2020-01-02 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR 25210
|
|
|
|
|
PR 24753
|
|
|
|
|
* elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
|
|
|
|
|
|
2020-01-01 09:22:19 +01:00
|
|
|
|
2020-01-01 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
Update year range in copyright notice of all files.
|
|
|
|
|
|
2020-01-01 08:37:11 +01:00
|
|
|
|
For older changes see ChangeLog-2019
|
2016-01-01 11:44:31 +01:00
|
|
|
|
|
2020-01-01 08:37:11 +01:00
|
|
|
|
Copyright (C) 2020 Free Software Foundation, Inc.
|
2016-01-01 11:44:31 +01:00
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|