Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
109 user(s) are online (61 user(s) are browsing Forums)

Members: 0
Guests: 109

more...

Headlines

 
  Register To Post  

« 1 ... 4 5 6 (7) 8 9 »
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
check discord

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Quite a regular
Quite a regular


See User information
@afxgroup

Your ncurses:
https://github.com/afxgroup/ncurses6.3

I do not see any instructions for building for Amiga.

Have tried to configure --host/build etc, but to no avail.

What am I missing?

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
use this:

./configure --host=ppc-amigaos --prefix=/usr/ppc-amigaos/SDK/local/clib2 CFLAGS="-O3 -mcrt=clib2 -gstabs" CPPFLAGS="-mcrt=clib2 CXXFLAGS=-O3 -mcrt=clib2 -gstabs" LDFLAGS="-mcrt=clib2 -athread=native" --without-dlsym --without-ada --with-termpath=ENV:termcap.os4 --disable-db-install --without-manpages -disable-rpath-hack --enable-getcap --disable-stripping --enable-termcap --enable-wgetch-events --enable-sigwinch --with-terminfo-dirs=ENVARC:terminfo --with-default-terminfo-dir=ENVARC:terminfo

check that prefix matches your adtools installation

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Quite a regular
Quite a regular


See User information
@afxgroup

Thanks, but when using those configure options, that still does not stop my build machine (linux machine) from invoking (ncurses/tinfo/MKcaptab.sh:74):
cat "$@" |./make_hash 1 info $OPT1

Where, of course, "make_hash" is a PPC binary.

You are still doing something different to me.

Thanks.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
try an autoreconf -i first

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Home away from home
Home away from home


See User information
@Andrea
Is it expected that we still missing libauto.a in the released archives of all betas ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Just popping in
Just popping in


See User information
Will this make it into the SDK once there is a stable release?

Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
Beta 8 released and changes merged into master

https://github.com/afxgroup/clib2/releases/tag/v1.0.0-beta-8

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Home away from home
Home away from home


See User information
@afxgroup
I can be wrong, but seems we again miss the libauto.a in beta8 ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Just can't stay away
Just can't stay away


See User information
@kas1e
Quote:
I can be wrong, but seems we again miss the libauto.a in beta8 ?
libauto.(a|so) doesn't have any C library dependencies, i.e. you can use a libauto.(a|so) included in newlib distributions with clib2, and the other way round.

Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
@kas1e
package updated

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
I've just push some changes that should (read more..) fix the shared objects problem. But something really strange happens.

Basically if I compile the library with DEBUG=true (means serial output) everything works correctly, while if I disable debug I have a DSI in printf (or however no output) when it try to use stdout because the f->position has a wrong value.
I mean if i use static linking or shared libc.so with DEBUG on f->position is zero. If I use libc.so with NO DEBUG f->position is 3539005. I'm pretty sure that position is zero when iob is initialized (there is a memset) but i've also forced all positions fields to zero..
I've checked inside #ifdef DEBUG and there is nothing that can be related to iob..
Which weird amigaos animal can cause this?

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Just can't stay away
Just can't stay away


See User information
@afxgroup

Quote:
... while if I disable debug I have a DSI ...


Well, obviously something is responsible for either setting the value, or you have overlooked something? If you set it to zero (0) just before it is used, what happens then?

EDIT : Since it works (...) with static link, then perhaps it is a constructor issue, that we overlooked?

Are you using still .ctors, or have you progressed to .init_array? Remember, there is also .pre_init_array, and this is not implemented. Neither is .init_array for the main executable.

Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
No i'm still using .ctors/.dtors.But it works not only with static but also with shared objects if I enable debug with serial output.. If I remove the debug, it isn't working.

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Just can't stay away
Just can't stay away


See User information
@afxgroup

Maybe an -fPIC issue? I am having trouble picturing the problem, when I don't know, what your code looks like.

