ChangeLog-2009 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361
  1. 2009-12-31 Eirik Byrkjeflot Anonsen <eirik@opera.com>
  2. Nick Clifton <nickc@redhat.com>
  3. * objcopy.c (add_redefine_syms_file): Avoid symbol buffer
  4. overrun.
  5. 2009-12-21 Alan Modra <amodra@gmail.com>
  6. * MAINTAINERS: Update my email address.
  7. 2009-12-18 Ulrich Weigand <uweigand@de.ibm.com>
  8. * readelf.c (get_note_type): Handle NT_S390_HIGH_GPRS notes.
  9. 2009-12-11 Nick Clifton <nickc@redhat.com>
  10. * Makefile.in: Regenerate.
  11. * doc/Makefile.in: Regenerate.
  12. * ar.c: Fix shadowed variable warnings.
  13. * bucomm.c: Likewise.
  14. * coffgrok.c: Likewise.
  15. * configure: Likewise.
  16. * dlltool.c: Likewise.
  17. * dllwrap.c: Likewise.
  18. * dwarf.c: Likewise.
  19. * ieee.c: Likewise.
  20. * nlmconv.c: Likewise.
  21. * nm.c: Likewise.
  22. * objcopy.c: Likewise.
  23. * objdump.c: Likewise.
  24. * prdbg.c: Likewise.
  25. * readelf.c: Likewise.
  26. * resbin.c: Likewise.
  27. * resrc.c: Likewise.
  28. * resres.c: Likewise.
  29. * srconv.c: Likewise.
  30. * stabs.c: Likewise.
  31. * sysdump.c: Likewise.
  32. * sysinfo.y: Likewise.
  33. * wrstabs.c: Likewise.
  34. 2009-12-10 Tristan Gingold <gingold@adacore.com>
  35. * addr2line.c (pretty_print): New variable.
  36. (long_options): Add an entry for -p/--pretty-print.
  37. (usage): Document -p/--pretty-print.
  38. (translate_addresses): Handle pretty_print. Reindent.
  39. (main): Handle option -p.
  40. * doc/binutils.texi (addr2line): Document -p/--pretty-print.
  41. * NEWS: Mention new feature.
  42. 2009-12-09 Tristan Gingold <gingold@adacore.com>
  43. * addr2line.c (translate_addresses): Display addresses
  44. if option -a is used.
  45. (with_addresses): New variable.
  46. (long_options): Add option '-a'.
  47. (usage): Add usage for option '-a'.
  48. (main): Handle option '-a'.
  49. * doc/binutils.texi (addr2line): Document option '-a'.
  50. * NEWS: Mention new feature.
  51. 2009-12-08 Cary Coutant <ccoutant@google.com>
  52. * dwarf.c (dwarf_select_sections_by_names): Handle pubtypes correctly.
  53. (debug_displays): Remove duplicate entry for debug_pubtypes.
  54. 2009-12-03 David Daney <ddaney@caviumnetworks.com>
  55. Adam Nemet <adambnemet@gmail.com>
  56. * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
  57. 2009-12-03 Nick Clifton <nickc@redhat.com>
  58. PR binutils/11045
  59. * dwarf.c (do_debug_pubtypes): New variable.
  60. (dwarf_select_sections_by_names): Handle .debug_pubtypes.
  61. (dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
  62. (dwarf_select_sections_all): Set do_debug_pubtypes.
  63. (debug_displays): Add support for .debug_pubtypes.
  64. * dwarf.h (do_debug_pubtypes): Export.
  65. * objdump.c (usage): Add -wt or --dwarf=pubtypes.
  66. * readelf.c (usage): Likewise.
  67. (process_section_headers): Enable debug display if
  68. do_debug_pubtypes is set.
  69. * doc/binutils.texi: Document -wt/--dwarf=pubtypes option.
  70. 2009-12-02 Jerker Bäck <jerker.back@gmail.com>
  71. PR binutils/11017
  72. * dlltool.c (PAGE_SIZE): Delete.
  73. (PAGE_MASK): Provide default definition based on COFF_PAGE_SIZE.
  74. Check for DLLTOOL_DEFAULT_MX86_64 and DLLTOOL_DEFAULT_I386.
  75. 2009-12-01 Joseph Myers <joseph@codesourcery.com>
  76. * readelf.c (get_machine_name, get_osabi_name): Handle more
  77. allocated values.
  78. 2009-11-30 Joseph Myers <joseph@codesourcery.com>
  79. * configure: Regenerate.
  80. 2009-11-20 Nick Clifton <nickc@redhat.com>
  81. * readelf.c: Include xc16x.h.
  82. (dump_relocations): Handle relocations for the xc16x target.
  83. (get_machine_name): Accept EM_C166 for xc16x targets.
  84. (is_32bit_abs_reloc): Add support for xc16c 32-bit absolute reloc.
  85. (is_16bit_abs_reloc): Add support for xc16c 16-bit absolute reloc.
  86. (is_none_reloc): Add support for xc16c null reloc.
  87. 2009-11-20 Ben Elliston <bje@au.ibm.com>
  88. * Makefile.am (syslex.o): Use $(NO_WERROR) not -Wno-error.
  89. (sysinfo.o): Likewise.
  90. * Makefile.in: Regenerate.
  91. 2009-11-19 Ben Elliston <bje@au.ibm.com>
  92. * arlex.l: Enable noinput, nounput flex options.
  93. * syslex.l: Likewise.
  94. 2009-11-17 Paul Brook <paul@codesourcery.com>
  95. Daniel Jacobowitz <dan@codesourcery.com>
  96. * readelf.c (arm_attr_tag_CPU_arch): Add v7E-M.
  97. 2009-11-16 Kai Tietz <kai.tietz@onevision.com>
  98. * windmc.c (set_endianess): Use bfd_get_target_info.
  99. * windres.c (set_endianess): Likewise.
  100. (find_arch_match): Removed.
  101. 2009-11-11 Nick Clifton <nickc@redhat.com>
  102. * po/id.po: Updated Indonesian translation.
  103. 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
  104. * configure.in: Stop checking for fopen64 and stat64.
  105. * strings.c (file_off, file_open, statbuf, file_stat): Remove.
  106. (strings_file): Change file_off to file_ptr, file_open to fopen,
  107. statbuf to struct stat and file_stat to stat.
  108. (get_char): Change parameter type file_off * to file_ptr *.
  109. (print_strings): Change parameter and variable `start' type file_off to
  110. file_ptr.
  111. * configure: Regenerate.
  112. * config.in: Regenerate.
  113. 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
  114. * configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS,
  115. AC_SYS_LARGEFILE and checking the Solaris largefile exception.
  116. * aclocal.m4: Regenerate.
  117. * configure: Regenerate.
  118. 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
  119. * bucomm.c (get_file_size): Update comment for the error return value.
  120. 2009-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
  121. * readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
  122. 2009-11-05 Kai Tietz <kai.tietz@onevision.com>
  123. * dllwrap.c (is_leading_underscore): New variable.
  124. (cpu_type): New enum type.
  125. (which_cpu): New variable.
  126. (usage): Add new options --no-leading-underscore
  127. and --leading-underscore.
  128. (long_options): Likewise.
  129. (OPTION_NO_LEADING_UNDERSCORE): New define.
  130. (OPTION_LEADING_UNDERSCORE): Likewise.
  131. (main): Initialize which_host, pass new options
  132. to dlltool, do underscoring dependent on
  133. is_leading_underscore, and do '@12' decoration
  134. only for x86.
  135. 2009-11-02 Paul Brook <paul@codesourcery.com>
  136. * readelf.c (arm_attr_tag_VFP_arch): Add VFPv4 and VFPv4-D16.
  137. 2009-10-28 Kai Tietz <kai.tietz@onevision.com>
  138. * dlltool.c (leading_underscore): New local variable.
  139. (asm_prefix): Interpret leading_underscore.
  140. (xlate): Likewise.
  141. (add_excludes): Use leading_underscore for making
  142. symbol name.
  143. (gen_exp_file): Use leading_underscore for internal
  144. _imp_ symbols.
  145. (usage): Add display of --no-leading-underscore and
  146. --leading-underscore option.
  147. (OPTION_NO_LEADING_UNDERSCORE): New.
  148. (OPTION_LEADING_UNDERSCORE): New.
  149. (long_options): Add --no-leading-underscore and
  150. --leading-underscore option.
  151. (main): Handle new options.
  152. * doc/binutils.text: Add documentation of the options
  153. --no-leading-underscore and --leading-underscore.
  154. 2009-10-23 Kai Tietz <kai.tietz@onevision.com>
  155. * deflex.l: Allow '<' and '>' in ID names.
  156. * defparse.y (EQUAL): New token constant.
  157. (opt_import_name): New rule for emptry or '==' ID.
  158. (expline): Add opt_import_name as last line element.
  159. (impline): Likewise.
  160. * dlltool.c (ifunct): New member its_name.
  161. (export): Likewise.
  162. (append_import): Add its_name argument.
  163. (defexports): Likewise.
  164. (defimport): Likewise.
  165. (scan_drectve_symbols): Adjust calls to def_exports.
  166. (dump_def_info): Print new optinal import/export table
  167. symbol name.
  168. (generate_idata_ofile): Use its_name member.
  169. (make_one_lib_file): Likewise.
  170. (nfunc): Take its_name in account on sort.
  171. * dlltool.h (def_exports): Add its_name as argument.
  172. (def_import): Likewise.
  173. * doc/binutils.texi: Add new def file syntax extension.
  174. * deflex.l (EQUAL): Add rule for '=='.
  175. * NEWS: Mention new feature.
  176. 2009-10-23 Thomas Cougnard <thomas.cougnard@gmail.com>
  177. * readelf.c (dynamic_info): Correct size of array.
  178. 2009-10-21 Ben Elliston <bje@gnu.org>
  179. * MAINTAINERS (BUILD SYSTEM, TESTSUITES): Remove myself.
  180. 2009-10-19 Jerker Bäck <jerker.back@gmail.com>
  181. PR binutils/10793
  182. * prdbg.c (tg_end_struct_type): Warning fix.
  183. PR binutils/10792
  184. * dlltool.c (dll_name_list_append): Declare variable at start
  185. of block.
  186. (dll_name_list_count, dll_name-list_print): Likewise.
  187. 2009-10-16 Doug Evans <dje@sebabeach.org>
  188. * MAINTAINERS: Add myself as m32r maintainer.
  189. 2009-10-16 Jerker Bäck <jerker.back@gmail.com>
  190. PR 10764
  191. * Makefile.am (sysinfo.o, syslex.o): Place source file after all
  192. command line switches.
  193. * Makefile.in: Regenerate.
  194. 2009-10-16 Yann Droneaud <yann@droneaud.fr>
  195. PR 10768
  196. * dlltool.c (bfd_get_errmsg): New macro.
  197. (scan_obj_file): Use it.
  198. (make_one_lib_file): Use it.
  199. (make_head): Use it.
  200. (make_delay_head): Use it.
  201. (make_tail): Use it.
  202. (gen_lib_file): Use it.
  203. (identify_dll_for_implib): Use it.
  204. (identify_search_archive): Use it.
  205. 2009-10-16 Nick Clifton <nickc@redhat.com>
  206. * readelf.c (usage): Add mention of --debug-dump=frames-interp.
  207. Wrap output to 80 columns.
  208. * objdump.c (usage): Likewise.
  209. * doc/binutils.texi (readelf): Add note about =frames-interp.
  210. 2009-10-01 Alan Modra <amodra@bigpond.net.au>
  211. * addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.
  212. 2009-09-29 Nick Clifton <nickc@redhat.com>
  213. * doc/binutils.texi (c++filt): Remove spurious description of
  214. nonexistent --java command line switch for cxxfilt.
  215. 2009-09-29 DJ Delorie <dj@redhat.com>
  216. * readelf.c: Add support for RX target.
  217. * MAINTAINERS: Add DJ and NickC as maintainers for RX.
  218. 2009-09-28 Alan Modra <amodra@bigpond.net.au>
  219. * configure.in: Don't invoke configure.tgt on $enable_targets.
  220. * configure: Regenerate.
  221. 2009-09-28 Nick Clifton <nickc@redhat.com>
  222. PR 10478
  223. * readelf.c (get_elf_section_flags): Allow SHN_BEFORE and
  224. SHN_AFTER section link values in x86 binaries.
  225. (process_section_headers): Likewise.
  226. 2009-09-25 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
  227. PR 10656
  228. * readelf.c: Remove duplicate declaration of variable do_wide.
  229. * dwarf.h: Add export of do_wide.
  230. 2009-09-24 Cary Coutant <ccoutant@google.com>
  231. * dwarf.c (get_TAG_name): Add missing DWARF-3 and new DWARF-4 tags.
  232. (get_FORM_name): Add new DWARF-4 forms.
  233. (read_and_display_attr_value): Add DW_FORM_ref_sig8, DW_LANG_Python.
  234. (get_AT_name): Add new DWARF-4 and GNU-specific attributes.
  235. (process_debug_info): Add do_types parameter; change all callers.
  236. Add support for .debug_types sections.
  237. (display_debug_types): New function.
  238. (debug_displays): Add .debug_types section.
  239. * readelf.c (process_section_headers): Add .debug_types section.
  240. (display_debug_section): Simplify call to streq.
  241. 2009-09-25 Alan Modra <amodra@bigpond.net.au>
  242. * readelf.c (print_dynamic_symbol): Format entries as for
  243. normal symbol table.
  244. (process_symbol_table): Use -7s format string for visibility.
  245. 2009-09-22 Richard Sandiford <rdsandiford@googlemail.com>
  246. * objdump.c (disassemble_section): Use bfd_get_arch_size
  247. instead of assuming that the address size is 32 bits.
  248. 2009-09-21 Alan Modra <amodra@bigpond.net.au>
  249. * readelf.c (get_ppc_dynamic_type): Add TLSOPT.
  250. (get_ppc64_dynamic_type): Likewise.
  251. 2009-09-18 Nick Clifton <nickc@redhat.com>
  252. * po/es.po: Updated Spanish translation.
  253. * po/vi.po: Updated Vietnamese translation.
  254. 2009-09-11 Paul Pluzhnikov <ppluzhnikov@google.com>
  255. * readelf.c (process_version_sections, process_symbol_table):
  256. Use symbolic constants.
  257. 2009-09-11 Nick Clifton <nickc@redhat.com>
  258. * po/binutils.pot: Updated by the Translation project.
  259. 2009-09-11 Philippe De Muyter <phdm@macqel.be>
  260. * obcopy.c (copy_object): New parameter `input_arch', architecture
  261. of input file, if not specified in input file itself; all callers
  262. updated; `binary_architecture' hack removed.
  263. (copy_archive, copy_file): New parameter `input_arch', for
  264. `copy_object' usage.
  265. (copy_main): Accept `-B' (`--binary-architecture') option also
  266. for any arch-less input ifile format, not only `binary'; remove
  267. bfd_external_binary_architecture hack; instead, add `input_arch'
  268. to calls to `copy_file'.
  269. * windres.c, windmc.c : Obsolete and useless external references
  270. to `bfd_external_binary_architecture' or `bfd_external_machine'
  271. removed.
  272. * doc/binutils.texi: Mention that -B parameter can be used for any
  273. input file type which does not have its own architecture.
  274. 2009-09-10 Martin Thuresson <martin@mtme.org>
  275. Update sources to compile cleanly with -Wc++-compat:
  276. * addr2line.c (slurp_symtab): Fix casts. Introduce variable
  277. minisyms to avoid aliasing varning.
  278. * ar.c: Add casts.
  279. (normalize): Use name del instead of delete.
  280. (display_target_list,display_info_table): Change loop counter
  281. variable a to int.
  282. * bucomm.c: Add casts.
  283. * debug.c: Update function to use new names.
  284. (struct debug_baseclass): Rename member from virtual to
  285. is_virtual.
  286. (struct debug_type_s, struct debug_field_s, struct
  287. debug_baseclass_s, struct debug_method_s, struct
  288. debug_method_variant_s, struct debug_type_s): Rename struct from
  289. avoid name collision.
  290. * debug.h: Use new struct names.
  291. * dwarf.c: Add casts.
  292. (free_debug_memory): Change loop counter variable a to int.
  293. * ieee.c: Add casts.
  294. (enum ieee_var_kind): Move to top level.
  295. (ieee_class_baseclass): Rename parameter virtual to is_virtual.
  296. (ieee_class_method_var): Rename variable virtual to is_virtual.
  297. * nm.c: Add casts.
  298. * objcopy.c: Add casts.
  299. (copy_archive): Rename variable delete to del.
  300. * objdump.c: Add casts.
  301. (dump_dwarf_section): Change loop counter variable i to int.
  302. * prdbg.c: Add casts.
  303. (pr_class_baseclass,tg_class_baseclass): Rename parameters virtual
  304. to is_virtual.
  305. * readelf.c: Add casts.
  306. (struct ia64_unw_table_entry,struct hppa_unw_table_entry): Move to
  307. top level.
  308. * size.c: Add casts.
  309. * stabs.c (parse_stab_type, parse_stab_range_type,
  310. (parse_stab_cpp_abbrev): Rename parameter from typename to
  311. type_name.
  312. (parse_stab_baseclasses): Rename variable virtual to is_virtual.
  313. * strings.c: Add casts.
  314. * wrstabs.c (stab_class_baseclass): Rename parameter virtual to
  315. is_virtual.
  316. 2009-09-09 Nick Clifton <nickc@redhat.com>
  317. PR 10478:
  318. readelf.c (get_elf_section_flags): Add support for SHF_EXCLUDE and
  319. SHF_ORDERED.
  320. (process_section_headers): Warn about out of range sh_link
  321. values. When displaying detailed section header information
  322. annote the SHN_BEFORE and SHN_AFTER values.
  323. 2009-09-08 Alan Modra <amodra@bigpond.net.au>
  324. * dwarf.c (byte_get_little_endian): Handle size of 3.
  325. (byte_get_big_endian): Likewise.
  326. * readelf.c (byte_put_little_endian): Likewise.
  327. (byte_put_big_endian): Likewise.
  328. (is_24bit_abs_reloc): New function.
  329. (is_none_reloc): Formatting.
  330. (apply_relocations): Use is_24bit_abs_reloc. Handle pj and xtensa
  331. reloc peculiarity.
  332. 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
  333. * readelf.c (is_none_reloc <EM_XTENSA_OLD>, is_none_reloc <EM_XTENSA>):
  334. New.
  335. 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
  336. * dwarf.c (process_debug_info): Support section padding abbrev codes.
  337. 2009-09-07 Tristan Gingold <gingold@adacore.com>
  338. * po/binutils.pot: Regenerate.
  339. 2009-09-05 Jan Kratochvil <jan.kratochvil@redhat.com>
  340. * Makefile.am (sysdump.o): Depend on sysroff.c.
  341. * Makefile.in: Regenerate.
  342. 2009-09-05 Martin Thuresson <martin@mtme.org>
  343. * ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class,
  344. ieee_read_reference): Rename variables named class to cxxclass.
  345. 2009-09-04 Tristan Gingold <gingold@adacore.com>
  346. * BRANCHES: Add binutils-2_20-branch.
  347. 2009-09-04 Tristan Gingold <gingold@adacore.com>
  348. * NEWS: Add marker for 2.20.
  349. 2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
  350. * dlltool.c (delayimp_name): Add new global variable
  351. (usage, long_options, main): Add new option "-y" / "--output-delaylib"
  352. (struct mac): Add fields how_dljtab_size, how_dljtab_roff1,
  353. how_dljtab_roff2, how_dljtab, trampoline.
  354. (i386_dljtab): Add binary stub for x86 delay import.
  355. (i386_trampoline): Add text assembly stub for x86 delay import.
  356. (mtable): Add delay import data for M386 and MX86 only.
  357. (make_delay_head): New function.
  358. (make_one_lib_file): New arg delay creates delay-load import stub.
  359. (gen_lib_file): New arg delay likewise.
  360. (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
  361. (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
  362. (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
  363. * NEWS: Mention new feature. Also fix whitespace.
  364. * doc/binutils.texi: Updated dlltool documentation.
  365. 2009-09-02 Tristan Gingold <gingold@adacore.com>
  366. * configure.com: Do not copy makefile.vms-in to makefile.vms
  367. * makefile.vms-in: Renamed to...
  368. * makefile.vms: ... this usual name as it is not processed anymore.
  369. Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
  370. objdump.exe.
  371. 2009-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  372. * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
  373. (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
  374. source file name for generated files which may be in $(srcdir).
  375. * Makefile.in: Regenerate.
  376. 2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
  377. * version.c (print_version): Change to "Copyright 2009".
  378. 2009-09-01 Tristan Gingold <gingold@adacore.com>
  379. * makefile.vms-in: Remove unused VERSION variable. Remove unused
  380. dependencies.
  381. * configure.com: Ported to Itanium VMS. Create build.com DCL script.
  382. 2009-08-29 Martin Thuresson <martin@mtme.org>
  383. * nlmconv.c (main): Rename variable new to new_name.
  384. 2009-08-28 H.J. Lu <hongjiu.lu@intel.com>
  385. * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
  386. CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
  387. (syslex.o): Likewise.
  388. (sysinfo.o): Likewise.
  389. (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
  390. * Makefile.in: Regenerated.
  391. 2009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
  392. * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
  393. (--subsystem): ... from here.
  394. 2009-08-24 Cary Coutant <ccoutant@google.com>
  395. * objdump.c (find_symbol_for_address): Avoid costly call to
  396. bfd_octets_per_byte.
  397. 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  398. * Makefile.am (am__skiplex, am__skipyacc): New.
  399. * Makefile.in: Regenerate.
  400. 2009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  401. * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
  402. * Makefile.in: Regenerate.
  403. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  404. * Makefile.am (AM_CPPFLAGS): Renamed from ...
  405. (INCLUDES): ... this.
  406. (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
  407. (installcheck-local): Renamed from ...
  408. (installcheck): ... this.
  409. * Makefile.in: Regenerate.
  410. * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
  411. foreign.
  412. (MKDEP, CLEANFILES): Remove now-unneeded variables.
  413. (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
  414. (mkdep section): Remove.
  415. (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
  416. (EXTRA_ar_SOURCES): New, list $(CFILES).
  417. (syslex.o): Depend on syslex.c.
  418. (sysinfo.o): Depend on sysinfo.c.
  419. (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
  420. Remove dependencies, now tracked by automake.
  421. (srconv.o): Depend on sysroff.c.
  422. (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
  423. (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
  424. (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
  425. tracking rules; only list the dependency upon the primary source
  426. file, but no included headers.
  427. * Makefile.in: Regenerate.
  428. * Makefile.am (install-pdf, install-pdf-recursive, install-html)
  429. (install-html-recursive): Remove.
  430. * Makefile.in: Regenerate.
  431. * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
  432. (html__strip_dir, install-html, install-html-am): Remove.
  433. * doc/Makefile.in: Regenerate.
  434. * Makefile.in: Regenerate.
  435. * aclocal.m4: Likewise.
  436. * config.in: Likewise.
  437. * configure: Likewise.
  438. * doc/Makefile.in: Likewise.
  439. 2009-08-17 Nick Clifton <nickc@redhat.com>
  440. * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
  441. 32-bit absolute reloc for the purposes of processing debug
  442. sections.
  443. 2009-08-10 Daniel Gutson <dgutson@codesourcery.com>
  444. * readelf.c (get_arm_section_type_name): Added support for
  445. new sections headers.
  446. 2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
  447. PR binutils/10364
  448. * objcopy.c (strip_main): Check return from smart_rename.
  449. (copy_main): Likewise.
  450. 2009-07-27 Nick Clifton <nickc@redhat.com>
  451. PR 10413
  452. * objdump.c (dump_section_header): Skip sections that we are
  453. ignoring.
  454. 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
  455. * readelf.c (guess_is_rela): Handle EM_L1OM.
  456. (dump_relocations): Likewise.
  457. (get_machine_name): Likewise.
  458. (get_section_type_name): Likewise.
  459. (get_elf_section_flags): Likewise.
  460. (get_symbol_index_type): Likewise.
  461. (is_32bit_abs_reloc): Likewise.
  462. (is_32bit_pcrel_reloc): Likewise.
  463. (is_64bit_abs_reloc): Likewise.
  464. (is_64bit_pcrel_reloc): Likewise.
  465. (is_none_reloc): Likewise.
  466. 2009-07-23 Ulrich Drepper <drepper@redhat.com>
  467. * readelf.c (get_symbol_binding): For Linux targeted files return
  468. UNIQUE for symbols with the STB_GNU_UNIQUE binding.
  469. * doc/binutils.texi: Document the meaning of the 'u' symbol
  470. binding in the output of nm and objdump --syms.
  471. 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
  472. * NEWS: Mention --insn-width.
  473. * objdump.c (insn_width): New.
  474. (usage): Display --insn-width.
  475. (option_values): Add OPTION_INSN_WIDTH.
  476. (long_options): Add --insn-width.
  477. (disassemble_bytes): Handle insn_width.
  478. (main): Handle OPTION_INSN_WIDTH.
  479. * doc/binutils.texi: Document --insn-width.
  480. 2009-07-17 Nick Clifton <nickc@redhat.com>
  481. * dwarf.c (display_debug_lines): If do_debug_lines has not been
  482. set then default to displaying raw .debug_line section contents.
  483. 2009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
  484. Support unordered .debug_info references to .debug_ranges.
  485. * dwarf.c (struct range_entry, range_entry_compar): New.
  486. (display_debug_ranges): Remove variables last_offset, first, j,
  487. seen_first_offset, use_debug_info and next. New variables
  488. range_entries and range_entry_fill. Create the sorted copy
  489. range_entries. Remove the FIXME error on detected unordered references.
  490. * dwarf.h (debug_info <range_lists>): New comment.
  491. 2009-07-14 Nick Clifton <nickc@redhat.com>
  492. PR 10380
  493. * README: Document use of LDFLAGS="--static".
  494. 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
  495. * Makefile.am: Run "make dep-am".
  496. * Makefile.in: Regenerated.
  497. 2009-07-10 Tom Tromey <tromey@redhat.com>
  498. * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
  499. * Makefile.in: Rebuild.
  500. * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
  501. 2009-07-06 Tristan Gingold <gingold@adacore.com>
  502. * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
  503. sections.
  504. * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
  505. * dwarf.c (debug_displays): Adjust for removed field.
  506. 2009-07-03 Jakub Jelinek <jakub@redhat.com>
  507. * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
  508. and DW_OP_implicit_value.
  509. 2009-07-01 Nick Clifton <nickc@redhat.com>
  510. PR 6714
  511. * rclex.c (handle_quotes): Do not complain about whitespace
  512. separating quoted strings.
  513. (rclex_string): Ignore whitespace when looking for a new opening
  514. quote following a closing quote.
  515. 2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
  516. PR binutils/10321
  517. * bucomm.c (get_file_size): Return -1 on error.
  518. * objcopy.c (copy_file): Report empty file.
  519. 2009-06-23 Nick Clifton <nickc@redhat.com>
  520. * dwarf.c (display_debug_lines_raw): Include the name of the
  521. section in warning message.
  522. (struct debug_display): Enable reloc processing for .debug_line
  523. and .debug_ranges sections.
  524. * readelf.c: Add --relocated-dump command line option to dump the
  525. relocated contents of a specified section.
  526. (request_dump): New function.
  527. (parse_args): Use it.
  528. (dump_section_as_bytes): Add parameter to indicate whether the
  529. contents should be relocated.
  530. (target_specific_reloc_handling): Add code for a R_MN10300_16
  531. reloc found after a R_MN10300_SYM_DIFF reloc.
  532. (debug_apply_relocations): Rename to apply_relocations.
  533. (get_section_contents): New function. Replaces common code found
  534. in dump_section_as_strings and dump_section_as_bytes.
  535. * doc/binutils.texi: Document new command line option.
  536. * NEWS: Mention the new feature.
  537. 2009-06-22 Nick Clifton <nickc@redhat.com>
  538. * readelf.c (target_specific_reloc_handling): New function:
  539. Processes relocs in a target specific manner.
  540. (debug_apply_relocations): Use the new function.
  541. * dwarf.c (display_debug_loc): End the dump with a blank line.
  542. (struct debug_display): Enable reloc processing for .debug_aranges
  543. and .debug_loc sections.
  544. 2009-06-19 Nick Clifton <nickc@redhat.com>
  545. * ar.c (usage): Do not use #ifdef inside _("...).
  546. * nm.c (usage): Likewise.
  547. 2009-06-18 Nick Clifton <nickc@redhat.com>
  548. PR 10288
  549. * objdump.c (disassemble_bytes): Set the
  550. USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
  551. if the user has invoked the -m switch.
  552. * doc/binutils.texi: Document the additional behaviour of
  553. objdump's -m switch for ARM targets.
  554. 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
  555. * configure.in: Merge cegcc and mingw32ce target name changes from
  556. CeGCC project.
  557. 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
  558. * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
  559. * configure: Regenerate.
  560. 2009-06-15 Nick Clifton <nickc@redhat.com>
  561. PR 10263
  562. * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
  563. the flags field of the disassemble_info structure if the -D switch
  564. is in operation.
  565. 2009-06-12 Homer Xing <homer.xing@yahoo.com>
  566. * NEWS: Mention new feature added to gprof.
  567. 2009-06-12 John Reiser <jreiser@BitWagon.com>
  568. * readelf.c (process_symbol_table): Set gnubuckets to NULL after
  569. freeing it and before returning.
  570. 2009-06-12 Jakub Jelinek <jakub@redhat.com>
  571. * readelf.c (process_symbol_table): Don't return early if
  572. .hash/.gnu.hash is empty/unusable and not -D.
  573. 2009-06-09 Tom Bramer <tjb@postpro.net>
  574. PR 10165
  575. * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
  576. to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
  577. 2009-06-04 Alan Modra <amodra@bigpond.net.au>
  578. * strings.c (main): Delay parsing of decimal digits.
  579. 2009-06-04 Alan Modra <amodra@bigpond.net.au>
  580. * dep-in.sed: Don't use \n in replacement part of s command.
  581. * Makefile.am (DEP1): LC_ALL for uniq.
  582. Run "make dep-am".
  583. * Makefile.in: Regenerate.
  584. 2009-06-03 Tristan Gingold <gingold@adacore.com>
  585. * MAINTAINERS: Add myself as Mach-O maintainer.
  586. 2009-06-01 Alan Modra <amodra@bigpond.net.au>
  587. PR 10199
  588. * doc/binutils.texi (nm): Correct -S description.
  589. 2009-05-28 Nick Clifton <nickc@redhat.com>
  590. * po/da.po: Updated Danish translation.
  591. 2009-05-28 Nick Clifton <nickc@redhat.com>
  592. * readelf.c (display_debug_section): Do not display debug sections
  593. with the NOBITS section type.
  594. 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
  595. * aclocal.m4: Include ../config/plugins.m4.
  596. * configure.in: Use AC_PLUGINS.
  597. * configure: Regenerate.
  598. * Makefile.in: Regenerate.
  599. * doc/Makefile.in: Regenerate.
  600. 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
  601. * ar.c (main): Call bfd_plugin_set_program_name.
  602. * nm.c (main): Call bfd_plugin_set_program_name.
  603. 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
  604. * sysdump.c (tab): Use puts rather than two printfs.
  605. 2009-05-26 Nick Clifton <nickc@redhat.com>
  606. * po/id.po: Updated Indonesian translation.
  607. * po/binutils.pot: Updated template file.
  608. 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
  609. * ar.c: Include plugin.h.
  610. (main): Handle the --plugin option.
  611. * nm.c: Include plugin.h.
  612. (OPTION_PLUGIN): New.
  613. (long_options): Add plugin.
  614. (main): Handle OPTION_PLUGIN.
  615. * NEWS: Mention the new feature.
  616. * doc/binutils: Documement the new command line options.
  617. * configure.in: Check for --enable-plugins.
  618. * configure: Regenerate.
  619. 2009-05-26 Alan Modra <amodra@bigpond.net.au>
  620. * dep-in.sed: Output one filename per line with all lines having
  621. continuation backslash. Prefix first line with "A", following
  622. lines with "B".
  623. * Makefile.am (DEP): Don't use dep.sed here.
  624. (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
  625. sort and uniq.
  626. * Makefile.in: Regenerate.
  627. 2009-05-25 Tristan Gingold <gingold@adacore.com>
  628. * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
  629. * configure.com: Fix it: handle alloca and define TARGET in config.h.
  630. 2009-05-22 Alan Modra <amodra@bigpond.net.au>
  631. * Makefile.am: Run "make dep-am".
  632. * Makefile.in: Regenerate.
  633. 2009-05-12 Alan Modra <amodra@bigpond.net.au>
  634. * objcopy.c (set_long_section_mode): Check input_bfd is coff
  635. before accessing coff specific fields of bfd.
  636. 2009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
  637. * MAINTAINERS: Add myself as PE/COFF co-maintainer.
  638. 2009-05-08 Kai Tietz <kai.tietz@onevision.com>
  639. * winduni.c (iconv_onechar): Only define when HAVE_ICONV
  640. is defined, but not when __CYGWIN__ or _WIN32 are defined.
  641. See wind_iconv_cp for call logic of this local funtion.
  642. 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
  643. PR 10109
  644. * winduni.c: Replace test of HAVE_ICONV_H with a test of
  645. HAVE_ICONV.
  646. (iconv_onechar): Use ICONV_CONST instead of "const".
  647. (wind_MultiByteToWideChar): Initialise local strings.
  648. 2009-04-30 Nick Clifton <nickc@redhat.com>
  649. * readelf.c (dump_relocations): Display a relocation against an
  650. ifunc symbol as if it were a function invocation.
  651. (get_symbol_type): Handle STT_GNU_IFUNC.
  652. 2009-04-29 Anthony Green <green@moxielogic.com>
  653. * NEWS: Tweak verilog support description.
  654. 2009-04-29 Alan Modra <amodra@bigpond.net.au>
  655. Denis Scherbakov <denis_scherbakov@yahoo.com>
  656. * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
  657. read, and merge with 32-bit case.
  658. 2009-04-27 Anthony Green <green@moxielogic.com>
  659. * NEWS: Mention verilog support added to bfd.
  660. 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
  661. * objcopy.c (copy_object): Copy pe_opthdr before changing PE
  662. parameters.
  663. 2009-04-24 Cary Coutant <ccoutant@google.com>
  664. * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
  665. Add missing newlines to HP extensions.
  666. 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
  667. * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
  668. * doc/binutils.texi: Likewise.
  669. 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
  670. PR binutils/10074
  671. * objcopy.c: Include coff/i386.h and coff/pe.h.
  672. (pe_file_alignment): New.
  673. (pe_heap_commit): Likewise.
  674. (pe_heap_reserve): Likewise.
  675. (pe_image_base): Likewise.
  676. (pe_section_alignment): Likewise.
  677. (pe_stack_commit): Likewise.
  678. (pe_stack_reserve): Likewise.
  679. (pe_subsystem): Likewise.
  680. (pe_major_subsystem_version): Likewise.
  681. (pe_minor_subsystem_version): Likewise.
  682. (set_pe_subsystem): Likewise.
  683. (convert_efi_target): Likewise.
  684. (command_line_switch): Add OPTION_FILE_ALIGNMENT,
  685. OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
  686. OPTION_STACK and OPTION_SUBSYSTEM.
  687. (copy_options): Likewise.
  688. (copy_usage): Add --file-alignment, --heap, --image-base,
  689. --section-alignment, --stack and --subsystem.
  690. (copy_object): Set up PE parameters.
  691. (copy_main): Process Add OPTION_FILE_ALIGNMENT,
  692. OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
  693. OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
  694. PEI target.
  695. * NEWS: Mention --file-alignment, --heap, --image-base,
  696. --section-alignment, --stack and --subsystem command line
  697. options for objcopy.
  698. * doc/binutils.texi: Document --file-alignment, --heap,
  699. --image-base, --section-alignment, --stack and --subsystem
  700. command line options for objcopy.
  701. 2009-04-15 Anthony Green <green@moxielogic.com>
  702. * MAINTAINERS: Add myself as Moxie port maintainer.
  703. 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
  704. * objcopy.c (enum long_section_name_handling): New enum type.
  705. (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
  706. (copy_options[]): Add entry for --long-section-names option.
  707. (copy_usage): Document it.
  708. (set_long_section_mode): New subroutine.
  709. (copy_file): Call it.
  710. (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
  711. * doc/binutils.texi: Update objcopy documentation with details
  712. of new option.
  713. 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
  714. * dlltool.c (set_dll_name_from_def): Accept new second arg that
  715. indicates if we are building DLL or EXE, and use it to add a
  716. default suffix to the output filename when none is already present.
  717. (def_name): Indicate we are building an EXE when calling it.
  718. (def_library): Indicate we are building a DLL when calling it.
  719. 2009-04-01 Jari Aalto <jari.aalto@cante.net>
  720. PR 9972
  721. * doc/binutils.texi (strings): Document the -V alias for the
  722. --version option.
  723. * strings.c (usage): Likewise.
  724. 2009-03-31 Nick Clifton <nickc@redhat.com>
  725. PR 9992
  726. * configure.in: Import Solaris specific largefile test from
  727. bfd/configure.in.
  728. * configure: Regenerate.
  729. 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
  730. * MAINTAINERS: Add self.
  731. 2009-03-27 Nick Clifton <nickc@redhat.com>
  732. * dwarf.c (display_debug_ranges): Add the base address to the
  733. displayed values for 'Begin' and 'End'.
  734. 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
  735. * readelf.c (process_file_header): Don't report a corrupt string
  736. table index if it is zero.
  737. 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
  738. * dwarf.c (dwarf_regnames): Moved before frame_need_space.
  739. (dwarf_regnames_count): Likewise.
  740. (frame_need_space): Return int.
  741. (display_debug_frames): Check invalid registers.
  742. 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
  743. * readelf.c (debug_apply_relocations): Check relocations
  744. against STT_SECTION symbol.
  745. 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
  746. * readelf.c (debug_apply_relocations): Allow relocations
  747. against function symbols.
  748. 2009-03-18 Alan Modra <amodra@bigpond.net.au>
  749. * sysdep.h: Include alloca-conf.h instead of config.h and remove
  750. existing #if's handling alloca.
  751. * Makefile.am: Run "make dep-am".
  752. * Makefile.in: Regenerate.
  753. 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
  754. * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
  755. * configure.in: Likewise.
  756. * configure: Regenerate.
  757. 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
  758. PR binutils/9945
  759. * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
  760. 2009-03-11 Chris Demetriou <cgd@google.com>
  761. * ar.c (deterministic): New global variable.
  762. (main): Recognize new 'D' option, which enables 'deterministic mode'.
  763. (usage): Document new 'D' option.
  764. (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
  765. flags if deterministic mode was requested.
  766. * doc/binutils.texi (ar): Document deterministic mode ('D' option).
  767. 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
  768. PR binutils/9933
  769. * objcopy.c (filter_symbols): Properly handle common symbols
  770. in relocatable file.
  771. 2009-03-06 Nick Clifton <nickc@redhat.com>
  772. * po/es.po: Updated Spanish translation.
  773. 2009-03-05 Nick Clifton <nickc@redhat.com>
  774. * objdump.c (disassemble_section): If the computed next offset is
  775. not beyond the current offset then just continue to the end.
  776. 2009-03-04 Tristan Gingold <gingold@adacore.com>
  777. * MAINTAINERS: Add myself as VMS maintainer.
  778. 2009-03-03 Nick Clifton <nickc@redhat.com>
  779. * readelf.c: Update formatting.
  780. 2009-03-03 Alan Modra <amodra@bigpond.net.au>
  781. * Makefile.am: Run "make dep-am".
  782. * Makefile.in: Regenerate.
  783. 2009-03-03 Alan Modra <amodra@bigpond.net.au>
  784. * objdump.c (disassemble_section): Mask address before sign extending.
  785. 2009-03-02 Sebastian Biallas <sb@biallas.net>
  786. * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
  787. (parse_ieee_bb): Set the filename if it has not already been
  788. discovered.
  789. 2009-03-02 Cary Coutant <ccoutant@google.com>
  790. * readelf.c (adjust_relative_path): New function.
  791. (struct archive_info): New type.
  792. (setup_archive): New function.
  793. (release_archive): New function.
  794. (setup_nested_archive): New function.
  795. (get_archive_member_name): New function.
  796. (get_archive_member_name_at): New function.
  797. (make_qualified_name): New function.
  798. (process_archive): Factor out code for reading archive index and
  799. long filename table to setup_archive. Add support for thin archives.
  800. 2009-03-02 Nick Clifton <nickc@redhat.com>
  801. * po/sk.po: Updated Slovak translation.
  802. 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  803. * configure: Regenerate.
  804. 2009-02-23 Cary Coutant <ccoutant@google.com>
  805. * objdump.c (load_specific_debug_section): New function, from
  806. load_debug_section.
  807. (load_debug_section): Use load_specific_debug_section.
  808. (dump_dwarf_section): Likewise.
  809. 2009-02-23 Cary Coutant <ccoutant@google.com>
  810. * readelf.c (parse_args): Select all sections explicitly for -w.
  811. 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
  812. * windres.c (set_endianess): Copy name without leading '-'.
  813. 2009-02-09 Tristan Gingold <gingold@adacore.com>
  814. * NEWS: Mention feature match between objdump and readelf for dumping
  815. dwarf info.
  816. * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
  817. objdump.
  818. * objdump.c (usage): Update documentation for -W/--dwarf.
  819. (enum option_values): Add OPTION_DWARF.
  820. (long_options): --dwarf can accept arguments.
  821. (dump_dwarf_section): Also check enabled field.
  822. (main): Option -W can accept arguments, code moved to
  823. dwarf.c and call dwarf_select_sections_all instead.
  824. * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
  825. (parse_args): Move code to...
  826. * dwarf.c (dwarf_select_sections_by_letters,
  827. dwarf_select_sections_by_names): : ...here (new functions).
  828. (do_debug_lines_decoded): Remove and replaced by ...
  829. (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
  830. (display_debug_lines): Adjust for previous change.
  831. (dwarf_select_sections_all): New function.
  832. (debug_displays): Add initializer for enabled field.
  833. * dwarf.h (do_debug_lines_decoded): Remove.
  834. Add prototypes for the new functions.
  835. (struct dwarf_section_display): Add enabled field.
  836. 2009-02-06 Nick Clifton <nickc@redhat.com>
  837. * po/vi.po: Updated Vietnamese translation.
  838. 2009-02-03 Sandip Matte <sandip@rmicorp.com>
  839. * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
  840. 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
  841. * NEWS: Move --as-needed change to ...
  842. * ../ld/NEWS: Here.
  843. 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
  844. * configure.in: AC_SUBST pdfdir.
  845. * Makefile.am: Add install-pdf, install-pdf-am,
  846. and install-pdf-recursive targets.
  847. * doc/Makefile.am: Define pdf__strip_dir. Add
  848. install-pdf and install-pdf-am targets.
  849. * po/Make-in: Add install-pdf target.
  850. * configure: Regenerate.
  851. * Makefile.in: Regenerate.
  852. * doc/Makefile.in: Regenerate.
  853. 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
  854. PR binutils/9784
  855. * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
  856. * doc/binutils.texi: Document --prefix=PREFIX and
  857. --prefix-strip=LEVEL.
  858. * objdump.c: Include "filenames.h".
  859. (prefix): New.
  860. (prefix_strip): Likewise.
  861. (prefix_length): Likewise.
  862. (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
  863. (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
  864. (long_options): Likewise.
  865. (show_line): Handle prefix and prefix_strip.
  866. (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
  867. * readelf.c (PATH_MAX): Moved to ...
  868. * sysdep.h: Here.
  869. 2009-01-31 Alan Modra <amodra@bigpond.net.au>
  870. * NEWS: Mention --as-needed change.
  871. 2009-01-29 Alan Modra <amodra@bigpond.net.au>
  872. PR 9798
  873. * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
  874. (bfd_get_archive_filename): Constify param.
  875. * bucomm.h (bfd_get_archive_filename): Update prototype.
  876. * objcopy.c (RETURN_NONFATAL): Delete.
  877. (copy_unknown_object): Don't call bfd_get_archive_filename for
  878. bfd_nonfatal_message filename, instead just pass bfd.
  879. (copy_object): Likewise.
  880. (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
  881. bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
  882. (setup_bfd_headers): Fix error message.
  883. 2009-01-27 Nick Clifton <nickc@redhat.com>
  884. PR 9774
  885. * objdump.c (disassemble_section): When the target uses signed
  886. addresses make sure that we compute signed values.
  887. 2009-01-27 Nick Clifton <nickc@redhat.com>
  888. * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
  889. maintainers.
  890. 2009-01-26 Nick Clifton <nickc@redhat.com>
  891. PR 9766
  892. * dlltool.c (xlate): When strip text after the @ sign, look for
  893. the last one not the first one.
  894. 2009-01-16 Alan Modra <amodra@bigpond.net.au>
  895. * configure.in (commonbfdlib): Delete.
  896. * configure: Regenerate.
  897. 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
  898. Cleanup code related to --identify option.
  899. * dlltool.c (file scope): Removed globals identify_ms,
  900. identify_member_contains_symname_result,
  901. identify_dll_name_list_head, and identify_dll_name_list_tail.
  902. Renamed existing typedef dll_name_list_type to
  903. dll_name_list_node_type.
  904. Added new typedefs dll_name_list_type, symname_search_data_type,
  905. and identify_data_type.
  906. (identify_append_dll_name_to_list): Renamed to...
  907. (dll_name_list_append): ...here. Changed signature to accept list
  908. argument rather than use global.
  909. (identify_count_dll_name_list): Renamed to...
  910. (dll_name_list_count): ...here. Changed signature to accept list
  911. argument rather than use global.
  912. (identify_print_dll_name_list): Renamed to...
  913. (dll_name_list_print): ...here. Changed signature to accept list
  914. argument rather than use global.
  915. (identify_free_dll_name_list): Renamed to...
  916. (dll_name_list_free_contents): ...here.
  917. (dll_name_list_free): New function.
  918. (dll_name_list_create): New function.
  919. (identify_process_section_p): Changed signature to accept
  920. ms_style_implib argument rather than use global.
  921. (identify_member_contains_symname): Expect incoming void * data to
  922. be symname_search_data_type.
  923. (identify_dll_for_implib): Use new functions dll_name_list_create
  924. and dll_name_list_free. Use new types symname_search_data_type
  925. and identify_data_type to communicate with search routines.
  926. (identify_search_section): Expect incoming void * data to be
  927. identify_data_type. Use its contents rather than global
  928. variables.
  929. 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
  930. Add --identify-strict option. Handle ms-style implibs:
  931. * dlltool.c (file scope): Added new globals identify_ms and
  932. identify_strict. New typedef dll_name_list_type, and globals
  933. identify_dll_name_list_head and identify_dll_name_list_tail. Added
  934. new global identify_member_contains_symname_result.
  935. (identify_append_dll_name_to_list): New function.
  936. (identify_count_dll_name_list): New function.
  937. (identify_print_dll_name_list): New function.
  938. (identify_free_dll_name_list): New function.
  939. (identify_search_archive): Changed signature to take function
  940. pointer to operation to apply to each member, and data to pass on
  941. to that function.
  942. (identify_search_member): Changed signature to accept user data
  943. from caller.
  944. (identify_member_contains_symname): New function.
  945. (identify_dll_for_implib): Rewrite. Now determines whether implib
  946. is ms- or binutils- style, before searching sections for
  947. dllname. Allows multiple dllnames.
  948. (identify_process_section_p): Search alternate section for dllname
  949. when implib is ms-style.
  950. (identify_search_section): Add additional conditions to excludes
  951. candidate sections from consideration.
  952. (usage): Added --identify-strict.
  953. (long_options): Added --identify-strict.
  954. (main): Handle --identify-strict option.
  955. * doc/binutils.texi: Document --identify-strict option.
  956. * NEWS: Document --identify and --identify-strict options.
  957. 2009-01-13 Alan Modra <amodra@bigpond.net.au>
  958. PR 7034
  959. * doc/binutils.texi (objdump -R): Note effect of -d or -D.
  960. 2009-01-13 Alan Modra <amodra@bigpond.net.au>
  961. * objdump.c (disassemble_section): Don't assume non-instruction
  962. data if object symbol at given address is in different section.
  963. 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
  964. * dlltool.c (create_for_pep): New.
  965. (flush_page): Use create_for_pep instead of using
  966. macro DLLTOOL_MX86_64 clause.
  967. (generate_idata_ofile): Likewise.
  968. (make_one_lib_file): Likewise.
  969. (make_head): Likewise.
  970. (make_tail): Likewise.
  971. (main): Initialize create_for_pep.
  972. 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
  973. * dlltool.c (use_nul_prefixed_import_tables): New.
  974. (make_head): Make prefix leading zero prefix element for
  975. idata$4 and idata$5 dependent to new flag.
  976. (usage): Add new option --use-nul-prefixed-import-tables.
  977. (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
  978. (long_options): Add --use-nul-prefixed-import-tables.
  979. (main): Likewise.
  980. * doc/binutils.texi: Add new option documentation for
  981. --use-nul-prefixed-import-tables.
  982. * NEWS: Add new option.
  983. 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
  984. * windres.c (set_endianess): Get architecture name
  985. for internal target names like "pe-arm-wince-little".
  986. (find_arch_match): New helper.
  987. * ChangeLog: Reset it.
  988. * ChangeLog-2008: Moved old ChangeLog.
  989. For older changes see ChangeLog-2008
  990. Copyright (C) 2009 Free Software Foundation, Inc.
  991. Copying and distribution of this file, with or without modification,
  992. are permitted in any medium without royalty provided the copyright
  993. notice and this notice are preserved.
  994. Local Variables:
  995. mode: change-log
  996. left-margin: 8
  997. fill-column: 74
  998. version-control: never
  999. End: