]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - elfcpp/README
Imported binutils-2.20
[msp430-binutils.git] / elfcpp / README
diff --git a/elfcpp/README b/elfcpp/README
new file mode 100644 (file)
index 0000000..9eb07e8
--- /dev/null
@@ -0,0 +1,9 @@
+elfcpp is a C++ library for reading and writing ELF information.  This
+was written to support gold, the ELF linker, and may not be generally
+useful.
+
+elfcpp does not do file I/O.  It deals only with offsets and memory
+data.
+
+For efficiency, most accessors are templates with two arguments: the
+ELF file class (32 or 64 bits) and the endianness.