[parisc-linux] Deb's broken ?

Alan Modra amodra@bigpond.net.au
Wed, 14 Nov 2001 10:44:27 +1030


On Tue, Nov 13, 2001 at 07:33:30PM +0100, Jan-Benedict Glaw wrote:
> I've tried to natively build 2.2.4-4 on a 712/60 with gcc-3.0. It
> breaks in ./glibc-2.2.4/sysdeps/hppa/dl-machine.h at line 534:
> 
>     533       /* .eh_frame can have unaligned relocs.  */
> --> 534       if (reloc_addr & 3)
>     535         {
>     536           char *rel_addr = (char *) reloc_addr;

My dl-machine.h has

      if ((unsigned long) reloc_addr & 3)

I guess you are trying to use an old buggy glibc.

Alan