<?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 h8300helf.sh</title>
    <link>http://nxr.netbsd.org/rss/src/external/gpl3/binutils/dist/ld/emulparams/h8300helf.sh</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/gpl3/binutils/dist/ld/emulparams/h8300helf.sh - 1.1</description>
    <pubDate>Tue Aug 18 10:16:42 UTC 2009</pubDate>
    <dc:creator>skrll</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/ld/emulparams/h8300helf.sh - 1.1.1.2</description>
    <pubDate>Fri Apr 03 23:40:04 UTC 2020</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.46;<br/>Import binutils 2.19.1 as requested by matt@<br/><br/>OK'ed by board@</title>
    <description>/src/external/gpl3/binutils/dist/ld/emulparams/h8300helf.sh - 1.1.1.1</description>
    <pubDate>Tue Aug 18 10:16:42 UTC 2009</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>Merge changes from current as of 20200406</title>
    <description>/src/external/gpl3/binutils/dist/ld/emulparams/h8300helf.sh - 1.1.1.1.46.1</description>
    <pubDate>Wed Apr 08 14:04:47 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>
</channel></rss>

