[PATCH] scripts/sortextable: support objects with more than 64K sections.

2013-07-25 Thread Jamie Iles
Building with a large config and -ffunction-sections results in a large number of sections and sortextable needs to be able to handle that. Implement support for > 64K sections as modpost does. Cc: Rusty Russell Signed-off-by: Jamie Iles --- scripts/sortextable.c | 24

Re: [PATCH] scripts/sortextable: support objects with more than 64K sections.

2012-12-07 Thread Jamie Iles
On Mon, Nov 05, 2012 at 09:06:44AM +, Jamie Iles wrote: > Building with a large config and -ffunction-sections results in a large > number of sections and sortextable needs to be able to handle that. > Implement support for > 64K sections as modpost does. > > Cc: David Daney > Cc: H. Peter An

Re: [PATCH] scripts/sortextable: support objects with more than 64K sections.

2012-11-05 Thread David Daney
On 11/05/2012 01:06 AM, Jamie Iles wrote: Building with a large config and -ffunction-sections results in a large number of sections and sortextable needs to be able to handle that. Implement support for > 64K sections as modpost does. Cc: David Daney Cc: H. Peter Anvin Signed-off-by: Jamie Il

[PATCH] scripts/sortextable: support objects with more than 64K sections.

2012-11-05 Thread Jamie Iles
Building with a large config and -ffunction-sections results in a large number of sections and sortextable needs to be able to handle that. Implement support for > 64K sections as modpost does. Cc: David Daney Cc: H. Peter Anvin Signed-off-by: Jamie Iles --- scripts/sortextable.c | 24 ++