This is the mail archive of the gcc-patches@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]

Re: [PATCH] Emit DW_EH_PE_indirect constants into linkonce sections if possible


Richard Henderson wrote:

>On Fri, Nov 09, 2001 at 08:55:29PM +1300, Bryce McKinlay wrote:
>
>>All the warnings look like:
>>
>>    .4byte    DW.ref.@_ZTISt9exception-.
>>
>
>Try this.  
>

Thanks, this gets me past the misc-inst.cc failure.

>--- 774,783 ----
>  
>    if (GET_CODE (x) != SYMBOL_REF)
>      abort ();
>! 
>!   str = XSTR (x, 0);
>!   STRIP_NAME_ENCODING (str);
>!   node = splay_tree_lookup (indirect_pool, (splay_tree_key) str);
>    if (node)
>      decl = (tree) node->value;
>

STRING_NAME_ENCODING needs two arguments...

regards

Bryce.



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