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