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