2010-01-13 Tristan Gingold <gingold@adacore.com>
[binutils-gdb.git] / bfd / ChangeLog
1 2010-01-13 Tristan Gingold <gingold@adacore.com>
2
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.
13
14 2010-01-13 Tristan Gingold <gingold@adacore.com>
15
16 * reloc.c: Add MACH_O_X86_64 relocations.
17 * bfd-in2.h: Regenerate.
18 * libbfd.h: Regenerate.
19
20 2010-01-13 Tristan Gingold <gingold@adacore.com>
21
22 * archive.c (normalize): Use lbasename.
23 (bfd_bsd_truncate_arname): Ditto.
24 (bfd_gnu_truncate_arname): Ditto.
25
26 2010-01-12 Tristan Gingold <gingold@adacore.com>
27
28 * makefile.vms (CFLAGS): Turns warnings into informational messages.
29
30 2010-01-11 Tristan Gingold <gingold@adacore.com>
31
32 * mach-o.h: Add x86-64 relocation types.
33
34 2010-01-11 Tristan Gingold <gingold@adacore.com>
35
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.
46
47 2010-01-11 Tristan Gingold <gingold@adacore.com>
48
49 * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
50
51 2010-01-11 Nick Clifton <nickc@redhat.com>
52
53 * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
54 handling of R_V850_HI16_S relocation.
55
56 2010-01-11 Alan Modra <amodra@gmail.com>
57
58 PR 11103
59 * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
60
61 2010-01-11 Alan Modra <amodra@gmail.com>
62
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.
67
68 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
69
70 * Makefile.in: Regenerate.
71 * configure: Regenerate.
72
73 2010-01-08 Tristan Gingold <gingold@adacore.com>
74
75 * archive.c: Remove bfd_special_undocumented_glue.
76
77 2010-01-08 Alan Modra <amodra@gmail.com>
78
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.
83
84 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
85
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.
90
91 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
92
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.
97
98 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
99
100 PR ld/11143
101 * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
102
103 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
104
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.
112
113 2010-01-04 Joel Brobecker <brobecker@adacore.com>
114
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.
120
121 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
122
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.
127
128 2010-01-01 Joel Brobecker <brobecker@adacore.com>
129
130 Fix -Wshadow warnings (seen on ppc-aix)
131 * xcofflink.c: Replace finfo by flinfo throughout.
132
133 For older changes see ChangeLog-2009
134 \f
135 Local Variables:
136 mode: change-log
137 left-margin: 8
138 fill-column: 74
139 version-control: never
140 End: