Re: [PATCH] Move recursive nested function to file scope.

2015-10-09 Thread Mark Wielaard
On Thu, 2015-10-08 at 11:19 -0700, Chih-hung Hsieh wrote: > Mark, > > Could you take a look of the attached 0002*patch file? > Only one typo in 0001*patch was fixed and I synced with latest source. > > I am going to clean up and split my previous patches for nested functions > into smaller pieces

Re: [PATCH] Move recursive nested function to file scope.

2015-10-08 Thread Chih-hung Hsieh
Mark, Could you take a look of the attached 0002*patch file? Only one typo in 0001*patch was fixed and I synced with latest source. I am going to clean up and split my previous patches for nested functions into smaller pieces like this to make your job a little easier. Thanks. On Tue, Sep 15,

[PATCH] Move recursive nested function to file scope.

2015-09-15 Thread Chih-Hung Hsieh
Prepare to compile with clang. Signed-off-by: Chih-Hung Hsieh --- src/ChangeLog | 5 src/ld.c | 94 ++- 2 files changed, 53 insertions(+), 46 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 238c416..981aaeb 100644