Displaying 10 results from an estimated 10 matches for "__dtor_list__".
2007 Oct 16
1
[LLVMdev] one remaining CellSPU backend bug...
...riple = "spu"
@__dso_handle = hidden global i8* null, align 16 ; <i8**>
[#uses=0]
@__CTOR_LIST__ = internal global [1 x void ()*] [ void ()* inttoptr (i64
4294967295 to void ()*) ], section ".ctors", align 4 ; <[1 x
void ()*]*> [#uses=1]
@__DTOR_LIST__ = internal global [1 x void ()*] [ void ()* inttoptr (i64
4294967295 to void ()*) ], section ".dtors", align 4 ; <[1 x
void ()*]*> [#uses=2]
@__JCR_LIST__ = internal global [0 x i8*] zeroinitializer, section ".jcr",
align 4 ; <[0 x i8*]*> [...
2007 May 26
0
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
...ock
> movq %rbp, %rsp
> popq %rbp
> ret
> .size frame_dummy, .-frame_dummy
> .type __CTOR_LIST__, at object
> .section .ctors,"aw", at progbits
> .align 8
> __CTOR_LIST__: # __CTOR_LIST__
> .size __CTOR_LIST__, 8
> .quad 4294967295
>
> .type __DTOR_LIST__, at object
> .section .dtors,"aw", at progbits
> .align 8
> __DTOR_LIST__: # __DTOR_LIST__
> .size __DTOR_LIST__, 8
> .quad 4294967295
>
> .type __JCR_LIST__, at object
> .section .jcr
> .align 8
> __JCR_LIST__: # __JCR_LIST__
> .size __JCR_LI...
2007 May 26
1
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
...> .type __CTOR_LIST__, at object
> > .section .ctors,"aw", at progbits
> > .align 8
> > __CTOR_LIST__: # __CTOR_LIST__
> > .size __CTOR_LIST__, 8
> > .quad 4294967295
> >
> > .type __DTOR_LIST__, at object
> > .section .dtors,"aw", at progbits
> > .align 8
> > __DTOR_LIST__: # __DTOR_LIST__
> > .size __DTOR_LIST__, 8
> > .quad 4294967295
> >
> > .type __JCR_LIST__, at object
> &...
2007 May 25
3
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
Hi all,
I've run into problems compiling the llvm-gcc frontend on x86_64. Is this
not supported, or am I making an error somewhere?
The procedure I followed was:
1. Download LLVM 2.0 source as a tarball (from a few days ago, during
the testing phase).
2. Download the llvm-gcc4 source today, as a tarball.
3. Extract both.
4. Configure LLVM as: ../src/configure --prefix=`pwd`../install
2018 Feb 08
2
LLD: targeting cygwin
...*(.text.*)
*(.gnu.linkonce.t.*)
*(.glue_7t)
*(.glue_7)
. = ALIGN(8);
___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
LONG (-1); LONG (-1);
KEEP (*(.ctors));
KEEP (*(.ctor));
KEEP (*(SORT(.ctors.*)));
LONG (0); LONG (0);
___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
LONG (-1); LONG (-1);
KEEP (*(.dtors));
KEEP (*(.dtor));
KEEP (*(SORT(.dtors.*)));
LONG (0); LONG (0);
KEEP (*(.fini))
/* ??? Why is .gcc_exc here? */
*(.gcc_exc)
PROVIDE (etext = .);
KEEP (...
2018 Feb 09
0
LLD: targeting cygwin
...lue_7t)
> *(.glue_7)
> . = ALIGN(8);
> ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
> LONG (-1); LONG (-1);
> KEEP (*(.ctors));
> KEEP (*(.ctor));
> KEEP (*(SORT(.ctors.*)));
> LONG (0); LONG (0);
> ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
> LONG (-1); LONG (-1);
> KEEP (*(.dtors));
> KEEP (*(.dtor));
> KEEP (*(SORT(.dtors.*)));
> LONG (0); LONG (0);
> KEEP (*(.fini))
> /* ??? Why is .gcc_exc here? */
> *(.gcc_e...
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to
say that it is very unlikely to support that in the future. Linker script
support is so huge that I can't imagine we really want it for COFF. GNU BFD
linker supports it because the linker is built as an interpreter for the
built-in linker script (and that's one of the reasons why GNU linker is by
far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin
target: https://github.com/zig-lang/zig/issues/751
Currently the issue they are running into is needing to define a linker
script, but the COFF driver (or MinGW driver) does not have support for
that.
Is there documentation or advice for how to use LLD to link for cygwin? As
a starting point, which driver to use?
Regards,
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...PEOF
U VECTOR_ELT
0000000000208040 d VersionInfoFieldNames
00000000002080c0 a _DYNAMIC
0000000000208308 a _GLOBAL_OFFSET_TABLE_
w _Jv_RegisterClasses
0000000000208008 d __CTOR_END__
0000000000208000 d __CTOR_LIST__
0000000000208018 d __DTOR_END__
0000000000208010 d __DTOR_LIST__
0000000000007e58 r __FRAME_END__
0000000000208020 d __JCR_END__
0000000000208020 d __JCR_LIST__
000000000020aee0 A __bss_start
w __cxa_finalize@@GLIBC_2.2.5
0000000000006e20 t __do_global_ctors_aux
0000000000003890 t __do_global_dtors_aux
0000000000208680 d __dso_handle...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...PEOF
U VECTOR_ELT
0000000000208040 d VersionInfoFieldNames
00000000002080c0 a _DYNAMIC
0000000000208308 a _GLOBAL_OFFSET_TABLE_
w _Jv_RegisterClasses
0000000000208008 d __CTOR_END__
0000000000208000 d __CTOR_LIST__
0000000000208018 d __DTOR_END__
0000000000208010 d __DTOR_LIST__
0000000000007e58 r __FRAME_END__
0000000000208020 d __JCR_END__
0000000000208020 d __JCR_LIST__
000000000020aee0 A __bss_start
w __cxa_finalize@@GLIBC_2.2.5
0000000000006e20 t __do_global_ctors_aux
0000000000003890 t __do_global_dtors_aux
0000000000208680 d __dso_handle...