Changes between Initial Version and Version 1 of Ticket #10402, comment 11
- Timestamp:
- Jan 13, 2014, 5:00:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10402, comment 11
initial v1 1 1 Oh, so C++ automatically defines it as static if it's const? Anyway, adding that static there does not seem to hurt, I've created a little test case and it works. 2 2 3 As for setting __dso_handleto 0: That woud mean it's in section .data and not .bss. Both links I gave seem to indicate that it's fine in section .bss. Why do you think it's necessary to move it to section .data?3 As for setting `__dso_handle` to 0: That woud mean it's in section .data and not .bss. Both links I gave seem to indicate that it's fine in section .bss. Why do you think it's necessary to move it to section .data?