Ulrich Weigand
28c7be6585
[MC] Pass MCSymbolData to needsRelocateWithSymbol
...
As discussed in a previous checking to support the .localentry
directive on PowerPC, we need to inspect the actual target symbol
in needsRelocateWithSymbol to make the appropriate decision based
on that symbol's st_other bits.
Currently, needsRelocateWithSymbol does not get the target symbol.
However, it is directly available to its sole caller. This patch
therefore simply extends the needsRelocateWithSymbol by a new
parameter "const MCSymbolData &SD", passes in the target symbol,
and updates all derived implementations.
In particular, in the PowerPC implementation, this patch removes
the FIXME added by the previous checkin.
llvm-svn: 213487
2014-07-20 23:15:06 +00:00
..
2014-07-18 00:08:50 +00:00
2014-07-14 12:41:31 +00:00
2014-05-27 14:58:51 +00:00
2014-07-20 23:15:06 +00:00
2013-12-11 00:30:57 +00:00
2014-04-25 18:36:38 +00:00
2013-12-10 05:39:34 +00:00
2014-04-25 18:36:38 +00:00
2014-04-03 12:47:34 +00:00
2014-06-12 15:00:17 +00:00
2014-07-09 10:16:07 +00:00
2014-07-02 23:29:55 +00:00
2014-07-02 23:29:55 +00:00
2014-04-25 05:30:21 +00:00
2014-04-29 07:58:02 +00:00
2014-04-25 05:30:21 +00:00
2014-02-14 19:16:39 +00:00
2013-08-07 04:00:26 +00:00
2014-07-18 23:25:00 +00:00
2014-07-18 23:25:00 +00:00
2014-07-09 10:21:59 +00:00
2014-07-18 23:41:32 +00:00
2014-04-29 07:58:02 +00:00
2014-07-18 23:25:04 +00:00
2014-07-18 23:25:04 +00:00
2014-04-21 22:55:11 +00:00
2014-04-29 07:58:02 +00:00
2014-07-09 10:40:20 +00:00
2014-07-09 10:47:26 +00:00
2014-07-09 10:21:59 +00:00
2014-07-09 10:47:26 +00:00
2013-11-28 15:26:33 +00:00
2014-07-10 15:36:12 +00:00
2013-05-24 22:23:49 +00:00
2013-09-28 13:42:22 +00:00
2014-07-18 23:41:32 +00:00
2014-07-18 00:08:53 +00:00
2014-07-10 22:23:30 +00:00
2014-06-09 09:49:51 +00:00
2014-06-12 13:39:06 +00:00
2014-07-18 23:41:32 +00:00
2014-06-12 10:44:10 +00:00
2014-07-10 17:26:51 +00:00
2013-10-15 01:48:30 +00:00
2014-07-10 17:26:51 +00:00
2014-07-18 23:33:47 +00:00
2014-07-18 23:33:47 +00:00
2014-06-24 13:00:32 +00:00
2014-07-14 12:41:31 +00:00
2014-07-18 23:25:00 +00:00
2014-07-18 23:25:00 +00:00
2014-07-10 17:26:51 +00:00
2014-07-10 17:26:51 +00:00
2014-07-18 23:41:32 +00:00
2014-07-18 23:25:04 +00:00
2014-07-18 23:25:04 +00:00
2014-04-22 02:41:26 +00:00
2014-04-29 07:58:02 +00:00
2014-07-18 20:29:02 +00:00
2014-07-14 13:08:14 +00:00
2014-07-14 13:08:14 +00:00
2014-05-27 18:53:06 +00:00
2014-05-27 18:53:06 +00:00
2014-07-18 23:41:32 +00:00
2014-07-18 23:41:32 +00:00
2014-07-10 17:26:51 +00:00
2014-05-15 12:06:36 +00:00
2014-04-29 07:58:02 +00:00
2014-04-22 02:41:26 +00:00
2014-04-29 07:58:02 +00:00
2014-07-10 15:36:12 +00:00
2014-04-29 07:58:02 +00:00
2014-07-16 15:34:07 +00:00
2014-03-24 14:05:39 +00:00
2014-07-14 13:08:14 +00:00
2014-07-02 23:29:55 +00:00
2014-07-18 23:25:00 +00:00
2014-07-18 23:25:00 +00:00
2014-07-18 23:41:32 +00:00
2014-04-29 07:58:02 +00:00
2014-07-18 23:25:04 +00:00
2014-07-18 23:25:04 +00:00
2014-06-27 04:38:30 +00:00
2014-06-27 04:38:30 +00:00
2014-04-25 05:30:21 +00:00
2014-04-29 07:58:02 +00:00
2014-07-18 23:41:32 +00:00
2014-07-18 23:41:32 +00:00
2014-07-18 23:41:32 +00:00
2014-07-18 23:41:32 +00:00
2014-02-08 14:53:28 +00:00
2014-03-02 09:09:27 +00:00
2014-07-10 13:38:23 +00:00
2014-03-12 11:54:00 +00:00