<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in elfnn-riscv.c</title>
    <link>http://nxr.netbsd.org/rss/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Merge conflicts between 2.45 and 2.46, regen x86</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.11</description>
    <pubDate>Wed Feb 11 20:14:46 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>merge conflicts</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.10</description>
    <pubDate>Mon Aug 25 15:47:24 UTC 2025</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Merge conflicts between 2.39 and 2.42</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.9</description>
    <pubDate>Sun Jun 30 16:10:16 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.8.2;<br/>Merge conflicts between 2.34 and 2.39, and regen for x86_64</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.8</description>
    <pubDate>Sat Dec 24 20:17:04 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Merge conflicts</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.7</description>
    <pubDate>Fri Apr 03 23:48:46 UTC 2020</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Revert all riscv-related local patches.<br/><br/>As for the libbfd.h change: the definitions seem to mostly exist, but we<br/>had duplicated them.<br/><br/>Fixes riscv64 binutils build.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.6</description>
    <pubDate>Sat Feb 09 19:40:32 UTC 2019</pubDate>
    <dc:creator>maya</dc:creator>
</item>

<item>
    <title>merge conflicts</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.5</description>
    <pubDate>Wed Nov 07 01:13:52 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>- merge conflicts for 2.30<br/>- bump libraries<br/>- regen for x86</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.4</description>
    <pubDate>Sun Apr 15 20:06:01 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.3.14;<br/>fix bfd for riscv.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.3</description>
    <pubDate>Fri Jan 29 22:39:00 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Deal with GNU IFUNCs properly.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.2</description>
    <pubDate>Sat Mar 28 07:51:20 UTC 2015</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Update our in-tree binutils for RISCV to the latest.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1</description>
    <pubDate>Fri Mar 27 06:34:31 UTC 2015</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Import binutils-2.46.0 (previous was 2.45)<br/><br/>Changes in 2.45:<br/><br/>* New versioned release of libsframe: libsframe.so.2.  This release introduces<br/>  versioned symbols with version node name LIBSFRAME_2.0.  Some new symbols<br/>  have been added to support the new flag SFRAME_F_FDE_FUNC_START_PCREL and<br/>  retrieving flags from SFrame decoder and encoder objects:<br/>    - Addition of sframe_decoder_get_flags,<br/>      sframe_decoder_get_offsetof_fde_start_addr, sframe_encoder_get_flags,<br/>      sframe_encoder_get_offsetof_fde_start_addr.<br/>  This release also includes backward-incompatible ABI changes:<br/>    - Removal of sframe_get_funcdesc_with_addr.<br/>    - Change in the behavior of sframe_decoder_get_funcdesc_v2,<br/>      sframe_encoder_add_funcdesc_v2 and sframe_encoder_write.<br/><br/>* On s390 64-bit (s390x), gas, ld, objdump, and readelf now support generating<br/>  and processing SFrame V2 stack trace information (.sframe).  The assembler<br/>  generates SFrame info from CFI directives with option "--gsframe".  The<br/>  linker generates SFrame info for the linker-generated .plt section and merges<br/>  all .sframe sections.  Both objdump and readelf dump SFrame info with option<br/>  "--sframe[=&lt;section-name&gt;]".<br/><br/>* For SFrame stack trace format, the function start address in each SFrame<br/>  FDE has a changed encoding:  The 32-bit signed integer now holds the offset<br/>  of the start PC of the associated function from the sfde_func_start_address<br/>  field itself (instead of the earlier where it was the offset from the start<br/>  of the SFrame section itself).  All SFrame sections generated by gas and ld<br/>  now default to this new encoding, setting the (new)<br/>  SFRAME_F_FDE_FUNC_START_PCREL flag.<br/><br/>  Relocatable SFrame links are now fixed.<br/><br/>* Readelf now recognizes RISC-V GNU_PROPERTY_RISCV_FEATURE_1_CFI_SS and<br/>  GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_UNLABELED for zicfiss and zicfilp<br/>  extensions.<br/><br/>* For RISC-V dis-assembler, the definition of mapping symbol $x is changed,<br/>  so the file needs to be rebuilt since 2.45 once used .option arch directives.<br/><br/>* The LoongArch disassembler now properly accepts multiple disassembly<br/>  options given by -M, such as "-M no-aliases,numeric".  (Previously only the<br/>  first option took effect.)</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1.1.7</description>
    <pubDate>Wed Feb 11 19:49:32 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import binutils 2.45 (previous was 2.42)<br/><br/>2.45 Release Notes</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1.1.6</description>
    <pubDate>Mon Aug 25 14:42:04 UTC 2025</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import binutils-2.42 (last was 2.39)<br/><br/>2024-01-15  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.42 branch point.<br/><br/>2023-11-15  Arsen Arsenović  &lt;arsen@aarsen.me&gt;<br/><br/>	* intl: Remove directory.  Replaced with out-of-tree GNU<br/>	gettext.<br/>	* .gitignore: Add '/gettext*'.<br/>	* configure.ac (host_libs): Replace intl with gettext.<br/>	(hbaseargs, bbaseargs, baseargs): Split baseargs into<br/>	{h,b}baseargs.<br/>	(skip_barg): New flag.  Skips appending current flag to<br/>	bbaseargs.<br/>	&lt;library exemptions&gt;: Exempt --with-libintl-{type,prefix} from<br/>	target and build machine argument passing.<br/>	* configure: Regenerate.<br/>	* Makefile.def (host_modules): Replace intl module with gettext<br/>	module.<br/>	(configure-ld): Depend on configure-gettext.<br/>	* Makefile.in: Regenerate.<br/>	* src-release.sh: Remove references to the intl/ directory.<br/><br/>2023-07-03  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	2.41 Branch Point.<br/><br/>2023-06-26  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* Import these updates to the config scripts<br/><br/>	commit 4ad4bb7c30aca1e705448ba8d51a210bbd47bb52<br/>	Author: Paul Eggert &lt;eggert@cs.ucla.edu&gt;<br/>	Date:   Fri Jun 23 09:55:10 2023 -0700<br/><br/>		Quote 'like this', not `like this'.<br/><br/>	commit 63acb96f92473ceb5e21d873d7c0aee266b3d6d3<br/>	Author: Paul Eggert &lt;eggert@cs.ucla.edu&gt;<br/>	Date:   Sat Jan 21 00:15:01 2023 -0600<br/><br/>		Fix config.sub spelling typo for "athlon"<br/><br/>	commit 4ce12a5c9125cedc0d0ba584444a6865396923ec<br/>	Author: Dmitry V. Levin &lt;ldv@altlinux.org&gt;<br/>	Date:   Sun Jan 1 08:00:00 2023 +0000<br/><br/>		Update copyright years<br/><br/>	commit c397e2c040bce50bcdccb131f90115ba7e8bfc19<br/>	Author: Arsen Arsenovi &lt;arsen@aarsen.me&gt;<br/>	Date:   Sat Sep 17 23:34:48 2022 +0200<br/><br/>		config.sub: add linux-mlibc targets<br/><br/>	commit 9f9f9b0b13197269848c76e3e057a3ed0680b4bf<br/>	Author: Arsen Arsenovi &lt;arsen@aarsen.me&gt;<br/>	Date:   Sat Sep 17 23:34:47 2022 +0200<br/><br/>		config.guess: support running on Managarm systems<br/><br/>	commit 87e6687749da7bb2ab158a79fa83721c19ed9246<br/>	Author: Arsen Arsenovi &lt;arsen@aarsen.me&gt;<br/>	Date:   Sat Sep 17 23:34:46 2022 +0200<br/><br/>		config.sub: add managarm-{mlibc,kernel} targets<br/><br/>	commit 20403c5701973a4cbd7e0b4bbeb627fcd424a0f1<br/>	Author: Xiaotian Wu &lt;wuxiaotian@loongson.cn&gt;<br/>	Date:   Mon Aug 1 16:05:29 2022 +0800<br/><br/>		Remove loongarchx32<br/><br/>	commit 02ba26b218d3d3db6c56e014655faf463cefa983<br/>	Author: Alexander von Gluck IV &lt;kallisti5@unixzen.com&gt;<br/>	Date:   Wed May 25 15:43:13 2022 -0500<br/><br/>		config.guess: Update Haiku guesses<br/><br/>	commit f56a7140386d08a531bcfd444d632b28c61a6329<br/>	Author: Bruno Haible &lt;bruno@clisp.org&gt;<br/>	Date:   Sun May 8 19:08:08 2022 +0200<br/><br/>		config.guess (x86_64:Linux:*:*): Detect 32-bit ABI.<br/><br/>2023-04-20  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* SECURITY.txt: New file.<br/>	* src-release.sh (DEVO_SUPPORT): Add SECURITY.txt.<br/><br/>2022-12-31  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.40 binutils branch created.<br/><br/>2022-10-10  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* src-release.sh: Add "-r &lt;date&gt;" option to create reproducible<br/>	tarballs based upon a fixed timestamp of &lt;date&gt;.<br/>	* binutils/README-how-to-make-a-release: Add a line showing how to<br/>	use -r &lt;date&gt; when creating a binutils release.<br/><br/>2022-10-04  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* README-maintainer-mode: Add a minimum version of dejagnu<br/>	requirement.<br/><br/>2022-09-08  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* README-maintainer-mode: Update minimum version  of gettext<br/>	required.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1.1.5</description>
    <pubDate>Sun Jun 30 16:00:04 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Update binutils from 2.34 to 2.39<br/><br/>2022-07-08  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.39 branch created.<br/><br/>2022-07-04  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* libiberty: Synchronize with GCC.  Bring in:<br/>	2022-07-01  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	PR demangler/105039<br/>	* rust-demangle.c (demangle_const): Add recursion limit.<br/><br/>	2022-06-26  Simon Marchi  &lt;simon.marchi@efficios.com&gt;<br/><br/>	* configure.ac: Add AC_CONFIG_MACRO_DIRS call.<br/>	* configure: Re-generate.<br/><br/>2022-04-12  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* zlib: Rebase to the 1.2.12 release.<br/><br/>2022-04-08  Simon Marchi  &lt;simon.marchi@efficios.com&gt;<br/><br/>	* configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).<br/>	* configure: Re-generate.<br/>	* Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.<br/>	(PKG_CONFIG_PATH): New.<br/>	* Makefile.in: Re-generate.<br/><br/>2022-03-15  Jose E. Marchesi  &lt;jose.marchesi@oracle.com&gt;<br/><br/>	* gprofng/src/gp-collect-app.cc (collect::check_args): Use<br/>	fallthrough comment instead of attribute.<br/><br/>2022-03-11  Vladimir Mezentsev  &lt;vladimir.mezentsev@oracle.com&gt;<br/><br/>	* Makefile.def: Add gprofng module.<br/>	* configure.ac: Add --enable-gprofng option.<br/>	* src-release.sh: Add gprofng.<br/>	* Makefile.in: Regenerate.<br/>	* configure: Regenerate.<br/>	* gprofng: New directory.<br/><br/>2022-01-22  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.38 release branch created.<br/><br/>2022-01-17  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	Update config.[guess|sub] from upstream:<br/><br/>	2022-01-09  Idan Horowitz  &lt;idan.horowitz@gmail.com&gt;<br/><br/>	config.guess: recognize SerenityOS<br/>	* config.guess (*:SerenityOS:*:*): Recognize.<br/>	(timestamp): Update.<br/><br/>	2022-01-03  Bernhard Voelker  &lt;mail@bernhard-voelker.de&gt;<br/><br/>	Fix GPLv3 license headers to use a comma instead of semicolon<br/>	See: https://www.gnu.org/licenses/gpl-3.0.html#howto<br/><br/>	Update license headers automatically using the following script:<br/><br/>	  $ git grep -l 'Foundation; either version 3' \<br/>	    | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/'<br/><br/>	* config.guess: Adjust via the above command.<br/>	(timestamp): Update.<br/>	* config.sub: Likewise.<br/>	* doc/config.guess.1: Regenerate.<br/>	* doc/config.sub.1: Likewise.<br/><br/>	2022-01-01  Dmitry V. Levin  &lt;ldv@altlinux.org&gt;<br/><br/>	Update copyright years<br/>	* config.guess: Update copyright years.<br/>	* config.sub: Likewise.<br/><br/>	2021-12-25  Dmitry V. Levin  &lt;ldv@altlinux.org&gt;<br/><br/>	config.sub: alias armh to armv7l<br/>	ALT uses armh as an alias for armv7l-alt-linux-gnueabihf since 2012.<br/><br/>	* config.sub (armh-unknown|armh-alt): Set cpu, vendor, and basic_os.<br/>	(timestamp): Update.<br/><br/>	2021-12-24  Dmitry V. Levin  &lt;ldv@altlinux.org&gt;<br/><br/>	config.sub: alias aarch64le to aarch64<br/>	Apparently, QNX reports aarch64 as aarch64le on little-endian machines.<br/><br/>	* config.sub (aarch64le-*): Set cpu to aarch64.<br/>	(timestamp): Update.<br/><br/>	2021-12-13  Dmitry V. Levin  &lt;ldv@altlinux.org&gt;<br/><br/>	config.sub: fix typo in timestamp<br/>	* config.sub: Fix timestamp.<br/><br/>	2021-11-30  Andreas F. Borchert  &lt;github@andreas-borchert.de&gt;<br/><br/>	config.guess: x86_64-pc-solaris2.11 is not properly recognized<br/>	config.guess guesses Solaris 11 to run on a 32-bit platform<br/>	despite Solaris 11 no longer supporting any 32-bit platform.<br/><br/>	See the following code at lines 434 to 445:<br/><br/>	| SUN_ARCH=i386<br/>	| # If there is a compiler, see if it is configured for 64-bit objects.<br/>	| # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.<br/>	| # This test works for both compilers.<br/>	| if test "$CC_FOR_BUILD" != no_compiler_found; then<br/>	|     if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \<br/>	|         (CCOPTS="" $CC_FOR_BUILD -E - 2&gt;/dev/null) | \<br/>	|         grep IS_64BIT_ARCH &gt;/dev/null<br/>	|     then<br/>	|         SUN_ARCH=x86_64<br/>	|     fi<br/>	| fi<br/><br/>	If "cc" is installed, i.e. the Oracle Studio compiler, this one is<br/>	chosen for $CC_FOR_BUILD.  This compiler, the gcc provided by Oracle<br/>	and also gcc bootstrapped from sources on that platform with a default<br/>	configuration will by default generate 32-bit binaries -- even on<br/>	a 64-bit platform.  And __amd64 will not be defined for compilations<br/>	targeting a 32-bit platform.  This is different from the corresponding<br/>	behaviour on GNU/Linux systems where the local platform is targeted by<br/>	default.<br/><br/>	Thus, as long as you do not add "-m64" or if you have a custom-built<br/>	gcc which defaults to 64 bit, you will get 32-bit binaries on Solaris<br/>	despite living on a 64-bit platform.<br/><br/>	* config.guess (i86pc:SunOS:5.*:* || i86xen:SunOS:5.*:*): Adapt the<br/>	test by adding the "-m64" flag.  This will work properly for Solaris<br/>	10 as well (the last Solaris release that supported x86 32-bit<br/>	platforms).<br/><br/>	2021-10-27  Jordi Sanfeliu  &lt;jordi@fibranet.cat&gt;<br/><br/>	Recognize Fiwix<br/>	$ make check<br/>	cd testsuite &amp;&amp; bash config-guess.sh &amp;&amp; rm uname<br/>	PASS: config.guess checks (137 tests)<br/>	cd testsuite &amp;&amp; bash config-sub.sh<br/>	PASS: config.sub checks (882 tests)<br/>	PASS: config.sub idempotency checks (819 tests)<br/>	PASS: config.sub canonicalise each config.guess testcase (137 tests)<br/><br/>	* config.guess (i*86:Fiwix:*:*): Recognize.<br/>	* config.sub (fiwix*): Likewise.<br/><br/>	2021-10-18  Kinshuk Dua  &lt;kinshukdua@gmail.com&gt;<br/><br/>	config.sub: Fix typo in comment<br/>	Fixes: 5e531d391852a54e7fab2d8ff55625fca514b305<br/><br/>	2021-08-14  Nick Bowler  &lt;nbowler@draconx.ca&gt;<br/><br/>	config.sub: work around command assignment bug in some shells<br/>	When combining variable assignments with a shell command, some older<br/>	shells (notably heirloom-sh and presumably also Solaris 10 /bin/sh)<br/>	have a bug which causes the assignment to alter the current execution<br/>	environment whenever the command is a shell built-in.  For example:<br/><br/>	  % dash -c 'x=good; x=bad echo &gt;/dev/null; echo $x'<br/>	  good<br/><br/>	  % jsh -c 'x=good; x=bad echo &gt;/dev/null; echo $x'<br/>	  bad<br/><br/>	The config.sub script contains a few commands of the form:<br/><br/>	  IFS=- read ...<br/><br/>	which triggers this bug, causing the IFS assignment to persist for the<br/>	remainder of the script.  This can cause misbehaviour in certain cases,<br/>	for example:<br/><br/>	  % jsh config.sub i386-linux-gnu<br/>	  config.sub: test: unknown operator gnu<br/><br/>	  % jsh config.sub i386-gnu/linux<br/>	  sed: can't read s|gnu/linux|gnu|: No such file or directory<br/>	  Invalid configuration `i386-gnu/linux': OS `' not recognized<br/><br/>	* config.sub: Save and restore IFS explicitly to avoid shell bugs.<br/>	* doc/config.sub.1: Regenerate.<br/><br/>	2021-08-04  Jeremy Soller  &lt;jackpot51@gmail.com&gt;<br/><br/>	config.sub: add Linux Relibc Target<br/>	$ make check<br/>	cd testsuite &amp;&amp; bash config-guess.sh &amp;&amp; rm uname<br/>	PASS: config.guess checks (136 tests)<br/>	cd testsuite &amp;&amp; bash config-sub.sh<br/>	PASS: config.sub checks (881 tests)<br/>	PASS: config.sub idempotency checks (818 tests)<br/>	PASS: config.sub canonicalise each config.guess testcase (136 tests)<br/><br/>	* config.sub (relibc*): Recognize.<br/>	* doc/config.sub.1: Regenerate.<br/>	* testsuite/config-sub.data (x86_64-linux-relibc): New test.<br/><br/>	2021-07-06  Stephanos Ioannidis  &lt;root@stephanos.io&gt;<br/><br/>	config.sub: add Zephyr RTOS support<br/>	This adds the Zephyr RTOS targets in preparation for implementing the<br/>	Zephyr RTOS-specific toolchain support.<br/><br/>	$ make check<br/>	cd testsuite &amp;&amp; bash config-guess.sh &amp;&amp; rm uname<br/>	PASS: config.guess checks (136 tests)<br/>	cd testsuite &amp;&amp; bash config-sub.sh<br/>	PASS: config.sub checks (880 tests)<br/>	PASS: config.sub idempotency checks (817 tests)<br/>	PASS: config.sub canonicalise each config.guess testcase (136 tests)<br/><br/>	* config.sub (zephyr*): Recognize.<br/>	* doc/config.sub.1: Regenerate.<br/>	* testsuite/config-sub.data: Add testcases for *-zephyr.<br/><br/>	2021-07-03  Ozkan Sezer  &lt;sezero@users.sourceforge.net&gt;<br/><br/>	config.sub: disable shellcheck SC2006 / SC2268 warnings<br/>	This is in line with the recent config.guess change in commit<br/>	12fcf67c9108f4c4b581eaa302088782f0ee40ea<br/><br/>	* config.sub (shellcheck disable): Add SC2006,SC2268.<br/><br/>	Suggested-by: Jacob Bachmeyer &lt;jcb@gnu.org&gt;<br/><br/>	2021-07-03  Ozkan Sezer  &lt;sezero@users.sourceforge.net&gt;<br/><br/>	config.sub: normalize the quoting in the `echo FOO | sed ...`<br/>	Some cases quote the argument to echo and some do not.  At runtime<br/>	it probably does not matter because the substituted values will never<br/>	contain whitespace, but quoting them all would make shellcheck more<br/>	useful.<br/><br/>	* config.sub: Consistently quote the argument of echo.<br/>	* doc/config.sub.1: Regenerate.<br/><br/>	Suggested-by: Jacob Bachmeyer &lt;jcb@gnu.org&gt;<br/><br/>	2021-07-02  Ozkan Sezer  &lt;sezero@users.sourceforge.net&gt;<br/><br/>	config.sub: replace POSIX $( ) with classic ` ` throughout<br/>	This is in line with the recent config.guess change in commit<br/>	d70c4fa934de164178054c3a60aaa0024ed07c91.<br/><br/>	The patch was generated using patch-6.gawk script introduced in that<br/>	commit.<br/><br/>	* config.sub: Revert POSIX command substitutions to classic form.<br/><br/>	2021-06-04  Vineet Gupta  &lt;Vineet.Gupta1@synopsys.com&gt;<br/><br/>	Recognize arc32<br/>	This is the 32-bit variant of ARCv3 ISA (which is not compatible with the<br/>	32-bit ARCv2 ISA)<br/><br/>	| make check<br/>	| cd testsuite &amp;&amp; bash config-guess.sh &amp;&amp; rm uname<br/>	| PASS: config.guess checks (136 tests)<br/>	| cd testsuite &amp;&amp; bash config-sub.sh<br/>	| PASS: config.sub checks (864 tests)<br/>	| PASS: config.sub idempotency checks (801 tests)<br/>	| PASS: config.sub canonicalise each config.guess testcase (136 tests)<br/><br/>	* config.guess (arc32:Linux:*:*): Recognize.<br/>	* config.sub (arc32): Likewise.<br/><br/>	2021-05-27  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	Remove automatic patch generators<br/>	These tools have served their purposes and need not be kept outside of<br/>	the repository history any longer.  This patch as a diff also collects<br/>	the contents of the various tools in one convenient place.<br/><br/>	* patch-1.gawk: Remove.<br/>	* patch-3.gawk: Likewise.<br/>	* patch-6.gawk: Likewise.<br/><br/>	2021-05-26  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: manual fixups after previous automatic patch<br/>	The tool could not handle command substitutions that span lines, but<br/>	fortunately there were only two such substitutions in the script.<br/><br/>	The test for which universe is active on Pyramid is rewritten into a<br/>	case block because it was the only use of a command substitution as an<br/>	argument to the test command, which would require quoting.<br/><br/>	* config.guess: Rewrite "if" for Pyramid systems to "case".<br/><br/>	2021-05-26  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: replace POSIX $( ) with classic ` ` throughout<br/>	The previous replacement of backticks with POSIX command substitutions<br/>	was ill-considered and illogical: this script recognizes many archaic<br/>	machine types that probably never had POSIX shells, therefore it needs<br/>	to be able to run successfully under pre-POSIX shells.<br/><br/>	This patch was generated using the included GNU Awk program.<br/><br/>	* config.guess: Revert POSIX command substitutions to classic form.<br/>	* patch-6.gawk: Store the tool that produced the automated patch.<br/><br/>	2021-05-26  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: manual fixup after previous automated patches<br/>	This patch provides the special handling for the GNU system.  As these<br/>	were two small and unique edits, they were not included in the scripts.<br/><br/>	This patch also cleans up other minor issues that must be addressed<br/>	before reverting to classic command substitutions and updates<br/>	"shellcheck" directives to account for changes in this script and the<br/>	change in "shellcheck" towards reporting individual portability issues.<br/><br/>	2021-05-26  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: automatic fixups after previous automated patch<br/>	This patch was generated using the following command:<br/><br/>	  sed -i config.guess \<br/>	      -e '/="[^"]\+"\(-\|$\)/s/="\([^"([:space:])]\+\)"/=\1/' \<br/>	      -e '/="[^"]\+"[[:alnum:]]/s/="\$\([^([:space:])]\+\)"/=${\1}/' \<br/>	      -e \<br/>	'/\$(echo[^|]\+|/s/\([^[:space:]]\)[[:space:]]*|[[:space:]]*sed/\1 | sed/g'<br/><br/>	* config.guess: Remove unneeded quotes in other variable assignments,<br/>	standardize spacing for "echo ... | sed" substitutions.<br/><br/>	2021-05-26  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: remove unneeded quotes and factor command substitutions<br/>	This is further cleanup and simplifies some constructs that can confuse<br/>	Emacs' syntax highlighting while generally reducing required quoting.<br/><br/>	This patch was generated using the included GNU Awk program.<br/><br/>	* config.guess: Remove unneeded variable quotes and factor out command<br/>	substitutions when setting GUESS.<br/>	* patch-3.gawk: Store the tool that produced the automated patch.<br/><br/>	2021-05-25  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: manual fixups after previous automatic patch<br/>	* config.guess: Adjust a few "leftover" cases that the tool could not<br/>	easily recognize and fixes comment indentation in a few other special<br/>	cases.<br/><br/>	2021-05-25  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: use intermediate variable with uname results<br/>	This will allow quoting to be significantly simplified in another<br/>	pass through the file.<br/><br/>	This patch was generated using the included GNU Awk program.<br/><br/>	* config.guess: Use GUESS variable to hold results of uname analysis.<br/>	* patch-1.gawk: Store the tool that produced the automated patch.<br/><br/>	2021-05-25  Jacob Bachmeyer  &lt;jcb@gnu.org&gt;<br/><br/>	config.guess: introduce intermediate variable with uname results<br/>	This will allow quoting to be significantly simplified in another<br/>	pass through the file.<br/><br/>	* config.guess: Introduce GUESS variable to hold results of uname analysis.<br/><br/>	2021-05-24  Dmitry V. Levin  &lt;ldv@altlinux.org&gt;<br/><br/>	config.guess: fix shellcheck warning SC2154<br/>	While, according to Plan 9 documentation, the environment variable<br/>	$cputype is set to the name of the kernel's CPU's architecture,<br/>	shellcheck warns that cputype is referenced but not assigned.<br/>	Be on the safe side and do not use cputype if it is not defined<br/>	or empty.<br/><br/>	* config.guess (*:Plan9:*:*): Fix shellcheck warning SC2154.<br/><br/>	2021-05-24  Dmitry V. Levin  &lt;ldv@altlinux.org&gt;<br/><br/>	config.guess: remove redundant quotes in case commands<br/>	According to the GNU Autoconf Portable Shell Programming manual,<br/>	the Bourne shell does not systematically split variables and back-quoted<br/>	expressions, in particular on the right-hand side of assignments and in<br/>	the argument of 'case'.<br/><br/>	The change is made automatically using the following command:<br/>	$ sed -E -i 's/(\&lt;case )"(\$[^"]+)"( in\&gt;)/\1\2\3/' config.guess<br/><br/>	* config.guess: Simplify case commands by removing quotes around the<br/>	argument.<br/><br/>	Suggested-by: Jacob Bachmeyer &lt;jcb@gnu.org&gt;<br/><br/>	2021-05-24  Dmitry V. Levin  &lt;ldv@altlinux.org&gt;<br/><br/>	config.guess: simplify exit status workaround on alphaev67-dec-osf5.1<br/>	Commit 29865ea8a5622cdd80b7a69a0afa78004b4cd311 introduced an exit trap<br/>	reset before exiting to avoid a spurious non-zero exit status on<br/>	alphaev67-dec-osf5.1.  Simplify that code a bit by moving the exit trap<br/>	reset around.<br/><br/>	* config.guess (alpha:OSF1:*:*): Reset exit trap earlier.<br/>	* doc/config.guess.1: Regenerate.<br/><br/>2021-10-29  Eli Zaretskii  &lt;eliz@gnu.org&gt;<br/><br/>	* gdb/doc/gdb.texinfo (Command Options): (Data): Document<br/>	'-memory-tag-violations'.  Update the example.<br/><br/>2021-09-28  Andrew Burgess  &lt;andrew.burgess@embecosm.com&gt;<br/><br/>	* src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.<br/><br/>2021-09-27  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	PR libctf/27967<br/>	* libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided<br/>	NM, if there is one.  Run nm on itself, not on /dev/null, to avoid<br/>	errors from nms that refuse to work on non-regular files.  Remove<br/>	other workarounds for this problem.  Strip out blank lines from the<br/>	nm output.<br/><br/>2021-09-27  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	PR libctf/27967<br/>	* libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for<br/>	Solaris 11.<br/><br/>2021-07-03  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.37 release branch created.<br/><br/>2021-07-03  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* libiberty: Sync with gcc.  Bring in:<br/>	2021-06-30  Gerald Pfeifer  &lt;gerald@pfeifer.com&gt;<br/><br/>	* make-temp-file.c (usrtmp): Remove.<br/>	(choose_tmpdir): Remove use of usrtmp.<br/><br/>	2021-06-28  Indu Bhagat  &lt;indu.bhagat@oracle.com&gt;<br/><br/>	* simple-object.c (handle_lto_debug_sections): Copy over .BTF section.<br/><br/>	2021-06-28  Indu Bhagat  &lt;indu.bhagat@oracle.com&gt;<br/>	    David Faust  &lt;david.faust@oracle.com&gt;<br/>	    Jose E. Marchesi  &lt;jose.marchesi@oracle.com&gt;<br/>	    Weimin Pan  &lt;weimin.pan@oracle.com&gt;<br/><br/>	* simple-object.c (handle_lto_debug_sections): Copy over .ctf<br/>	sections.<br/><br/>	2021-06-05  John David Anglin  &lt;danglin@gcc.gnu.org&gt;<br/><br/>	PR target/100734<br/>	* configure.ac: Use libiberty snprintf and vsnprintf on<br/>	hppa*-*-hpux*.<br/>	* configure: Regenerate.<br/><br/>	2021-05-06  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* hashtab.c (htab_eq_string): New function.<br/><br/>	2021-05-04  Eric Botcazou  &lt;ebotcazou@adacore.com&gt;<br/><br/>	* configure.ac: Make test for variables more robust.<br/>	* configure: Regenerate.<br/><br/>	2021-05-03  H.J. Lu  &lt;hjl.tools@gmail.com&gt;<br/><br/>	PR bootstrap/99703<br/>	* configure: Regenerated.<br/><br/>	2021-04-21  Andreas Schwab  &lt;schwab@linux-m68k.org&gt;<br/><br/>	PR demangler/100177<br/>	* rust-demangle.c (demangle_const_char): Properly print the<br/>	character value.<br/><br/>	2021-03-31  Patrick Palka  &lt;ppalka@redhat.com&gt;<br/><br/>	PR c++/88115<br/>	* cp-demangle.c (d_dump, d_make_comp, d_expression_1)<br/>	(d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.<br/>	(d_print_comp_inner): Likewise.<br/>	&lt;case DEMANGLE_COMPONENT_EXTENDED_OPERATOR&gt;: Revert r11-4926<br/>	change.<br/>	&lt;case DEMANGLE_COMPONENT_UNARY&gt;: Likewise.<br/>	* testsuite/demangle-expected: Adjust __alignof__ tests.<br/><br/>	2021-03-16  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* sha1.c (sha1_process_bytes): Use memmove in place of memcpy.<br/><br/>	2021-02-20  Mike Frysinger  &lt;vapier@gentoo.org&gt;<br/><br/>	* Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.<br/>	(configure_deps): Rename to ...<br/>	(aclocal_deps): ... this.  Replace aclocal.m4 with acinclude.m4.<br/>	($(srcdir)/configure): Replace $(configure_deps) with<br/>	$(srcdir)/aclocal.m4.<br/>	* aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.<br/>	* acinclude.m4: New file.<br/>	* configure: Regenerate.<br/><br/>	2021-02-19  Ayush Mittal  &lt;ayush.m@samsung.com&gt;<br/><br/>	* argv.c (expandargv): free allocated buffer if read fails.<br/><br/>	2021-02-01  Martin Sebor  &lt;msebor@redhat.com&gt;<br/><br/>	* dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy<br/>	to avoid -Wstringop-truncation.<br/><br/>2021-05-29  Mike Frysinger  &lt;vapier@gentoo.org&gt;<br/><br/>	* configure.ac: Add gnulib to configdirs for sim.<br/>	* configure: Regenerate.<br/><br/>2021-05-24  Maciej W. Rozycki  &lt;macro@orcam.me.uk&gt;<br/><br/>	* MAINTAINERS: Update path to readline config.{sub,guess} files.<br/><br/>2021-05-24  Maciej W. Rozycki  &lt;macro@orcam.me.uk&gt;<br/><br/>	* config.guess: Import from upstream.<br/>	* config.sub: Likewise.<br/><br/>2021-05-18  Mike Frysinger  &lt;vapier@gentoo.org&gt;<br/><br/>	* Makefile.def: Add configure-sim dependency on all-gnulib.<br/>	* Makefile.in: Regenerated.<br/><br/>2021-05-04  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.<br/>	* configure: Regenerate.<br/><br/>2021-03-18  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	PR libctf/27482<br/>	* Makefile.def: Add install-bfd dependencies for install-libctf and<br/>	install-ld, and install-strip-bfd dependencies for<br/>	install-strip-libctf and install-strip-ld; move the install-ld<br/>	dependency on install-libctf to join it.<br/>	* Makefile.in: Regenerated.<br/><br/>2021-03-12  Mike Frysinger  &lt;vapier@gentoo.org&gt;<br/><br/>	* Makefile.def: Remove all-sim dependency on configure-gdb.<br/>	* Makefile.in: Regenerated.<br/><br/>2021-02-28  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;<br/><br/>	PR binutils/26766<br/>	* Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add<br/>	PGO_BUILD_TRAINING=yes.<br/>	(PGO_BUILD_TRAINING_MFLAGS): New.<br/>	(all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.<br/><br/>2021-02-09  Alan Modra  &lt;amodra@gmail.com&gt;<br/><br/>	* configure.ac: Delete arm*-*-symbianelf* entry.<br/>	* configure: Regenerate.<br/><br/>2021-01-26  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	* Makefile.def: Add install-libctf dependency to install-ld.<br/>	* Makefile.in: Regenerated.<br/><br/>2021-01-12  Mike Frysinger  &lt;vapier@gentoo.org&gt;<br/><br/>	* src-release.sh (do_proto_toplev): Rewrite indentation.<br/><br/>2021-01-11  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;<br/><br/>	PR binutils/26766<br/>	* configure.ac:<br/>	* configure: Regenerated.<br/><br/>2021-01-11  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;<br/><br/>	PR ld/27173<br/>	* configure: Regenerated.<br/>	* libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with<br/>	--plugin and rc before enabling --plugin.<br/><br/>2021-01-09  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;<br/><br/>	PR binutils/26766<br/>	* Makefile.tpl (BUILD_CFLAGS): New.<br/>	(CFLAGS): Append $(BUILD_CFLAGS).<br/>	(CXXFLAGS): Likewise.<br/>	(PGO_BUILD_GEN_FLAGS_TO_PASS): New.<br/>	(PGO_BUILD_TRAINING_CFLAGS): Likewise.<br/>	(PGO_BUILD_TRAINING_CXXFLAGS): Likewise.<br/>	(PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.<br/>	(PGO_BUILD_TRAINING_MFLAGS): Likewise.<br/>	(PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.<br/>	(PGO-TRAINING-TARGETS): Likewise.<br/>	(PGO_BUILD_TRAINING): Likewise.<br/>	(all): Add '+' to the command line for recursive make.  Support<br/>	the PGO build.<br/>	* configure.ac: Add --enable-pgo-build[=lto].<br/>	AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and<br/>	PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.<br/>	* Makefile.in: Regenerated.<br/>	* configure: Likewise.<br/><br/>2021-01-09  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;<br/><br/>	* Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@<br/>	(RANLIB): Add @RANLIB_PLUGIN_OPTION@.<br/>	* configure.ac: Include config/gcc-plugin.m4.<br/>	AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.<br/>	* libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and<br/>	RANLIB if possible.<br/>	* Makefile.in: Regenerated.<br/>	* configure: Likewise.<br/><br/>2021-01-09  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* 2.36 release branch crated.<br/><br/>2021-01-07  Samuel Thibault  &lt;samuel.thibault@gnu.org&gt;<br/><br/>	* libtool.m4: Match gnu* along with other GNU systems.<br/><br/>2021-01-07  Alan Modra  &lt;amodra@gmail.com&gt;<br/><br/>	* config.sub: Accept OS of eabi* and gnueabi*.<br/><br/>2021-01-05  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	* Makefile.def (libctf): No longer no_check.  Checking depends on<br/>	all-ld.<br/>	* Makefile.in: Regenerated.<br/><br/>2021-01-05  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* libiberty: Sync with gcc.  Bring in:<br/>	2021-01-04  Martin Liska  &lt;mliska@suse.cz&gt;<br/><br/>	* strverscmp.c: Convert to utf8 from iso8859.<br/><br/>	2020-12-22  Jason Merrill  &lt;jason@redhat.com&gt;<br/><br/>	PR c++/67343<br/>	* cp-demangle.h (struct d_info): Add unresolved_name_state.<br/>	* cp-demangle.c (d_prefix): Add subst parm.<br/>	(d_nested_name): Pass it.<br/>	(d_unresolved_name): Split out from...<br/>	(d_expression_1): ...here.<br/>	(d_demangle_callback): Maybe retry with old sr mangling.<br/>	* testsuite/demangle-expected: Add test.<br/><br/>	2020-12-21  Jason Merrill  &lt;jason@redhat.com&gt;<br/><br/>	* cp-demangle.c (d_expression_1): Recognize qualified-id<br/>	on RHS of dt/pt.<br/>	* testsuite/demangle-expected: Add test.<br/><br/>	2020-12-21  Jason Merrill  &lt;jason@redhat.com&gt;<br/><br/>	* cp-demangle.c (d_unqualified_name): Clear is_expression.<br/>	* testsuite/demangle-expected: Add tests.<br/><br/>	2020-11-25  Matthew Malcomson  &lt;matthew.malcomson@arm.com&gt;<br/><br/>	* configure: Regenerate.<br/>	* configure.ac: Avoid using sanitizer.<br/><br/>	2020-11-13  Eduard-Mihai Burtescu  &lt;eddyb@lyken.rs&gt;<br/><br/>	* rust-demangle.c (struct rust_demangler): Add<br/>	skipping_printing and bound_lifetime_depth fields.<br/>	(eat): Add (v0-only).<br/>	(parse_integer_62): Add (v0-only).<br/>	(parse_opt_integer_62): Add (v0-only).<br/>	(parse_disambiguator): Add (v0-only).<br/>	(struct rust_mangled_ident): Add punycode{,_len} fields.<br/>	(parse_ident): Support v0 identifiers.<br/>	(print_str): Respect skipping_printing.<br/>	(print_uint64): Add (v0-only).<br/>	(print_uint64_hex): Add (v0-only).<br/>	(print_ident): Respect skipping_printing,<br/>	Support v0 identifiers.<br/>	(print_lifetime_from_index): Add (v0-only).<br/>	(demangle_binder): Add (v0-only).<br/>	(demangle_path): Add (v0-only).<br/>	(demangle_generic_arg): Add (v0-only).<br/>	(demangle_type): Add (v0-only).<br/>	(demangle_path_maybe_open_generics): Add (v0-only).<br/>	(demangle_dyn_trait): Add (v0-only).<br/>	(demangle_const): Add (v0-only).<br/>	(demangle_const_uint): Add (v0-only).<br/>	(basic_type): Add (v0-only).<br/>	(rust_demangle_callback): Support v0 symbols.<br/>	* testsuite/rust-demangle-expected: Add v0 testcases.<br/><br/>	2020-11-13  Seija Kijin  &lt;doremylover456@gmail.com&gt;<br/><br/>	* strstr.c (strstr): Make implementation ANSI/POSIX compliant.<br/><br/>	2020-11-11  Patrick Palka  &lt;ppalka@redhat.com&gt;<br/><br/>	PR c++/88115<br/>	* cp-demangle.c (d_print_comp_inner)<br/>	&lt;case DEMANGLE_COMPONENT_EXTENDED_OPERATOR&gt;: Don't print the<br/>	"operator " prefix for __alignof__.<br/>	&lt;case DEMANGLE_COMPONENT_UNARY&gt;: Always print parens around the<br/>	operand of __alignof__.<br/>	* testsuite/demangle-expected: Test demangling for __alignof__.<br/><br/>	2020-11-09  Christophe Lyon  &lt;christophe.lyon@linaro.org&gt;<br/><br/>	* pex-win32.c (pex_win32_exec_child): Initialize orig_err.<br/><br/>	2020-10-06  Martin Liska  &lt;mliska@suse.cz&gt;<br/><br/>	PR lto/97290<br/>	* simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):<br/>	Use sh_link of a .symtab_shndx section.<br/><br/>2021-01-05  Alan Modra  &lt;amodra@gmail.com&gt;<br/><br/>	* config.guess: Import from upstream.<br/>	* config.sub: Likewise.<br/><br/>2020-12-16  Martin Liska  &lt;mliska@suse.cz&gt;<br/>	    Tom de Vries  &lt;tdevries@suse.de&gt;<br/><br/>	* gdb/debuginfod-support.c (struct user_data): Remove has_printed<br/>	field.  Add meter field.<br/>	(progressfn): Print progress using meter.<br/><br/>2020-12-02  Enze Li  &lt;lienze2010@hotmail.com&gt;<br/><br/>	* .gitignore: Add gnu global outputs.<br/><br/>2020-12-02  Simon Marchi  &lt;simon.marchi@polymtl.ca&gt;<br/><br/>	* .gitignore: Sync with gcc.<br/><br/>2020-10-26  Andreas Rammhold &lt;andreas@rammhold.de&gt;<br/><br/>	* src-release.sh: Use sha256sum instead of md5sum.<br/><br/>2020-10-14  Andrew Burgess  &lt;andrew.burgess@embecosm.com&gt;<br/><br/>	* Makefile.in: Rebuild.<br/>	* Makefile.def: Make distclean-gnulib depend on distclean-gdb and<br/>	distclean-gdbserver.<br/><br/>2020-07-24  Aaron Merey  &lt;amerey@redhat.com&gt;<br/><br/>	* configure: Rebuild.<br/>	* configure.ac: Remove AC_DEBUGINFOD.<br/><br/>2020-07-04  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	Binutils 2.35 branch created.<br/><br/>2020-04-21  Stephen Casner  &lt;casner@acm.org&gt;<br/><br/>	PR 25830<br/>	* configure.ac (noconfigdirs): Exclude gdb &amp; gprof for pdp11.<br/>	* configure: Rebuild.<br/><br/>2020-03-12  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* Makefile.in: Rebuild.<br/>	* Makefile.def (gdbserver): Depend on gdbsupport.<br/><br/>2020-03-12  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* Makefile.in: Rebuild.<br/>	* Makefile.def (gdbsupport): Don't depend on bfd.<br/><br/>2020-03-12  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* Makefile.in: Rebuild.<br/>	* Makefile.def (gdbsupport): Depend on intl.<br/><br/>2020-02-17  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* configure: Rebuild.<br/>	* configure.ac (configdirs): Add gnulib and gdbsupport when building<br/>	gdbserver.<br/><br/>2020-02-14  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* Makefile.in: Rebuild.<br/>	* Makefile.def: Make gdbserver require gnulib and libiberty.<br/><br/>2020-02-07  Tom Tromey  &lt;tom@tromey.com&gt;<br/>	    Pedro Alves  &lt;palves@redhat.com&gt;<br/><br/>	* src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.<br/>	* gdbserver: New directory, moved from gdb/gdbserver.<br/>	* configure.ac (host_tools): Add gdbserver.<br/>	Only build gdbserver on certain systems.<br/>	* Makefile.in, configure: Rebuild.<br/>	* Makefile.def (host_modules, dependencies): Add gdbserver.<br/>	* MAINTAINERS: Add gdbserver.<br/><br/>2020-01-28  Sergio Durigan Junior  &lt;sergiodj@redhat.com&gt;<br/><br/>	* src-release.sh (getver): Look for gdbsupport's<br/>	create-version.sh script at the current directory if tool is<br/>	"gdb".<br/><br/>2020-01-19  Simon Marchi  &lt;simon.marchi@polymtl.ca&gt;<br/><br/>	* remote-sim.c (gdbsim_target::wait): Return<br/>	sim_data-&gt;remote_sim_ptid instead of inferior_ptid.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1.1.4</description>
    <pubDate>Fri Dec 23 19:01:28 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import binutils-2.34<br/><br/>2020-01-18  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	Binutils 2.34 branch created.<br/><br/>2020-01-18  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	Synchronize top level configure files with master version:<br/><br/>	2020-01-01  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.guess: Update copyright years.<br/>	* config.sub: Likewise.<br/><br/>	2019-12-21  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.guess (set_cc_for_build): Prevent multiple calls by<br/>	checking if $tmp is already set. We can't check CC_FOR_BUILD as<br/>	the user may set it externally. Thanks to Torbjörn Granlund for<br/>	the bug report.<br/><br/>	2019-12-21  Torbjörn Granlund  &lt;tg@gmplib.org&gt;<br/><br/>	* config.guess (alpha:Linux:*:*): Guard against missing<br/>	/proc/cpuinfo by redirecting standard error to /dev/null.<br/><br/>	2019-09-12  Daniel Bittman  &lt;danielbittman1@gmail.com&gt;<br/><br/>	* config.guess (*:Twizzler:*:*): New.<br/>	* config.sub (-twizzler*): New.<br/><br/>	2019-07-24  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.guess (mips:OSF1:*.*): Whitespace cleanup.<br/><br/>	2019-06-30  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.sub (case $os): Match nsk* and powerunix. Don't later<br/>	match nsk* and set os=nsk which removes the OS version number.<br/><br/>	2019-06-30  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.sub: Recognise os108*.<br/><br/>	2019-06-26  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.sub (hp300): Set $os to hpux.<br/><br/>	2019-06-26  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.sub (vsta): Move into alphabetical order.<br/><br/>	2019-06-10  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.guess (*:OS108:*:*): Recognise new OS.<br/><br/>	2019-05-28  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.guess (*:Darwin:*:*): Run xcode-select to determine if a<br/>	system compiler is installed. If not, do not run set_cc_for_build,<br/>	as the default cc will open a dialog box asking to install<br/>	Xcode. If no C compiler is available, guess based on uname -p and<br/>	uname -m.<br/><br/>	2019-05-28  Ben Elliston  &lt;bje@gnu.org&gt;<br/><br/>	* config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.<br/><br/>2020-01-17  Simon Marchi  &lt;simon.marchi@efficios.com&gt;<br/><br/>	* Makefile.def: Add dependencies of all-gdbsupport on all-bfd.<br/>	* Makefile.in: Re-generate.<br/><br/>2020-01-14  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.<br/>	* MAINTAINERS: Add gdbsupport.<br/>	* configure: Rebuild.<br/>	* configure.ac (configdirs): Add gdbsupport.<br/>	* gdbsupport: New directory, move from gdb/gdbsupport.<br/>	* Makefile.def (host_modules, dependencies): Add gnulib.<br/>	* Makefile.in: Rebuild.<br/><br/>2020-01-09  Aaron Merey  &lt;amerey@redhat.com&gt;<br/><br/>        * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds<br/>        new configure option --with-debuginfod.<br/>        * configure: Regenerate.<br/>        * configure.ac: Call AC_DEBUGINFOD.<br/><br/>2019-12-26  Christian Biesinger  &lt;cbiesinger@google.com&gt;<br/><br/>	* .gitignore: Add perf.data and perf.data.old.<br/><br/>2019-10-17  Sergio Durigan Junior  &lt;sergiodj@redhat.com&gt;<br/><br/>	* src-release.sh (GDB_SUPPORT_DIRS): Add libctf.<br/><br/>2019-10-17  Alan Modra  &lt;amodra@gmail.com&gt;<br/><br/>	PR 29<br/>	* src-release.sh (getver): Replace "head -1" with "head -n 1".<br/><br/>2019-07-30  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	* Makefile.def (host_modules): libctf is no longer no_install.<br/>	* Makefile.in: Regenerated.<br/><br/>2019-07-13  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	* Makefile.def (dependencies): all-ld depends on all-libctf.<br/>	* Makefile.in: Regenerated.<br/><br/>2019-09-09  Phil Blundell  &lt;pb@pbcl.net&gt;<br/><br/>	binutils 2.33 branch created<br/><br/>2019-08-19  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* configure: Rebuild.<br/>	* configure.ac: Add --with-static-standard-libraries.<br/><br/>2019-08-09  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* libiberty: Sync with gcc.  Bring in:<br/>	2019-08-08  Martin Liska  &lt;mliska@suse.cz&gt;<br/><br/>	PR bootstrap/91352<br/>	* lrealpath.c (is_valid_fd): New function.<br/><br/>	2019-07-24  Martin Liska  &lt;mliska@suse.cz&gt;<br/><br/>	PR lto/91228<br/>	* simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):<br/>	Find first '\0' starting from gnu_lto + 1.<br/><br/>	2019-07-12  Ren Kimura  &lt;rkx1209dev@gmail.com&gt;<br/><br/>	* simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.<br/>	This fixes a Bug 90924.<br/><br/>	2019-07-22  Martin Liska  &lt;mliska@suse.cz&gt;<br/><br/>	* simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):<br/>	Do not search for gnu_lto_v1, but search for first '\0'.<br/><br/>	2019-07-18  Eduard-Mihai Burtescu  &lt;eddyb@lyken.rs&gt;<br/><br/>	* cplus-dem.c: Include rust-demangle.h.<br/>	* rust-demangle.c: Include rust-demangle.h.<br/>	* rust-demangle.h: New file.<br/><br/>	2019-05-31  Michael Forney  &lt;mforney@mforney.org&gt;<br/><br/>	* cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__<br/>	is non-zero.<br/><br/>	2019-04-30  Ben L  &lt;bobsayshilol@live.co.uk&gt;<br/><br/>	* d-demangle.c (dlang_parse_assocarray): Correctly handle error result.<br/>	* testsuite/d-demangle-expected: Add testcase.<br/><br/>	* d-demangle.c (dlang_parse_tuple): Correctly handle error result.<br/>	* testsuite/d-demangle-expected: Add testcase.<br/><br/>	* d-demangle.c (dlang_parse_structlit): Correctly handle error result.<br/>	* testsuite/d-demangle-expected: Add testcase.<br/><br/>	* d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.<br/>	* testsuite/d-demangle-expected: Add testcase.<br/><br/>	* d-demangle.c (dlang_parse_integer): Fix stack underflow.<br/>	* testsuite/d-demangle-expected: Add testcase.<br/><br/>	* cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.<br/>	* testsuite/demangle-expected: Add testcase.<br/><br/>	* cp-demangle.c (d_encoding): Guard against NULL return values from<br/>	d_right (dc).<br/>	* testsuite/demangle-expected: Add testcase.<br/><br/>	2019-04-29  Ben L  &lt;bobsayshilol@live.co.uk&gt;<br/><br/>	* cp-demangle.c (d_expression_1): Don't peek ahead unless the current<br/>	char is valid.<br/>	* testsuite/demangle-expected: Add testcase.<br/><br/>	2019-04-10  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	PR 89394<br/>	* cp-demangle.c (cplus_demangle_fill_name): Reject negative<br/>	lengths.<br/>	(d_count_templates_scopes): Replace num_templates and num_scopes<br/>	parameters with a struct d_print_info pointer parameter.  Adjust<br/>	body of the function accordingly.  Add recursion counter and check<br/>	that the recursion limit is not reached.<br/>	(d_print_init): Pass dpi parameter to d_count_templates_scopes.<br/>	Reset recursion counter afterwards, unless the recursion limit was<br/>	reached.<br/><br/>2019-07-13  Joel Brobecker  &lt;brobecker@adacore.com&gt;<br/><br/>	* src-release (getver): If $tool/gdbsupport/create-version.sh<br/>	exists, use that to determine the version number.<br/><br/>2019-06-21  Andreas Schwab  &lt;schwab@linux-m68k.org&gt;<br/><br/>	* src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.<br/><br/>2019-06-14  Tom Tromey  &lt;tom@tromey.com&gt;<br/><br/>	* MAINTAINERS: Add gnulib.<br/>	* gnulib: New directory, move from gdb/gnulib.<br/>	* configure.ac (host_libs): Add gnulib.<br/>	* configure: Rebuild.<br/>	* Makefile.def (host_modules, dependencies): Add gnulib.<br/>	* Makefile.in: Rebuild.<br/><br/>2019-06-03  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	Revert:<br/>	2019-05-29  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* configure.ac (noconfigdirs): Add libctf if the target does not use<br/>	the ELF file format.<br/>	* configure: Regenerate.<br/><br/>2019-05-29  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* src-release.sh (do_proto_toplev): Add libctf to list of<br/>	directories that can be disabled.<br/><br/>2019-05-29  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* configure.ac (noconfigdirs): Add libctf if the target does not use<br/>	the ELF file format.<br/>	* configure: Regenerate.<br/><br/>2019-05-28  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	* Makefile.def (dependencies): configure-libctf depends on all-bfd<br/>	and all its deps.<br/>	* Makefile.in: Regenerated.<br/><br/>2019-05-28  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	* MAINTAINERS: Add libctf.<br/><br/>2019-05-28  Nick Alcock  &lt;nick.alcock@oracle.com&gt;<br/><br/>	* Makefile.def (host_modules): Add libctf.<br/>	* Makefile.def (dependencies): Likewise.<br/>	libctf depends on zlib, libiberty, and bfd.<br/>	* Makefile.in: Regenerated.<br/>	* configure.ac (host_libs): Add libctf.<br/>	* configure: Regenerated.<br/><br/>2019-05-23  Jose E. Marchesi  &lt;jose.marchesi@oracle.com&gt;<br/><br/>	* config.guess: Synchronize with config project master sources.<br/>	* config.sub: Likewise.<br/>	* readline/support/config.guess: Likewise.<br/>	* readline/support/config.sub: Likewise.<br/><br/>2019-04-10  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* libiberty: Sync with gcc.  Bring in:<br/>	2019-04-10  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	PR 89394<br/>	* cp-demangle.c (cplus_demangle_fill_name): Reject negative<br/>	lengths.<br/>	(d_count_templates_scopes): Replace num_templates and num_scopes<br/>	parameters with a struct d_print_info pointer parameter.  Adjust<br/>	body of the function accordingly.  Add recursion counter and check<br/>	that the recursion limit is not reached.<br/>	(d_print_init): Pass dpi parameter to d_count_templates_scopes.<br/>	Reset recursion counter afterwards, unless the recursion limit was<br/>	reached.<br/><br/>2018-06-24  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	2.32 branch created.<br/><br/>2019-01-14  Rainer Orth  &lt;ro@CeBiTec.Uni-Bielefeld.DE&gt;<br/><br/>	Merge from GCC:<br/>	PR target/88535<br/>	* config.guess: Import upstream version 2019-01-03.<br/>	* config.sub: Import upstream version 2019-01-01.<br/><br/>2019-01-10  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* libiberty: Sync with gcc.  Bring in:<br/>	2019-01-09  Sandra Loosemore  &lt;sandra@codesourcery.com&gt;<br/><br/>	PR other/16615<br/><br/>	* cp-demangle.c: Mechanically replace "can not" with "cannot".<br/>	* floatformat.c: Likewise.<br/>	* strerror.c: Likewise.<br/><br/>	2018-12-22  Jason Merrill  &lt;jason@redhat.com&gt;<br/><br/>	Remove support for demangling GCC 2.x era mangling schemes.<br/>	* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,<br/>	internal_cplus_demangle, and all subroutines.<br/>	(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),<br/>	Lucid, ARM, HP, and EDG demangling styles.<br/>	(cplus_demangle): Remove 'work' variable.  Don't call<br/>	internal_cplus_demangle.<br/><br/>2019-01-03  Дилян Палаузов  &lt;dilyan.palauzov@aegee.org&gt;<br/><br/>	* configure.ac: Don't configure readline if --with-system-readline is<br/>	used.<br/>	* configure: Re-generate.<br/><br/>2018-10-31  Joseph Myers  &lt;joseph@codesourcery.com&gt;<br/><br/>	Merge from GCC:<br/>	PR bootstrap/82856<br/>	* multilib.am: New file.  From automake.<br/><br/>2018-09-12  Sergio Durigan Junior  &lt;sergiodj@redhat.com&gt;<br/><br/>	* src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".<br/><br/>2018-07-16  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>@ -20,6 +338,18 @@<br/>	* config.guess: Sync with upstream version 2018-06-26.<br/>	* config.sub: Sync with upstream version 2018-07-02.<br/><br/>2018-06-29  Alexandre Oliva &lt;oliva@adacore.com&gt;<br/><br/>	* configure.ac: Introduce support for @unless/@endunless.<br/>	* Makefile.tpl (dep-kind): Rewrite with cond; return<br/>	postbootstrap in some cases.<br/>	(make-postboot-dep, postboot-targets): New.<br/>	(dependencies): Do not output postbootstrap dependencies at<br/>	first.  Output non-target ones changed for configure to depend<br/>	on stage_last @if gcc-bootstrap, and the original deps @unless<br/>	gcc-bootstrap.<br/>	* configure.in, Makefile.in: Rebuilt.<br/><br/>2018-06-24  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* configure: Regenerate.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1.1.3</description>
    <pubDate>Fri Apr 03 23:40:18 UTC 2020</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>2018-07-18  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	2.31.1 Release point.<br/><br/>2018-07-18  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* (DEVO_SUPPORT): Fix typo in previous delta.<br/>	(do_proto_toplev): Add --quiet option to configure command line.<br/><br/>2018-07-16  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.<br/><br/>2018-07-06  Sebastian Huber  &lt;sebastian.huber@embedded-brains.de&gt;<br/><br/>	* config.sub: Sync with upstream version 2018-07-03.<br/><br/>2018-07-05  Sebastian Huber  &lt;sebastian.huber@embedded-brains.de&gt;<br/><br/>	* config.guess: Sync with upstream version 2018-06-26.<br/>	* config.sub: Sync with upstream version 2018-07-02.<br/><br/>2018-06-24  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* configure: Regenerate.<br/><br/>2018-06-19  Simon Marchi  &lt;simon.marchi@ericsson.com&gt;<br/><br/>	* libtool.m4: Use AC_LANG_SOURCE.<br/>	* configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.<br/>	* README-maintainer-mode: Update version requirements.<br/>	* ar-lib: New file.<br/>	* test-driver: New file.<br/>	* configure: Re-generate.<br/><br/>2018-06-18  Eric Botcazou  &lt;ebotcazou@adacore.com&gt;<br/><br/>	* Makefile.def (fortran): Add check-target-libgomp-fortran.<br/>	* Makefile.tpl (check-target-libgomp-fortran): New phony target.<br/>	* Makefile.in: Regenerate.<br/><br/>	* configure: Regenerate.<br/><br/>2018-06-18  Simon Marchi  &lt;simon.marchi@ericsson.com&gt;<br/><br/>	* configure.ac: Sync with GCC, remove MPX-related things.<br/><br/>2018-05-01  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* config.guess: Synchronize with config project master sources.<br/>	* config.sub: Likewise.<br/><br/>2018-05-01  Francois H. Theron  &lt;francois.theron@netronome.com&gt;<br/><br/>	* configure.ac: Added "nfp" target.<br/>	* configure: Regenerate.<br/><br/>2018-02-13  Maciej W. Rozycki  &lt;macro@mips.com&gt;<br/><br/>	* configure.ac &lt;wasm32-*-*&gt; (noconfigdirs): Add `ld'.<br/>	* configure: Regenerate.<br/><br/>2018-01-30  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* src-release.sh (do_proto_toplev): Add patterns for more junk files<br/>	to delete before creating the tarball.<br/><br/>2018-01-29  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* src-release.sh (do_proto_toplev): Strip patch remnant files from<br/>	the sources before creating the tarball.<br/><br/>2018-01-13  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* src-release.sh: Update copyright notice.  Change reference to devo<br/>	to be a reference to root.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1.1.2</description>
    <pubDate>Tue Nov 06 21:18:38 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>2018-01-10  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* config-ml.in: Sync with gcc sources.<br/>	* config.guess: Likewise.<br/>	* config.sub: Likewise.<br/>	* configure.ac: Likewise.<br/>	* configure: Regenerate.<br/><br/>2017-12-14  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* COPYING.LIBGLOSS: Update address of FSF in copyright notice.<br/><br/>2017-12-12  Stafford Horne  &lt;shorne@gmail.com&gt;<br/><br/>	* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.<br/>	* configure: Regenerate.<br/><br/>2017-09-15  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* src-release.sh (LZIPPROG): New define.  Provides the name of the<br/>	lzip program.<br/>	(do_lz): New function.  Compresses a tarball using the lzip<br/>	program.<br/>	(do_compress): Add support for lzip compression.<br/>	(usage): Mention -l option.<br/>	(build_release): Support -l option to invoke lzip compression.<br/><br/>2017-09-15  Alan Modra  &lt;amodra@gmail.com&gt;<br/><br/>	* src-release.sh (do_proto_toplev): Revert last patch.  Enable or<br/>	disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,<br/>	and sim depending on $tool and $support_files.  Echo configure line.<br/><br/>2017-09-14  Matt Rice &lt;ratmice@gmail.com&gt;<br/><br/>	* src-release.sh (do_proto_toplev): Enable gold during release process.<br/><br/>2017-04-13  Andrew Jenner  &lt;andrew@codesourcery.com&gt;<br/><br/>	* config.sub: Sync with master version in config project.<br/><br/>2017-04-03  Andrew Jenner  &lt;andrew@codesourcery.com&gt;<br/><br/>	* config.sub: Handle ia16 in $basic_machine.<br/><br/>	bfd/<br/>	* config.bfd: Handle ia16.<br/><br/>	gas/<br/>	* configure.tgt: Handle ia16.<br/><br/>	ld/<br/>	* configure.tgt: Handle ia16.<br/><br/>2017-03-22  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* config.sub: Sync with master version in config project.<br/>	* config.guess: Likewise.<br/><br/>2017-01-23  Nick Clifton  &lt;nickc@redhat.com&gt;<br/><br/>	* configure.ac: Update year in copyright notice.<br/>	Sync from FSF GCC mainline, bringing in the following patches.<br/>	* Makefile.def: Likewise.<br/>	* Makefile.tpl: Likewise.<br/>	* configure: Regenerate.<br/>	* Makefile.in: Regenerate.<br/><br/>	2016-12-21  Jakub Jelinek  &lt;jakub@redhat.com&gt;<br/><br/>	* configure.ac: Don't bootstrap libmpx unless --with-build-config<br/>	includes bootstrap-mpx.<br/><br/>	2016-12-01  Matthias Klose  &lt;doko@ubuntu.com&gt;<br/><br/>	* configure.ac: Don't use pkg-config to check for bdw-gc.<br/><br/>	2016-11-30  Matthias Klose  &lt;doko@ubuntu.com&gt;<br/><br/>	* Makefile.def: Remove reference to boehm-gc target module.<br/>  	* configure.ac: Include pkg.m4, check for --with-target-bdw-gc<br/>	options and for the bdw-gc pkg-config module.<br/><br/>	2016-11-15  Matthias Klose  &lt;doko@ubuntu.com&gt;<br/><br/>	* config-ml.in: Remove references to GCJ.<br/>	* configure.ac: Likewise.<br/><br/>	2016-09-30  Jakub Jelinek  &lt;jakub@redhat.com&gt;<br/><br/>	* configure.ac: Add target-libffi to target_libraries.<br/>	Readd libgcj target disablings, modified to only target-libffi.<br/>	Readd target addition of go to unsupported languages.<br/><br/>	2016-09-30  Andrew Haley  &lt;aph@redhat.com&gt;<br/><br/>	* Makefile.def: Remove libjava.<br/>	* Makefile.tpl: Likewise.<br/>	* configure.ac: Likewise.<br/><br/>	2016-09-26  Anton Kolesov  &lt;Anton.Kolesov@synopsys.com&gt;<br/><br/>	* configure.ac: Disable "sim" directory for arc*-*-*.<br/><br/>	2016-09-12  Maciej W. Rozycki  &lt;macro@imgtec.com&gt;<br/><br/>	* configure.ac: Check for the minimum in-tree MPFR version<br/>	handled.<br/><br/>2016-12-31  Alan Modra  &lt;amodra@gmail.com&gt;<br/><br/>	* config.sub: Import from upstream.<br/><br/>2016-12-08  Alan Modra  &lt;amodra@gmail.com&gt;<br/><br/>	* configure: Regenerate.<br/><br/>2016-12-02  Josh Conner  &lt;joshconner@google.com&gt;<br/><br/>	* configure.ac: Add fuchsia to targets that use ELF.<br/>	* configure: Regenerated.<br/><br/>2016-11-07  Doug Evans  &lt;dje@google.com&gt;<br/><br/>	* config.sub: Sync with upstream version 2016-11-03.<br/>	git://git.sv.gnu.org/config.git<br/>	* config.guess: Sync with upstream version 2016-10-02.<br/><br/>2016-09-27  Simon Marchi  &lt;simon.marchi@polymtl.ca&gt;<br/><br/>	* .gitignore: Add archives and make stamps.<br/><br/>2016-07-20  Yan-Ting Lin  &lt;currygt52@gmail.com&gt;<br/><br/>	* configure.ac (nds32*-*-*): Remove entry to enable gdb.<br/>	* configure: Regenerated.</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.1.1.1</description>
    <pubDate>Sat Apr 14 22:18:36 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD, resolve a couple of conflicts</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.3.14.2</description>
    <pubDate>Mon Nov 26 01:50:07 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/gpl3/binutils/dist/bfd/elfnn-riscv.c - 1.3.14.1</description>
    <pubDate>Sun Apr 22 07:20:10 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

