[palinux-palo] bug#87: palo ipl entry point must be at start of executable


None


X-PA-RISC Linux-PR-Message: report 87
X-PA-RISC Linux-PR-Package: palo
X-Loop: daniel_frazier@hp.com
Received: via spool by bugs@bugs.parisc-linux.org id=B.9851989041760
          (code B ref -1); Wed, 21 Mar 2001 18:33:01 GMT
Message-Id: <m14fnEB-001VltC@bame.riverrock.org>
Date: Wed, 21 Mar 2001 11:20:59 -0700 (MST)
To: submit@bugs.parisc-linux.org
From: bame@debian.org
Cc: bame@debian.org
Sender: www-data@bame.riverrock.org

Package: palo
Version: 20Mar2001
Severity: grave

recently the palo ipl entry point, $ (in crt0.S), started
being moved to 0x60010 rather than 0x60000 where the text segment
is relocated.  This is due to linker stubs being inserted at the
beginning of the segment.

Fix is to use .init instead.