[Skiboot] [PATCH v9 04/11] skiboot/libc: Add hash primitives

Stewart Smith stewart at linux.vnet.ibm.com
Mon May 1 16:39:56 AEST 2017


Anju T Sudhakar <anju at linux.vnet.ibm.com> writes:
> diff --git a/libc/Makefile.inc b/libc/Makefile.inc
> index 66ce4ab..0045d86 100644
> --- a/libc/Makefile.inc
> +++ b/libc/Makefile.inc
> @@ -1,7 +1,7 @@
>  LIBCDIR = libc
>
>  SUBDIRS += $(LIBCDIR)
> -LIBC = $(LIBCDIR)/built-in.o $(LIBCDIR)/time.o
> +LIBC = $(LIBCDIR)/built-in.o $(LIBCDIR)/time.o $(LIBCDIR)/hash.o
>
>  include $(SRC)/$(LIBCDIR)/string/Makefile.inc
>  include $(SRC)/$(LIBCDIR)/ctype/Makefile.inc

Additional issues I see with this patch:
- the test case isn't run as part of code coverage tests
- when I do hack things enough to run, the test fails when I try and
produce a coverage report.

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list