* symtab.h (needs_plt_entry): Check for unsatisfied reference from
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
665ce1f6
L
12009-03-19 H.J. Lu <hongjiu.lu@intel.com>
2
3 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
4 (dwarf_regnames_count): Likewise.
5 (frame_need_space): Return int.
6 (display_debug_frames): Check invalid registers.
7
55f25fc3
L
82009-03-19 H.J. Lu <hongjiu.lu@intel.com>
9
10 * readelf.c (debug_apply_relocations): Check relocations
11 against STT_SECTION symbol.
12
13e4f8ad
L
132009-03-18 H.J. Lu <hongjiu.lu@intel.com>
14
15 * readelf.c (debug_apply_relocations): Allow relocations
16 against function symbols.
17
8d25cc3d
AM
182009-03-18 Alan Modra <amodra@bigpond.net.au>
19
20 * sysdep.h: Include alloca-conf.h instead of config.h and remove
21 existing #if's handling alloca.
22 * Makefile.am: Run "make dep-am".
23 * Makefile.in: Regenerate.
24
e5231592
RS
252009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
26
27 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
28 * configure.in: Likewise.
29 * configure: Regenerate.
30
3516e984
L
312009-03-13 H.J. Lu <hongjiu.lu@intel.com>
32
33 PR binutils/9945
34 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
35
36e4dce6
CD
362009-03-11 Chris Demetriou <cgd@google.com>
37
38 * ar.c (deterministic): New global variable.
39 (main): Recognize new 'D' option, which enables 'deterministic mode'.
40 (usage): Document new 'D' option.
41 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
42 flags if deterministic mode was requested.
43 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
44
0691f7af
L
452009-03-09 H.J. Lu <hongjiu.lu@intel.com>
46
47 PR binutils/9933
48 * objcopy.c (filter_symbols): Properly handle common symbols
49 in relocatable file.
50
d11fd249
NC
512009-03-06 Nick Clifton <nickc@redhat.com>
52
53 * po/es.po: Updated Spanish translation.
54
84d7b001
NC
552009-03-05 Nick Clifton <nickc@redhat.com>
56
57 * objdump.c (disassemble_section): If the computed next offset is
58 not beyond the current offset then just continue to the end.
59
e7f990e2
TG
602009-03-04 Tristan Gingold <gingold@adacore.com>
61
62 * MAINTAINERS: Add myself as VMS maintainer.
63
54b70fa3
NC
642009-03-03 Nick Clifton <nickc@redhat.com>
65
66 * readelf.c: Update formatting.
67
a1f7ca36
AM
682009-03-03 Alan Modra <amodra@bigpond.net.au>
69
70 * Makefile.am: Run "make dep-am".
71 * Makefile.in: Regenerate.
72
095ad3b8
AM
732009-03-03 Alan Modra <amodra@bigpond.net.au>
74
75 * objdump.c (disassemble_section): Mask address before sign extending.
76
220df88b
NC
772009-03-02 Sebastian Biallas <sb@biallas.net>
78
79 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
80 (parse_ieee_bb): Set the filename if it has not already been
81 discovered.
82
2cf0635d 832009-03-02 Cary Coutant <ccoutant@google.com>
095ad3b8 84
2cf0635d
NC
85 * readelf.c (adjust_relative_path): New function.
86 (struct archive_info): New type.
87 (setup_archive): New function.
88 (release_archive): New function.
89 (setup_nested_archive): New function.
90 (get_archive_member_name): New function.
91 (get_archive_member_name_at): New function.
92 (make_qualified_name): New function.
93 (process_archive): Factor out code for reading archive index and
94 long filename table to setup_archive. Add support for thin archives.
95
c7c1befa
NC
962009-03-02 Nick Clifton <nickc@redhat.com>
97
98 * po/sk.po: Updated Slovak translation.
99
58e24671
RW
1002009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
101
102 * configure: Regenerate.
103
7bcbeb0f
CC
1042009-02-23 Cary Coutant <ccoutant@google.com>
105
106 * objdump.c (load_specific_debug_section): New function, from
107 load_debug_section.
108 (load_debug_section): Use load_specific_debug_section.
109 (dump_dwarf_section): Likewise.
110
613ff48b
CC
1112009-02-23 Cary Coutant <ccoutant@google.com>
112
113 * readelf.c (parse_args): Select all sections explicitly for -w.
114
48b2f7b2
KT
1152009-02-09 Kai Tietz <kai.tietz@onevision.com>
116
117 * windres.c (set_endianess): Copy name without leading '-'.
118
4cb93e3b
TG
1192009-02-09 Tristan Gingold <gingold@adacore.com>
120
121 * NEWS: Mention feature match between objdump and readelf for dumping
122 dwarf info.
123
124 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
125 objdump.
126
127 * objdump.c (usage): Update documentation for -W/--dwarf.
128 (enum option_values): Add OPTION_DWARF.
129 (long_options): --dwarf can accept arguments.
130 (dump_dwarf_section): Also check enabled field.
131 (main): Option -W can accept arguments, code moved to
132 dwarf.c and call dwarf_select_sections_all instead.
133 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
134 (parse_args): Move code to...
135 * dwarf.c (dwarf_select_sections_by_letters,
136 dwarf_select_sections_by_names): : ...here (new functions).
137 (do_debug_lines_decoded): Remove and replaced by ...
138 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
139 (display_debug_lines): Adjust for previous change.
140 (dwarf_select_sections_all): New function.
141 (debug_displays): Add initializer for enabled field.
142 * dwarf.h (do_debug_lines_decoded): Remove.
143 Add prototypes for the new functions.
144 (struct dwarf_section_display): Add enabled field.
095ad3b8 145
dfb37fbf
NC
1462009-02-06 Nick Clifton <nickc@redhat.com>
147
148 * po/vi.po: Updated Vietnamese translation.
149
52b6b6b9
JM
1502009-02-03 Sandip Matte <sandip@rmicorp.com>
151
152 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
153
28024d9d
L
1542009-02-03 H.J. Lu <hongjiu.lu@intel.com>
155
156 * NEWS: Move --as-needed change to ...
157 * ../ld/NEWS: Here.
158
31dd3154
JM
1592009-02-03 Carlos O'Donell <carlos@codesourcery.com>
160
161 * configure.in: AC_SUBST pdfdir.
162 * Makefile.am: Add install-pdf, install-pdf-am,
163 and install-pdf-recursive targets.
164 * doc/Makefile.am: Define pdf__strip_dir. Add
165 install-pdf and install-pdf-am targets.
166 * po/Make-in: Add install-pdf target.
167 * configure: Regenerate.
168 * Makefile.in: Regenerate.
169 * doc/Makefile.in: Regenerate.
170
0dafdf3f
L
1712009-02-03 H.J. Lu <hongjiu.lu@intel.com>
172
173 PR binutils/9784
174 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
175
176 * doc/binutils.texi: Document --prefix=PREFIX and
177 --prefix-strip=LEVEL.
178
179 * objdump.c: Include "filenames.h".
180 (prefix): New.
181 (prefix_strip): Likewise.
182 (prefix_length): Likewise.
183 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
184 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
185 (long_options): Likewise.
186 (show_line): Handle prefix and prefix_strip.
187 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
188
189 * readelf.c (PATH_MAX): Moved to ...
190 * sysdep.h: Here.
191
010e5ae2
AM
1922009-01-31 Alan Modra <amodra@bigpond.net.au>
193
194 * NEWS: Mention --as-needed change.
195
8d8e0703
AM
1962009-01-29 Alan Modra <amodra@bigpond.net.au>
197
198 PR 9798
199 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
200 (bfd_get_archive_filename): Constify param.
201 * bucomm.h (bfd_get_archive_filename): Update prototype.
202 * objcopy.c (RETURN_NONFATAL): Delete.
203 (copy_unknown_object): Don't call bfd_get_archive_filename for
204 bfd_nonfatal_message filename, instead just pass bfd.
205 (copy_object): Likewise.
206 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
207 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
208 (setup_bfd_headers): Fix error message.
209
1b0adfe0
NC
2102009-01-27 Nick Clifton <nickc@redhat.com>
211
212 PR 9774
213 * objdump.c (disassemble_section): When the target uses signed
214 addresses make sure that we compute signed values.
215
9f04c329
NC
2162009-01-27 Nick Clifton <nickc@redhat.com>
217
218 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
219 maintainers.
220
2c2ce03f
NC
2212009-01-26 Nick Clifton <nickc@redhat.com>
222
223 PR 9766
224 * dlltool.c (xlate): When strip text after the @ sign, look for
225 the last one not the first one.
226
29670fb9
AM
2272009-01-16 Alan Modra <amodra@bigpond.net.au>
228
229 * configure.in (commonbfdlib): Delete.
230 * configure: Regenerate.
231
25893672
NC
2322008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
233
234 Cleanup code related to --identify option.
235
236 * binutils/dlltool.c (file scope): Removed globals identify_ms,
237 identify_member_contains_symname_result,
238 identify_dll_name_list_head, and identify_dll_name_list_tail.
239 Renamed existing typedef dll_name_list_type to
240 dll_name_list_node_type.
241 Added new typedefs dll_name_list_type, symname_search_data_type,
242 and identify_data_type.
243 (identify_append_dll_name_to_list): Renamed to...
244 (dll_name_list_append): ...here. Changed signature to accept list
245 argument rather than use global.
246 (identify_count_dll_name_list): Renamed to...
247 (dll_name_list_count): ...here. Changed signature to accept list
248 argument rather than use global.
249 (identify_print_dll_name_list): Renamed to...
250 (dll_name_list_print): ...here. Changed signature to accept list
251 argument rather than use global.
252 (identify_free_dll_name_list): Renamed to...
253 (dll_name_list_free_contents): ...here.
254 (dll_name_list_free): New function.
255 (dll_name_list_create): New function.
256 (identify_process_section_p): Changed signature to accept
257 ms_style_implib argument rather than use global.
258 (identify_member_contains_symname): Expect incoming void * data to
259 be symname_search_data_type.
260 (identify_dll_for_implib): Use new functions dll_name_list_create
261 and dll_name_list_free. Use new types symname_search_data_type
262 and identify_data_type to communicate with search routines.
263 (identify_search_section): Expect incoming void * data to be
264 identify_data_type. Use its contents rather than global
265 variables.
266
71c57c16
NC
2672009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
268
269 Add --identify-strict option. Handle ms-style implibs:
270
271 * dlltool.c (file scope): Added new globals identify_ms and
272 identify_strict. New typedef dll_name_list_type, and globals
273 identify_dll_name_list_head and identify_dll_name_list_tail. Added
274 new global identify_member_contains_symname_result.
275 (identify_append_dll_name_to_list): New function.
276 (identify_count_dll_name_list): New function.
277 (identify_print_dll_name_list): New function.
278 (identify_free_dll_name_list): New function.
279 (identify_search_archive): Changed signature to take function
280 pointer to operation to apply to each member, and data to pass on
281 to that function.
282 (identify_search_member): Changed signature to accept user data
283 from caller.
284 (identify_member_contains_symname): New function.
285 (identify_dll_for_implib): Rewrite. Now determines whether implib
286 is ms- or binutils- style, before searching sections for
095ad3b8 287 dllname. Allows multiple dllnames.
71c57c16
NC
288 (identify_process_section_p): Search alternate section for dllname
289 when implib is ms-style.
290 (identify_search_section): Add additional conditions to excludes
291 candidate sections from consideration.
292 (usage): Added --identify-strict.
293 (long_options): Added --identify-strict.
294 (main): Handle --identify-strict option.
295 * doc/binutils.texi: Document --identify-strict option.
296 * NEWS: Document --identify and --identify-strict options.
297
840b96a7
AM
2982009-01-13 Alan Modra <amodra@bigpond.net.au>
299
300 PR 7034
301 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
302
22f4bbf5
AM
3032009-01-13 Alan Modra <amodra@bigpond.net.au>
304
305 * objdump.c (disassemble_section): Don't assume non-instruction
306 data if object symbol at given address is in different section.
307
2ea2f3c6
KT
3082009-01-12 Kai Tietz <kai.tietz@onevision.com>
309
310 * dlltool.c (create_for_pep): New.
311 (flush_page): Use create_for_pep instead of using
312 macro DLLTOOL_MX86_64 clause.
313 (generate_idata_ofile): Likewise.
314 (make_one_lib_file): Likewise.
315 (make_head): Likewise.
316 (make_tail): Likewise.
317 (main): Initialize create_for_pep.
318
e77b97d4
KT
3192009-01-08 Kai Tietz <kai.tietz@onevision.com>
320
321 * dlltool.c (use_nul_prefixed_import_tables): New.
322 (make_head): Make prefix leading zero prefix element for
323 idata$4 and idata$5 dependent to new flag.
324 (usage): Add new option --use-nul-prefixed-import-tables.
325 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
326 (long_options): Add --use-nul-prefixed-import-tables.
327 (main): Likewise.
328 * doc/binutils.texi: Add new option documentation for
329 --use-nul-prefixed-import-tables.
330 * NEWS: Add new option.
331
1069ad51 3322009-01-06 Kai Tietz <kai.tietz@onevision.com>
84e94c90 333
1069ad51
KT
334 * windres.c (set_endianess): Get architecture name
335 for internal target names like "pe-arm-wince-little".
336 (find_arch_match): New helper.
337 * ChangeLog: Reset it.
338 * ChangeLog-2008: Moved old ChangeLog.
84e94c90 339
1069ad51 340For older changes see ChangeLog-2008
252b5132
RH
341\f
342Local Variables:
343mode: change-log
344left-margin: 8
345fill-column: 74
346version-control: never
347End:
This page took 0.401214 seconds and 4 git commands to generate.