Changes between Initial Version and Version 1 of Ticket #10402, comment 6


Ignore:
Timestamp:
Jan 13, 2014, 8:33:20 AM (10 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10402, comment 6

    initial v1  
    1 Well, I did not find __cxa_atexit in the bootloader or runtime_loader. So, as it does not exist there, I guess GCC does not really emit references to it, right?
     1Well, I did not find {{{__cxa_atexit}}} in the bootloader or runtime_loader. So, as it does not exist there, I guess GCC does not really emit references to it, right?
    22
    3 Anyway, I noticed that I can tell Clang to also use __cxa_atexit. Maybe the better way would be to tell it to use __cxa_atexit and add that everywhere? It seems there is one __cxa_atexit in the kernel, but not in the bootloader or runtime_loader - but those would also need it.
     3Anyway, I noticed that I can tell Clang to also use {{{__cxa_atexit}}}. Maybe the better way would be to tell it to use {{{__cxa_atexit}}} and add that everywhere? It seems there is one {{{__cxa_atexit}}} in the kernel, but not in the bootloader or runtime_loader - but those would also need it.