Diff for /dietlibc/dyn_stop.c between versions 1.6 and 1.7

version 1.6, 2005/05/13 18:39:32 version 1.7, 2005/05/20 12:53:59
Line 14  __attribute__((section(".dtors"))) Line 14  __attribute__((section(".dtors")))
 __attribute_used  __attribute_used
 static structor __DTOR_END__[1]={((structor)0)};  static structor __DTOR_END__[1]={((structor)0)};
   
 __attribute__((section (".eh_frame")))  __attribute__((section(".eh_frame")))
 __attribute_used  __attribute_used
 #if __WORDSIZE == 32  #if __WORDSIZE == 32
 const char __FRAME_END__[4] = { 0, 0, 0, 0 };  char __FRAME_END__[4] = { 0, 0, 0, 0 };
 #else  #else
 const char __FRAME_END__[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };  char __FRAME_END__[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
 #endif  #endif
   
 static void __do_global_ctors_aux(void)  static void __do_global_ctors_aux(void)

Removed from v.1.6  
changed lines
  Added in v.1.7


LinuxTV legacy CVS <linuxtv.org/cvs>