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