<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/elfdump/elfdump.c, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-09-06T11:55:05Z</updated>
<entry>
<title>Removed another spurious semicolon forgotten in the previous commit.</title>
<updated>2003-09-06T11:55:05Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-09-06T11:55:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=dcae6166e2c12c4a2f5ff0022fd4456ee8d4b6a4'/>
<id>urn:sha1:dcae6166e2c12c4a2f5ff0022fd4456ee8d4b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed two spurious semicolons after function definitions.</title>
<updated>2003-09-06T10:55:30Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-09-06T10:55:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=81f8caf7ef755db3cfa78bd7c1abba2d704e0085'/>
<id>urn:sha1:81f8caf7ef755db3cfa78bd7c1abba2d704e0085</id>
<content type='text'>
Removed three spurious tabs on lines by themselves.

PR:		bin/56492
Submitted by:	Stefan Farfeleder &lt;stefan@fafoe.narf.at&gt;
MFC after:	6 weeks
</content>
</entry>
<entry>
<title>Fix sign-extension bug for 32 and 64-bit values. For 64-bit values</title>
<updated>2003-08-09T01:55:37Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-08-09T01:55:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ac2ded1df375678bf5ffc9d270f4bb026613dc8b'/>
<id>urn:sha1:ac2ded1df375678bf5ffc9d270f4bb026613dc8b</id>
<content type='text'>
this involves the sign-extension of the high and low "word". Both
of which are 32-bit. The bug is especially harmful on ia64, where
0x9fffffffe0000000 is a common address (base of register stack).
This was invariably displayed as 0xffffffffe0000000.

The sign-extension is fixed by using {b|l}e{16|32|64}dec() where
applicable. Since elfdump(1) is not a bootstrap tool, dependency
on these functions is not a problem.
</content>
</entry>
<entry>
<title>Synchronize usage() and SYNOPSIS, and fix them (flags are not</title>
<updated>2003-06-28T22:30:46Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-06-28T22:30:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=73e57b801f838815af23e40718634893640031d2'/>
<id>urn:sha1:73e57b801f838815af23e40718634893640031d2</id>
<content type='text'>
optional here).  Sort options.  Print the file name on error.
</content>
</entry>
<entry>
<title>Make WARNS=5 clean even on 64-bit platforms.</title>
<updated>2003-02-03T01:30:47Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-02-03T01:30:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=75ca4dcf317c7db06b6ad6def610d28bf958ed97'/>
<id>urn:sha1:75ca4dcf317c7db06b6ad6def610d28bf958ed97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms).</title>
<updated>2003-02-03T01:22:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-02-03T01:22:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=36210553da764964d79c93494b488d2abbefc623'/>
<id>urn:sha1:36210553da764964d79c93494b488d2abbefc623</id>
<content type='text'>
Submitted by:	dwmalone (tweaked by me)
</content>
</entry>
<entry>
<title>Try to tighten up the types a little bit to help debugging with GDB.</title>
<updated>2003-02-02T22:16:05Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-02-02T22:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0529c56b960d81ed827aae564dce20e0ded49058'/>
<id>urn:sha1:0529c56b960d81ed827aae564dce20e0ded49058</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If we're going to build and install this on ia64, we might as well</title>
<updated>2003-01-18T02:33:49Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-01-18T02:33:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5f85bb36eec666d5ce2353fb12a976179fb51c99'/>
<id>urn:sha1:5f85bb36eec666d5ce2353fb12a976179fb51c99</id>
<content type='text'>
teach it about ia64 specific section types, dynamic tags and machine
type. This is a mostly insignificant change given the amount of
work that this tool obviously needs...
</content>
</entry>
<entry>
<title>Like sh_types, dt_tags just aren't in consecutive order, so we have to move</title>
<updated>2003-01-15T21:24:05Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-01-15T21:24:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3df3bb12fb3858fda93141209a15df3453a47ff1'/>
<id>urn:sha1:3df3bb12fb3858fda93141209a15df3453a47ff1</id>
<content type='text'>
away from indexing into an array.  Also add Sun and GNU specific tags.
</content>
</entry>
<entry>
<title>The defined sh_types's just aren't in consecutive order, so we have to move</title>
<updated>2003-01-15T20:48:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-01-15T20:48:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9bc01124e71ca3432979a6e4d508186d7cb2d602'/>
<id>urn:sha1:9bc01124e71ca3432979a6e4d508186d7cb2d602</id>
<content type='text'>
away from indexing into an array.
</content>
</entry>
</feed>
