* config/tc-h8300.c (h8300_elf_section): New function - issue a
[binutils.git] / bfd / ChangeLog
blob06bbc5b7e82c7b55ceff04f740252f6958a23af3
1 2010-01-13  Tristan Gingold  <gingold@adacore.com>
3         * config.bfd: Remove duplicated target vector for i386-*-darwin.
4         Appends new arch instead of overriding.
5         Use mach_o_x86_64_vec for x86_64-*-darwin.
6         * configure.in: Add mach_o_x86_64_vec.
7         * configure: Regenerate.
8         * targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
9         * Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
10         (BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
11         * Makefile.in: Regenerate.
12         * mach-o-x86-64.c: New file.
14 2010-01-13  Tristan Gingold  <gingold@adacore.com>
16         * reloc.c: Add MACH_O_X86_64 relocations.
17         * bfd-in2.h: Regenerate.
18         * libbfd.h: Regenerate.
20 2010-01-13  Tristan Gingold  <gingold@adacore.com>
22         * archive.c (normalize): Use lbasename.
23         (bfd_bsd_truncate_arname): Ditto.
24         (bfd_gnu_truncate_arname): Ditto.
26 2010-01-12  Tristan Gingold  <gingold@adacore.com>
28         * makefile.vms (CFLAGS): Turns warnings into informational messages.
30 2010-01-11  Tristan Gingold  <gingold@adacore.com>
32         * mach-o.h: Add x86-64 relocation types.
34 2010-01-11  Tristan Gingold  <gingold@adacore.com>
36         * mach-o.h (bfd_mach_o_backend_data): Add arch field.
37         (bfd_mach_o_set_arch_mach): New prototype.
38         * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
39         (bfd_mach_o_set_arch_mach): New function.
40         (bfd_mach_o_gen_mkobject): New function.
41         Set TARGET_ARCHITECTURE for the generic back-ends.
42         * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
43         Check that TARGET_ARCHITECTURE is defined.
44         Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
45         * mach-o-i386.c (TARGET_ARCHITECTURE): Define.
47 2010-01-11  Tristan Gingold  <gingold@adacore.com>
49         * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
51 2010-01-11  Nick Clifton  <nickc@redhat.com>
53         * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
54         handling of R_V850_HI16_S relocation.
56 2010-01-11  Alan Modra  <amodra@gmail.com>
58         PR 11103
59         * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
61 2010-01-11  Alan Modra  <amodra@gmail.com>
63         PR 6832
64         * dwarf2.c (struct comp_unit): Add sec_info_ptr.
65         (find_abstract_instance_name): Use it.
66         (parse_comp_unit): Set it.
68 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70         * Makefile.in: Regenerate.
71         * configure: Regenerate.
73 2010-01-08  Tristan Gingold  <gingold@adacore.com>
75         * archive.c: Remove bfd_special_undocumented_glue.
77 2010-01-08  Alan Modra  <amodra@gmail.com>
79         PR ld/11133
80         * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
81         * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
82         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
84 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
86         PR ld/11138
87         * elflink.c (elf_link_check_versioned_symbol): Don't abort if
88         a symbol referenced by DSO is is defined in a non-shared object
89         and forced local.
91 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
93         PR ld/11133
94         * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
95         undefined __start_XXX/__stop_XXX in all input files and set
96         SEC_KEEP.
98 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
100         PR ld/11143
101         * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
103 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
105         * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
106         before including procfs.h.
107         (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
108         * configure.in: Added autoconf probe for the pr_fpreg member.
109         * configure: Regenerated.
110         * config.in: Regenerated.
111         * elf.c: Define _STRUCTURE_PROC before including procfs.h.
113 2010-01-04  Joel Brobecker  <brobecker@adacore.com>
115         Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
116         * dwarf2.c (concat_filename): Rename dirname with dir_name
117         to void shadowing the dirname function.
118         Rename subdirname with subdir_name to stay consistent with
119         the new dir_name variable name.
121 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
123         * archures.c: Add bfd_mach_ppc_e500mc64.
124         * bfd-in2.h: Regenerate.
125         * cpu-powerpc.c (bfd_powerpc_archs): Add entry for
126         bfd_mach_ppc_e500mc64.
128 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
130         Fix -Wshadow warnings (seen on ppc-aix)
131         * xcofflink.c: Replace finfo by flinfo throughout.
133 For older changes see ChangeLog-2009
135 Local Variables:
136 mode: change-log
137 left-margin: 8
138 fill-column: 74
139 version-control: never
140 End: