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