security/nss/lib/freebl/mpi/hppatch.adb

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/freebl/mpi/hppatch.adb	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +#/bin/sh
     1.5 +#
     1.6 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.9 +
    1.10 +# script to change the system id in an object file from PA-RISC 2.0 to 1.1
    1.11 +
    1.12 +adb -w $1 << EOF
    1.13 +?m 0 -1 0
    1.14 +0x0?X
    1.15 +0x0?W (@0x0&~0x40000)|(~@0x0&0x40000)
    1.16 +
    1.17 +0?"change checksum"
    1.18 +0x7c?X
    1.19 +0x7c?W (@0x7c&~0x40000)|(~@0x7c&0x40000)
    1.20 +$q
    1.21 +EOF
    1.22 +
    1.23 +exit 0
    1.24 +

mercurial