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