<html>
Hi Aaron:<br><br>
Funny thing when you start to discuss a problem you generally find the
problem while you are trying to explain it to someone else.<br><br>
When I was reading my own post I saw that in the GROUP section of the
linker script I had:<br><br>
<tt>GROUP<br>
(<br>
  crti.o<br>
  crtbegin.o<br>
  crtn.o<br>
  crtend.o<br>
.<br>
.<br>
.<br><br>
</tt>If I change this to:<br><br>
<tt>GROUP<br>
(<br>
  crti.o<br>
  crtbegin.o<br>
  crtend.o<br>
  crtn.o<br>
.<br>
.<br>
.<br><br>
</tt>Then I get what I would have expected for the _init code
section:<br><br>
<tt>fff15fd0 <_init>:<br>
fff15fd0:<x-tab>       </x-tab>4e56
0000      <x-tab> </x-tab>linkw 
%fp,#0<br>
fff15fd4:<x-tab>       </x-tab>4eb9
fff0 0ac6 <x-tab> </x-tab>jsr fff00ac6 <frame_dummy><br>
fff15fda:<x-tab>       </x-tab>4eb9
fff0 0b0c <x-tab> </x-tab>jsr fff00b0c
<__do_global_ctors_aux><br>
fff15fe0:<x-tab>       </x-tab>4e5e          
<x-tab> </x-tab>unlk %fp<br>
fff15fe2:<x-tab>       </x-tab>4e75          
<x-tab> </x-tab>rts<br><br>
</tt>Looks like it was a trap for young players.  :)<br><br>
Thanks for your help.<br><br>
Regards,<br>
Derick Hammond</html>