Re: [Xen-devel] [PATCH] build: avoid putting local absolute symbols in symbol tables

2016-03-30 Thread Jan Beulich
>>> On 29.03.16 at 22:07, wrote: > On 3/24/16 9:31 AM, Jan Beulich wrote: >> They're not really useful past the building stage and only needlessly >> increase binary file sizes. >> >> Signed-off-by: Jan Beulich >> >> --- a/xen/Rules.mk >> +++ b/xen/Rules.mk >> @@ -50,6 +50,7 @@ ALL_OBJS-$(CONFI

Re: [Xen-devel] [PATCH] build: avoid putting local absolute symbols in symbol tables

2016-03-29 Thread Doug Goldstein
On 3/24/16 9:31 AM, Jan Beulich wrote: > They're not really useful past the building stage and only needlessly > increase binary file sizes. > > Signed-off-by: Jan Beulich > > --- a/xen/Rules.mk > +++ b/xen/Rules.mk > @@ -50,6 +50,7 @@ ALL_OBJS-$(CONFIG_X86) += $(BASEDIR)/c > CFLAGS += -nostd

Re: [Xen-devel] [PATCH] build: avoid putting local absolute symbols in symbol tables

2016-03-24 Thread Andrew Cooper
On 24/03/16 14:31, Jan Beulich wrote: > They're not really useful past the building stage and only needlessly > increase binary file sizes. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org ht

[Xen-devel] [PATCH] build: avoid putting local absolute symbols in symbol tables

2016-03-24 Thread Jan Beulich
They're not really useful past the building stage and only needlessly increase binary file sizes. Signed-off-by: Jan Beulich --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -50,6 +50,7 @@ ALL_OBJS-$(CONFIG_X86) += $(BASEDIR)/c CFLAGS += -nostdinc -fno-builtin -fno-common CFLAGS += -Werror -Wredunda