From d9bdb83d6f14ddfb2980b62655a12cd11771af88 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 15 Apr 2008 01:22:46 -0400 Subject: PR6405: unwinder build compatibility with RHEL5 --- runtime/autoconf-module-nsections.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 runtime/autoconf-module-nsections.c (limited to 'runtime/autoconf-module-nsections.c') diff --git a/runtime/autoconf-module-nsections.c b/runtime/autoconf-module-nsections.c new file mode 100644 index 00000000..c1ce58b7 --- /dev/null +++ b/runtime/autoconf-module-nsections.c @@ -0,0 +1,8 @@ +#include + +struct module_sect_attrs x; + +void foo (void) +{ + (void) x.nsections; +} -- cgit