On Sun, Oct 30, 2011 at 7:54 PM, Mike Frysinger <[email protected]> wrote: > > > -static void print_num(const char *, ulong); > +__maybe_unused > +static void print_num(const char *name, ulong value) > +{ > + printf("%-12s= 0x%08lX\n", name, value); > +} >
Will the linker remove the functions from the binary if they are unusued? -- Timur Tabi Linux kernel developer at Freescale _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

