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