Re: Xorg on m68k

2008-03-02 Thread Geert Uytterhoeven
Hi Michael, On Sun, 2 Mar 2008, Michael Schmitz wrote: > > Finally I managed to get fbset and fbtest (from sf.net CVS) through the > > network > > into my virtual Atari. I fixed 2 brown paper bag bugs in fbtest, which now > > works fine in all modes (interleaved bitplanes at 1/2/4/8 bpp a

Re: GCC -pie patch (kinda) ....

2008-03-02 Thread Joseph S. Myers
On Sat, 1 Mar 2008, Michael Casadevall wrote: > bc_nonshared.a(elf-init.oST): In function `__libc_csu_init': > elf-init.c:(.text+0x1c): undefined reference to `__init_array_start' > elf-init.c:(.text+0x26): undefined reference to `__init_array_end' > elf-init.c:(.text+0x44): undefined reference to

Re: GCC -pie patch (kinda) ....

2008-03-02 Thread Michael Schmitz
> > elf-init.c:(.text+0x6e): undefined reference to `__fini_array_end' > > elf-init.c:(.text+0x76): undefined reference to `__fini_array_start' > > elf-init.c:(.text+0x8a): undefined reference to `__fini_array_start' > > collect2: ld returned 1 exit status > > These errors generally (on whatever EL

Re: GCC -pie patch (kinda) ....

2008-03-02 Thread Michael Casadevall
Wow, impressive. Nice job on tracking that down; saved me the work. The patch will have to be backported to the current version of binutils in unstable, and maybe proposed-updates once we get that far. I suspected it was a linker script problem; once you have the final version done, I'll submit

Re: GCC -pie patch (kinda) ....

2008-03-02 Thread Joseph S. Myers
On Sun, 2 Mar 2008, Michael Schmitz wrote: > > > elf-init.c:(.text+0x6e): undefined reference to `__fini_array_end' > > > elf-init.c:(.text+0x76): undefined reference to `__fini_array_start' > > > elf-init.c:(.text+0x8a): undefined reference to `__fini_array_start' > > > collect2: ld returned 1 ex