bfd/
[external/binutils.git] / bfd / ChangeLog
1 2010-01-12  Tristan Gingold  <gingold@adacore.com>
2
3         * makefile.vms (CFLAGS): Turns warnings into informational messages.
4
5 2010-01-11  Tristan Gingold  <gingold@adacore.com>
6
7         * mach-o.h: Add x86-64 relocation types.
8
9 2010-01-11  Tristan Gingold  <gingold@adacore.com>
10
11         * mach-o.h (bfd_mach_o_backend_data): Add arch field.
12         (bfd_mach_o_set_arch_mach): New prototype.
13         * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
14         (bfd_mach_o_set_arch_mach): New function.
15         (bfd_mach_o_gen_mkobject): New function.
16         Set TARGET_ARCHITECTURE for the generic back-ends.
17         * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
18         Check that TARGET_ARCHITECTURE is defined.
19         Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
20         * mach-o-i386.c (TARGET_ARCHITECTURE): Define.
21
22 2010-01-11  Tristan Gingold  <gingold@adacore.com>
23
24         * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
25
26 2010-01-11  Nick Clifton  <nickc@redhat.com>
27
28         * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
29         handling of R_V850_HI16_S relocation.
30
31 2010-01-11  Alan Modra  <amodra@gmail.com>
32
33         PR 11103
34         * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
35
36 2010-01-11  Alan Modra  <amodra@gmail.com>
37
38         PR 6832
39         * dwarf2.c (struct comp_unit): Add sec_info_ptr.
40         (find_abstract_instance_name): Use it.
41         (parse_comp_unit): Set it.
42
43 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44
45         * Makefile.in: Regenerate.
46         * configure: Regenerate.
47
48 2010-01-08  Tristan Gingold  <gingold@adacore.com>
49
50         * archive.c: Remove bfd_special_undocumented_glue.
51
52 2010-01-08  Alan Modra  <amodra@gmail.com>
53
54         PR ld/11133
55         * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
56         * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
57         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
58
59 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
60
61         PR ld/11138
62         * elflink.c (elf_link_check_versioned_symbol): Don't abort if
63         a symbol referenced by DSO is is defined in a non-shared object
64         and forced local.
65
66 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
67
68         PR ld/11133
69         * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
70         undefined __start_XXX/__stop_XXX in all input files and set
71         SEC_KEEP.
72
73 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
74
75         PR ld/11143
76         * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
77
78 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
79
80         * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
81         before including procfs.h.
82         (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
83         * configure.in: Added autoconf probe for the pr_fpreg member.
84         * configure: Regenerated.
85         * config.in: Regenerated.
86         * elf.c: Define _STRUCTURE_PROC before including procfs.h.
87
88 2010-01-04  Joel Brobecker  <brobecker@adacore.com>
89
90         Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
91         * dwarf2.c (concat_filename): Rename dirname with dir_name
92         to void shadowing the dirname function.
93         Rename subdirname with subdir_name to stay consistent with
94         the new dir_name variable name.
95
96 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
97
98         * archures.c: Add bfd_mach_ppc_e500mc64.
99         * bfd-in2.h: Regenerate.
100         * cpu-powerpc.c (bfd_powerpc_archs): Add entry for
101         bfd_mach_ppc_e500mc64.
102
103 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
104
105         Fix -Wshadow warnings (seen on ppc-aix)
106         * xcofflink.c: Replace finfo by flinfo throughout.
107
108 For older changes see ChangeLog-2009
109 \f
110 Local Variables:
111 mode: change-log
112 left-margin: 8
113 fill-column: 74
114 version-control: never
115 End: