ChangeLog-2018 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558
  1. 2018-12-14 H.J. Lu <hongjiu.lu@intel.com>
  2. PR ld/23900
  3. * readelf.c (get_segment_type): Support PT_GNU_PROPERTY.
  4. (decode_x86_isa): Don't check GNU_PROPERTY_X86_UINT32_VALID.
  5. (decode_x86_feature_1): Likewise.
  6. (decode_x86_feature_2): Likewise.
  7. (print_gnu_property_note): Remove GNU_PROPERTY_X86_UINT32_VALID
  8. check.
  9. * testsuite/binutils-all/i386/empty.d: Updated.
  10. * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
  11. * testsuite/binutils-all/x86-64/empty.d: Likewise.
  12. * testsuite/binutils-all/i386/pr21231b.s: Change
  13. GNU_PROPERTY_X86_ISA_1_USED bits to 0x7fffffff.
  14. * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
  15. 2018-12-13 Sam Tebbs <sam.tebbs@arm.com>
  16. * dwarf.c (read_cie): Add check for 'B'.
  17. 2018-12-11 Nick Clifton <nickc@redhat.com>
  18. * NEWS: Note that recursion limit has increased to 2048.
  19. * doc/binutils.texi: Likewise.
  20. 2018-12-08 Alan Modra <amodra@gmail.com>
  21. * strings.c (unget_part_char): New function.
  22. (print_strings): Use unget_part_char. Formatting.
  23. * testsuite/binutils-all/strings.exp (test_multibyte): Don't
  24. use square brackets in fail message. Expect "String1\nString2".
  25. 2018-12-07 Alan Modra <amodra@gmail.com>
  26. * nm.c (display_rel_file): Use xrealloc to increase minisyms
  27. for synthetic symbols.
  28. 2018-12-07 Nick Clifton <nickc@redhat.com>
  29. * addr2line.c (demangle_flags): New static variable.
  30. (long_options): Add --recurse-limit and --no-recurse-limit.
  31. (translate_address): Pass demangle_flags to bfd_demangle.
  32. (main): Handle --recurse-limit and --no-recurse-limit options.
  33. * cxxfilt.c: (long_options): Add --recurse-limit and
  34. --no-recurse-limit.
  35. (main): Handle new options.
  36. * nm.c (demangle_flags): New static variable.
  37. (long_options): Add --recurse-limit and --no-recurse-limit.
  38. (main): Handle new options.
  39. * objdump.c (demangle_flags): New static variable.
  40. (usage): Add --recurse-limit and --no-recurse-limit.
  41. (long_options): Likewise.
  42. (objdump_print_symname): Pass demangle_flags to bfd_demangle.
  43. (disassemble_section): Likewise.
  44. (dump_dymbols): Likewise.
  45. (main): Handle new options.
  46. * prdbg.c (demangle_flags): New static variable.
  47. (tg_variable): Pass demangle_flags to demangler.
  48. (tg_start_function): Likewise.
  49. * stabs.c (demangle_flags): New static variable.
  50. (stab_demangle_template): Pass demangle_flags to demangler.
  51. (stab_demangle_v3_argtypes): Likewise.
  52. (stab_demangle_v3_arg): Likewise.
  53. * doc/binutuls.texi: Document new command line options.
  54. * NEWS: Mention the new feature.
  55. * testsuite/config/default.exp (CXXFILT): Define if not already
  56. defined.
  57. (CXXFILTFLAGS): Likewise.
  58. * testsuite/binutils-all/cxxfilt.exp: New file. Runs a few
  59. simple tests of the cxxfilt program.
  60. 2018-12-03 Nick Clifton <nickc@redhat.com>
  61. PR 23941
  62. * testsuite/binutils-all/i386/compressed-1a.d: Update expected output.
  63. * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
  64. 2018-12-01 Alan Modra <amodra@gmail.com>
  65. PR 23946
  66. * readelf.c (slurp_ia64_unwind_table): Bounds check symbol index
  67. on reloc.
  68. (slurp_hppa_unwind_table): Likewise.
  69. 2018-12-01 Alan Modra <amodra@gmail.com>
  70. PR 23945
  71. * readelf.c (slurp_ia64_unwind_table): Don't call elf_ia64_reloc_type
  72. needlessly.
  73. (slurp_hppa_unwind_table): Use same range checks and error messages
  74. as slurp_ia64_unwind_table.
  75. 2018-11-29 Nick Clifton <nickc@redhat.com>
  76. PR 23931
  77. * objdump.c (dump_relocs_in_section): When checking for an
  78. unreasonable amount of relocs in a bfd, allow for the fact that
  79. the internal representation of a reloc may be bigger than the
  80. external representation.
  81. 2018-11-27 Mark Wielaard <mark@klomp.org>
  82. PR binutils/23919
  83. * readelf.c (dump_sections_as_strings): Remove bogus addralign check.
  84. (dump_sections_as_bytes): Likewise.
  85. (load_specific_debug_sections): Likewise.
  86. * testsuite/binutils-all/dw2-3.rS: Adjust alignment.
  87. * testsuite/binutils-all/dw2-3.rt: Likewise.
  88. 2018-11-20 H.J. Lu <hongjiu.lu@intel.com>
  89. PR binutils/23898
  90. * testsuite/lib/binutils-common.exp (prune_warnings_extra):
  91. Prune gaps in build notes.
  92. 2018-11-13 Francois H. Theron <francois.theron@netronome.com>
  93. * testsuite/binutils-all/nfp/test1.d: Test for swapped operand crc[].
  94. 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
  95. * configure: Regenerate.
  96. 2018-11-09 Mathias <m4tze@exitno.de>
  97. * strings.c (print_strings): Check for multibyte encodings.
  98. * binutils-all/strings-1.bin: New file. Test binary for string decoding.
  99. * testsuite/binutils-all/strings.exp: New file. Test the strings program.
  100. * testsuite/config/default.exp (STRINGS): Define if not provided
  101. by the environment.
  102. (STRINGSFLAGS): Likewise.
  103. 2018-11-07 Masatake Yamato <yamato@redhat.com>
  104. * objdump.c (long_options): Have the --disassemble option take an
  105. optional argument.
  106. (usage): Add description for the `symbol' argument to the
  107. --disassemble option.
  108. (disasm_sym): New file private variable.
  109. (struct objdump_disasm_info): New field `symbol'.
  110. (disassemble_section): Introduce `do_print' local variable
  111. to control whether objdump displays the result of disassembling
  112. for a symbol or not.
  113. (main): Set `symbol' file private variable if the option argument
  114. for the --disassemble option is given.
  115. * doc/binutils.texi (objdump): Add description for the option
  116. argument.
  117. * NEWS: Mention the new feature.
  118. * testsuite/binutils-all/objdump.exp: Add tests of the -d and
  119. --disassemble=<symbol> options.
  120. * testsuite/binutils-all/bintest.s: Add more symbols and code.
  121. * testsuite/binutils-all/readelf.s: Update expected output.
  122. * testsuite/binutils-all/readelf.ss-64: Likewise.
  123. * testsuite/binutils-all/readelf.ss-mips: Likewise.
  124. * testsuite/binutils-all/readelf.ss-tmips: Likewise.
  125. 2018-11-07 Nick Clifton <nickc@redhat.com>
  126. * po/pt.po: Updated Portuguese translation.
  127. 2018-11-06 Roman Bolshakov <r.bolshakov@yadro.com>
  128. Saagar Jha <saagar@saagarjha.com>
  129. PR 23728
  130. * od-macho.c (printf_version): New.
  131. (dump_load_command): Use it to print version. Print sdk version. Print
  132. version info for watchOS and tvOS. Print LC_NOTE, LC_BUILD_VERSION.
  133. (dump_buld_version): New.
  134. (bfd_mach_o_platform_name): New
  135. (bfd_mach_o_tool_name): New
  136. 2018-11-07 Yoshinori Sato <ysato@users.sourceforge.jp>
  137. * testsuite/lib/binutils-common.exp: Special section name
  138. use only rx-*-elf.
  139. 2018-11-06 H.J. Lu <hongjiu.lu@intel.com>
  140. * doc/binutils.texi: Document --enable-x86-feature and
  141. --disable-x86-feature options for elfedit.
  142. * elfedit.c: Include "config.h" and <sys/mman.h>.
  143. (enable_x86_features): New.
  144. (disable_x86_features): Likewise.
  145. (update_gnu_property): Likewise.
  146. (elf_x86_feature): Likewise.
  147. (process_file): Call update_gnu_property on ET_EXEC or ET_DYN
  148. file.
  149. (command_line_switch): Add OPTION_ENABLE_X86_FEATURE and
  150. OPTION_DISABLE_X86_FEATURE.
  151. (options): Add--enable-x86-feature and --disable-x86-feature.
  152. (usage): Likewise.
  153. (main): Handle OPTION_ENABLE_X86_FEATURE and
  154. OPTION_DISABLE_X86_FEATURE.
  155. 2018-11-03 H.J. Lu <hongjiu.lu@intel.com>
  156. * elfedit.c (update_elf_header): Move EI_MAG? check to ...
  157. (get_file_header): Here.
  158. 2018-11-02 H.J. Lu <hongjiu.lu@intel.com>
  159. * configure.ac (AC_FUNC_MMAP): New.
  160. * config.in: Regenerated.
  161. * configure: Likewise.
  162. 2018-11-02 Alan Modra <amodra@gmail.com>
  163. * readelf.c (process_section_headers): Don't warn on a zero
  164. sh_info or sh_link for any reloc section in an executable or
  165. shared library. Do warn for .rel.dyn/.rela.dyn in ET_REL.
  166. 2018-11-01 Thomas Preud'homme <thomas.preudhomme@linaro.org>
  167. * testsuite/config/default.exp: Define LD, LDFLAGS and
  168. ld_elf_shared_opt.
  169. * testsuite/lib/binutils-common.exp (check_shared_lib_support): Moved
  170. from ld-lib.exp.
  171. (run_dump_test): Set ld to $LD.
  172. 2018-10-18 Nick Clifton <nickc@redhat.com>
  173. * doc/binutils.texi (readelf): Document alternatives to the
  174. --unwind option if it is not supported for the target
  175. architecture.
  176. 2018-10-16 Alan Modra <amodra@gmail.com>
  177. PR 23780
  178. * readelf.c (display_raw_attribute): Correct assertion.
  179. 2018-10-15 Alan Modra <amodra@gmail.com>
  180. PR 23534
  181. * addr2line.c (main): Exit with fatal error if bfd_init
  182. returns an unexpected value.
  183. * ar.c (main): Likewise.
  184. * dlltool.c (identify_dll_for_implib): Likewise.
  185. * nm.c (main): Likewise.
  186. * objcopy.c (main): Likewise.
  187. * objdump.c (main): Likewise.
  188. * size.c (main): Likewise.
  189. * strings.c (main): Likewise.
  190. * windmc.c (main): Likewise.
  191. * windres.c (main): Likewise.
  192. 2018-10-11 Jordan Rupprecht <rupprecht@google.com>
  193. Nick Clifton <nickc@redhat.com>
  194. * objcopy.c (copy_main): Issue a fata error if the
  195. --keep-global-symbol(s) and the --globalize-symbol(s) options are
  196. used together.
  197. * doc/binutils.texi: Document that the two options are
  198. incompatible.
  199. * testsuite/binutils-all/copy-5.d: New test.
  200. * testsuite/binutils-all/objcopy.exp: Run the new test.
  201. 2018-10-10 Helge Deller <deller@gmx.de>
  202. Alan Modra <amodra@gmail.com>
  203. * readelf.c (hppa_process_unwind): Don't use eh_addr_size to
  204. calculate number of entries.
  205. (slurp_hppa_unwind_table): Don't use eh_addr_size here either.
  206. 2018-10-10 Alan Modra <amodra@gmail.com>
  207. * objdump.c (dump_dwarf): Set s12z eh_addr_size to 4.
  208. 2018-10-08 Andreas Schwab <schwab@suse.de>
  209. * readelf.c (is_32bit_pcrel_reloc): Handle R_RISCV_32_PCREL.
  210. 2018-10-03 Nick Clifton <nickc@redhat.com>
  211. * po/pt.po: Updated Portuguese translation.
  212. * po/fr.po: Updated French translation.
  213. 2018-09-22 Alan Modra <amodra@gmail.com>
  214. * readelf.c (apply_relocations): Don't return FALSE for warnings.
  215. 2018-09-20 Nelson Chu <nelson.chu1990@gmail.com>
  216. * testsuite/binutils-all/objcopy.exp: Set the unsupported reloc number
  217. from 215 to 255 for NDS32.
  218. 2018-09-17 H.J. Lu <hongjiu.lu@intel.com>
  219. * objcopy.c (strip_specific_buffer): New.
  220. (strip_unneeded_buffer): Likewise.
  221. (keep_specific_buffer): Likewise.
  222. (localize_specific_buffer): Likewise.
  223. (globalize_specific_buffer): Likewise.
  224. (keepglobal_specific_buffer): Likewise.
  225. (weaken_specific_buffer): Likewise.
  226. (add_specific_symbols): Add an argument to return pointer to
  227. allocated buffer.
  228. (copy_main): Update add_specific_symbols to update pointers to
  229. allocated buffer. Free pointers to allocated buffer before
  230. return.
  231. 2018-09-17 Alan Modra <amodra@gmail.com>
  232. * objcopy.c (handle_remove_section_option): Don't require a dot
  233. after .rela and .rel to handle a possible relocation section.
  234. * testsuite/binutils-all/remove-relocs-07.s,
  235. * testsuite/binutils-all/remove-relocs-07.d,
  236. * testsuite/binutils-all/remove-relocs-08.d: New tests.
  237. * testsuite/binutils-all/remove-relocs-01.d,
  238. * testsuite/binutils-all/remove-relocs-04.d,
  239. * testsuite/binutils-all/remove-relocs-05.d,
  240. * testsuite/binutils-all/remove-relocs-06.d: Exclude mips64-openbsd.
  241. 2018-09-17 Alan Modra <amodra@gmail.com>
  242. * testsuite/lib/binutils-common.exp (is_som_format): New proc.
  243. (run_dump_test): Correct target test for alternate .comm syntax.
  244. (get_standard_section_names): Handle som format.
  245. * testsuite/lib/utils-lib.exp (default_binutils_assemble_flags):
  246. Correct target test for alternate .comm syntax.
  247. 2018-09-17 Alan Modra <amodra@gmail.com>
  248. * testsuite/binutils-all/strip-13mips64.s: Add section flags
  249. for reloc section.
  250. * testsuite/binutils-all/strip-13rel.s: Likewise.
  251. * testsuite/binutils-all/strip-13rela.s: Likewise.
  252. * testsuite/binutils-all/strip-14mips64.s: Likewise.
  253. * testsuite/binutils-all/strip-14rel.s: Likewise.
  254. * testsuite/binutils-all/strip-14rela.s: Likewise.
  255. * testsuite/binutils-all/strip-15mips64.s: Likewise.
  256. * testsuite/binutils-all/strip-15rel.s: Likewise.
  257. * testsuite/binutils-all/strip-15rela.s: Likewise.
  258. 2018-09-17 Nick Clifton <nickc@redhat.com>
  259. * testsuite/binutils-all/compress.exp: Rename second "objcopy
  260. zlib-gnu compress debug sections 3" test to "objcopy zlib-gabi
  261. compress debug sections 3" and use gabi object files instead
  262. of gnu object files.
  263. * testsuite/binutils-all/objcopy.exp: Add suffix to the names
  264. of the "ELF group" tests.
  265. * testsuite/binutils-all/readelf.exp (proc readelf_find_size):
  266. Add an iteration parameter and include it in the name of the
  267. test. Update callers to include an iteration count.
  268. 2018-09-15 Alan Modra <amodra@gmail.com>
  269. * testsuite/binutils-all/add-symbol.d: Add "section_subst: no".
  270. * testsuite/binutils-all/elfedit.exp: Don't set tempfile or copyfile.
  271. * testsuite/binutils-all/symbols-1.d,
  272. * testsuite/binutils-all/symbols-2.d,
  273. * testsuite/binutils-all/symbols-3.d,
  274. * testsuite/binutils-all/symbols-4.d: Quote '*' and '!'.
  275. * testsuite/binutils-all/add-empty-section.d,
  276. * testsuite/binutils-all/add-section.d,
  277. * testsuite/binutils-all/elfedit.exp,
  278. * testsuite/binutils-all/note-1.d,
  279. * testsuite/binutils-all/pr23633.d: Add $subdir after $srcdir.
  280. * testsuite/config/default.exp (AS, ASFLAGS): Define.
  281. * testsuite/config/hppa.sed: Handle all common symbols.
  282. * testsuite/lib/binutils-common.exp (run_dump_test): New proc,
  283. merged from three other versions.
  284. (slurp_options, file_contents, set_file_contents): Likewise.
  285. (big_or_little_endian, get_standard_section_names): Likewise.
  286. * testsuite/lib/utils-lib.exp (run_dump_test): Delete.
  287. (slurp_options, proc file_contents): Delete.
  288. (get_standard_section_names): Delete.
  289. 2018-09-15 Alan Modra <amodra@gmail.com>
  290. * testsuite/binutils-all/copy-2.d,
  291. * testsuite/binutils-all/copy-3.d,
  292. * testsuite/binutils-all/copy-4.d,
  293. * testsuite/binutils-all/elfedit-1.d,
  294. * testsuite/binutils-all/note-1.d,
  295. * testsuite/binutils-all/note-2-64.d,
  296. * testsuite/binutils-all/strip-11.d,
  297. * testsuite/binutils-all/strip-13.d,
  298. * testsuite/binutils-all/strip-14.d,
  299. * testsuite/binutils-all/testranges.d,
  300. * testsuite/binutils-all/x86-64/pr23494a-x32.d,
  301. * testsuite/binutils-all/x86-64/pr23494a.d,
  302. * testsuite/binutils-all/x86-64/pr23494b-x32.d,
  303. * testsuite/binutils-all/x86-64/pr23494b.d,
  304. * testsuite/binutils-all/x86-64/pr23494c-x32.d,
  305. * testsuite/binutils-all/x86-64/pr23494c.d,
  306. * testsuite/binutils-all/x86-64/pr23494d-x32.d,
  307. * testsuite/binutils-all/x86-64/pr23494d.d,
  308. * testsuite/binutils-all/x86-64/pr23494e-x32.d,
  309. * testsuite/binutils-all/x86-64/pr23494e.d,
  310. * testsuite/lib/utils-lib.exp (run_dump_test): Replace not-target
  311. and not-skip with notarget and noskip.
  312. 2018-09-15 Alan Modra <amodra@gmail.com>
  313. * testsuite/binutils-all/group-7a.d,
  314. * testsuite/binutils-all/group-7b.d,
  315. * testsuite/binutils-all/group-7c.d,
  316. * testsuite/binutils-all/symbols-1.d,
  317. * testsuite/binutils-all/symbols-2.d,
  318. * testsuite/binutils-all/symbols-3.d,
  319. * testsuite/binutils-all/symbols-4.d: Remove DUMPPROG.
  320. 2018-09-14 Alan Modra <amodra@gmail.com>
  321. PR binutils/23633
  322. * testsuite/binutils-all/pr23633.d: Don't fail when assembler
  323. generates sections other than .text.
  324. 2018-09-13 H.J. Lu <hongjiu.lu@intel.com>
  325. PR binutils/23633
  326. * testsuite/binutils-all/objcopy.exp: Run pr23633.
  327. * testsuite/binutils-all/pr23633.d: New file.
  328. * testsuite/binutils-all/pr23633.list: Likewise.
  329. * testsuite/binutils-all/pr23633.s: Likewise.
  330. 2018-09-13 Nick Clifton <nickc@redhat.com>
  331. PR 23633
  332. * objcopy.c (add_specific_symbols): Do not free the buffer at the
  333. end of the function.
  334. 2018-09-10 Alan Modra <amodra@gmail.com>
  335. PR binutils/23611
  336. * objcopy.c (handle_remove_section_option): Consider .rela and
  337. .rel sections for stripping directly as well as attached to the
  338. associated section they relocate.
  339. * doc/binutils.texi (remove-relocations): Specify that this
  340. option removes non-dynamic relocation sections.
  341. * testsuite/binutils-all/objcopy.exp
  342. (objcopy_remove_relocations_from_executable): New test.
  343. 2018-09-03 Nick Clifton <nickc@redhat.com>
  344. * po/ja.po: Updated Japanese translation.
  345. 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
  346. * testsuite/binutils-all/readelf.s-64: Adjusted for
  347. .note.gnu.property section.
  348. * testsuite/binutils-all/strip-3.d: Also strip
  349. .note.gnu.property section.
  350. 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
  351. * testsuite/binutils-all/i386/compressed-1b.d: Pass
  352. -mx86-used-note=no to assembler.
  353. * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
  354. * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
  355. * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
  356. * testsuite/binutils-all/i386/empty.d: Pass -mx86-used-note=yes
  357. to assembler and update expected output from "readelf -n".
  358. * testsuite/binutils-all/i386/ibt.d: Likewise.
  359. * testsuite/binutils-all/i386/pr21231a.d: Likewise.
  360. * testsuite/binutils-all/i386/pr21231b.d: Likewise.
  361. * testsuite/binutils-all/i386/shstk.d: Likewise.
  362. * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
  363. * testsuite/binutils-all/x86-64/empty.d: Likewise.
  364. * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
  365. * testsuite/binutils-all/x86-64/ibt.d: Likewise.
  366. * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
  367. * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
  368. * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
  369. * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
  370. * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
  371. * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
  372. * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
  373. * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
  374. * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
  375. * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
  376. * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
  377. * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
  378. * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
  379. * testsuite/binutils-all/x86-64/shstk.d: Likewise.
  380. 2018-08-30 H.J. Lu <hongjiu.lu@intel.com>
  381. * readelf.c (process_section_headers): Treat SHT_FINI_ARRAY and
  382. SHT_PREINIT_ARRAY as relocatable sections.
  383. 2018-08-30 Chenghua Xu <paul.hua.gm@gmail.com>
  384. * MAINTAINERS: Add myself as a MIPS port maintainer.
  385. 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
  386. * NEWS: Mention Loongson 2K1000 proccessor support.
  387. * readelf.c (get_machine_flags): Handle gs264e.
  388. 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
  389. * NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
  390. * readelf.c (get_machine_flags): Handle gs464e.
  391. 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
  392. * NEWS: Mention Loongson 3A1000 proccessor support.
  393. * readelf.c (get_machine_flags): Rename loongson-3a to gs464.
  394. (print_mips_isa_ext): Delete AFL_EXT_LOONGSON_3A.
  395. 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
  396. * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
  397. 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
  398. * readelf.c (print_mips_ases): Add Loongson EXT extension.
  399. 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
  400. * readelf.c (print_mips_ases): Add CAM extension.
  401. 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
  402. * readelf.c (decode_x86_isa): Print <None> if bitmask only
  403. contains the GNU_PROPERTY_X86_UINT32_VALID bit.
  404. (decode_x86_feature_1): Likewise.
  405. (decode_x86_feature_2): Likewise.
  406. (print_gnu_property_note): Don't mask out the
  407. GNU_PROPERTY_X86_UINT32_VALID bit.
  408. * testsuite/binutils-all/i386/pr21231b.d: Updated.
  409. * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
  410. 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
  411. * readelf.c (decode_x86_compat_isa): Break multi-statement line.
  412. (decode_x86_isa): Likewise.
  413. (decode_x86_feature_2): Likewise.
  414. 2018-08-25 H.J. Lu <hongjiu.lu@intel.com>
  415. PR ld/23499
  416. * readelf.c (get_symbol_version_string): Return _("<corrupt>")
  417. for corrupt symbol version info.
  418. 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
  419. * readelf.c (decode_x86_compat_isa): New function.
  420. (decode_x86_feature_2): Likewise.
  421. (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
  422. (decode_x86_feature): Renamed to ...
  423. (decode_x86_feature_1): This. Remove the type argument.
  424. (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
  425. X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
  426. X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
  427. X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
  428. and X86_FEATURE_1_AND.
  429. * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
  430. GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
  431. values.
  432. * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
  433. * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
  434. * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
  435. * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
  436. * testsuite/binutils-all/i386/pr21231b.d: Updated.
  437. * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
  438. * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
  439. * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
  440. * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
  441. * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
  442. * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
  443. * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
  444. * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
  445. * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
  446. 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
  447. * readelf.c (print_gnu_property_note): Check the
  448. GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
  449. 2018-08-23 Alan Modra <amodra@gmail.com>
  450. * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
  451. field contains unrecognised or reserved values. Handle
  452. localentry:1 value.
  453. 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
  454. PR ld/23536
  455. * Makefile.am (development.exp): New target.
  456. (EXTRA_DEJAGNU_SITE_CONFIG): New.
  457. (DISTCLEANFILES): Add development.exp.
  458. * Makefile.in: Regenerated.
  459. * testsuite/binutils-all/objcopy.exp (strip_test): Call
  460. prune_warnings to prune BFD output.
  461. (strip_test_with_saving_a_symbol): Likewise.
  462. (objcopy_test_without_global_symbol): Likewise.
  463. * testsuite/lib/binutils-common.exp (prune_warnings_extra):
  464. New proc.
  465. (prune_warnings): Likewise.
  466. 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
  467. * README-how-to-make-a-release: Document setting "experimental"
  468. to false.
  469. 2018-08-22 Alan Modra <amodra@gmail.com>
  470. * readelf.c (process_file_header): Assign updated values from
  471. section_header[0] fields to e_phnum, e_shnum and e_shstrndx
  472. during printing of header. Correct e_shstrndx range check.
  473. Remove unnecessary casts and use %u rather than %ld for
  474. unsigned int header fields. Don't print a random %lx when
  475. reporting an unknown EI_VERSION.
  476. 2018-08-21 Nick Clifton <nickc@redhat.com>
  477. * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
  478. maintainer.
  479. 2018-08-21 L. Simon <l.simon@samsung.com>
  480. PR 23531
  481. * readelf.c (hppa_process_unwind): Only dump the unwind table if
  482. the data was successfully read in.
  483. 2018-08-18 Alan Modra <amodra@gmail.com>
  484. * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
  485. input file for readelf.out.
  486. (is_rela): New proc.
  487. * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
  488. from first result of is_elf64 test.
  489. (reloc_format): Set using is_rela.
  490. (strip-13): Pass RELOC and ELF64 to assembler.
  491. (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
  492. * testsuite/binutils-all/strip-13.d: Run for more targets.
  493. * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
  494. addend to zero.
  495. * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
  496. Don't add _NONE reloc.
  497. * testsuite/binutils-all/strip-13rela.s: Likewise.
  498. 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
  499. PR binutils/23494
  500. * testsuite/binutils-all/x86-64/pr23494c.s: New file.
  501. * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
  502. * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
  503. 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
  504. * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
  505. targets.
  506. * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
  507. * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
  508. * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
  509. * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
  510. * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
  511. * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
  512. * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
  513. 2018-08-08 H.J. Lu <hongjiu.lu@intel.com>
  514. PR binutils/23494
  515. * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
  516. * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
  517. * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
  518. * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
  519. * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
  520. * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
  521. * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
  522. * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
  523. * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
  524. * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
  525. 2018-08-08 Kevin Buettner <kevinb@redhat.com>
  526. * dwarf.c (decode_location_expresion): Add case for
  527. DW_OP_GNU_variable_value.
  528. 2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
  529. * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
  530. 2018-08-03 Nick Clifton <nickc@redhat.com>
  531. * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
  532. identical function notes.
  533. 2018-08-01 Nick Clifton <nickc@redhat.com>
  534. * README-how-to-make-a-release: Add note about regenerating the
  535. info files prior to the release.
  536. 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
  537. * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
  538. 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
  539. * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
  540. 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
  541. * readelf.c: Include elf/csky.h.
  542. (guess_is_rela): Handle EM_CSKY.
  543. (dump_relocations): Likewise.
  544. (get_machine_name): Likewise.
  545. (is_32bit_abs_reloc): Likewise.
  546. 2018-07-25 Nick Clifton <nickc@redhat.com>
  547. * rdcoff.c (parse_coff_struct_type): Free fields array upon early
  548. exit.
  549. (parse_coff_enum_type): Free names and vals arrays upon early
  550. exit.
  551. * rddbg.c (read_section_stabs_debugging_info): Free shandle and
  552. strings and stabs arrays upon early exit.
  553. * readelf.c (get_32bit_section_headers): Free shdrs structure upon
  554. early exit.
  555. (get_64bit_section_headers): Likewise.
  556. (get_32bit_elf_symbols): Generate an error if multiple symbol
  557. table index sections are associated with the same symbol section.
  558. (get_64bit_elf_symbols): Likewise.
  559. (process_dynamic_section): Generate an error if there are multiple
  560. dynamic symbol table sections, multiple dynamic string tables or
  561. multiple dynamic symbol information sections.
  562. 2018-07-24 Nick Clifton <nickc@redhat.com>
  563. * po/sv.po: Updated Swedish translation.
  564. 2018-07-24 Alan Modra <amodra@gmail.com>
  565. PR 23431
  566. * dwarf.c (display_formatted_table): Replace "what" parameter
  567. with "is_dir". Expand messages. Fix capitalisation.
  568. * testsuite/binutils-all/dw5.W: Update expected output.
  569. 2018-07-24 Alan Modra <amodra@gmail.com>
  570. PR 23430
  571. * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
  572. to uses_64bit_indices.
  573. * elfcomm.c (setup_archive): Update uses of above.
  574. * readelf.c (process_archive): Likewise.
  575. (get_section_type_name): Rename indicies to indices.
  576. (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
  577. (process_section_groups): Likewise.
  578. 2018-07-20 Maciej W. Rozycki <macro@mips.com>
  579. * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
  580. ISA maintenance.
  581. 2018-07-20 Nick Clifton <nickc@redhat.com>
  582. * objcopy.c (add_specific_symbols): Free buffer on exit.
  583. (add_redefine_syms_file): Close file handle on exit.
  584. (copy_object): Close file handle on early exit.
  585. Free buffer on early exit.
  586. Free gaps buffers once they are no longer needed.
  587. * dwarf.c (display_debug_frames): Free allocated memory on exit.
  588. (load_separate_debug_info): Free allocate memory on early exit.
  589. 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
  590. Maciej W. Rozycki <macro@mips.com>
  591. * readelf.c (print_mips_ases): Add MMI extension.
  592. 2018-07-19 DJ Delorie <dj@redhat.com>
  593. * MAINTAINERS (RL78, RX): Remove myself as maintainer.
  594. 2018-07-19 Nick Clifton <nickc@redhat.com>
  595. * dwarf.c (read_cie): Free allocated memory before returning with
  596. a failure result.
  597. 2018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
  598. * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
  599. description.
  600. 2018-07-16 Nick Clifton <nickc@redhat.com>
  601. * README-how-to-make-a-release: Add note to check for new top
  602. level files and add them to the src-release.sh script.
  603. 2018-07-14 Nick Clifton <nickc@redhat.com>
  604. * README-how-to-make-a-release: Updated with corrections based on
  605. the 2.31 release experience.
  606. 2018-07-12 Francois H. Theron <francois.theron@netronome.com>
  607. * readelf.c (process_section_headers): Don't print section type
  608. twice for --section-details.
  609. 2018-07-10 Alan Modra <amodra@gmail.com>
  610. * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
  611. zero for xgate.
  612. 2018-07-06 Nick Clifton <nickc@redhat.com>
  613. * readelf.c (same_section): New function.
  614. (print_gnu_build_attribute_description): Do not complain about
  615. gaps that cross a section boundary.
  616. 2018-07-05 Nick Clifton <nickc@redhat.com>
  617. * po/bg.po: Updated Bulgarian translation.
  618. 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
  619. * NEWS: Use command-line consistently when used in a compount word.
  620. * doc/binutils.texi: Likewise and fix trailing whitespace on same
  621. line.
  622. 2018-06-26 Nick Clifton <nickc@redhat.com>
  623. * po/sv.po: Updated Swedish translation.
  624. * po/uk.po: Updated Ukranian translation.
  625. 2018-06-26 Nick Clifton <nickc@redhat.com>
  626. * doc/binutils.texi: Fix spelling mistakes.
  627. * README--how-to-make-a-release: Likewise.
  628. 2018-06-25 Tom Tromey <tom@tromey.com>
  629. * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
  630. Bump version number.
  631. 2018-06-24 Nick Clifton <nickc@redhat.com>
  632. * README-how-to-make-a-release: Update with experiences from
  633. making 2.31 branch.
  634. * po/binutils.pot: Regenerate.
  635. * configure: Regenerate.
  636. 2018-06-24 Nick Clifton <nickc@redhat.com>
  637. 2.31 branch created.
  638. * NEWS: Add marker for 2.31.
  639. 2018-06-21 Alan Modra <amodra@gmail.com>
  640. * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
  641. * doc/Makefile.in: Regenerate.
  642. 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
  643. * configure.ac: Remove AC_PREREQ.
  644. * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
  645. info-in-builddir no-texinfo.tex.
  646. * Makefile.in: Re-generate.
  647. * aclocal.m4: Re-generate.
  648. * config.in: Re-generate.
  649. * configure: Re-generate.
  650. * doc/Makefile.in: Re-generate.
  651. 2018-06-19 Andreas Schwab <schwab@suse.de>
  652. * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
  653. (is_8bit_abs_reloc): New function.
  654. (is_6bit_abs_reloc): New function.
  655. (is_6bit_inplace_sub_reloc): New function.
  656. (apply_relocations): Use them. Handle 6-bit relocations.
  657. 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
  658. * readelf.c (print_mips_ases): Add GINV extension.
  659. 2018-06-14 H.J. Lu <hongjiu.lu@intel.com>
  660. PR binutils/23267
  661. * readelf.c (get_symbol_version_string): Check if the first
  662. symbol version is base version.
  663. 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
  664. Faraz Shahbazker <Faraz.Shahbazker@mips.com>
  665. * readelf.c (print_mips_ases): Add CRC.
  666. 2018-06-13 Nick Clifton <nickc@redhat.com>
  667. * doc/binutils.texi (objdump): Add missing closing square
  668. parenthesis to listing of objcopy's command line options.
  669. 2018-06-11 Nick Clifton <nickc@redhat.com>
  670. * po/es.po: Updated Spanish translation.
  671. 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
  672. * configure: Regenerated.
  673. 2018-05-31 Alan Modra <amodra@gmail.com>
  674. * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
  675. set CC_FOR_TARGET. Run test non-native.
  676. * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
  677. Likewise.
  678. (test_follow_debuglink): Run test non-native.
  679. 2018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
  680. PR 23107
  681. * ar.c (display_offsets): New variable.
  682. (usage): Add description of 'O' operator.
  683. (decode_option): Handle 'O' operator.
  684. (print_descr): Pass display_offsets to print_arelt_descr.
  685. * arsup.c: Update call to printy_arelt_descr.
  686. * objdump.c: Likewise.
  687. * bucomm.c (print_arelt_descr): If offsets parameter is true then
  688. display offset of archive element within the archive.
  689. * bucomm.h: Update prototype for print_arelt_descr.
  690. * doc/binutils.texi: Update description of ar command.
  691. * NEWS: Mention the new feature.
  692. * testsuite/binutils-all/ar.exp: Add text of new feature.
  693. 2018-05-28 Alan Modra <amodra@gmail.com>
  694. PR 23235
  695. * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
  696. unsupported rather than fail on compile errors.
  697. * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
  698. Likewise. Save and restore CFLAGS_FOR_TARGET.
  699. 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
  700. * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
  701. 2018-05-18 John Darrington <john@darrington.wattle.id.au>
  702. * readelf.c: Add support for s12z architecture.
  703. * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
  704. targets.
  705. 2018-05-15 Tamar Christina <tamar.christina@arm.com>
  706. PR binutils/21446
  707. * doc/binutils.texi (-M): Document AArch64 options.
  708. 2018-05-15 Tamar Christina <tamar.christina@arm.com>
  709. PR binutils/21446
  710. * doc/binutils.texi (-M): Document AArch64 options.
  711. * NEWS: Document notes and warnings.
  712. 2018-05-15 Alan Modra <amodra@gmail.com>
  713. * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
  714. cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
  715. and *uclinux* into *linux*.
  716. * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
  717. strip-13 test, exclude arm-vxworks and arm-windiss.
  718. 2018-05-10 John Darrington <john@darrington.wattle.id.au>
  719. * readelf.c (get_machine_name): EM_S12Z - handle new case.
  720. 2018-05-09 Alan Modra <amodra@gmail.com>
  721. * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
  722. 2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
  723. * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
  724. 2018-05-08 Alan Modra <amodra@gmail.com>
  725. PR 23141
  726. * objcopy.c (is_strip_section): Strip groups without a valid
  727. signature symbol.
  728. 2018-05-07 Alan Modra <amodra@gmail.com>
  729. PR 23142
  730. * objcopy.c (group_signature): Don't accept groups that use a
  731. symbol table other than the one we've read.
  732. 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
  733. * readelf.c: Very basic support for EM_NFP and its section types.
  734. * testsuite/binutils-all/nfp: New directory.
  735. * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
  736. tests.
  737. * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
  738. * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
  739. * testsuite/binutils-all/nfp/test1.d: New file.
  740. * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
  741. * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
  742. * NEWS: Mention the new support.
  743. 2018-04-27 Maciej W. Rozycki <macro@mips.com>
  744. * testsuite/lib/binutils-common.exp (match_target): New procedure.
  745. * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
  746. of `istarget' for matching with `target', `not-target', `skip'
  747. and `not-skip' options.
  748. 2018-04-26 Nick Clifton <nickc@redhat.com>
  749. * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
  750. 32-bit absolute reloc for the HPPA target.
  751. * testsuite/binutils-all/note-5.d: New test.
  752. * testsuite/binutils-all/note-5.s: Source file for new test.
  753. * testsuite/binutils-all/objcopy.exp: Run new test.
  754. 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
  755. * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
  756. * testsuite/binutils-all/elfedit-3.d: Likewise.
  757. * testsuite/binutils-all/objcopy.exp: Likewise.
  758. * testsuite/binutils-all/strip-3.d: Likewise.
  759. * testsuite/lib/binutils-common.exp: Likewise.
  760. 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
  761. Mickaël Guêné <mickael.guene@st.com>
  762. * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
  763. (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
  764. 2018-04-25 Alan Modra <amodra@gmail.com>
  765. * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
  766. arm-coff support.
  767. * testsuite/binutils-all/objcopy.exp: Likewise.
  768. * testsuite/lib/binutils-common.exp: Likewise.
  769. 2018-04-18 Nick Clifton <nickc@redhat.com>
  770. PR 23062
  771. * dwarf.c (read_and_display_attr_value): Replace assertions with
  772. test and warning message.
  773. 2018-04-18 Alan Modra <amodra@gmail.com>
  774. * testsuite/lib/binutils-common.exp: Remove support for assorted
  775. aout targets.
  776. 2018-04-17 Nick Clifton <nickc@redhat.com>
  777. PR 23063
  778. * readelf.c (print_symbol): If the width is zero, return straight
  779. away.
  780. PR 23064
  781. * dwarf.c (process_cu_tu_index): Test for a potential buffer
  782. overrun before copying signature pointer.
  783. 2018-04-17 Alan Modra <amodra@gmail.com>
  784. * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
  785. 2018-04-16 Alan Modra <amodra@gmail.com>
  786. * readelf.c (get_machine_name): Correct typo.
  787. 2018-04-16 Alan Modra <amodra@gmail.com>
  788. * configure.ac: Remove arm-epoc-pe support.
  789. * dlltool.c: Likewise.
  790. * configure: Regenerate.
  791. 2018-04-16 Alan Modra <amodra@gmail.com>
  792. * testsuite/lib/binutils-common.exp: Remove sparc-aout and
  793. sparc-coff support.
  794. 2018-04-16 Alan Modra <amodra@gmail.com>
  795. * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
  796. support.
  797. * testsuite/binutils-all/copy-3.d: Likewise.
  798. * testsuite/binutils-all/objcopy.exp: Likewise.
  799. * testsuite/lib/binutils-common.exp: Likewise.
  800. 2018-04-16 Alan Modra <amodra@gmail.com>
  801. * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
  802. 2018-04-16 Alan Modra <amodra@gmail.com>
  803. * testsuite/binutils-all/objcopy.exp: Remove w65 support.
  804. 2018-04-16 Alan Modra <amodra@gmail.com>
  805. * testsuite/binutils-all/objdump.exp: Remove we32k support.
  806. 2018-04-16 Alan Modra <amodra@gmail.com>
  807. * MAINTAINERS (Mark Kettenis): Move to past maintainers.
  808. * testsuite/binutils-all/objdump.exp: Remove m88k support.
  809. 2018-04-16 Alan Modra <amodra@gmail.com>
  810. * readelf.c: Remove i370 support.
  811. * testsuite/binutils-all/objdump.exp: Likewise.
  812. 2018-04-16 Alan Modra <amodra@gmail.com>
  813. * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
  814. * testsuite/lib/binutils-common.exp: Likewise.
  815. 2018-04-16 Alan Modra <amodra@gmail.com>
  816. * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
  817. 2018-04-16 Alan Modra <amodra@gmail.com>
  818. * Makefile.am: Remove IEEE 695 support.
  819. * budbg.h: Likewise.
  820. * doc/binutils.texi: Likewise.
  821. * makefile.vms: Likewise.
  822. * objcopy.c: Likewise.
  823. * objdump.c: Likewise.
  824. * rddbg.c: Likewise.
  825. * ieee.c: Delete.
  826. * Makefile.in: Regenerate.
  827. * po/POTFILES.in: Regenerate.
  828. 2018-04-16 Alan Modra <amodra@gmail.com>
  829. * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
  830. * testsuite/binutils-all/nm.exp: Likewise.
  831. 2018-04-16 Alan Modra <amodra@gmail.com>
  832. * .gitignore: Remove netware support.
  833. * Makefile.am: Likewise.
  834. * configure.ac: Likewise.
  835. * doc/Makefile.am: Likewise.
  836. * doc/binutils.texi: Likewise.
  837. * testsuite/binutils-all/nm.exp: Likewise.
  838. * nlmconv.c: Delete.
  839. * nlmconv.h: Delete.
  840. * nlmheader.y: Delete.
  841. * Makefile.in: Regenerate.
  842. * configure: Regenerate.
  843. * doc/Makefile.in: Regenerate.
  844. * po/POTFILES.in: Regenerate.
  845. 2018-04-16 Alan Modra <amodra@gmail.com>
  846. * testsuite/binutils-all/objdump.exp: Remove tahoe support.
  847. 2018-04-14 Alan Modra <amodra@gmail.com>
  848. * readelf.c (get_machine_name): Revert 2018-04-11 change.
  849. 2018-04-12 Nick Clifton <nickc@redhat.com>
  850. PR 23050
  851. * readelf.c (process_dynamic_section): Correct dynamic string
  852. table size calculation.
  853. 2018-04-11 Alan Modra <amodra@gmail.com>
  854. * ieee.c: Remove i960 support.
  855. * od-macho.c: Remove i860 support.
  856. * readelf.c: Remove i860 and i960 support.
  857. * testsuite/binutils-all/objcopy.exp: Likewise.
  858. * testsuite/binutils-all/objdump.exp: Likewise.
  859. * testsuite/lib/binutils-common.exp: Likewise.
  860. 2018-04-11 Maciej W. Rozycki <macro@mips.com>
  861. * testsuite/lib/binutils-common.exp (is_elf_format): Also return
  862. 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
  863. 2018-04-10 Alan Modra <amodra@gmail.com>
  864. * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
  865. reloc=11 for pru and reloc=50 for nds32.
  866. * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
  867. 2018-04-09 Maciej W. Rozycki <macro@mips.com>
  868. * testsuite/binutils-all/strip-15.d: New test.
  869. * testsuite/binutils-all/strip-15rel.s: New test source.
  870. * testsuite/binutils-all/strip-15rela.s: New test source.
  871. * testsuite/binutils-all/strip-15mips64.s: New test source.
  872. * testsuite/binutils-all/objcopy.exp: Run the new test.
  873. 2018-04-09 Maciej W. Rozycki <macro@mips.com>
  874. * testsuite/binutils-all/strip-14.d: New test.
  875. * testsuite/binutils-all/strip-14rel.s: New test source.
  876. * testsuite/binutils-all/strip-14rela.s: New test source.
  877. * testsuite/binutils-all/strip-14mips64.s: New test source.
  878. * testsuite/binutils-all/objcopy.exp: Run the new test.
  879. 2018-04-06 Tom Tromey <tom@tromey.com>
  880. * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
  881. constants from DWARF 5.
  882. 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
  883. PR gas/22318
  884. * configure: Regenerated.
  885. 2018-04-05 Maciej W. Rozycki <macro@mips.com>
  886. * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
  887. than `.dc.w' in second relocation.
  888. 2018-04-05 Maciej W. Rozycki <macro@mips.com>
  889. * testsuite/binutils-all/strip-13.d: Also expect `unsupported
  890. relocation type 0x8f' error message.
  891. 2018-04-05 Maciej W. Rozycki <macro@mips.com>
  892. * testsuite/binutils-all/strip-13.s: Rename to...
  893. * testsuite/binutils-all/strip-13rela.s: ... this.
  894. * testsuite/binutils-all/strip-13rel.s: New test source.
  895. * testsuite/binutils-all/strip-13mips64.s: New test source.
  896. * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
  897. `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
  898. `m68hc11-*' to `not-target' list.
  899. * testsuite/binutils-all/objcopy.exp: Switch between sources for
  900. `strip-13'.
  901. 2018-04-05 Maciej W. Rozycki <macro@mips.com>
  902. * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
  903. 241 (0xf1) for the relocation number and RELA addend.
  904. * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
  905. `not-target' list.
  906. 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
  907. * MAINTAINERS: Update my e-mail address.
  908. 2018-04-04 Nick Clifton <nickc@redhat.com>
  909. * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
  910. 2018-03-23 Nick Clifton <nickc@redhat.com>
  911. * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
  912. symbols.
  913. (print_gnu_build_attribute_description): If no file start symbol
  914. could be found, look for one two bytes into the file.
  915. * testsuite/binutils-all/note-4-64.s: Set the address of the file
  916. start symbol to two bytes into the file.
  917. * testsuite/binutils-all/note-4-32.s: Likewise.
  918. 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
  919. * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
  920. DF_1_WEAKFILTER and DF_1_NOCOMMON.
  921. 2018-03-20 Nick Clifton <nickc@redhat.com>
  922. * po/es.po: Updated Spanish translation.
  923. * po/ru.po: Updated Russian translation.
  924. 2018-03-13 Nick Clifton <nickc@redhat.com>
  925. PR 22957
  926. * stabs.c (pop_binincl): Fail if the file index is off the end of
  927. the stack.
  928. 2018-03-13 Nick Clifton <nickc@redhat.com>
  929. PR 22955
  930. * stabs.c (parse_number): Add p_end parameter and use it to check
  931. the validity of the pp parameter. Add checks to prevent walking
  932. off the end of the string buffer.
  933. (parse_stab_string): Likewise.
  934. (parse_stab_type): Likewise.
  935. (parse_stab_type_number): Likewise.
  936. (parse_stab_range_type): Likewise.
  937. (parse_stab_sun_builtin_type): Likewise.
  938. (parse_stab_sun_floating_type): Likewise.
  939. (parse_stab_enum_type): Likewise.
  940. (parse_stab_struct_type): Likewise.
  941. (parse_stab_baseclasses): Likewise.
  942. (parse_stab_struct_fields): Likewise.
  943. (parse_stab_cpp_abbrev): Likewise.
  944. (parse_stab_one_struct_field): Likewise.
  945. (parse_stab_members): Likewise.
  946. (parse_stab_tilde_field): Likewise.
  947. (parse_stab_array_type): Likewise.
  948. * parse_stab: Compute the end of the string and then pass it on to
  949. individual parser functions.
  950. 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
  951. PR binutils/22923
  952. * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
  953. overflow.
  954. 2018-03-07 Alan Modra <amodra@gmail.com>
  955. * configure.ac: Add objdump_private_desc_xcoff for rs6000.
  956. * configure: Regenerate.
  957. 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
  958. PR binutils/22911
  959. * objdump.c (is_significant_symbol_name): Return TRUE for all
  960. .plt* sections.
  961. (find_symbol_for_address): Replace linear search with binary
  962. search on dynamic relocations.
  963. 2018-03-01 Nick Clifton <nickc@redhat.com>
  964. PR 22905
  965. * dwarf.c (display_debug_ranges): Check that the offset loaded
  966. from the range_entry structure is valid.
  967. 2018-03-01 Alan Modra <amodra@gmail.com>
  968. * configure.ac (ALL_LINGUAS): Add sr. Sort.
  969. * configure: Regenerate.
  970. 2018-02-27 Nick Clifton <nickc@redhat.com>
  971. * po/pt.po: New Portuguese translation.
  972. * configure.ac (ALL_LINGUAS): Add pt.
  973. * configure: Regenerate.
  974. 2018-02-27 Nick Clifton <nickc@redhat.com>
  975. PR 22875
  976. * objcopy.c (copy_object): Check the error status after marking
  977. symbols used in relocations.
  978. * testsuite/binutils-all/strip-13.s: New test source file.
  979. * testsuite/binutils-all/strip-13.s: New test driver file.
  980. * testsuite/binutils-all/objcopy.exp: Run the new test.
  981. 2018-02-26 Alan Modra <amodra@gmail.com>
  982. * testsuite/binutils-all/mips/mips-reginfo-n32.d,
  983. * testsuite/binutils-all/mips/mips-reginfo.d: Update.
  984. 2018-02-23 Alan Modra <amodra@gmail.com>
  985. * testsuite/binutils-all/mips/mips-reginfo-n32.d,
  986. * testsuite/binutils-all/mips/mips-reginfo.d: Update.
  987. 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
  988. * doc/binutils.texi (objcopy): Add missing closing square
  989. parenthesis to listing of objcopy's command line options.
  990. 2018-02-19 Matthias Klose <doko@debian.org>
  991. * strings.c (long_options): Include-all-whitespace does not take
  992. an extra agument.
  993. 2018-02-13 Alan Modra <amodra@gmail.com>
  994. PR 22836
  995. * testsuite/binutils-all/group-7.s,
  996. * testsuite/binutils-all/group-7a.d,
  997. * testsuite/binutils-all/group-7b.d,
  998. * testsuite/binutils-all/group-7c.d: New tests.
  999. * testsuite/binutils-all/objcopy.exp: Run them.
  1000. 2018-02-08 Nick Clifton <nickc@redhat.com>
  1001. PR 22802
  1002. * dwarf.c (load_separate_debug_file): Return early if the user is
  1003. not interested in debug links.
  1004. 2018-02-06 Nick Clifton <nickc@redhat.com>
  1005. PR 22793
  1006. * readelf.c (find_section): Replace assertion with test and return
  1007. of NULL.
  1008. (find_section_by_address): Add test of section header table
  1009. existance.
  1010. (find_section_by_type): Likewise.
  1011. (find_section_in_set): Likewise.
  1012. 2018-02-05 Maciej W. Rozycki <macro@mips.com>
  1013. * testsuite/binutils-all/mips/mips-reginfo.d: New test.
  1014. * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
  1015. * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
  1016. * testsuite/binutils-all/mips/mips.exp: Run the new tests.
  1017. 2018-02-05 Maciej W. Rozycki <macro@mips.com>
  1018. * testsuite/config/default.exp (binutils_run): Document
  1019. `binutils_run_status'.
  1020. * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
  1021. and set it.
  1022. (run_dump_test): Add `error', `error_output', `warning' and
  1023. `warning_output' options. Update documentation accordingly.
  1024. 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
  1025. * dwarf.c (dwarf_regnames_riscv): New register name table.
  1026. (init_dwarf_regnames_riscv): New function.
  1027. (init_dwarf_regnames): Add call to initialise RiscV register
  1028. names.
  1029. * dwarf.h (init_dwarf_regnames_riscv): Declare.
  1030. * objdump.c (dump_dwarf): Add call to initialise RiscV register
  1031. names.
  1032. 2018-02-01 Alan Modra <amodra@gmail.com>
  1033. PR 22769
  1034. * objdump.c (load_specific_debug_section): Check for overflow
  1035. when adding one to section size for a string section terminator.
  1036. 2018-01-30 Nick Clifton <nickc@redhat.com>
  1037. PR 22734
  1038. * doc/binutils.texi (nm): Update description to point out that
  1039. zero-initialized values can also be shown as type B, b, S or s
  1040. since they can be stored in the BSS section.
  1041. 2018-01-30 Alan Modra <amodra@gmail.com>
  1042. * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
  1043. "artificially large" end address.
  1044. 2018-01-28 Nick Clifton <nickc@redhat.com>
  1045. * README-how-to-make-a-release: Add note about checking gpg key
  1046. and the results of gnupload.
  1047. 2018-01-27 Nick Clifton <nickc@redhat.com>
  1048. * README-how-to-make-a-release: Add details on how to actually
  1049. make the release.
  1050. 2018-01-26 Nick Clifton <nickc@redhat.com>
  1051. * README-how-to-make-a-release: Add more details on updating
  1052. version numbers.
  1053. 2018-01-22 Maciej W. Rozycki <macro@mips.com>
  1054. * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
  1055. option description.
  1056. 2018-01-22 Maciej W. Rozycki <macro@mips.com>
  1057. * MAINTAINERS: Update my company e-mail address.
  1058. 2018-01-22 Nick Clifton <nickc@redhat.com>
  1059. * po/sv.po: Updated Swedish translation.
  1060. 2018-01-18 Nick Clifton <nickc@redhat.com>
  1061. * po/bg.po: Updated Bulgarian translation.
  1062. 2018-01-16 Joel Brobecker <brobecker@adacore.com>
  1063. * README-how-to-make-a-release: Add reminder to update the
  1064. branch name in gdbadmin's crontab on sourceware.
  1065. 2018-01-16 Joel Brobecker <brobecker@adacore.com>
  1066. * README-how-to-make-a-release: Remove trailing spaces.
  1067. 2018-01-16 Nick Clifton <nickc@redhat.com>
  1068. * po/fr.po: Updated French translation.
  1069. 2018-01-15 Nick Clifton <nickc@redhat.com>
  1070. * po/uk.po: Updated Ukranian translation.
  1071. 2018-01-13 Nick Clifton <nickc@redhat.com>
  1072. * README-how-to-make-a-release: Update notes.
  1073. * po/binutils.pot: Regenerated.
  1074. 2018-01-13 Nick Clifton <nickc@redhat.com>
  1075. * configure: Regenerate.
  1076. 2018-01-13 Nick Clifton <nickc@redhat.com>
  1077. 2.30 branch created.
  1078. * NEWS: Add marker for 2.30.
  1079. 2018-01-12 Nick Clifton <nickc@redhat.com>
  1080. * README-how-to-make-a-release: Add notes on how to make the
  1081. branch and prelease snapshot.
  1082. * BRANCHES: Add binutils-2_29-branch.
  1083. 2018-01-10 Nick Clifton <nickc@redhat.com>
  1084. * MAINTAINERS: Note that it is now the configure.ac file and not
  1085. the configure.in file that needs to be kept in sync with gcc.
  1086. Add a note about sending patches for libiberty to gcc.
  1087. 2018-01-03 Nick Clifton <nickc@redhat.com>
  1088. * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
  1089. constants.
  1090. 2018-01-03 Nick Clifton <nickc@redhat.com>
  1091. * objcopy.c (objcopy_internal_note): New structure.
  1092. (gap_exists): New function.
  1093. (is_open_note): New function.
  1094. (is_func_note): New function.
  1095. (is_64bit): New function.
  1096. (merge_gnu_build_notes): Handle v3 notes. Do not merge
  1097. if there are relocations against the notes.
  1098. * readelf.c (get_note_type): Use short names for build attribute
  1099. notes.
  1100. (print_symbol_for_build_attribute): Rename to
  1101. get_symbol_for_build_attribute. Returns the found symbol rather
  1102. than printing it.
  1103. (print_gnu_build_attribute_description): Maintain address ranges
  1104. for function notes as well as global notes. Handle v3 notes.
  1105. (print_gnu_build_attribute_name): Use more space for printing the
  1106. name in wide mode.
  1107. * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
  1108. Eliminate symbol references in order to remove the need for
  1109. relocations.
  1110. * testsuite/binutils-all/note-2-64.s: Likewise.
  1111. * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
  1112. symbol.
  1113. * testsuite/binutils-all/note-3-64.s: Likewise.
  1114. * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
  1115. output.
  1116. * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
  1117. * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
  1118. * testsuite/binutils-all/note-2-32.d: Likewise.
  1119. * testsuite/binutils-all/note-2-64.d: Likewise.
  1120. * testsuite/binutils-all/note-3-32.d: Likewise.
  1121. * testsuite/binutils-all/note-3-64.d: Likewise.
  1122. * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
  1123. * testsuite/binutils-all/note-4-32.s: New test.
  1124. * testsuite/binutils-all/note-4-64.d: New test result file.
  1125. * testsuite/binutils-all/note-4-32.d: New test result file.
  1126. 2018-01-03 Alan Modra <amodra@gmail.com>
  1127. Update year range in copyright notice of all files.
  1128. For older changes see ChangeLog-2017
  1129. Copyright (C) 2018 Free Software Foundation, Inc.
  1130. Copying and distribution of this file, with or without modification,
  1131. are permitted in any medium without royalty provided the copyright
  1132. notice and this notice are preserved.
  1133. Local Variables:
  1134. mode: change-log
  1135. left-margin: 8
  1136. fill-column: 74
  1137. version-control: never
  1138. End: