+
+ * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
+
+ * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
+
+
+ * configure: Regenerate.
+
+
+ * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
+ "$@" is still intact with both Autoconf 2.59 and 2.62.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl: Fix comment errors.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac (arm*-*-linux-gnueabi): Don't disable building
+ of libobjc for ARM EABI Linux.
+ * configure: Regenerate.
+
+
+ * configure.ac: Add powerpc*-*-* to gold supported targets.
+ * configure: Regenerate.
+
+
+ PR tree-optimization/36218
+ * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
+ * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
+ (all prefix="build-"): Pass them to build-system sub-makes.
+ * Makefile.in: Regenerate.
+
+
+ * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
+ README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
+ mkdep, and compile. Update comments.
+ (ETC_SUPPORT): Add ChangeLog and update comments.
+
+
+ * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
+
+
+ Sync with gcc:
+
+ PR bootstrap/35457
+ * configure.ac: Include override.m4.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (restrap): Call `make all' using double-colon rules.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac: Do not build libssp for the AVR.
+ * configure: Regenerate.
+
+
+ * MAINTAINERS: Replace reference to configure.in with reference to
+ configure.ac.
+
+
+ * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
+ as nonconfigurable directories list.
+ * configure: Regenerate.
+
+
+ * configure.ac: Add sparc*-*-* to gold supported targets.
+ * configure: Regenerate.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
+ * Makefile.in: Regenerate.
+
+
+ * Makefile.def: check-gold depends upon all-binutils.
+ * Makefile.in: Regenerate.
+
+
+ PR binutils/4334
+ * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
+ builds.
+ * configure: Regenerate.
+
+
+ PR other/35151
+ * configure.ac: Combine rules for mingw32 and mingw64.
+ * configure: Regenerate.
+
+
+ * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
+ * Makefile.in: Regenerate.
+
+
+ * configure.ac: Add support for --enable-gold.
+ * Makefile.def: Add gold as a directory like ld.
+ * configure, Makefile.in: Regenerate.
+
+
+ * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
+ (s390_cond_extensions): Reduced extensions to the compare related.
+ (main): z10 cpu type option added.
+ (expandConditionalJump): Renamed to ...
+ (insertExpandedMnemonic): ... this.
+
+ * opcodes/s390-opc.c: Re-group the operand format makros.
+ (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
+ INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
+ INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
+ INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
+ INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
+ INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
+ INSTR_SIL_RDU): New instruction formats added.
+ (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
+ MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
+ MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
+ MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
+ MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
+ MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
+ masks added.
+ (s390_opformats): New formats added "ris", "rrs", "sil".
+ * opcodes/s390-opc.txt: Add the conditional jumps with the
+ extensions removed from automatic expansion in s390-mkopc.c manually.
+ (asi - trtre): Add new System z10 EC instructions.
+ * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
+
+
+ * configure.ac: m4_include config/proginstall.m4.
+ * configure: Regenerate.
+
+
+ Backport from upstream Libtool:
+
+
+ Deal with Autoconf 2.62's semantic change in m4_append.
+ * ltsugar.m4 (lt_append): Replace broken versions of
+ m4_append.
+ (lt_if_append_uniq): Don't require separator to be overquoted,
+ and avoid broken m4_append.
+ (lt_dict_add): Fix typo.
+ * libtool.m4 (_LT_DECL): Don't overquote separator.
+
+
+ * config.rpath: Add AIX 6 support.
+
+
+ * Makefile.def (stageprofile). Remove -fprofile-generate
+ from stage_libcflags.
+ * Makefile.in: Regenerate.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
+ * s390-opc.txt (cmpsc): Duplicate entry removed.
+ (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
+ cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
+ fier, cu42, cu41): Fix operand format.
+
+
+ PR bootstrap/32009
+ PR bootstrap/32161
+
+ * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
+ * configure: Regenerate.
+
+ * Makefile.def: Define stage_libcflags for all bootstrap stages.
+ * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
+ STAGE4_LIBCFLAGS): New.
+ (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
+ $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
+ (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
+ (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
+ (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
+ for target modules. Don't export LIBCFLAGS.
+ (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
+ $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
+ the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
+ (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
+ $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
+ * Makefile.in: Regenerate.
+
+
+ PR libgcj/33085
+ * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
+ Do not use -DDLL_EXPORT. Backport from upstream.
+
+
+ Import this patch from gcc:
+
+ * libtool.m4: Backport AIX 6 support from ToT Libtool.
+
+
+ * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
+ * configure: Regenerate.
+
+
+ * configure.ac (xtensa*-*-*): Recognize processor variants.
+ * configure: Regenerate.
+
+
+ PR bootstrap/34922
+ * configure.ac (PARSE_ARGS): Push suitable setting of
+ ac_subdirs_all, for `./configure --help=recursive'.
+ Handle `+' in generic toplevel directory disabling.
+ * configure: Regenerate.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * config.sub, config.guess: Update from upstream sources.
+
+
+ * COPYING.LIBGLOSS: Update default copyright.
+
+
+ * COPYING.NEWLIB: Update default copyright.
+
* configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
fill-column: 76
version-control: never
End:
+