29 Apr, 2012

1 commit

  • md5.c: In function ‘MD5Final’:
    md5.c:156:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    md5.c:157:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

    Signed-off-by: Marek Vasut
    Cc: Wolfgang Denk
    Acked-by: Mike Frysinger

    Marek Vasut
     

13 Apr, 2010

1 commit

  • Now that the other architecture-specific lib directories have been
    moved out of the top-level directory there's not much reason to have the
    '_generic' suffix on the common lib directory.

    Signed-off-by: Peter Tyser

    Peter Tyser