Compare commits
2 Commits
445bd868b4
...
7f95dcfc94
Author | SHA1 | Date | |
---|---|---|---|
7f95dcfc94
|
|||
5585c1f074
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
binutils (2.45-5~bpo13+1) trixie-backports; urgency=medium
|
||||||
|
|
||||||
|
* Sync with Debian binutils=2.45-5.
|
||||||
|
|
||||||
|
-- Konstantin Demin <rockdrilla@gmail.com> Fri, 29 Aug 2025 17:04:33 +0300
|
||||||
|
|
||||||
binutils (2.45-3~bpo13+2) trixie-backports; urgency=medium
|
binutils (2.45-3~bpo13+2) trixie-backports; urgency=medium
|
||||||
|
|
||||||
* Sync with Debian binutils=2.45-4.
|
* Sync with Debian binutils=2.45-4.
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@@ -144,8 +144,8 @@ Multi-Arch: same
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: libsframe2 (= ${binary:Version}), ${shlibs:Depends}
|
Depends: libsframe2 (= ${binary:Version}), ${shlibs:Depends}
|
||||||
Conflicts: binutils (<< 2.45-1~)
|
Conflicts: binutils (<< 2.45-3~)
|
||||||
Replaces: binutils (<< 2.45-1~)
|
Replaces: binutils (<< 2.45-3~)
|
||||||
Description: Library to handle the SFrame format (development files)
|
Description: Library to handle the SFrame format (development files)
|
||||||
SFrame stands for Simple Frame format. SFrame format keeps track
|
SFrame stands for Simple Frame format. SFrame format keeps track
|
||||||
of the minimal necessary information needed for generating stack traces.
|
of the minimal necessary information needed for generating stack traces.
|
||||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@@ -144,8 +144,8 @@ Multi-Arch: same
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: libsframe2 (= ${binary:Version}), ${shlibs:Depends}
|
Depends: libsframe2 (= ${binary:Version}), ${shlibs:Depends}
|
||||||
Conflicts: binutils (<< 2.45-1~)
|
Conflicts: binutils (<< 2.45-3~)
|
||||||
Replaces: binutils (<< 2.45-1~)
|
Replaces: binutils (<< 2.45-3~)
|
||||||
Description: Library to handle the SFrame format (development files)
|
Description: Library to handle the SFrame format (development files)
|
||||||
SFrame stands for Simple Frame format. SFrame format keeps track
|
SFrame stands for Simple Frame format. SFrame format keeps track
|
||||||
of the minimal necessary information needed for generating stack traces.
|
of the minimal necessary information needed for generating stack traces.
|
||||||
|
13
debian/patches/gas-sframe-warn.diff
vendored
Normal file
13
debian/patches/gas-sframe-warn.diff
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
--- a/gas/gen-sframe.c
|
||||||
|
+++ b/gas/gen-sframe.c
|
||||||
|
@@ -1586,8 +1586,10 @@ sframe_xlate_do_cfi_escape (const struct
|
||||||
|
OS-specific CFI opcodes), skip inspecting the DWARF expression.
|
||||||
|
This may impact the asynchronicity due to loss of coverage.
|
||||||
|
Continue to warn the user and bail out. */
|
||||||
|
+ /* Disabled for Debian/Ubuntu, shows up in autopkg tests:
|
||||||
|
as_warn (_("no SFrame FDE emitted; .cfi_escape with op (%#lx)"),
|
||||||
|
(unsigned long)firstop);
|
||||||
|
+ */
|
||||||
|
err = SFRAME_XLATE_ERR_NOTREPRESENTED;
|
||||||
|
}
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -35,3 +35,4 @@ armhf-64k-alignment.diff
|
|||||||
|
|
||||||
gprofng-examples-tgz-deterministic.diff
|
gprofng-examples-tgz-deterministic.diff
|
||||||
gprofng-cross-build.diff
|
gprofng-cross-build.diff
|
||||||
|
gas-sframe-warn.diff
|
||||||
|
Reference in New Issue
Block a user