Fix some other broken comments.
This commit is contained in:
parent
ffadc8821a
commit
9ea7c211d9
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: mdprologue.S,v 1.1 1994/04/07 19:44:50 pk Exp $
|
||||
* $Id: mdprologue.S,v 1.2 1994/12/04 08:26:22 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -65,7 +65,7 @@ _rtl_entry:
|
|||
|
||||
_binder_entry:
|
||||
movd tos,r1 /* grab return address (within PLT) */
|
||||
movd r0,tos /* save r0 (that's for cerror) */
|
||||
movd r0,tos /* save r0 (for cerror) */
|
||||
movzwd 0(r1),tos /* get function index */
|
||||
addr -6(r1),tos /* point to PLT slot */
|
||||
bsr _binder /* relocate function address */
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: mdprologue.S,v 1.3 1994/01/29 02:03:46 jtc Exp $
|
||||
* $Id: mdprologue.S,v 1.4 1994/12/04 08:26:25 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -56,7 +56,7 @@ L.2B:
|
|||
add %i1, %fp, %i1 ! if so, adjust to absolute address
|
||||
1:
|
||||
ld [%i1], %o3 ! load base address (crtp->crt_ba)
|
||||
ld [%l7], %o2 ! get rtld's __DYNAMIC address
|
||||
ld [%l7], %o2 ! get __DYNAMIC address
|
||||
! from 1st GOT entry
|
||||
add %o2, %o3, %o2 ! relocate and make it 3rd arg.
|
||||
|
||||
|
@ -94,7 +94,7 @@ _binder_entry:
|
|||
|
||||
restore ! get rid of our context
|
||||
jmp %g1 ! and go.
|
||||
restore ! and the jmpslot's
|
||||
restore ! and the jmpslot context
|
||||
nop
|
||||
|
||||
.seg "data" ! [internal]
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: mdprologue.S,v 1.1 1994/04/07 19:44:50 pk Exp $
|
||||
* $Id: mdprologue.S,v 1.2 1994/12/04 08:26:22 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -65,7 +65,7 @@ _rtl_entry:
|
|||
|
||||
_binder_entry:
|
||||
movd tos,r1 /* grab return address (within PLT) */
|
||||
movd r0,tos /* save r0 (that's for cerror) */
|
||||
movd r0,tos /* save r0 (for cerror) */
|
||||
movzwd 0(r1),tos /* get function index */
|
||||
addr -6(r1),tos /* point to PLT slot */
|
||||
bsr _binder /* relocate function address */
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: mdprologue.S,v 1.3 1994/01/29 02:03:46 jtc Exp $
|
||||
* $Id: mdprologue.S,v 1.4 1994/12/04 08:26:25 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -56,7 +56,7 @@ L.2B:
|
|||
add %i1, %fp, %i1 ! if so, adjust to absolute address
|
||||
1:
|
||||
ld [%i1], %o3 ! load base address (crtp->crt_ba)
|
||||
ld [%l7], %o2 ! get rtld's __DYNAMIC address
|
||||
ld [%l7], %o2 ! get __DYNAMIC address
|
||||
! from 1st GOT entry
|
||||
add %o2, %o3, %o2 ! relocate and make it 3rd arg.
|
||||
|
||||
|
@ -94,7 +94,7 @@ _binder_entry:
|
|||
|
||||
restore ! get rid of our context
|
||||
jmp %g1 ! and go.
|
||||
restore ! and the jmpslot's
|
||||
restore ! and the jmpslot context
|
||||
nop
|
||||
|
||||
.seg "data" ! [internal]
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: mdprologue.S,v 1.1 1994/04/07 19:44:50 pk Exp $
|
||||
* $Id: mdprologue.S,v 1.2 1994/12/04 08:26:22 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -65,7 +65,7 @@ _rtl_entry:
|
|||
|
||||
_binder_entry:
|
||||
movd tos,r1 /* grab return address (within PLT) */
|
||||
movd r0,tos /* save r0 (that's for cerror) */
|
||||
movd r0,tos /* save r0 (for cerror) */
|
||||
movzwd 0(r1),tos /* get function index */
|
||||
addr -6(r1),tos /* point to PLT slot */
|
||||
bsr _binder /* relocate function address */
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: mdprologue.S,v 1.3 1994/01/29 02:03:46 jtc Exp $
|
||||
* $Id: mdprologue.S,v 1.4 1994/12/04 08:26:25 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -56,7 +56,7 @@ L.2B:
|
|||
add %i1, %fp, %i1 ! if so, adjust to absolute address
|
||||
1:
|
||||
ld [%i1], %o3 ! load base address (crtp->crt_ba)
|
||||
ld [%l7], %o2 ! get rtld's __DYNAMIC address
|
||||
ld [%l7], %o2 ! get __DYNAMIC address
|
||||
! from 1st GOT entry
|
||||
add %o2, %o3, %o2 ! relocate and make it 3rd arg.
|
||||
|
||||
|
@ -94,7 +94,7 @@ _binder_entry:
|
|||
|
||||
restore ! get rid of our context
|
||||
jmp %g1 ! and go.
|
||||
restore ! and the jmpslot's
|
||||
restore ! and the jmpslot context
|
||||
nop
|
||||
|
||||
.seg "data" ! [internal]
|
||||
|
|
Loading…
Reference in New Issue