Re: [PATCH] libdwfl: Move nested function in dwfl_segment_report_module.c

2017-07-31 Thread Mark Wielaard
On Fri, 2017-07-28 at 09:36 -0700, Yunlian Jiang via elfutils-devel wrote: > This moves part of nested functions in dwfl_segment_report_module.c to file > scope. Note that your email provides two variants of the patch, the first having whitespace issues making it a bit hard to read and apply. I a

[PATCH] libdwfl: Move nested function in dwfl_segment_report_module.c

2017-07-28 Thread Yunlian Jiang via elfutils-devel
iang Date: Fri, 28 Jul 2017 09:27:20 -0700 Subject: [PATCH] libdwfl: move nested function in dwfl_segment_report_module.c * Move nested function 'segment_read' to file scope to compile with clang. * Move nested function 'release_buffer' to file scope to compile with clang. * Mo