This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r247200 - in /trunk/gcc: ChangeLog config/arc/a...


Author: claziss
Date: Tue Apr 25 12:04:36 2017
New Revision: 247200

URL: https://gcc.gnu.org/viewcvs?rev=247200&root=gcc&view=rev
Log:
[ARC] Fix calling multiple inheritances.

The TARGET_ASM_OUTPUT_MI_THUNK hook doesn't take into account the
variant when we compile for PIC.

gcc/
2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>

	* config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arc/arc.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]