From: GNU Libc Maintainers Date: Sun, 19 Sep 2021 18:46:59 +0000 (+0100) Subject: local-dwarf2-buildfix X-Git-Tag: archive/raspbian/2.32-4+rpi1~1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8d7cf7212fe2caaa94cbf3536e2146ae726a267e;p=glibc.git local-dwarf2-buildfix # DP: Description: Adding empty m68k framestate.c not to build for dwarf2. # DP: Related bugs: # DP: Dpatch author: GOTO Masanori # DP: Patch author: GOTO Masanori # DP: Upstream status: Debian-Specific # DP: Status Details: m68k uses sjlj exceptions, not dwarf2 unwind. # DP: This patch adds empty framestate.c for m68k to avoid # DP: dwarf2 build failure. # DP: Date: 2003-07-19 (Update 2005-03-16 gotom) # DP: Description: Adding empty m68k framestate.c not to build for dwarf2. # DP: Related bugs: # DP: Dpatch author: GOTO Masanori # DP: Patch author: GOTO Masanori # DP: Upstream status: Debian-Specific # DP: Status Details: m68k uses sjlj exceptions, not dwarf2 unwind. # DP: This patch adds empty framestate.c for m68k to avoid # DP: dwarf2 build failure. # DP: Date: 2003-07-19 (Update 2005-03-16 gotom) 2005-03-16 GOTO Masanori * sysdeps/m68k/unwind-pe.c: Update to fix compilation failure. 2003-07-19 GOTO Masanori * sysdeps/m68k/framestate.c: Add to fix compilation failure with sjlj exception, suggested by Philip Blundell. Gbp-Pq: Topic m68k Gbp-Pq: Name local-dwarf2-buildfix.diff --- diff --git a/sysdeps/m68k/framestate.c b/sysdeps/m68k/framestate.c new file mode 100644 index 000000000..139597f9c --- /dev/null +++ b/sysdeps/m68k/framestate.c @@ -0,0 +1,2 @@ + + diff --git a/sysdeps/m68k/unwind-pe.c b/sysdeps/m68k/unwind-pe.c new file mode 100644 index 000000000..068bdaca2 --- /dev/null +++ b/sysdeps/m68k/unwind-pe.c @@ -0,0 +1,6 @@ +#include +#include + +#define _LIBC_DEFINITIONS +#define NO_BASE_OF_ENCODED_VALUE +#include "unwind-pe.h"