The .ctors/.dtors code is quite solid now, so I doubt, that the problem is here. There could be some strange link problem, that we don't know about yet.

Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
.ctors/.dtors are not a problem anymore. The constructors are called without any problem and even main().
I think it is an alignment problem somewhere because all fields in FILE* pointer are totally wrong. But this happens only when DEBUG is off that maybe realign the structs in some way.

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Just can't stay away
Just can't stay away


See User information
@afxgroup

Sure. I took about 1 1/2 year (one-and-a-half year) to solve the pointer equality issue. Maybe you can do it a little faster? ;-D

I am here to support, if you pinpoint a problem with the binary loader.

Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
Well.. forget what I've said.. I've just added some Printf (since we don't have a debugger and it is a pain..) just after iob is initialized (inside FILE_CONSTRUCTOR) and I never reach that part.. I've tried also adding an exit(1) in the same part and it is never reached..
Then i've recompiled everything with DEBUG=true and i get the Printf (with correct zero value) and even the exit(1)
So the file is uinitialized with no debug because the file constructor is not called and that's why I have the problem.
Of course I can't debug it because no serial output..

i'm really tired...
Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Just can't stay away
Just can't stay away


See User information
@afxgroup

How is the file constructor instantiated? Can you post the code here?

Quote:
Of course I can't debug it because no serial output..


Sashimi??

Go to top
Re: New verson of CLiB2 from Andrea (afxgroup)
Amigans Defender
Amigans Defender


See User information
readelf -S libc.so 
There are 43 section headers
starting at offset 0x24ded0:

Section Headers:
  [
NrName              Type            Addr     Off    Size   ES Flg Lk Inf Al
  
0]                   NULL            00000000 000000 000000 00      0   0  0
  
1] .hash             HASH            100000b4 0000b4 002070 04   A  2   0  4
  
2] .dynsym           DYNSYM          10002124 002124 004130 10   A  3   2  4
  
3] .dynstr           STRTAB          10006254 006254 002a36 00   A  0   0  1
  
4] .rela.dyn         RELA            10008c8c 008c8c 000c54 0c   A  2   0  4
  
5] .rela.text        RELA            100098e0 0098e0 000018 0c   A  2  11  4
  
6] .rela.data.rel.ro RELA            100098f8 0098f8 000768 0c   A  2  21  4
  
7] .rela.data        RELA            1000a060 00a060 000384 0c   A  2  28  4
  
8] .rela.got2        RELA            1000a3e4 00a3e4 004524 0c   A  2  25  4
  
9] .rela.sdata       RELA            1000e908 00e908 000030 0c   A  2  31  4
  
[10] .rela.plt         RELA            1000e938 00e938 001440 0c   A  2  13  4
  
[11] .text             PROGBITS        1000fd80 00fd80 0665d4 00  AX  0   0 32
  
[12] .rela.text        RELA            00000000 24e588 00de24 0c     41  11  4
  
[13] .plt              NOBITS          10077000 076354 001488 00  AX  0   0  4
  
[14] .rodata           PROGBITS        10079000 079000 02e6f4 00   A  0   0  8
  
[15] .rela.rodata      RELA            00000000 25c3ac 0093e4 0c     41  14  4
  
[16] .eh_frame         PROGBITS        100a76f4 0a76f4 000000 00   A  0   0  4
  
[17] .ctors            PROGBITS        100b76f4 0a76f4 000040 00  WA  0   0  4
  
[18] .rela.ctors       RELA            00000000 265790 00009c 0c     41  17  4
  
[19] .dtors            PROGBITS        100b7734 0a7734 000044 00  WA  0   0  4
  
[20] .rela.dtors       RELA            00000000 26582c 0000a8 0c     41  19  4
  
[21] .data.rel.ro      PROGBITS        100b7778 0a7778 000304 00  WA  0   0  4
  
[22] .rela.data.rel.ro RELA            00000000 2658d4 000768 0c     41  21  4
  
[23] .fixup            PROGBITS        100b7a7c 0a7a7c 0003b0 00  WA  0   0  4
  
