2010-01-13 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
618b7301
TG
12010-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
f88af2f1
TG
142010-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
19172f39
TG
202010-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
6cdb8d82
TG
262010-01-12 Tristan Gingold <gingold@adacore.com>
27
28 * makefile.vms (CFLAGS): Turns warnings into informational messages.
29
9a753de0
TG
302010-01-11 Tristan Gingold <gingold@adacore.com>
31
32 * mach-o.h: Add x86-64 relocation types.
33
42fa0891
TG
342010-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
cba0723b
TG
472010-01-11 Tristan Gingold <gingold@adacore.com>
48
19172f39 49 * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
cba0723b 50
4d421096
NC
512010-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
20b1d3e3
AM
562010-01-11 Alan Modra <amodra@gmail.com>
57
58 PR 11103
59 * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
60
a358ecb8
AM
612010-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
3725885a
RW
682010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
69
70 * Makefile.in: Regenerate.
71 * configure: Regenerate.
72
3ee87829
TG
732010-01-08 Tristan Gingold <gingold@adacore.com>
74
75 * archive.c: Remove bfd_special_undocumented_glue.
76
fb34365b
AM
772010-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
d023c380
L
842010-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
bde6f3eb
L
912010-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
16583161
L
982010-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
16231b7b
DG
1032010-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
608fa8d3
JB
1132010-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
0dc93057
AM
1212010-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
baf9bed3
JB
1282010-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
43ecc30f 133For older changes see ChangeLog-2009
56882138
AM
134\f
135Local Variables:
136mode: change-log
137left-margin: 8
138fill-column: 74
139version-control: never
140End:
This page took 0.56854 seconds and 4 git commands to generate.