SHA256
6
0
forked from pool/binutils

Accepting request 848022 from home:marxin:branches:devel:gcc-new

- Update to 2.35.1 and rebased branch diff:
  * This is a point release over the previous 2.35 version, containing bug
  fixes, and as an exception to the usual rule, one new feature.  The
  new feature is the support for a new directive in the assembler:
  ".nop".  This directive creates a single no-op instruction in whatever
  encoding is correct for the target architecture.  Unlike the .space or
  .fill this is a real instruction, and it does affect the generation of
  DWARF line number tables, should they be enabled.

OBS-URL: https://build.opensuse.org/request/show/848022
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=346
This commit is contained in:
2020-11-12 13:24:31 +00:00
committed by Git OBS Bridge
parent e02e8e6ff6
commit 3267ec3bb5
51 changed files with 320 additions and 44 deletions

View File

@@ -4,6 +4,18 @@ Mon Oct 12 11:51:06 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Reapply spec file cleanup from format_spec_file
- Remove a SLE10 version check
-------------------------------------------------------------------
Mon Sep 21 07:55:30 UTC 2020 - Martin Liška <mliska@suse.cz>
- Update to 2.35.1 and rebased branch diff:
* This is a point release over the previous 2.35 version, containing bug
fixes, and as an exception to the usual rule, one new feature. The
new feature is the support for a new directive in the assembler:
".nop". This directive creates a single no-op instruction in whatever
encoding is correct for the target architecture. Unlike the .space or
.fill this is a real instruction, and it does affect the generation of
DWARF line number tables, should they be enabled.
-------------------------------------------------------------------
Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com