Fangrui Song
e72538ff58
[ELF] Change isSectionData to exclude SHF_EXECINSTR
...
Summary:
This affects what sections are displayed as "DATA" in llvm-objdump.
The other user llvm-size is unaffected.
Before, a "TEXT" section is also "DATA", which seems weird.
The sh_flags condition matches that of bfd's SEC_DATA but the sh_type
condition uses (== SHF_PROGBITS) instead of bfd's (!= SHT_NOBITS).
bfd's SEC_DATA is not appealing as so many sections will be shown as DATA.
Reviewers: jyknight, Bigcheese
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D48472
llvm-svn: 335405
2018-06-23 00:15:33 +00:00
..
2016-06-27 19:53:53 +00:00
2018-04-30 19:08:16 +00:00
2017-04-03 21:50:04 +00:00
2018-05-10 17:49:11 +00:00
2016-06-27 19:53:53 +00:00
2017-09-11 23:05:20 +00:00
2017-10-03 08:41:59 +00:00
2018-06-01 05:31:58 +00:00
2017-08-20 18:18:44 +00:00
2017-08-20 18:18:44 +00:00
2017-03-14 19:57:13 +00:00
2018-04-03 18:19:52 +00:00
2018-05-09 08:20:14 +00:00
2017-08-20 18:18:44 +00:00
2017-02-22 09:02:27 +00:00
2017-09-22 18:36:00 +00:00
2016-12-09 11:44:57 +00:00
2017-08-20 18:18:44 +00:00
2016-03-31 23:07:50 +00:00
2016-12-04 06:52:30 +00:00
2017-08-20 18:31:30 +00:00
2015-07-06 21:36:23 +00:00
2017-05-14 18:34:56 +00:00
2015-07-06 14:26:07 +00:00
2016-05-26 01:45:12 +00:00
2016-11-16 05:10:28 +00:00
2017-08-15 20:29:24 +00:00
2015-06-24 18:03:39 +00:00
2015-06-11 21:42:18 +00:00
2016-01-16 22:40:09 +00:00
2016-03-21 21:09:38 +00:00
2017-10-05 20:01:32 +00:00
2016-06-27 19:53:53 +00:00
2018-01-12 22:09:19 +00:00
2018-01-12 22:09:19 +00:00
2015-06-24 10:20:30 +00:00
2017-09-13 13:43:01 +00:00
2018-01-19 17:13:12 +00:00
2016-12-13 20:20:17 +00:00
2017-10-10 20:00:07 +00:00
2015-08-06 20:05:27 +00:00
2017-02-03 16:53:55 +00:00
2018-02-23 05:08:34 +00:00
2016-06-20 22:16:18 +00:00
2015-07-21 21:40:33 +00:00
2017-07-14 16:00:16 +00:00
2017-01-26 23:12:53 +00:00
2016-06-27 19:53:53 +00:00
2018-04-26 18:15:32 +00:00
2017-06-05 21:45:25 +00:00
2017-06-05 21:45:25 +00:00
2017-06-05 21:45:25 +00:00
2016-03-21 20:59:15 +00:00
2018-06-01 05:31:58 +00:00
2018-06-23 00:15:33 +00:00
2018-06-01 05:31:58 +00:00
2015-06-23 15:45:38 +00:00
2015-12-18 16:07:17 +00:00
2015-09-21 19:17:18 +00:00
2017-07-14 16:00:16 +00:00
2016-02-16 15:16:00 +00:00
2016-09-14 20:22:03 +00:00
2018-04-26 18:15:32 +00:00
2018-01-12 02:11:31 +00:00
2018-05-30 03:26:28 +00:00
2017-05-09 17:51:38 +00:00
2017-08-23 21:36:04 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2016-06-27 19:53:53 +00:00
2017-09-21 08:25:59 +00:00