summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/ChangeLog')
-rw-r--r--binutils-2.25/binutils/ChangeLog93
1 files changed, 61 insertions, 32 deletions
diff --git a/binutils-2.25/binutils/ChangeLog b/binutils-2.25/binutils/ChangeLog
index c2f69e9c..9f7e17c0 100644
--- a/binutils-2.25/binutils/ChangeLog
+++ b/binutils-2.25/binutils/ChangeLog
@@ -1,8 +1,8 @@
-2014-11-17 Nick Clifton <nickc@redhat.com>
+2014-12-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
- Apply trunk patches:
+ * readelf.c (arm_attr_tag_ABI_VFP_args): Add "compatible".
- 2014-11-14 Nick Clifton <nickc@redhat.com>
+2014-11-14 Nick Clifton <nickc@redhat.com>
PR binutils/17512
* dwarf.c (get_encoded_value): Add an 'end' parameter. Change the
@@ -16,7 +16,7 @@
read. Update call to get_encoded_value. Warn if the read CFA
expressions are too big.
- 2014-11-13 Nick Clifton <nickc@redhat.com>
+2014-11-13 Nick Clifton <nickc@redhat.com>
PR binutils/17531
* readelf.c (process_version_sections): If the read of the version
@@ -30,7 +30,7 @@
(print_gnu_note): Do not print the note if the descsz is too
small.
- 2014-11-12 Nick Clifton <nickc@redhat.com>
+2014-11-12 Nick Clifton <nickc@redhat.com>
PR binutils/17512
* dwarf.c (read_and_display_attr_value): Check that we do not read
@@ -50,7 +50,7 @@
string table. Avoid walking off the end of the stabs data.
* stabs.c (parse_stab_string): Add check for a NULL name.
- 2014-11-11 Nick Clifton <nickc@redhat.com>
+2014-11-11 Nick Clifton <nickc@redhat.com>
PR binutils/17531
* binutils/readelf.c (dynamic_nent): Change type to size_t.
@@ -77,17 +77,21 @@
size_t. Skip processing of sections headers if there are none.
Improve out of memory error messages.
- 2014-11-11 Nick Clifton <nickc@redhat.com>
+2014-11-11 Nick Clifton <nickc@redhat.com>
+
+ * po/fr.po: Updated French translation.
+
+2014-11-11 Nick Clifton <nickc@redhat.com>
PR binutils/17531
* readelf.c (display_arm_attribute): Avoid reading off the end of
the buffer when processing a Tag_nodefaults.
- 2014-11-10 Nick Clifton <nickc@redhat.com>
+2014-11-10 Nick Clifton <nickc@redhat.com>
PR binutils/17531
- * readelf.c (ia64_process_unwind): Replace assertion with an error
- message. Add range checking for group section indicies.
+ * (ia64_process_unwind): Replace assertion with an error message.
+ Add range checking for group section indicies.
(hppa_process_unwind): Replace assertion with an error message.
(process_syminfo): Likewise.
(decode_arm_unwind_bytecode): Add range checking.
@@ -98,13 +102,18 @@
(display_tic6x_attribute): Likewise.
(display_msp430x_attribute): Likewise.
- 2014-11-10 Nick Clifton <nickc@redhat.com>
+2014-11-10 Nick Clifton <nickc@redhat.com>
PR binutils/17552
- * objcopy.c (copy_archive): Clean up temporary files even if an
- error occurs.
+ * (copy_archive): Clean up temporary files even if an error
+ occurs.
+
+2014-11-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ * readelf.c (process_dynamic_section): Cast time value to unsigned
+ long to print.
- 2014-11-07 Nick Clifton <nickc@redhat.com>
+2014-11-07 Nick Clifton <nickc@redhat.com>
PR binutils/17531
* readelf.c (get_data): Avoid allocating memory when we know that
@@ -124,7 +133,7 @@
(display_msp430x_attribute): Likewise.
(process_mips_specific): Add range check.
- 2014-11-06 Nick Clifton <nickc@redhat.com>
+2014-11-06 Nick Clifton <nickc@redhat.com>
PR binutils/17552, binutils/17533
* bucomm.c (is_valid_archive_path): New function. Returns false
@@ -136,7 +145,7 @@
* doc/binutils.texi: Update documentation to mention the
limitation on pathname of archive members.
- 2014-11-05 Nick Clifton <nickc@redhat.com>
+2014-11-05 Nick Clifton <nickc@redhat.com>
PR binutils/17531
* readelf.c (printable_section_name): New function.
@@ -158,7 +167,7 @@
small.
(process_mips_specific): Check for a corrupt GOT symbol offset.
- 2014-11-05 Nick Clifton <nickc@redhat.com>
+2014-11-05 Nick Clifton <nickc@redhat.com>
PR binutils/17533
* bucomm.c (is_valid_archive_path): New function.
@@ -167,7 +176,15 @@
member filename before extracting it.
* objcopy.c (copy_archive): Likewise.
- 2014-11-04 Nick Clifton <nickc@redhat.com>
+2014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * readelf.c (process_mips_specific): Fix format string warning.
+
+2014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
+
+ * readelf.c (process_mips_specific): Rename index to idx.
+
+2014-11-04 Nick Clifton <nickc@redhat.com>
PR binutils/17531
* readelf.c (get_data): If the reason parameter is null, do not
@@ -179,6 +196,7 @@
(get_file_header): Pass TRUE to get_section_headers.
(process_dynamic_section): Change an assert to an error message.
(process_symbol_table): Handle corrupt histograms.
+
(get_32bit_program_headers): Verify program header entry size
before reading in the program headers.
(get_64bit_program_headers): Likewise.
@@ -190,27 +208,44 @@
the section before attempting to read the length of the next
attribute.
- 2014-11-03 Nick Clifton <nickc@redhat.com>
+2014-11-03 Nick Clifton <nickc@redhat.com>
PR binutils/17512
* objdump.c (slurp_symtab): Fail gracefully if the table could not
be read.
(dump_relocs_in_section): Likewise.
-2014-11-11 Nick Clifton <nickc@redhat.com>
-
- * po/fr.po: Updated French translation.
-
2014-11-03 Nick Clifton <nickc@redhat.com>
* po/fi.po: Updated Finnish translation.
* po/sv.po: Updated Swedish translation.
+2014-11-01 Hans-Peter Nilsson <hp@axis.com>
+
+ * readelf.c (get_32bit_elf_symbols): Cast error
+ parameters of bfd_size_type with the %lx format to
+ unsigned long.
+
+2014-10-31 Andrew Pinski <apinski@cavium.com>
+ Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
+
+ * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
+
+2014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * cxxfilt.c (main): Add case for dlang_demangling style.
+
2014-10-31 Nick Clifton <nickc@redhat.com>
- Apply trunk patch:
+ PR binutils/17512
+ * readelf.c (process_program_headers): Avoid memory exhaustion due
+ to corrupt values in a dynamis segment header.
+ (get_32bit_elf_symbols): Do not attempt to read an over-large
+ section.
+ (get_64bit_elf_symbols): Likewise.
+
+2014-10-31 Nick Clifton <nickc@redhat.com>
- 2014-10-31 Nick Clifton <nickc@redhat.com>
* strings.c: Add new command line option --data to only scan the
initialized, loadable data secions of binaries. Choose the
default behaviour of --all or --data based upon a configure
@@ -226,9 +261,6 @@
2014-10-30 Nick Clifton <nickc@redhat.com>
- Apply trunk patch:
-
- 2014-10-30 Nick Clifton <nickc@redhat.com>
* readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
there is a single string for translation.
(dynamic_section_mips_val): Likewise.
@@ -239,11 +271,8 @@
* po/sr.po: New Serbian translation.
* po/sv.po: Updated Swedish translation.
-2014-10-28 Matthew Fortune <matthew.fortune@imgtec.com>
-
- Apply trunk patch:
+2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
- 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
* readelf.c (print_mips_ases): Print unknown ASEs.
(print_mips_isa_ext): Print the value of an unknown extension.