KWIML 2016-09-08 (d564b3c7)

Code extracted from:

    https://gitlab.kitware.com/utils/kwiml.git

at commit d564b3c71a6dcec9b1cd84afb498b14a69307780 (master).

Upstream Shortlog
-----------------

Brad King (1):
      d564b3c7 Update copyright year

Richard W.M. Jones (1):
      12f000d5 abi.h: Add RISC-V, a little-endian architecture.
This commit is contained in:
KWIML Upstream 2016-09-08 09:28:56 -04:00 committed by Brad King
parent 3fdbb0a806
commit e83b96b793
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/*============================================================================ /*============================================================================
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -467,6 +467,10 @@ suppression macro KWIML_ABI_NO_VERIFY was defined.
#elif defined(__XTENSA_EL__) #elif defined(__XTENSA_EL__)
# define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE # define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
/* RISC-V */
#elif defined(__riscv__)
# define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
/* Unknown CPU */ /* Unknown CPU */
#elif !defined(KWIML_ABI_NO_ERROR_ENDIAN) #elif !defined(KWIML_ABI_NO_ERROR_ENDIAN)
# error "Byte order of target CPU unknown." # error "Byte order of target CPU unknown."

View File

@ -1,6 +1,6 @@
/*============================================================================ /*============================================================================
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/*============================================================================ /*============================================================================
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without