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