1a8c62dbdb646f19ba417daafeacdadc3f83ae40
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
4 * doc/binutils.texi: Likewise.
5
6 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
7
8 PR binutils/10074
9 * objcopy.c: Include coff/i386.h and coff/pe.h.
10 (pe_file_alignment): New.
11 (pe_heap_commit): Likewise.
12 (pe_heap_reserve): Likewise.
13 (pe_image_base): Likewise.
14 (pe_section_alignment): Likewise.
15 (pe_stack_commit): Likewise.
16 (pe_stack_reserve): Likewise.
17 (pe_subsystem): Likewise.
18 (pe_major_subsystem_version): Likewise.
19 (pe_minor_subsystem_version): Likewise.
20 (set_pe_subsystem): Likewise.
21 (convert_efi_target): Likewise.
22 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
23 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
24 OPTION_STACK and OPTION_SUBSYSTEM.
25 (copy_options): Likewise.
26 (copy_usage): Add --file-alignment, --heap, --image-base,
27 --section-alignment, --stack and --subsystem.
28 (copy_object): Set up PE parameters.
29 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
30 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
31 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
32 PEI target.
33
34 * NEWS: Mention --file-alignment, --heap, --image-base,
35 --section-alignment, --stack and --subsystem command line
36 options for objcopy.
37
38 * doc/binutils.texi: Document --file-alignment, --heap,
39 --image-base, --section-alignment, --stack and --subsystem
40 command line options for objcopy.
41
42 2009-04-15 Anthony Green <green@moxielogic.com>
43
44 * MAINTAINERS: Add myself and Moxie port maintainer.
45
46 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
47
48 * objcopy.c (enum long_section_name_handling): New enum type.
49 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
50 (copy_options[]): Add entry for --long-section-names option.
51 (copy_usage): Document it.
52 (set_long_section_mode): New subroutine.
53 (copy_file): Call it.
54 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
55 * doc/binutils.texi: Update objcopy documentation with details
56 of new option.
57
58 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
59
60 * dlltool.c (set_dll_name_from_def): Accept new second arg that
61 indicates if we are building DLL or EXE, and use it to add a
62 default suffix to the output filename when none is already present.
63 (def_name): Indicate we are building an EXE when calling it.
64 (def_library): Indicate we are building a DLL when calling it.
65
66 2009-04-01 Jari Aalto <jari.aalto@cante.net>
67
68 PR 9972
69 * doc/binutils.texi (strings): Document the -V alias for the
70 --version option.
71 * strings.c (usage): Likewise.
72
73 2009-03-31 Nick Clifton <nickc@redhat.com>
74
75 PR 9992
76 * configure.in: Import Solaris specific largefile test from
77 bfd/configure.in.
78 * configure: Regenerate.
79
80 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
81
82 * MAINTAINERS: Add self.
83
84 2009-03-27 Nick Clifton <nickc@redhat.com>
85
86 * dwarf.c (display_debug_ranges): Add the base address to the
87 displayed values for 'Begin' and 'End'.
88
89 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
90
91 * readelf.c (process_file_header): Don't report a corrupt string
92 table index if it is zero.
93
94 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
95
96 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
97 (dwarf_regnames_count): Likewise.
98 (frame_need_space): Return int.
99 (display_debug_frames): Check invalid registers.
100
101 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
102
103 * readelf.c (debug_apply_relocations): Check relocations
104 against STT_SECTION symbol.
105
106 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
107
108 * readelf.c (debug_apply_relocations): Allow relocations
109 against function symbols.
110
111 2009-03-18 Alan Modra <amodra@bigpond.net.au>
112
113 * sysdep.h: Include alloca-conf.h instead of config.h and remove
114 existing #if's handling alloca.
115 * Makefile.am: Run "make dep-am".
116 * Makefile.in: Regenerate.
117
118 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
119
120 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
121 * configure.in: Likewise.
122 * configure: Regenerate.
123
124 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
125
126 PR binutils/9945
127 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
128
129 2009-03-11 Chris Demetriou <cgd@google.com>
130
131 * ar.c (deterministic): New global variable.
132 (main): Recognize new 'D' option, which enables 'deterministic mode'.
133 (usage): Document new 'D' option.
134 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
135 flags if deterministic mode was requested.
136 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
137
138 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
139
140 PR binutils/9933
141 * objcopy.c (filter_symbols): Properly handle common symbols
142 in relocatable file.
143
144 2009-03-06 Nick Clifton <nickc@redhat.com>
145
146 * po/es.po: Updated Spanish translation.
147
148 2009-03-05 Nick Clifton <nickc@redhat.com>
149
150 * objdump.c (disassemble_section): If the computed next offset is
151 not beyond the current offset then just continue to the end.
152
153 2009-03-04 Tristan Gingold <gingold@adacore.com>
154
155 * MAINTAINERS: Add myself as VMS maintainer.
156
157 2009-03-03 Nick Clifton <nickc@redhat.com>
158
159 * readelf.c: Update formatting.
160
161 2009-03-03 Alan Modra <amodra@bigpond.net.au>
162
163 * Makefile.am: Run "make dep-am".
164 * Makefile.in: Regenerate.
165
166 2009-03-03 Alan Modra <amodra@bigpond.net.au>
167
168 * objdump.c (disassemble_section): Mask address before sign extending.
169
170 2009-03-02 Sebastian Biallas <sb@biallas.net>
171
172 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
173 (parse_ieee_bb): Set the filename if it has not already been
174 discovered.
175
176 2009-03-02 Cary Coutant <ccoutant@google.com>
177
178 * readelf.c (adjust_relative_path): New function.
179 (struct archive_info): New type.
180 (setup_archive): New function.
181 (release_archive): New function.
182 (setup_nested_archive): New function.
183 (get_archive_member_name): New function.
184 (get_archive_member_name_at): New function.
185 (make_qualified_name): New function.
186 (process_archive): Factor out code for reading archive index and
187 long filename table to setup_archive. Add support for thin archives.
188
189 2009-03-02 Nick Clifton <nickc@redhat.com>
190
191 * po/sk.po: Updated Slovak translation.
192
193 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
194
195 * configure: Regenerate.
196
197 2009-02-23 Cary Coutant <ccoutant@google.com>
198
199 * objdump.c (load_specific_debug_section): New function, from
200 load_debug_section.
201 (load_debug_section): Use load_specific_debug_section.
202 (dump_dwarf_section): Likewise.
203
204 2009-02-23 Cary Coutant <ccoutant@google.com>
205
206 * readelf.c (parse_args): Select all sections explicitly for -w.
207
208 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
209
210 * windres.c (set_endianess): Copy name without leading '-'.
211
212 2009-02-09 Tristan Gingold <gingold@adacore.com>
213
214 * NEWS: Mention feature match between objdump and readelf for dumping
215 dwarf info.
216
217 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
218 objdump.
219
220 * objdump.c (usage): Update documentation for -W/--dwarf.
221 (enum option_values): Add OPTION_DWARF.
222 (long_options): --dwarf can accept arguments.
223 (dump_dwarf_section): Also check enabled field.
224 (main): Option -W can accept arguments, code moved to
225 dwarf.c and call dwarf_select_sections_all instead.
226 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
227 (parse_args): Move code to...
228 * dwarf.c (dwarf_select_sections_by_letters,
229 dwarf_select_sections_by_names): : ...here (new functions).
230 (do_debug_lines_decoded): Remove and replaced by ...
231 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
232 (display_debug_lines): Adjust for previous change.
233 (dwarf_select_sections_all): New function.
234 (debug_displays): Add initializer for enabled field.
235 * dwarf.h (do_debug_lines_decoded): Remove.
236 Add prototypes for the new functions.
237 (struct dwarf_section_display): Add enabled field.
238
239 2009-02-06 Nick Clifton <nickc@redhat.com>
240
241 * po/vi.po: Updated Vietnamese translation.
242
243 2009-02-03 Sandip Matte <sandip@rmicorp.com>
244
245 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
246
247 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
248
249 * NEWS: Move --as-needed change to ...
250 * ../ld/NEWS: Here.
251
252 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
253
254 * configure.in: AC_SUBST pdfdir.
255 * Makefile.am: Add install-pdf, install-pdf-am,
256 and install-pdf-recursive targets.
257 * doc/Makefile.am: Define pdf__strip_dir. Add
258 install-pdf and install-pdf-am targets.
259 * po/Make-in: Add install-pdf target.
260 * configure: Regenerate.
261 * Makefile.in: Regenerate.
262 * doc/Makefile.in: Regenerate.
263
264 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
265
266 PR binutils/9784
267 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
268
269 * doc/binutils.texi: Document --prefix=PREFIX and
270 --prefix-strip=LEVEL.
271
272 * objdump.c: Include "filenames.h".
273 (prefix): New.
274 (prefix_strip): Likewise.
275 (prefix_length): Likewise.
276 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
277 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
278 (long_options): Likewise.
279 (show_line): Handle prefix and prefix_strip.
280 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
281
282 * readelf.c (PATH_MAX): Moved to ...
283 * sysdep.h: Here.
284
285 2009-01-31 Alan Modra <amodra@bigpond.net.au>
286
287 * NEWS: Mention --as-needed change.
288
289 2009-01-29 Alan Modra <amodra@bigpond.net.au>
290
291 PR 9798
292 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
293 (bfd_get_archive_filename): Constify param.
294 * bucomm.h (bfd_get_archive_filename): Update prototype.
295 * objcopy.c (RETURN_NONFATAL): Delete.
296 (copy_unknown_object): Don't call bfd_get_archive_filename for
297 bfd_nonfatal_message filename, instead just pass bfd.
298 (copy_object): Likewise.
299 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
300 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
301 (setup_bfd_headers): Fix error message.
302
303 2009-01-27 Nick Clifton <nickc@redhat.com>
304
305 PR 9774
306 * objdump.c (disassemble_section): When the target uses signed
307 addresses make sure that we compute signed values.
308
309 2009-01-27 Nick Clifton <nickc@redhat.com>
310
311 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
312 maintainers.
313
314 2009-01-26 Nick Clifton <nickc@redhat.com>
315
316 PR 9766
317 * dlltool.c (xlate): When strip text after the @ sign, look for
318 the last one not the first one.
319
320 2009-01-16 Alan Modra <amodra@bigpond.net.au>
321
322 * configure.in (commonbfdlib): Delete.
323 * configure: Regenerate.
324
325 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
326
327 Cleanup code related to --identify option.
328
329 * binutils/dlltool.c (file scope): Removed globals identify_ms,
330 identify_member_contains_symname_result,
331 identify_dll_name_list_head, and identify_dll_name_list_tail.
332 Renamed existing typedef dll_name_list_type to
333 dll_name_list_node_type.
334 Added new typedefs dll_name_list_type, symname_search_data_type,
335 and identify_data_type.
336 (identify_append_dll_name_to_list): Renamed to...
337 (dll_name_list_append): ...here. Changed signature to accept list
338 argument rather than use global.
339 (identify_count_dll_name_list): Renamed to...
340 (dll_name_list_count): ...here. Changed signature to accept list
341 argument rather than use global.
342 (identify_print_dll_name_list): Renamed to...
343 (dll_name_list_print): ...here. Changed signature to accept list
344 argument rather than use global.
345 (identify_free_dll_name_list): Renamed to...
346 (dll_name_list_free_contents): ...here.
347 (dll_name_list_free): New function.
348 (dll_name_list_create): New function.
349 (identify_process_section_p): Changed signature to accept
350 ms_style_implib argument rather than use global.
351 (identify_member_contains_symname): Expect incoming void * data to
352 be symname_search_data_type.
353 (identify_dll_for_implib): Use new functions dll_name_list_create
354 and dll_name_list_free. Use new types symname_search_data_type
355 and identify_data_type to communicate with search routines.
356 (identify_search_section): Expect incoming void * data to be
357 identify_data_type. Use its contents rather than global
358 variables.
359
360 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
361
362 Add --identify-strict option. Handle ms-style implibs:
363
364 * dlltool.c (file scope): Added new globals identify_ms and
365 identify_strict. New typedef dll_name_list_type, and globals
366 identify_dll_name_list_head and identify_dll_name_list_tail. Added
367 new global identify_member_contains_symname_result.
368 (identify_append_dll_name_to_list): New function.
369 (identify_count_dll_name_list): New function.
370 (identify_print_dll_name_list): New function.
371 (identify_free_dll_name_list): New function.
372 (identify_search_archive): Changed signature to take function
373 pointer to operation to apply to each member, and data to pass on
374 to that function.
375 (identify_search_member): Changed signature to accept user data
376 from caller.
377 (identify_member_contains_symname): New function.
378 (identify_dll_for_implib): Rewrite. Now determines whether implib
379 is ms- or binutils- style, before searching sections for
380 dllname. Allows multiple dllnames.
381 (identify_process_section_p): Search alternate section for dllname
382 when implib is ms-style.
383 (identify_search_section): Add additional conditions to excludes
384 candidate sections from consideration.
385 (usage): Added --identify-strict.
386 (long_options): Added --identify-strict.
387 (main): Handle --identify-strict option.
388 * doc/binutils.texi: Document --identify-strict option.
389 * NEWS: Document --identify and --identify-strict options.
390
391 2009-01-13 Alan Modra <amodra@bigpond.net.au>
392
393 PR 7034
394 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
395
396 2009-01-13 Alan Modra <amodra@bigpond.net.au>
397
398 * objdump.c (disassemble_section): Don't assume non-instruction
399 data if object symbol at given address is in different section.
400
401 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
402
403 * dlltool.c (create_for_pep): New.
404 (flush_page): Use create_for_pep instead of using
405 macro DLLTOOL_MX86_64 clause.
406 (generate_idata_ofile): Likewise.
407 (make_one_lib_file): Likewise.
408 (make_head): Likewise.
409 (make_tail): Likewise.
410 (main): Initialize create_for_pep.
411
412 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
413
414 * dlltool.c (use_nul_prefixed_import_tables): New.
415 (make_head): Make prefix leading zero prefix element for
416 idata$4 and idata$5 dependent to new flag.
417 (usage): Add new option --use-nul-prefixed-import-tables.
418 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
419 (long_options): Add --use-nul-prefixed-import-tables.
420 (main): Likewise.
421 * doc/binutils.texi: Add new option documentation for
422 --use-nul-prefixed-import-tables.
423 * NEWS: Add new option.
424
425 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
426
427 * windres.c (set_endianess): Get architecture name
428 for internal target names like "pe-arm-wince-little".
429 (find_arch_match): New helper.
430 * ChangeLog: Reset it.
431 * ChangeLog-2008: Moved old ChangeLog.
432
433 For older changes see ChangeLog-2008
434 \f
435 Local Variables:
436 mode: change-log
437 left-margin: 8
438 fill-column: 74
439 version-control: never
440 End:
This page took 0.040928 seconds and 3 git commands to generate.