Greetings!  Am uploading a gcl -58 which should work on sh4.

There is one unfortunate limitation stemming from the implementation
of sh_elf_reloc in libbfd.a:


  if (symbol_in != NULL
      && bfd_is_und_section (symbol_in->section))
    return bfd_reloc_undefined;

This prevents GCL from using libbfd to implement native object code
relocation, and is a moderately serious deficiency.  All the other
targets process symbols in undefined sections if the BSF_WEAK flag is
set.  I'm wondering if you could put me in touch with the author of
this routine to see if a modification could be made.

Take care,

Nobuhiro Iwamatsu <[email protected]> writes:

> Hi,
>
> 2010/2/4 Camm Maguire <[email protected]>:
>> Greetings, and thank you so much again!  No gdb available anywhere?
>>
>
> gdb does not support native environment yet.
> Some people are going to support native now.
>
> Best regards,
>   Nobuhiro
>
> -- 
> Nobuhiro Iwamatsu
>    iwamatsu at {nigauri.org / debian.org}
>    GPG ID: 40AD1FA6
>
>
>
>

-- 
Camm Maguire                                        [email protected]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to