]>
Commit | Line | Data |
---|---|---|
618b7301 TG |
1 | 2010-01-13 Tristan Gingold <[email protected]> |
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 |
14 | 2010-01-13 Tristan Gingold <[email protected]> |
15 | ||
16 | * reloc.c: Add MACH_O_X86_64 relocations. | |
17 | * bfd-in2.h: Regenerate. | |
18 | * libbfd.h: Regenerate. | |
19 | ||
19172f39 TG |
20 | 2010-01-13 Tristan Gingold <[email protected]> |
21 | ||
22 | * archive.c (normalize): Use lbasename. | |
23 | (bfd_bsd_truncate_arname): Ditto. | |
24 | (bfd_gnu_truncate_arname): Ditto. | |
25 | ||
6cdb8d82 TG |
26 | 2010-01-12 Tristan Gingold <[email protected]> |
27 | ||
28 | * makefile.vms (CFLAGS): Turns warnings into informational messages. | |
29 | ||
9a753de0 TG |
30 | 2010-01-11 Tristan Gingold <[email protected]> |
31 | ||
32 | * mach-o.h: Add x86-64 relocation types. | |
33 | ||
42fa0891 TG |
34 | 2010-01-11 Tristan Gingold <[email protected]> |
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 |
47 | 2010-01-11 Tristan Gingold <[email protected]> |
48 | ||
19172f39 | 49 | * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap. |
cba0723b | 50 | |
4d421096 NC |
51 | 2010-01-11 Nick Clifton <[email protected]> |
52 | ||
53 | * elf32-v850.c (v850_elf_perform_relocation): Fix overflow | |
54 | handling of R_V850_HI16_S relocation. | |
55 | ||
20b1d3e3 AM |
56 | 2010-01-11 Alan Modra <[email protected]> |
57 | ||
58 | PR 11103 | |
59 | * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment. | |
60 | ||
a358ecb8 AM |
61 | 2010-01-11 Alan Modra <[email protected]> |
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 |
68 | 2010-01-09 Ralf Wildenhues <[email protected]> |
69 | ||
70 | * Makefile.in: Regenerate. | |
71 | * configure: Regenerate. | |
72 | ||
3ee87829 TG |
73 | 2010-01-08 Tristan Gingold <[email protected]> |
74 | ||
75 | * archive.c: Remove bfd_special_undocumented_glue. | |
76 | ||
fb34365b AM |
77 | 2010-01-08 Alan Modra <[email protected]> |
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 |
84 | 2010-01-07 H.J. Lu <[email protected]> |
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 |
91 | 2010-01-07 H.J. Lu <[email protected]> |
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 |
98 | 2010-01-07 H.J. Lu <[email protected]> |
99 | ||
100 | PR ld/11143 | |
101 | * elflink.c (elf_gc_sweep): Keep SHT_NOTE section. | |
102 | ||
16231b7b DG |
103 | 2010-01-04 Daniel Gutson <[email protected]> |
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 |
113 | 2010-01-04 Joel Brobecker <[email protected]> |
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 |
121 | 2010-01-04 Edmar Wienskoski <[email protected]> |
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 |
128 | 2010-01-01 Joel Brobecker <[email protected]> |
129 | ||
130 | Fix -Wshadow warnings (seen on ppc-aix) | |
131 | * xcofflink.c: Replace finfo by flinfo throughout. | |
132 | ||
43ecc30f | 133 | For older changes see ChangeLog-2009 |
56882138 AM |
134 | \f |
135 | Local Variables: | |
136 | mode: change-log | |
137 | left-margin: 8 | |
138 | fill-column: 74 | |
139 | version-control: never | |
140 | End: |