[24] .rela.fixup       RELA            00000000 26603c 000b10 0c     41  23  4
  
[25] .got2             PROGBITS        100b7e2c 0a7e2c 00170c 00  WA  0   0  4
  
[26] .rela.got2        RELA            00000000 266b4c 004524 0c     41  25  4
  
[27] .dynamic          DYNAMIC         100b9538 0a9538 0000b8 08  WA  3   0  4
  
[28] .data             PROGBITS        100b95f0 0a95f0 0003a8 00  WA  0   0  4
  
[29] .rela.data        RELA            00000000 26b070 000384 0c     41  28  4
  
[30] .got              PROGBITS        100b9998 0a9998 000010 04  WA  0   0  4
  
[31] .sdata            PROGBITS        100b99a8 0a99a8 000046 00  WA  0   0  4
  
[32] .rela.sdata       RELA            00000000 26b3f4 000030 0c     41  31  4
  
[33] .sbss             NOBITS          100b99f0 0a99ee 000142 00  WA  0   0  4
  
[34] .bss              NOBITS          100b9b40 0a99ee 002470 00  WA  0   0 16
  
[35] .stab             PROGBITS        00000000 0a99f0 0db738 0c     37   0  4
  
[36] .rela.stab        RELA            00000000 26b424 008b74 0c     41  35  4
  
[37] .stabstr          STRTAB          00000000 185128 0c8c6b 00      0   0  1
  
[38] .comment          PROGBITS        00000000 24dd93 000023 01  MS  0   0  1
  
[39] .gnu.attributes   GNU_ATTRIBUTES  00000000 24ddb6 000012 00      0   0  1
  
[40] .shstrtab         STRTAB          00000000 24ddc8 000105 00      0   0  1
  
[41] .symtab           SYMTAB          00000000 273f98 009c90 10     42 1464  4
  
[42] .strtab           STRTAB          00000000 27dc28 006421 00      0   0  1
Key to Flags
:
  
(write), (alloc), (execute), (merge), (strings), (info),
  
(link order), (extra OS processing required), (group), (TLS),
  
(compressed), (unknown), (OS specific), (exclude),
  
(VLE), (processor specific)
  
readelf -S printf
There are 38 section headers
starting at offset 0x1b258:

Section Headers:
  [
NrName              Type            Addr     Off    Size   ES Flg Lk Inf Al
  
0]                   NULL            00000000 000000 000000 00      0   0  0
  
1] .interp           PROGBITS        010000f4 0000f4 000011 00   A  0   0  1
  
2] .hash             HASH            01000108 000108 0000b0 04   A  3   0  4
  
3] .dynsym           DYNSYM          010001b8 0001b8 000190 10   A  4   1  4
  
4] .dynstr           STRTAB          01000348 000348 000143 00   A  0   0  1
  
5] .rela.bss         RELA            010004800048000018 0c   A  3  17  4
  
6] .rela.plt         RELA            010004a4 0004a4 000048 0c   A  3   9  4
  
7] .text             PROGBITS        010004ec 0004ec 001b40 00  AX  0   0  4
  
8] .rela.text        RELA            00000000 01b848 000b28 0c     36   7  4
  
9] .plt              NOBITS          01003000 00202c 000090 00  AX  0   0  4
  
[10] .rodata           PROGBITS        01004000 004000 000092 00   A  0   0  4
  
[11] .eh_frame         PROGBITS        01004094 004094 000000 00   A  0   0  4
  
[12] .ctors            PROGBITS        01014094 004094 000004 00  WA  0   0  4
  
[13] .dtors            PROGBITS        01014098 004098 000004 00  WA  0   0  4
  
[14] .dynamic          DYNAMIC         010140900409c 0000b0 08  WA  4   0  4
  
[15] .data             PROGBITS        0101414c 00414c 000000 00  WA  0   0  1
  
[16] .got              PROGBITS        0101414c 00414c 000010 04  WA  0   0  4
  
[17] .bss              NOBITS          0101415c 00415c 000034 00  WA  0   0  4
  
