mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
breakpad: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
|||||||
|
From 7ea7ded187b4d739239f3ab7082fcd5a2ccc1eaa Mon Sep 17 00:00:00 2001
|
||||||
|
From: mingtaoxt xt <mingtaoxt@gmail.com>
|
||||||
|
Date: Wed, 19 Oct 2022 19:36:13 +0800
|
||||||
|
Subject: [PATCH] mainline version gcc-13 cannot use "uintptr_t" via "#include <string>"
|
||||||
|
|
||||||
|
Change-Id: I0049bb92658b4226e32783ad4d8271787deef5f3
|
||||||
|
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3964166
|
||||||
|
Reviewed-by: Mike Frysinger <vapier@chromium.org>
|
||||||
|
|
||||||
|
Upstream-Status: Backport [https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3964166]
|
||||||
|
Signed-of-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
---
|
||||||
|
src/client/linux/handler/minidump_descriptor.h | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/src/client/linux/handler/minidump_descriptor.h b/src/client/linux/handler/minidump_descriptor.h
|
||||||
|
index 4349b88f..d822c9d9 100644
|
||||||
|
--- a/src/client/linux/handler/minidump_descriptor.h
|
||||||
|
+++ b/src/client/linux/handler/minidump_descriptor.h
|
||||||
|
@@ -32,6 +32,7 @@
|
||||||
|
#include <assert.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
+#include <cstdint>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
#include "client/linux/handler/microdump_extra_info.h"
|
||||||
|
--
|
||||||
|
2.39.1
|
||||||
|
|
||||||
@@ -41,6 +41,7 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=h
|
|||||||
file://mcontext.patch \
|
file://mcontext.patch \
|
||||||
file://0001-Remove-HAVE_GETCONTEXT-check-to-add-local-implementa.patch \
|
file://0001-Remove-HAVE_GETCONTEXT-check-to-add-local-implementa.patch \
|
||||||
file://0001-exception_handler.cc-Match-the-types-for-SIGSTKSZ.patch \
|
file://0001-exception_handler.cc-Match-the-types-for-SIGSTKSZ.patch \
|
||||||
|
file://0001-mainline-version-gcc-13-cannot-use-uintptr_t-via-inc.patch \
|
||||||
file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \
|
file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \
|
||||||
file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \
|
file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \
|
||||||
file://0001-Do-not-add-stack-pointer-to-clobber-list.patch;patchdir=src/third_party/lss \
|
file://0001-Do-not-add-stack-pointer-to-clobber-list.patch;patchdir=src/third_party/lss \
|
||||||
|
|||||||
Reference in New Issue
Block a user