]>
Commit | Line | Data |
---|---|---|
cba0723b TG |
1 | 2010-01-11 Tristan Gingold <[email protected]> |
2 | ||
3 | * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap. | |
4 | ||
4d421096 NC |
5 | 2010-01-11 Nick Clifton <[email protected]> |
6 | ||
7 | * elf32-v850.c (v850_elf_perform_relocation): Fix overflow | |
8 | handling of R_V850_HI16_S relocation. | |
9 | ||
20b1d3e3 AM |
10 | 2010-01-11 Alan Modra <[email protected]> |
11 | ||
12 | PR 11103 | |
13 | * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment. | |
14 | ||
a358ecb8 AM |
15 | 2010-01-11 Alan Modra <[email protected]> |
16 | ||
17 | PR 6832 | |
18 | * dwarf2.c (struct comp_unit): Add sec_info_ptr. | |
19 | (find_abstract_instance_name): Use it. | |
20 | (parse_comp_unit): Set it. | |
21 | ||
3725885a RW |
22 | 2010-01-09 Ralf Wildenhues <[email protected]> |
23 | ||
24 | * Makefile.in: Regenerate. | |
25 | * configure: Regenerate. | |
26 | ||
3ee87829 TG |
27 | 2010-01-08 Tristan Gingold <[email protected]> |
28 | ||
29 | * archive.c: Remove bfd_special_undocumented_glue. | |
30 | ||
fb34365b AM |
31 | 2010-01-08 Alan Modra <[email protected]> |
32 | ||
33 | PR ld/11133 | |
34 | * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook. | |
35 | * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise. | |
36 | * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise. | |
37 | ||
d023c380 L |
38 | 2010-01-07 H.J. Lu <[email protected]> |
39 | ||
40 | PR ld/11138 | |
41 | * elflink.c (elf_link_check_versioned_symbol): Don't abort if | |
42 | a symbol referenced by DSO is is defined in a non-shared object | |
43 | and forced local. | |
44 | ||
bde6f3eb L |
45 | 2010-01-07 H.J. Lu <[email protected]> |
46 | ||
47 | PR ld/11133 | |
48 | * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for | |
49 | undefined __start_XXX/__stop_XXX in all input files and set | |
50 | SEC_KEEP. | |
51 | ||
16583161 L |
52 | 2010-01-07 H.J. Lu <[email protected]> |
53 | ||
54 | PR ld/11143 | |
55 | * elflink.c (elf_gc_sweep): Keep SHT_NOTE section. | |
56 | ||
16231b7b DG |
57 | 2010-01-04 Daniel Gutson <[email protected]> |
58 | ||
59 | * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC | |
60 | before including procfs.h. | |
61 | (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise. | |
62 | * configure.in: Added autoconf probe for the pr_fpreg member. | |
63 | * configure: Regenerated. | |
64 | * config.in: Regenerated. | |
65 | * elf.c: Define _STRUCTURE_PROC before including procfs.h. | |
66 | ||
608fa8d3 JB |
67 | 2010-01-04 Joel Brobecker <[email protected]> |
68 | ||
69 | Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64). | |
70 | * dwarf2.c (concat_filename): Rename dirname with dir_name | |
71 | to void shadowing the dirname function. | |
72 | Rename subdirname with subdir_name to stay consistent with | |
73 | the new dir_name variable name. | |
74 | ||
0dc93057 AM |
75 | 2010-01-04 Edmar Wienskoski <[email protected]> |
76 | ||
77 | * archures.c: Add bfd_mach_ppc_e500mc64. | |
78 | * bfd-in2.h: Regenerate. | |
79 | * cpu-powerpc.c (bfd_powerpc_archs): Add entry for | |
80 | bfd_mach_ppc_e500mc64. | |
81 | ||
baf9bed3 JB |
82 | 2010-01-01 Joel Brobecker <[email protected]> |
83 | ||
84 | Fix -Wshadow warnings (seen on ppc-aix) | |
85 | * xcofflink.c: Replace finfo by flinfo throughout. | |
86 | ||
43ecc30f | 87 | For older changes see ChangeLog-2009 |
56882138 AM |
88 | \f |
89 | Local Variables: | |
90 | mode: change-log | |
91 | left-margin: 8 | |
92 | fill-column: 74 | |
93 | version-control: never | |
94 | End: |