[18] .stab             PROGBITS        00000000 00415c 0005f4 0c     20   0  4
  
[19] .rela.stab        RELA            00000000 01c370 000090 0c     36  18  4
  
[20] .stabstr          STRTAB          00000000 004750 0047c3 00      0   0  1
  
[21] .comment          PROGBITS        00000000 008f13 000023 01  MS  0   0  1
  
[22] .debug_aranges    PROGBITS        00000000 008f36 000020 00      0   0  1
  
[23] .rela.debug_arang RELA            00000000 01c400 000018 0c     36  22  4
  
[24] .debug_info       PROGBITS        00000000 008f56 00a913 00      0   0  1
  
[25] .rela.debug_info  RELA            00000000 01c418 006b70 0c     36  24  4
  
[26] .debug_abbrev     PROGBITS        00000000 013869 0005cb 00      0   0  1
  
[27] .debug_line       PROGBITS        00000000 013e34 0014cc 00      0   0  1
  
[28] .rela.debug_line  RELA            00000000 022f88 00000c 0c     36  27  4
  
[29] .debug_frame      PROGBITS        00000000 015300 000634 00      0   0  4
  
[30] .rela.debug_frame RELA            00000000 022f94 000348 0c     36  29  4
  
[31] .debug_str        PROGBITS        00000000 015934 004cbe 01  MS  0   0  1
  
[32] .debug_loclists   PROGBITS        00000000 01a5f2 000a4b 00      0   0  1
  
[33] .rela.debug_locli RELA            00000000 0232dc 000024 0c     36  32  4
  
[34] .debug_rnglists   PROGBITS        00000000 01b03d 0000eb 00      0   0  1
  
[35] .shstrtab         STRTAB          00000000 01b128 00012f 00      0   0  1
  
[36] .symtab           SYMTAB          00000000 023300 000600 10     37  51  4
  
[37] .strtab           STRTAB          00000000 023900 00044d 00      0   0  1
Key to Flags
:
  
(write), (alloc), (execute), (merge), (strings), (info),
  
(link order), (extra OS processing required), (group), (TLS),
  
(compressed), (unknown), (OS specific), (exclude),
  
(VLE), (processor specific)


readelf -S libc.so 
There are 43 section headers
starting at offset 0x2981d8:

Section Headers:
  [
NrName              Type            Addr     Off    Size   ES Flg Lk Inf Al
  
0]                   NULL            00000000 000000 000000 00      0   0  0
  
1] .hash             HASH            100000b4 0000b4 00212c 04   A  2   0  4
  
2] .dynsym           DYNSYM          100021e0 0021e0 004420 10   A  3   2  4
  
3] .dynstr           STRTAB          10006600 006600 002bfd 00   A  0   0  1
  
4] .rela.dyn         RELA            10009200 009200 000c54 0c   A  2   0  4
  
5] .rela.text        RELA            10009e54 009e54 000018 0c   A  2  11  4
  
6] .rela.data.rel.ro RELA            10009e6c 009e6c 000768 0c   A  2  21  4
  
7] .rela.data        RELA            1000a5d4 00a5d4 000384 0c   A  2  28  4
  
8] .rela.got2        RELA            1000a958 00a958 00b220 0c   A  2  25  4
  
9] .rela.sdata       RELA            10015b78 015b78 000030 0c   A  2  31  4
  
[10] .rela.plt         RELA            10015ba8 015ba8 001578 0c   A  2  13  4
  
[11] .text             PROGBITS        10017120 017120 07b36c 00  AX  0   0 32
  
[12] .rela.text        RELA            00000000 298890 015990 0c     41  11  4
  
[13] .plt              NOBITS          10093000 09248c 0015c0 00  AX  0   0  4
  
[14] .rodata           PROGBITS        10095000 095000 038c9f 00   A  0   0  8
  
[15] .rela.rodata      RELA            00000000 2ae220 0093e4 0c     41  14  4
  
