Re: [ovs-dev] [PATCH] coverage: Fix build when linker sections not supported.

2013-12-11 Thread Ben Pfaff
On Wed, Dec 11, 2013 at 10:17:40AM -0800, Gurucharan Shetty wrote: > On Sat, Dec 7, 2013 at 8:17 AM, Ben Pfaff wrote: > > With this change, OVS builds and runs fine without linker section support. > > > > CC: Linda Sun > > CC: Saurabh Shah > > Signed-off-by: Ben Pfaff > Looks good to me. Appli

Re: [ovs-dev] [PATCH] coverage: Fix build when linker sections not supported.

2013-12-11 Thread Gurucharan Shetty
On Sat, Dec 7, 2013 at 8:17 AM, Ben Pfaff wrote: > With this change, OVS builds and runs fine without linker section support. > > CC: Linda Sun > CC: Saurabh Shah > Signed-off-by: Ben Pfaff Looks good to me. > --- > lib/coverage.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[ovs-dev] [PATCH] coverage: Fix build when linker sections not supported.

2013-12-07 Thread Ben Pfaff
With this change, OVS builds and runs fine without linker section support. CC: Linda Sun CC: Saurabh Shah Signed-off-by: Ben Pfaff --- lib/coverage.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coverage.c b/lib/coverage.c index aae9937..c7a0028 100644 --- a/lib/c