]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
binutils: spaces -> tabs in CTF parts of objdump and readelf
authorNick Alcock <nick.alcock@oracle.com>
Thu, 26 Sep 2019 14:24:13 +0000 (15:24 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Thu, 3 Oct 2019 16:04:56 +0000 (17:04 +0100)
commitd344b407dddfb59003f646ff29ac0850e7eec588
treec6c23314d9a03d1aa93c3c8fb1cd3eb9ce7959c9
parentad613f1d0693e02bdc86047c479315d5f969e2f7
binutils: spaces -> tabs in CTF parts of objdump and readelf

For readelf particularly, this is more or less whistling in the dark:
there are hundreds of lines where spaces are used where tabs were used
on adjacent lines.

New in v5.

binutils/
* objdump.c (main): Fix tabdamage.
* readelf.c (CTF_DUMP): Likewise.
(options): Likewise.
(dump_section_as_ctf): Likewise.
binutils/ChangeLog
binutils/objdump.c
binutils/readelf.c