[PATCH] backends: sparc GOTDATA_OP[_HIX22|LOX10] can be used in ET_REL files.

2017-07-27 Thread Mark Wielaard
Tested on new GNU Compile Farm server gcc202. Signed-off-by: Mark Wielaard --- backends/ChangeLog | 5 + backends/sparc_reloc.def | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/backends/ChangeLog b/backends/ChangeLog index 83710c1..a66e923 100644 --- a/backe

Re: [PATCH] libdwfl: Move nested functions in parse_opt to file scope.

2017-07-27 Thread Mark Wielaard
On Thu, Jul 27, 2017 at 09:35:29AM -0700, Yunlian Jiang wrote: > I attach the output of git format-patch and this should work. It does. Applied to master (with ChangeLog entry). Thanks, Mark

Re: [PATCH] libdwfl: Move nested functions in parse_opt to file scope.

2017-07-27 Thread Yunlian Jiang via elfutils-devel
I attach the output of git format-patch and this should work. On Thu, Jul 27, 2017 at 9:12 AM, Mark Wielaard wrote: > On Thu, 2017-07-27 at 08:42 -0700, Yunlian Jiang via elfutils-devel > wrote: >> * Move nested function 'failure' to file scope to compile with clang. >> * Move nested function 'fa

Re: [PATCH] libdwfl: Move nested functions in parse_opt to file scope.

2017-07-27 Thread Mark Wielaard
On Thu, 2017-07-27 at 08:42 -0700, Yunlian Jiang via elfutils-devel wrote: > * Move nested function 'failure' to file scope to compile with clang. > * Move nested function 'fail' to file scope to compile with clang. The patch seems fine but doesn't apply because of whitespace issues (looks like ta

[PATCH] libdwfl: Move nested functions in parse_opt to file scope.

2017-07-27 Thread Yunlian Jiang via elfutils-devel
* Move nested function 'failure' to file scope to compile with clang. * Move nested function 'fail' to file scope to compile with clang. Signed-off-by: Yunlian Jiang --- libdwfl/argp-std.c | 55 -- 1 file changed, 29 insertions(+), 26 deletions