2001-08-29 David O'Brien <obrien@FreeBSD.org>
* config/alpha/crtbegin.asm: The normal calling convention for alpha is
to re-initialize gp using 'ldgp gp,0(ra)' after a jsr instruction.
Approved by: Bernd Schmidt <bernds@redhat.com>
<Pine.LNX.4.33.
0108311210340.27963-100000@host140.cambridge.redhat.com>
From-SVN: r45321
+2001-08-29 David O'Brien <obrien@FreeBSD.org>
+
+ * config/alpha/crtbegin.asm: The normal calling convention for alpha is
+ to re-initialize gp using 'ldgp gp,0(ra)' after a jsr instruction.
+
2001-06-19 Bernd Schmidt <bernds@redhat.com>
* regmove.c (optimize_reg_copy_3): Do nothing if previous insn
br $29,1f
1: ldgp $29,0($29)
jsr $26,__do_global_dtors_aux
+ ldgp $29,0($26)
# Ideally this call would go in crtend.o, except that we can't
# get hold of __EH_FRAME_BEGIN__ there.