2016-04-16 07:20:02 +08:00
|
|
|
|
2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerated with automake 1.11.6.
|
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
|
|
2016-04-14 19:04:09 +08:00
|
|
|
|
2016-04-14 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR target/19938
|
|
|
|
|
* testsuite/binutils-all/i386/compressed-1b.d: Allow for the
|
|
|
|
|
string sections possibly having the SHF_STRINGS flag bit set.
|
|
|
|
|
* testsuite/binutils-all/i386/compressed-1c.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/readelf.s: Likewise.
|
|
|
|
|
* testsuite/binutils-all/readelf.s-64: Likewise.
|
|
|
|
|
* testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
|
|
|
|
|
|
2016-04-13 22:37:55 +08:00
|
|
|
|
2016-04-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
2016-04-14 19:04:09 +08:00
|
|
|
|
PR target/19938
|
2016-04-13 22:37:55 +08:00
|
|
|
|
* readelf.c (get_solaris_section_type): New function: Returns the
|
|
|
|
|
name of Solaris specific section types.
|
|
|
|
|
(get_solaris_dynamic_type): New function: Return the name of
|
|
|
|
|
Solaris specific dynamic types.
|
|
|
|
|
(get_dynamic_type): Use get_solaris_dynamic_type.
|
|
|
|
|
(get_section_type_name): Use get_solaris_section_type.
|
|
|
|
|
(get_solaris_symbol_visibility): New function: Returns Solaris
|
|
|
|
|
specific symbol visibilities.
|
|
|
|
|
(print_dynamic_symbol): Use get_solaris_symbol_visibility.
|
|
|
|
|
(process_symbol_table): Likewise.
|
|
|
|
|
|
2016-04-13 16:56:30 +08:00
|
|
|
|
2016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.h (init_dwarf_regnames_s390): Declare.
|
|
|
|
|
* dwarf.c (dwarf_regnames_s390): New.
|
|
|
|
|
(init_dwarf_regnames_s390): New.
|
|
|
|
|
(init_dwarf_regnames): Call it.
|
|
|
|
|
* objdump.c (dump_dwarf): Likewise.
|
|
|
|
|
|
2016-04-12 00:56:01 +08:00
|
|
|
|
2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/binutils-all/mips/mips16-undecoded.d: New test.
|
|
|
|
|
* testsuite/binutils-all/mips/mips16-undecoded.s: New test
|
|
|
|
|
source.
|
|
|
|
|
* testsuite/binutils-all/mips/mips.exp: Run the new test.
|
|
|
|
|
|
2016-04-04 19:53:33 +08:00
|
|
|
|
2016-04-04 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 19872
|
|
|
|
|
* dwarf.c (display_debug_aranges): Skip warning about unrecognised
|
|
|
|
|
version number if the version is zero.
|
|
|
|
|
|
2016-03-29 14:41:46 +08:00
|
|
|
|
2016-03-29 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
|
|
|
|
|
(get_dynamic_data): Likewise.
|
|
|
|
|
|
2016-03-22 17:41:16 +08:00
|
|
|
|
2016-03-22 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
2016-03-22 21:25:22 +08:00
|
|
|
|
PR 19851
|
|
|
|
|
* dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
|
|
|
|
|
with run time size check.
|
|
|
|
|
|
2016-03-22 17:41:16 +08:00
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2016-03-16 05:51:50 +08:00
|
|
|
|
2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (decode_ARC_machine_flags): Handle nps400.
|
|
|
|
|
|
arc: Remove EF_ARC_CPU_GENERIC constant.
The constant EF_ARC_CPU_GENERIC is defined in the include/elf/arc.h
file, and is used in a few places in binutils, however, this constant
should never make it into the elf header flags; we always set a valid
cpu type in the assembler, which should then be copied over during
linking.
There are some non-gnu arc compilers that don't write an architecture
type into the e_flags field, instead leaving the field as 0, which is
the EF_ARC_CPU_GENERIC value. This non-gnu compiler uses the machine
type to distinguish between the old and newer arc architectures, setting
the machine type to EM_ARC_COMPACT for old arc600, arc601, and arc700
architectures, while using EM_ARC_COMPACT2 for newer arcem and archs
architectures.
Previously when displaying the machine flags for an older EM_ARC_COMPACT
machine, if the e_flags had not been filled in, then we relied on the
default case statement to display the message "Generic ARCompact", while
in the EM_ARC_COMPACT2 case we specifically handled EF_ARC_CPU_GENERIC
to print "ARC Generic", leaving the default case to print a message
about unrecognised cpu flag.
After this commit EF_ARC_CPU_GENERIC has been removed, for both machine
types EM_ARC_COMPACT and EM_ARC_COMPACT2 we now rely on the default case
statement to handle the situation where the e_flags has not been filled
in. The message displayed is now "Unknown ARCompact" (for older arc
architectures) and "Unknown ARC" (for the newer architectures). The
switch from "Generic" to "Unknown" in the message string is for clarity,
calling the file "Generic" can give the impression that the file is
compiled for a common sub-set of the architectures, and would therefore
run on any type of machine (or at least any type of new or old machine
depending on if the machine type is ARC or ARCv2). However, this was
not what "Generic" meant, it really meant "Unknown", so that's what we
now say.
As part of the merging of the readelf flag reading code, I have unified
the strings used in displaying the ELF ABI. This means that for older
arc machines (arc600, arc601, and arc700) the string used for the
original ABI, and ABIv2 have changed, the current ABIv3 remains the
same. For the newer architectures (arcem and archs) the abi strings
remain unchanged in all cases.
bfd/ChangeLog:
* elf32-arc.c (arc_elf_print_private_bfd_data): Remove use of
EF_ARC_CPU_GENERIC.
(arc_elf_final_write_processing): Don't bother setting cpu field
in e_flags, this will have been set elsewhere.
binutils/ChangeLog:
* readelf.c (get_machine_flags): Move arc processing into...
(decode_ARC_machine_flags): ... new function. Remove use of
EF_ARC_CPU_GENERIC, change default case from "generic arc" to
"unknown arc". Merged ABI printing between two machine types.
gas/ChangeLog:
* config/tc-arc.c (arc_select_cpu): Remove use of
EF_ARC_CPU_GENERIC.
include/ChangeLog:
* elf/arc.h (EF_ARC_CPU_GENERIC): Delete. Update related comment.
2016-03-16 05:38:30 +08:00
|
|
|
|
2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_machine_flags): Move arc processing into...
|
|
|
|
|
(decode_ARC_machine_flags): ... new function. Remove use of
|
|
|
|
|
EF_ARC_CPU_GENERIC, change default case from "generic arc" to
|
|
|
|
|
"unknown arc". Merged ABI printing between two machine types.
|
|
|
|
|
|
2016-03-01 19:41:12 +08:00
|
|
|
|
2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
|
|
|
|
|
to the architecture list.
|
|
|
|
|
|
2016-03-22 00:31:46 +08:00
|
|
|
|
2016-03-21 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dlltool.c: Replace use of alloca with call to xmalloc.
|
|
|
|
|
* dllwrap.c: Likewise.
|
|
|
|
|
* nlmconv.c: Likewise.
|
|
|
|
|
* objdump.c: Likewise.
|
|
|
|
|
* resrc.c: Likewise.
|
|
|
|
|
* winduni.c: Likewise.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2016-03-08 01:29:25 +08:00
|
|
|
|
2016-03-07 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/19775
|
|
|
|
|
* testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
|
|
|
|
|
Run the new proc.
|
|
|
|
|
* testsuite/binutils-all/empty: New, empty, file.
|
|
|
|
|
|
2016-03-04 22:16:48 +08:00
|
|
|
|
2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
|
|
|
|
|
|
2016-02-26 22:44:03 +08:00
|
|
|
|
2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/19645
|
|
|
|
|
* NEWS: Mention --elf-stt-common= for objcopy.
|
|
|
|
|
* doc/binutils.texi: Document --elf-stt-common= for objcopy.
|
|
|
|
|
* objcopy.c (do_elf_stt_common): New.
|
|
|
|
|
(command_line_switch): Add OPTION_ELF_STT_COMMON.
|
|
|
|
|
(copy_options): Add --elf-stt-common=.
|
|
|
|
|
(copy_usage): Add --elf-stt-common=.
|
|
|
|
|
(copy_object): Also check do_elf_stt_common for ELF targets.
|
|
|
|
|
(copy_file): Handle do_elf_stt_common.
|
|
|
|
|
(copy_main): Handle OPTION_ELF_STT_COMMON.
|
|
|
|
|
* readelf.c (apply_relocations): Support STT_COMMON.
|
|
|
|
|
* testsuite/binutils-all/common-1.s: New file.
|
|
|
|
|
* testsuite/binutils-all/common-1a.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-1b.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-1c.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-1d.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-1e.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-1f.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-2.s: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-2a.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-2b.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-2c.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-2d.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-2e.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/common-2f.d: Likewise.
|
|
|
|
|
* testsuite/binutils-all/objcopy.exp
|
|
|
|
|
(objcopy_test_elf_common_symbols): New proc.
|
|
|
|
|
Run objcopy_test_elf_common_symbols for ELF targets
|
|
|
|
|
|
2016-02-17 07:03:39 +08:00
|
|
|
|
2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/19647
|
|
|
|
|
* readelf.c (get_section_type_name): Add a missing break.
|
|
|
|
|
|
2016-02-16 22:56:04 +08:00
|
|
|
|
2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
|
|
|
|
|
|
2016-02-15 19:11:46 +08:00
|
|
|
|
2016-02-15 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_section_type_name): Add hex prefix to offsets
|
|
|
|
|
printed for LOPROC and LOOS values. Ensure that a result is
|
|
|
|
|
always returned for the V850 target, even when an unrecognised
|
|
|
|
|
processor specific value is encountered.
|
|
|
|
|
(process_section_headers): Display key values in the order in
|
|
|
|
|
which they appear to the user. Add the "C (compressed)" value to
|
|
|
|
|
the list.
|
|
|
|
|
|
2016-02-13 05:38:57 +08:00
|
|
|
|
2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* doc/binutils.texi: Fix a typo.
|
|
|
|
|
|
2016-02-05 17:58:01 +08:00
|
|
|
|
2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/binutils-all/objdump.exp: Update expected default
|
|
|
|
|
architecture value for ARC binaries.
|
|
|
|
|
|
2016-02-02 19:30:21 +08:00
|
|
|
|
2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/19547
|
|
|
|
|
* testsuite/binutils-all/objcopy.exp
|
|
|
|
|
(objcopy_test_without_global_symbol): New proc.
|
|
|
|
|
Run objcopy_test_without_global_symbol.
|
|
|
|
|
* testsuite/binutils-all/pr19547.c: New file.
|
|
|
|
|
|
2016-01-29 05:29:53 +08:00
|
|
|
|
2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/19523
|
|
|
|
|
* Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
|
|
|
|
|
runtest.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
* testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
|
|
|
|
|
proc.
|
|
|
|
|
Run test_gnu_debuglink for native ELF build.
|
|
|
|
|
|
2016-01-20 22:52:33 +08:00
|
|
|
|
2016-01-20 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 19495
|
|
|
|
|
* testsuite/binutils-all/dlltool.exp: Fix tests for targets which
|
2016-02-05 17:58:01 +08:00
|
|
|
|
do not support inserting leading underscores.
|
2016-01-20 22:52:33 +08:00
|
|
|
|
|
2016-01-20 20:53:50 +08:00
|
|
|
|
2016-01-20 Mickael Guene <mickael.guene@st.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_elf_section_flags): Display y letter for section
|
|
|
|
|
with SHF_ARM_NOREAD section flag in readelf section output.
|
|
|
|
|
(process_section_headers): Add y letter in readelf section output
|
|
|
|
|
key mapping for ARM architecture.
|
|
|
|
|
* objdump.c (dump_section_header): Display NOREAD attributes as
|
|
|
|
|
well.
|
|
|
|
|
* doc/binutils.texi (objdump): Note that it is correct for
|
|
|
|
|
sections to have both the READONLY and NOREAD attributes.
|
|
|
|
|
|
2016-01-20 01:06:33 +08:00
|
|
|
|
2016-01-19 John Baldwin <jhb@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
|
|
|
|
|
|
2015-12-14 14:26:19 +08:00
|
|
|
|
2016-01-19 John Baldwin <jhb@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_freebsd_elfcore_note_type): New
|
|
|
|
|
(process_note): Add support for FreeBSD core notes.
|
|
|
|
|
|
Add PIC and TLS support to the ARC target.
bfd/ChangeLog:
* arc-plt.def: New file.
* arc-plt.h: Likewise.
* elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
(name_for_global_symbol): Added.
(ADD_RELA): Helper to create dynamic relocs.
(new_got_entry_to_list): Create a new got entry in linked list.
(symbol_has_entry_of_type): Search for specific type of entry in
list.
(is_reloc_for_GOT): return FALSE for any TLS related relocs.
(is_reloc_for_TLS, arc_elf_set_private_flags)
(arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
(arc_elf_merge_private_bfd_data): New functions.
(debug_arc_reloc): Cleaned debug info printing.
(PDATA reloc): Changed not to perform address alignment.
(reverse_me): Added. Fix for ARC_32 relocs.
(arc_do_relocation): Return bfd_reloc_of when no relocation should
occur.
(arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
Changed function to access an array of list of GOT entries instead
of just an array of offsets.
(elf_arc_relocate_section): Added support for PIC and TLS related relocations.
(elf_arc_check_relocs): Likewise.
(elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
(elf_arc_finish_dynamic_sections): Likewise
(arc_create_dynamic_sections): Modified conditions to create
dynamic sections.
(ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
(plt_do_relocs_for_symbol, relocate_plt_for_symbol)
(relocate_plt_for_entry): Changed to support new way to define PLT
related code.
(add_symbol_to_plt): Likewise.
(arc_elf_link_hash_table_create): New function.
include/ChangeLog:
* elf/arc-reloc.def (ARC_32, ARC_GOTPC, ARC_TLS_GD_GOT)
(ARC_TLS_IE_GOT, ARC_TLS_DTPOFF, ARC_TLS_DTPOFF_S9, ARC_TLS_LE_S9)
(ARC_TLS_LE_32): Fixed formula.
(ARC_TLS_GD_LD): Use new special function.
* opcode/arc-func.h: Changed all the replacement
functions to clear the patching bits before doing an or it with the value
argument.
2016-01-19 23:25:58 +08:00
|
|
|
|
2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
|
|
|
|
|
Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_machine_flags): Add support for newer ARC ELF
|
|
|
|
|
header flags.
|
|
|
|
|
|
2016-01-18 13:36:49 +08:00
|
|
|
|
2016-01-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2016-01-17 09:50:55 +08:00
|
|
|
|
2016-01-17 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2016-01-17 09:43:43 +08:00
|
|
|
|
2016-01-17 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/lib/binutils-common.exp (is_elf_format): Return true
|
|
|
|
|
for m68hc11/12 and xgate triples.
|
|
|
|
|
|
2016-01-17 09:43:30 +08:00
|
|
|
|
2016-01-17 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
|
|
|
|
|
|
2016-01-01 19:25:12 +08:00
|
|
|
|
2016-01-01 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
Update year range in copyright notice of all files.
|
|
|
|
|
|
2016-01-01 18:44:31 +08:00
|
|
|
|
For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
|
|
|
|
|
|
|
|
|
|
Copyright (C) 2016 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
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:
|