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