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