From 5d446e61d992f105a05aade62d5305fd8a346081 Mon Sep 17 00:00:00 2001 From: Amara Emerson Date: Fri, 3 May 2013 11:36:35 +0000 Subject: Add support for reading ARM ELF build attributes. Build attribute sections can now be read if they exist via ELFObjectFile, and the llvm-readobj tool has been extended with an option to dump this information if requested. Regression tests are also included which exercise these features. Also update the docs with a fixed ARM ABI link and a new link to the Addenda which provides the build attributes specification. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181009 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerWriterInfo.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/CompilerWriterInfo.rst') diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index e9a7bc876a..35a283ba86 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -18,7 +18,9 @@ ARM * `ARM documentation `_ (`Processor Cores `_ Cores) -* `ABI `_ +* `ELF ABI `_ + +* `Addenda to the ARM ABI `_ * `ARM C Language Extensions `_ -- cgit v1.2.3