mmel
510638eaa7
Fix _Unwind_Backtrace symbol version for ARM.
...
In real GNU libgcc, _Unwind_Backtrace is published with GCC_3.3 version
for all architectures but ARM. For ARM it's publishes with GCC_4.3.0
version.
This exception is not implement in your version of libggc, thus we
export _Unwind_Backtrace with bad version. To maintain backward
compatibility, publish _Unwind_Backtrace twice, once as compatible
symbol with GCC_3.3 version, and once as default symbol with
GCC_4.3.0 version.
While I'm in, fix typo in GCC_4.2.0 to GCC_4.3.0 inheritance declaration.
MFC after: 2 weeks
2017-05-09 12:14:00 +00:00
..
2016-11-14 00:33:03 +00:00
2017-04-06 03:50:58 +00:00
2017-03-19 00:22:13 +00:00
2017-05-04 19:07:37 +00:00
2017-04-21 22:19:13 +00:00
2017-03-21 06:39:49 +00:00
2017-02-07 18:37:46 +00:00
2016-12-28 18:04:18 +00:00
2017-04-05 02:40:53 +00:00
2016-09-19 14:36:16 +00:00
2017-03-01 21:55:49 +00:00
2017-03-10 17:36:05 +00:00
2017-05-01 01:56:11 +00:00
2016-07-01 05:48:45 +00:00
2016-11-07 15:54:47 +00:00
2017-05-09 12:14:00 +00:00
2016-09-05 18:02:37 +00:00
2016-04-20 17:58:13 +00:00
2016-12-10 12:02:32 +00:00
2017-05-04 01:46:04 +00:00
2017-05-05 14:34:09 +00:00
2017-03-02 01:14:48 +00:00
2016-07-14 06:10:16 +00:00
2017-05-05 14:33:39 +00:00
2017-05-04 00:04:17 +00:00
2016-12-06 17:05:02 +00:00
2017-05-06 21:43:55 +00:00
2017-03-25 13:17:48 +00:00
2016-07-25 03:58:19 +00:00
2016-07-30 01:16:06 +00:00
2016-07-14 09:45:07 +00:00
2017-03-29 03:36:26 +00:00
2017-04-19 19:06:47 +00:00
2017-02-19 17:37:16 +00:00
2017-02-28 23:42:47 +00:00
2017-05-04 21:40:16 +00:00
2017-02-19 17:46:37 +00:00
2017-01-06 16:59:33 +00:00
2016-08-27 20:33:19 +00:00
2017-05-09 04:11:53 +00:00
2017-02-06 08:49:57 +00:00
2017-01-07 15:57:12 +00:00
2017-03-23 22:06:06 +00:00
2017-04-14 19:18:50 +00:00
2017-03-16 21:32:05 +00:00
2017-03-26 21:14:49 +00:00
2017-05-05 13:31:25 +00:00
2017-01-30 16:32:53 +00:00
2016-05-10 11:09:26 +00:00
2016-03-12 19:41:38 +00:00
2017-02-28 23:42:47 +00:00
2016-08-24 12:32:24 +00:00
2016-12-01 07:50:44 +00:00
2017-04-14 00:45:09 +00:00
2017-04-25 15:56:46 +00:00
2017-03-25 14:14:11 +00:00
2016-12-06 18:50:22 +00:00
2016-08-30 20:30:29 +00:00
2017-03-26 17:22:44 +00:00
2017-04-16 19:17:10 +00:00
2017-02-28 23:42:47 +00:00
2017-03-27 21:00:49 +00:00
2016-09-29 18:24:29 +00:00
2017-01-06 07:54:53 +00:00
2017-01-17 05:55:47 +00:00
2017-05-06 10:26:40 +00:00