diff options
Diffstat (limited to 'utils/bcmregtool/elfio/README')
-rw-r--r-- | utils/bcmregtool/elfio/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/bcmregtool/elfio/README b/utils/bcmregtool/elfio/README new file mode 100644 index 0000000..dcf01f1 --- /dev/null +++ b/utils/bcmregtool/elfio/README @@ -0,0 +1,4 @@ +ELFIO is a header-only C++ library intended for reading and generating +files in the ELF binary format. It is used as a standalone library - it is not +dependant on any other product or project. Adhering to ISO C++, it compiles on +a wide variety of architectures and compilers. |