Jaco Kroon
345e072a6d
Update main/backtrace.c to deal with changes in binutils 2.34.
...
binutils 2.34 merged this commit:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff ;\
h=fd3619828e94a24a92cddec42cbc0ab33352eeb4
Which effectively does things like:
-#define bfd_section_size(bfd, ptr) ((ptr)->size)
-#define bfd_get_section_size(ptr) ((ptr)->size)
+#define bfd_section_size(sec) ((sec)->size)
So in order to remain backwards compatible we need to detect this API
change, and adjust accordingly. The simplest is to notice that the
bfd_get_section_size and bfd_get_section_vma MACROs are no longer
defined, and define then onto the new API. The alternative is to litter
the code with a number of #ifdef #else #endif splatters right through
the code.
Change-Id: I3efe0f8e8f3e338d16fcbc2b26a505367b6e172f
2020-03-17 09:13:53 -05:00
..
2018-01-27 08:55:25 -06:00
2018-03-06 11:23:50 -06:00
2016-03-01 09:33:17 -07:00
2017-11-20 15:02:21 -05:00
2020-01-08 09:34:50 -05:00
2014-05-09 22:49:26 +00:00
2017-12-22 09:14:07 -05:00
2018-12-07 08:57:02 -05:00
2019-08-01 16:22:01 -05:00
2019-11-11 18:11:27 -06:00
2017-12-22 09:14:07 -05:00
2017-12-22 09:14:07 -05:00
2017-12-22 09:14:07 -05:00
2017-12-22 09:14:07 -05:00
2019-11-11 18:11:27 -06:00
2014-04-23 15:02:39 +00:00
2018-12-12 13:14:04 -04:00
2018-10-12 13:16:29 -04:00
2019-09-23 06:20:23 -06:00
2014-06-20 15:27:43 +00:00
2018-10-03 12:02:35 -04:00
2019-09-24 12:24:15 -04:00
2017-12-22 09:14:07 -05:00
2014-06-20 15:27:43 +00:00
2017-12-22 09:14:07 -05:00
2019-09-24 12:24:15 -04:00
2020-03-13 09:56:11 -05:00
2017-03-15 17:43:54 -05:00
2018-06-19 14:13:07 -05:00
2020-03-17 09:13:53 -05:00
2017-09-06 12:41:25 -05:00
2017-12-22 09:14:07 -05:00
2018-06-01 14:24:59 -06:00
2018-02-15 15:30:35 -05:00
2019-12-16 15:53:40 +00:00
2018-10-19 17:32:58 -04:00
2018-03-07 17:02:49 -05:00
2019-08-01 16:22:01 -05:00
2020-01-22 11:56:38 -07:00
2019-08-07 07:47:17 -03:00
2019-03-11 11:39:08 -03:00
2019-12-02 07:16:06 -07:00
2016-08-24 11:02:47 -05:00
2018-12-03 17:47:06 -05:00
2017-07-24 18:46:28 +00:00
2018-10-19 17:32:58 -04:00
2018-11-21 09:56:07 -05:00
2019-12-19 05:48:37 -05:00
2019-08-01 16:22:01 -05:00
2016-04-22 16:44:04 -05:00
2017-06-08 17:36:00 +02:00
2018-11-21 09:56:07 -05:00
2019-12-27 18:29:45 -05:00
2019-03-11 11:39:08 -03:00
2016-05-31 18:07:40 -04:00
2017-12-22 09:14:07 -05:00
2015-03-26 22:19:21 +00:00
2018-03-10 04:33:33 -05:00
2019-03-11 11:39:08 -03:00
2020-03-09 10:04:08 -05:00
2019-11-11 18:11:27 -06:00
2018-10-19 17:32:58 -04:00
2020-01-05 21:17:06 -06:00
2020-02-17 11:56:45 -05:00
2017-01-17 17:08:36 -06:00
2017-01-17 17:08:36 -06:00
2018-10-19 17:32:58 -04:00
2020-02-24 13:37:21 -06:00
2017-12-22 09:14:07 -05:00
2018-10-19 17:32:58 -04:00
2018-10-02 11:24:10 -05:00
2015-04-06 17:52:13 +00:00
2017-12-22 09:14:07 -05:00
2015-04-17 15:57:10 -05:00
2017-10-24 17:17:53 -04:00
2017-09-28 15:47:55 -05:00
2020-01-22 11:10:08 -05:00
2015-03-26 22:19:21 +00:00
2019-11-11 18:11:27 -06:00
2016-09-20 08:00:14 -06:00
2017-12-20 12:54:13 -05:00
2019-12-17 14:11:52 +00:00
2017-01-24 11:23:05 -06:00
2018-05-20 13:53:19 +02:00
2019-01-28 10:07:51 -07:00
2018-10-19 11:43:28 -05:00
2018-11-19 05:47:35 -07:00
2018-03-08 12:41:53 +01:00
2016-11-14 17:02:00 -05:00
2019-01-23 09:52:02 -06:00
2017-12-22 09:14:07 -05:00
2019-04-23 17:39:40 -05:00
2017-12-19 08:52:33 -06:00
2019-11-21 09:40:28 -06:00
2015-04-17 15:57:10 -05:00
2019-01-28 10:07:51 -07:00
2020-03-02 12:11:59 -06:00
2019-04-23 17:39:40 -05:00
2018-11-21 09:56:07 -05:00
2018-01-01 19:17:15 -05:00
2018-03-07 17:02:49 -05:00
2016-11-01 12:37:58 -05:00
2014-05-28 22:54:12 +00:00
2018-11-11 09:23:04 -05:00
2019-03-11 11:39:08 -03:00
2018-03-15 05:27:41 -06:00
2018-03-10 04:33:33 -05:00
2018-06-19 11:46:45 -05:00
2017-02-13 10:57:16 -05:00
2016-01-05 12:09:38 -05:00
2016-01-05 12:07:43 -05:00
2016-01-05 12:06:23 -05:00
2019-11-11 18:11:27 -06:00
2020-01-16 13:37:44 -05:00
2018-10-19 17:32:58 -04:00
2017-12-22 09:14:07 -05:00
2017-12-22 09:14:07 -05:00
2019-03-11 11:39:08 -03:00
2019-08-08 11:30:47 -05:00
2020-02-25 17:09:55 +01:00
2019-07-18 09:20:35 +02:00
2018-08-02 16:58:47 -05:00
2019-03-11 11:39:08 -03:00
2015-01-26 14:49:32 +00:00
2019-11-18 11:06:20 -05:00
2014-07-20 22:06:33 +00:00
2017-12-22 09:14:07 -05:00
2020-02-18 13:24:32 +00:00
2019-02-04 15:40:02 -05:00
2017-02-07 18:12:17 +00:00
2019-06-13 14:05:12 -06:00
2019-03-11 11:39:08 -03:00
2019-11-11 18:11:27 -06:00
2019-08-01 16:22:01 -05:00
2019-03-11 11:39:08 -03:00
2019-01-17 14:51:11 -04:00
2018-12-07 06:57:15 -07:00
2019-03-11 11:39:08 -03:00
2020-01-06 09:52:23 -06:00
2016-04-04 18:07:18 -06:00
2019-02-19 09:43:40 -06:00
2017-08-10 14:27:15 -05:00
2015-01-12 18:01:24 +00:00
2019-10-07 16:48:26 -05:00
2020-02-19 14:20:18 -05:00
2017-12-22 09:14:07 -05:00
2015-11-25 20:29:42 +01:00
2019-03-11 11:39:08 -03:00
2019-02-20 10:23:26 -07:00
2017-12-22 09:14:07 -05:00
2015-03-26 22:19:21 +00:00
2020-01-20 15:57:58 -06:00
2019-08-06 08:54:36 -05:00
2017-12-22 09:14:07 -05:00
2014-08-21 14:39:27 +00:00
2018-12-12 13:11:17 -06:00
2018-06-23 00:27:06 -06:00
2018-07-20 05:20:25 -06:00
2018-11-21 09:56:07 -05:00