Re: [PATCH 19/20] inflate: (arch) use proper linking

2005-10-31 Thread Russell King
On Mon, Oct 31, 2005 at 03:02:33PM -0800, Matt Mackall wrote: > On Mon, Oct 31, 2005 at 10:45:01PM +, Russell King wrote: > > On Mon, Oct 31, 2005 at 02:54:52PM -0600, Matt Mackall wrote: > > > inflate: remove include of lib/inflate.c and use proper linking > > > > > > - make free_mem_ptr vars

Re: [PATCH 19/20] inflate: (arch) use proper linking

2005-10-31 Thread Matt Mackall
On Mon, Oct 31, 2005 at 10:45:01PM +, Russell King wrote: > On Mon, Oct 31, 2005 at 02:54:52PM -0600, Matt Mackall wrote: > > inflate: remove include of lib/inflate.c and use proper linking > > > > - make free_mem_ptr vars nonstatic > > - make gunzip nonstatic > > - add gunzip prototype to new

Re: [PATCH 19/20] inflate: (arch) use proper linking

2005-10-31 Thread Russell King
On Mon, Oct 31, 2005 at 02:54:52PM -0600, Matt Mackall wrote: > inflate: remove include of lib/inflate.c and use proper linking > > - make free_mem_ptr vars nonstatic > - make gunzip nonstatic > - add gunzip prototype to new inflate.h > - add per-arch Makefile bits > - change inflate.c includes to

[PATCH 19/20] inflate: (arch) use proper linking

2005-10-31 Thread Matt Mackall
inflate: remove include of lib/inflate.c and use proper linking - make free_mem_ptr vars nonstatic - make gunzip nonstatic - add gunzip prototype to new inflate.h - add per-arch Makefile bits - change inflate.c includes to inflate.h includes - change NO_INFLATE_MALLOC to CORE - compile core kernel