[16] .eh_frame         PROGBITS        100cdca0 0cdca0 000000 00   A  0   0  4
  
[17] .ctors            PROGBITS        100de000 0ce000 000040 00  WA  0   0  4
  
[18] .rela.ctors       RELA            00000000 2b7604 00009c 0c     41  17  4
  
[19] .dtors            PROGBITS        100de040 0ce040 000044 00  WA  0   0  4
  
[20] .rela.dtors       RELA            00000000 2b76a0 0000a8 0c     41  19  4
  
[21] .data.rel.ro      PROGBITS        100de084 0ce084 000304 00  WA  0   0  4
  
[22] .rela.data.rel.ro RELA            00000000 2b7748 000768 0c     41  21  4
  
[23] .fixup            PROGBITS        100de388 0ce388 0003b0 00  WA  0   0  4
  
[24] .rela.fixup       RELA            00000000 2b7eb0 000b10 0c     41  23  4
  
[25] .got2             PROGBITS        100de738 0ce738 003b60 00  WA  0   0  4
  
[26] .rela.got2        RELA            00000000 2b89c0 00b220 0c     41  25  4
  
[27] .dynamic          DYNAMIC         100e2298 0d2298 0000b8 08  WA  3   0  4
  
[28] .data             PROGBITS        100e2350 0d2350 0003ac 00  WA  0   0  4
  
[29] .rela.data        RELA            00000000 2c3be0 000384 0c     41  28  4
  
[30] .got              PROGBITS        100e26fc 0d26fc 000010 04  WA  0   0  4
  
[31] .sdata            PROGBITS        100e270c 0d270c 00004a 00  WA  0   0  4
  
[32] .rela.sdata       RELA            00000000 2c3f64 000030 0c     41  31  4
  
[33] .sbss             NOBITS          100e2758 0d2756 000142 00  WA  0   0  4
  
[34] .bss              NOBITS          100e28a0 0d2756 0024b0 00  WA  0   0 16
  
[35] .stab             PROGBITS        00000000 0d2758 0f1d64 0c     37   0  4
  
[36] .rela.stab        RELA            00000000 2c3f94 00beb0 0c     41  35  4
  
[37] .stabstr          STRTAB          00000000 1c44bc 0d3be2 00      0   0  1
  
[38] .comment          PROGBITS        00000000 29809e 000023 01  MS  0   0  1
  
[39] .gnu.attributes   GNU_ATTRIBUTES  00000000 2980c1 000012 00      0   0  1
  
[40] .shstrtab         STRTAB          00000000 2980d3 000105 00      0   0  1
  
[41] .symtab           SYMTAB          00000000 2cfe44 00c110 10     42 2001  4
  
[42] .strtab           STRTAB          00000000 2dbf54 0068fc 00      0   0  1
Key to Flags
:
  
(write), (alloc), (execute), (merge), (strings), (info),
  
(link order), (extra OS processing required), (group), (TLS),
  
(compressed), (unknown), (OS specific), (exclude),
  
(VLE), (processor specific)

readelf -S printf
There are 38 section headers
starting at offset 0x1b258:

Section Headers:
  [
NrName              Type            Addr     Off    Size   ES Flg Lk Inf Al
  
0]                   NULL            00000000 000000 000000 00      0   0  0
  
1] .interp           PROGBITS        010000f4 0000f4 000011 00   A  0   0  1
  
2] .hash             HASH            01000108 000108 0000b0 04   A  3   0  4
  
3] .dynsym           DYNSYM          010001b8 0001b8 000190 10   A  4   1  4
  
4] .dynstr           STRTAB          01000348 000348 000143 00   A  0   0  1
  
5] .rela.bss         RELA            010004800048000018 0c   A  3  17  4
  
6] .rela.plt         RELA            010004a4 0004a4 000048 0c   A  3   9  4
  
7] .text             PROGBITS        010004ec 0004ec 001b40 00  AX  0   0  4
  
8] .rela.text        RELA            00000000 01b848 000b28 0c     36   7  4
  
