]>
Commit | Line | Data |
---|---|---|
8fb4cb7f NC |
1 | 2002-01-15 Nick Clifton <[email protected]> |
2 | ||
3 | * po/sv.po: New file: Swedish translation. | |
4 | * configure.in (ALL_LINGUAS): Add sv. | |
5 | * configure: Regenerate. | |
6 | ||
d3c456e9 JJ |
7 | 2002-01-15 Jakub Jelinek <[email protected]> |
8 | ||
9 | * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change. | |
10 | * elf.c (merge_sections_remove_hook): New function. | |
11 | (_bfd_elf_merge_sections): Pass it as 3rd argument to | |
12 | _bfd_merge_sections. | |
13 | * libbfd-in.h (_bfd_merge_sections): Add 3rd argument. | |
14 | * libbfd.h: Rebuilt. | |
15 | * merge.c (_bfd_merge_sections): Add remove_hook argument. | |
16 | Call remove_hook if a SEC_EXCLUDE section is encountered. | |
17 | ||
1f7fd478 NC |
18 | 2002-01-15 Nick Clifton <[email protected]> |
19 | ||
20 | * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'. | |
21 | (xstormy16_reloc_map): Initialise new field with correct howto | |
22 | table. | |
23 | (xstormy16_reloc_type_lookup): Use 'table' field to locate correct | |
24 | howto entry. | |
25 | ||
b87011e9 MS |
26 | 2002-01-10 Michael Snyder <[email protected]> |
27 | ||
28 | * elf.c (elfcore_write_prstatus): Use long instead of pid_t; | |
29 | (elfcore_write_pstatus): Use long instead of pid_t; | |
30 | * elf-bfd.h: Change prototypes to use long instead of pid_t; | |
31 | ||
b4db1224 JT |
32 | 2002-01-09 Jason Thorpe <[email protected]> |
33 | ||
34 | * elf.c: Update copyright years. | |
35 | (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO | |
36 | and NT_NETBSDCORE_FIRSTMACH. Improve a comment. | |
37 | ||
7c76fa91 MS |
38 | 2002-01-08 Michael Snyder <[email protected]> |
39 | ||
40 | Add capability to write corefile note sections, for gdb. | |
41 | * elf.c (elfcore_write_note): New function. | |
42 | (elfcore_write_prpsinfo): New function. | |
43 | (elfcore_write_prstatus): New function. | |
44 | (elfcore_write_pstatus): New function. | |
45 | (elfcore_write_prfpreg): New function. | |
46 | (elfcore_write_prxfpreg): New function. | |
97996af6 | 47 | * elf-bfd.h: Add prototypes for above functions. |
7c76fa91 | 48 | |
e1fddb6b AO |
49 | 2002-01-08 Alexandre Oliva <[email protected]> |
50 | ||
51 | * elf.c (elf_fake_sections): Propagate errors from | |
52 | elf_backend_fake_section. | |
53 | ||
8d05742f JT |
54 | 2002-01-07 Jason Thorpe <[email protected]> |
55 | ||
56 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo. | |
57 | (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c. | |
58 | (elf32-sh-nbsd.lo): New rule. | |
59 | * Makefile.in: Regenerate. | |
60 | * config.bfd (sh*le-*-netbsdelf*): New target. | |
61 | (sh*-*-netbsdelf*): New target. | |
62 | * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*. | |
63 | (bfd_elf32_shnbsd_vec): New vector. | |
64 | (bfd_elf32_shlnbsd_vec): New vector. | |
65 | * configure: Regenerate. | |
66 | * elf32-sh-nbsd.c: New file. | |
67 | * targets.c: Update copyright years. | |
68 | (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and | |
69 | bfd_elf32_shnbsd_vec. | |
70 | ||
1dba4cb4 AH |
71 | 2002-01-07 Aldy Hernandez <[email protected]> |
72 | ||
73 | * coff-rs6000.c (READ20): Use bfd_scan_vma. | |
74 | ||
47b22aef GK |
75 | 2002-01-07 Geoffrey Keating <[email protected]> |
76 | ||
77 | * elflink.h (elf_link_input_bfd): Don't ask for the merged offset | |
78 | of a symbol in a section that will be deleted. | |
79 | ||
be2d1673 NC |
80 | 2002-01-07 Nick Clifton <[email protected]> |
81 | ||
82 | * po/es.po: New file: Spanish translation. | |
83 | * configure.in (ALL_LINGUAS): Add es. | |
84 | * configure: Regenerate. | |
85 | ||
d9cf1b54 AM |
86 | 2002-01-06 Steve Ellcey <[email protected]> |
87 | ||
88 | * elfxx-ia64.c (is_unwind_section_name): Add target vector as | |
89 | argument so we can handle HP-UX specially. | |
90 | (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name. | |
91 | (elfNN_hpux_backend_section_from_bfd_section): New for support | |
92 | of SHN_IA_64_ANSI_COMMON. | |
93 | (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON. | |
94 | (is_unwind_section_name): Add special HP-UX support. | |
95 | (elfNN_ia64_section_from_shdr): Add support for more sections. | |
96 | (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and | |
97 | add support for more sections. | |
98 | (elfNN_ia64_additional_program_headers): Modify | |
99 | is_unwind_section_name call. | |
100 | (elfNN_ia64_modify_segment_map): Remove assumption that there is | |
101 | only one unwind section in segment. | |
102 | ||
3f3c5c34 AM |
103 | 2002-01-06 Alan Modra <[email protected]> |
104 | ||
105 | * syms.c (_bfd_generic_make_empty_symbol): New function. | |
106 | * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as | |
107 | _bfd_generic_make_empty_symbol. | |
108 | * libbfd.h: Regenerate. | |
109 | * bfd-in2.h: Regenerate. | |
110 | * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function. | |
111 | (hppabsd_core_get_symtab_upper_bound): Don't define. | |
112 | (hppabsd_core_get_symtab): Likewise. | |
113 | (hppabsd_core_print_symbol): Likewise. | |
114 | (hppabsd_core_get_symbol_info): Likewise. | |
115 | (hppabsd_core_bfd_is_local_label_name): Likewise. | |
116 | (hppabsd_core_get_lineno): Likewise. | |
117 | (hppabsd_core_find_nearest_line): Likewise. | |
118 | (hppabsd_core_bfd_make_debug_symbol): Likewise. | |
119 | (hppabsd_core_read_minisymbols): Likewise. | |
120 | (hppabsd_core_minisymbol_to_symbol): Likewise. | |
121 | (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols). | |
122 | Formatting fixes. | |
123 | * hpux-core.c: Similarly. | |
124 | * irix-core.c: Similarly. | |
125 | * osf-core.c: Similarly. | |
126 | * sco5-core.c: Similarly. | |
127 | * binary.c (binary_make_empty_symbol): Remove function, define as | |
128 | _bfd_generic_make_empty_symbol. | |
129 | * ihex.c (ihex_make_empty_symbol): Likewise. | |
130 | * mmo.c (mmo_make_empty_symbol): Likewise. | |
131 | * ppcboot.c (ppcboot_make_empty_symbol): Likewise. | |
132 | * srec.c (srec_make_empty_symbol): Likewise. | |
133 | * versados.c (versados_make_empty_symbol): Likewise. | |
134 | * vms.c (_bfd_vms_make_empty_symbol): Remove. | |
135 | (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol. | |
136 | * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol | |
137 | rather than _bfd_vms_make_empty_symbol. | |
138 | * vms-misc.c (new_symbol): Likewise. | |
139 | ||
3f0a7f7f AM |
140 | 2002-01-05 Alan Modra <[email protected]> |
141 | ||
9e7b37b3 AM |
142 | * section.c (bfd_section_init): Remove unnecessary initialisations. |
143 | (bfd_section_list_clear): New function. | |
144 | (bfd_section_list_remove, bfd_section_list_insert): New macros. | |
145 | (_bfd_strip_section_from_output): Use them. | |
146 | * coffcode.h (coff_set_alignment_hook): Likewise. | |
147 | * elf32-mips.c (_bfd_mips_elf_final_link): Likewise. | |
148 | * elf64-mips.c (mips_elf64_final_link): Likewise. | |
149 | * elf64-mmix.c (mmix_elf_final_link): Likewise. | |
150 | * sunos.c (sunos_add_dynamic_symbols): Likewise. | |
151 | * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise. | |
152 | * bfd-in2.h: Regenerate. | |
153 | ||
154 | * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway | |
155 | rather than doing our own section handling. Clean up after errors | |
156 | with bfd_release and bfd_section_list_clear. Handle unexpected | |
157 | flags. | |
158 | * aoutf1.h (sunos4_core_file_p): Likewise. | |
159 | * aix386-core.c (aix386_core_file_p): Likewise. | |
160 | * cisco-core.c (cisco_core_file_validate): Likewise. | |
161 | * ptrace-core.c (ptrace_unix_core_file_p): Likewise. | |
162 | * trad-core.c (trad_unix_core_file_p): Likewise. | |
163 | ||
164 | * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors | |
165 | with bfd_release and bfd_section_list_clear. | |
166 | * hpux-core.c (hpux_core_core_file_p): Likewise. | |
167 | * irix-core.c (irix_core_core_file_p): Likewise. | |
168 | * lynx-core.c (lynx_core_file_p): Likewise. | |
169 | * osf-core.c (osf_core_core_file_p): Likewise. | |
170 | * rs6000-core.c (rs6000coff_core_p): Likewise. | |
171 | * sco5-core.c (sco5_core_file_p): Likewise. | |
172 | ||
3f0a7f7f AM |
173 | * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform |
174 | sign extension adjustments without conditionals. | |
175 | ||
a3aa38ee JJ |
176 | 2002-01-04 Jakub Jelinek <[email protected]> |
177 | ||
178 | * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if | |
179 | CIE at .eh_frame start is removed due to no FDEs referencing it. | |
180 | ||
8a8b2d4b AJ |
181 | 2002-01-04 Jason Thorpe <[email protected]> |
182 | ||
183 | * config.bfd (x86_64-*-netbsd*): New target. | |
184 | * configure.in (x86_64-*-netbsd*): Set COREFILE | |
185 | to netbsd-core.lo. | |
186 | * configure: Regenerated. | |
187 | ||
04b5af89 TR |
188 | 2002-01-03 Tom Rix <[email protected]> |
189 | ||
190 | * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering | |
191 | for recent bfd_make_section_anyway change. | |
192 | ||
51c5503b NC |
193 | 2002-01-03 Nick Clifton <[email protected]> |
194 | ||
195 | * elf32-arm.h (elf32_arm_final_link_relocate): Handle | |
196 | R_ARM_THM_PC11 reloc. | |
197 | ||
07f7c046 NC |
198 | 2002-01-02 Nick Clifton <[email protected]> |
199 | ||
200 | * configure.in (LINGUAS): Add ja. | |
201 | * configure: Regenerate. | |
202 | * po/ja.po: Import from translation project's web site. | |
203 | ||
5eefb65f NC |
204 | 2002-01-02 Nick Clifton <[email protected]> |
205 | ||
206 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error | |
207 | messages to ease translation into other languages. | |
208 | ||
39e90f10 | 209 | For older changes see ChangeLog-0001 |
56882138 AM |
210 | \f |
211 | Local Variables: | |
212 | mode: change-log | |
213 | left-margin: 8 | |
214 | fill-column: 74 | |
215 | version-control: never | |
216 | End: |