sync with Debian
version: 2.45-5 (released to unstable) commit: f6740cbcc3c6e89bcc6b9350570bf8f36332138e
This commit is contained in:
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-cross-build.diff
|
||||
gas-sframe-warn.diff
|
||||
|
Reference in New Issue
Block a user