9] .plt              NOBITS          01003000 00202c 000090 00  AX  0   0  4
  
[10] .rodata           PROGBITS        01004000 004000 000092 00   A  0   0  4
  
[11] .eh_frame         PROGBITS        01004094 004094 000000 00   A  0   0  4
  
[12] .ctors            PROGBITS        01014094 004094 000004 00  WA  0   0  4
  
[13] .dtors            PROGBITS        01014098 004098 000004 00  WA  0   0  4
  
[14] .dynamic          DYNAMIC         010140900409c 0000b0 08  WA  4   0  4
  
[15] .data             PROGBITS        0101414c 00414c 000000 00  WA  0   0  1
  
[16] .got              PROGBITS        0101414c 00414c 000010 04  WA  0   0  4
  
[17] .bss              NOBITS          0101415c 00415c 000034 00  WA  0   0  4
  
[18] .stab             PROGBITS        00000000 00415c 0005f4 0c     20   0  4
  
[19] .rela.stab        RELA            00000000 01c370 000090 0c     36  18  4
  
[20] .stabstr          STRTAB          00000000 004750 0047c3 00      0   0  1
  
[21] .comment          PROGBITS        00000000 008f13 000023 01  MS  0   0  1
  
[22] .debug_aranges    PROGBITS        00000000 008f36 000020 00      0   0  1
  
[23] .rela.debug_arang RELA            00000000 01c400 000018 0c     36  22  4
  
[24] .debug_info       PROGBITS        00000000 008f56 00a913 00      0   0  1
  
[25] .rela.debug_info  RELA            00000000 01c418 006b70 0c     36  24  4
  
[26] .debug_abbrev     PROGBITS        00000000 013869 0005cb 00      0   0  1
  
[27] .debug_line       PROGBITS        00000000 013e34 0014cc 00      0   0  1
  
[28] .rela.debug_line  RELA            00000000 022f88 00000c 0c     36  27  4
  
[29] .debug_frame      PROGBITS        00000000 015300 000634 00      0   0  4
  
[30] .rela.debug_frame RELA            00000000 022f94 000348 0c     36  29  4
  
[31] .debug_str        PROGBITS        00000000 015934 004cbe 01  MS  0   0  1
  
[32] .debug_loclists   PROGBITS        00000000 01a5f2 000a4b 00      0   0  1
  
[33] .rela.debug_locli RELA            00000000 0232dc 000024 0c     36  32  4
  
[34] .debug_rnglists   PROGBITS        00000000 01b03d 0000eb 00      0   0  1
  
[35] .shstrtab         STRTAB          00000000 01b128 00012f 00      0   0  1
  
[36] .symtab           SYMTAB          00000000 023300 000600 10     37  51  4
  
[37] .strtab           STRTAB          00000000 023900 00044d 00      0   0  1
Key to Flags
:
  
(write), (alloc), (execute), (merge), (strings), (info),
  
(link order), (extra OS processing required), (group), (TLS),
  
(compressed), (unknown), (OS specific), (exclude),
  
(VLE), (processor specific)


This is the objdump -S of libc.so and printf without and with DEBUG. Sections are the same. printf exe is the same in address, size and offset. I don't understand what can be different between one an another. The only difference that is present in two builds is the DEBUG flag. I've also added -gstabs to the non-debug version just to be sure that it wasn't the problem..

Constructors are created in this way now:

#define CONSTRUCTOR(name, pri) \
static void __attribute__((used, constructor(pri))) name##_ctor(VOID); \
static void (*__##name##_ctor)(void) = name##_ctor; \
static void name##_ctor(void)

#define DESTRUCTOR(name, pri) \
static void __attribute__((used, destructor(pri))) name##_dtor(VOID); \
static void (*__##name##_dtor)(void) = name##_dtor; \
static void name##_dtor(void)

But I can revert to the original version that was using .ctors/.dtors sections

i'm really tired...
Go to top

  Register To Post
« 1 ... 4 5 6 (7) 8 9 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project