<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Scripts/elf-dump, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Scripts/elf-dump?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Scripts/elf-dump?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-12-20T20:49:43Z</updated>
<entry>
<title>Print all 64bits for st_value and st_size. Adjust tests accordingly.</title>
<updated>2010-12-20T20:49:43Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@freebsd.org</email>
</author>
<published>2010-12-20T20:49:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1ae3c165f7f6dd265f136d975f255c18de53a960'/>
<id>urn:sha1:1ae3c165f7f6dd265f136d975f255c18de53a960</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122263 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix elf-dump --dump-section-data for .bss section</title>
<updated>2010-12-16T00:15:10Z</updated>
<author>
<name>Jason W Kim</name>
<email>jason.w.kim.2009@gmail.com</email>
</author>
<published>2010-12-16T00:15:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6147bda06140f2a9771045a6d2538654da728465'/>
<id>urn:sha1:6147bda06140f2a9771045a6d2538654da728465</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121927 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Cut unneeded global variable.</title>
<updated>2010-10-20T22:01:39Z</updated>
<author>
<name>Jason W Kim</name>
<email>jason.w.kim.2009@gmail.com</email>
</author>
<published>2010-10-20T22:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7ab2af03d8af0de39ea294be040fe64619f2e233'/>
<id>urn:sha1:7ab2af03d8af0de39ea294be040fe64619f2e233</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116953 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fixing r116753 r116756 r116777</title>
<updated>2010-10-19T17:39:10Z</updated>
<author>
<name>Jason W Kim</name>
<email>jason.w.kim.2009@gmail.com</email>
</author>
<published>2010-10-19T17:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f7d5278fb32b84b6218a222346202ab3af17057c'/>
<id>urn:sha1:f7d5278fb32b84b6218a222346202ab3af17057c</id>
<content type='text'>
The failures in r116753 r116756 were caused by a python issue -
Python likes to append 'L' suffix to stringified numbers if the number
is larger than a machine int. Unfortunately, this causes a divergence of
behavior between 32 and 64 bit python versions.

I re-crafted elf-dump/common_dump to take care of these issues by:

1. always printing 0x (makes for easy sed/regex)
2. always print fixed length (exactly 2 + numBits/4 digits long)
   by mod ((2^numBits) - 1)
3. left-padded with '0'

There is a residual common routine that is also used by
macho-dump (dataToHex) , so I left the 'section_data' test values alone.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116823 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Speculatively revert 116753 and 116756 to attempt to fix the bots.</title>
<updated>2010-10-19T00:19:49Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-10-19T00:19:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92'/>
<id>urn:sha1:1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116777 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Get rid of unneeded FormatOutput global variable</title>
<updated>2010-10-18T21:59:38Z</updated>
<author>
<name>Jason W Kim</name>
<email>jason.w.kim.2009@gmail.com</email>
</author>
<published>2010-10-18T21:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4a23a376c03692dd12421e49f8e34be0e26f101e'/>
<id>urn:sha1:4a23a376c03692dd12421e49f8e34be0e26f101e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116756 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Changed elf-dump to output hex format by default.</title>
<updated>2010-10-18T21:32:41Z</updated>
<author>
<name>Jason W Kim</name>
<email>jason.w.kim.2009@gmail.com</email>
</author>
<published>2010-10-18T21:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e7d4a4c6c882907da11adcaaacf1a2f464214e87'/>
<id>urn:sha1:e7d4a4c6c882907da11adcaaacf1a2f464214e87</id>
<content type='text'>
Also updated tests. 



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116753 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add missing single quotes.</title>
<updated>2010-09-11T15:45:48Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-09-11T15:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=12649372124260d05afa7f73802202c522f5d376'/>
<id>urn:sha1:12649372124260d05afa7f73802202c522f5d376</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113687 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change section_data dumping to print hex numbers instead of using</title>
<updated>2010-09-11T15:25:58Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-09-11T15:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=228290c0d181b663f33680aea03e10843da5f907'/>
<id>urn:sha1:228290c0d181b663f33680aea03e10843da5f907</id>
<content type='text'>
python's %r.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113685 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an elf-dumper utility.</title>
<updated>2010-09-09T15:00:41Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2010-09-09T15:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a754be42da9449492a75d86dcb7a147ffd7b45d2'/>
<id>urn:sha1:a754be42da9449492a75d86dcb7a147ffd7b45d2</id>
<content type='text'>
- Output format and some of the code stolen from macho-dump.
- Somewhat incomplete and probably buggy.
- Comes with a very basic test.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113488 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
