File: local-dwarf2-buildfix.diff

package info (click to toggle)
glibc 2.19-13
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 202,472 kB
  • ctags: 140,344
  • sloc: ansic: 969,274; asm: 241,208; sh: 10,047; makefile: 8,467; cpp: 3,595; perl: 2,077; pascal: 1,839; awk: 1,704; yacc: 317; sed: 73
file content (39 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (37)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# DP: Description: Adding empty m68k framestate.c not to build for dwarf2.
# DP: Related bugs: 
# DP: Dpatch author: GOTO Masanori <gotom@debian.org>
# DP: Patch author: GOTO Masanori <gotom@debian.org>
# 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  <gotom@debian.org>

	* sysdeps/m68k/unwind-pe.c: Update to fix compilation failure.

2003-07-19  GOTO Masanori  <gotom@debian.org>

	* sysdeps/m68k/framestate.c: Add to fix compilation failure
	with sjlj exception, suggested by Philip Blundell.


---
 sysdeps/m68k/framestate.c |    2 ++
 sysdeps/m68k/unwind-pe.c  |    6 ++++++
 2 files changed, 8 insertions(+)

--- /dev/null
+++ b/sysdeps/m68k/unwind-pe.c
@@ -0,0 +1,6 @@
+#include <stdlib.h>
+#include <unwind.h>
+
+#define _LIBC_DEFINITIONS
+#define NO_BASE_OF_ENCODED_VALUE
+#include "unwind-pe.h"
--- /dev/null
+++ b/sysdeps/m68k/framestate.c
@@ -0,0 +1,2 @@
+
+