c2053be691a68b7d5bcb0bdde8e4eaefbb2348e2
[external/binutils.git] / bfd / ChangeLog
1 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR ld/14207
4         PR ld/16322
5         PR binutils/16323
6         * elf.c (_bfd_elf_map_sections_to_segments): Don't check section
7         size for PT_GNU_RELRO segment.
8         (assign_file_positions_for_load_sections): If PT_LOAD segment
9         doesn't fit PT_GNU_RELRO segment, adjust its p_filesz and p_memsz.
10
11 2014-01-07  Tom Tromey  <tromey@redhat.com>
12
13         * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility
14         wrappers.
15
16 2014-01-03  Nick Clifton  <nickc@redhat.com>
17
18         PR binutils/16199
19         * elf.c (vma_page_aligned_bias): Handle a maxpagesize value of
20         zero.
21
22 2014-01-02  Yuanhui Zhang  <asmwarrior@gmail.com>
23
24         PR binutils/14289
25         * pef.c (bfd_pef_xlib_read_header): Increase buffer size to 80.
26
27 2014-01-02  Nick Clifton  <nickc@redhat.com>
28
29         PR binutils/11983
30         * archive.c (_bfd_get_elt_at_filepos): Store a copy of the
31         filename in the bfd's filename field.
32         * elfcode.h (bfd_from_remote_memory): Likewise.
33         * ieee.c (ieee_object_p): Likewise.
34         * mach-o.c (bfd_mach_o_fat_member_init): Likewise.
35         * oasys.c (oasys_openr_next_archived_file): Likewise.
36         * vms-lib.c (_bfd_vms_lib_get_module): Likewise.
37         * opncls.c (bfd_fopen): Likewise.
38         (bfd_openstreamr): Likewise.
39         (bfd_openr_iovec): Likewise.
40         (bfd_openw): Likewise.
41         (bfd_create): Likewise.
42         (_bfd_delete_bfd): Free filename.
43
44 For older changes see ChangeLog-2013
45 \f
46 Copyright (C) 2014 Free Software Foundation, Inc.
47
48 Copying and distribution of this file, with or without modification,
49 are permitted in any medium without royalty provided the copyright
50 notice and this notice are preserved.
51
52 Local Variables:
53 mode: change-log
54 left-margin: 8
55 fill-column: 74
56 version-control: never
57 End: