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