mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2003-10-01 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (s_cpreturn): Correct errors in comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-10-01 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (s_cpreturn): Correct errors in comment.
|
||||||
|
|
||||||
2003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
2003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extension
|
* config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extension
|
||||||
|
@ -12527,11 +12527,11 @@ s_cprestore (int ignore ATTRIBUTE_UNUSED)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Handle the .cpreturn pseudo-op defined for NewABI PIC code. If an offset
|
/* Handle the .cpreturn pseudo-op defined for NewABI PIC code. If an offset
|
||||||
was given in the preceeding .gpsetup, it results in:
|
was given in the preceeding .cpsetup, it results in:
|
||||||
ld $gp, offset($sp)
|
ld $gp, offset($sp)
|
||||||
|
|
||||||
If a register $reg2 was given there, it results in:
|
If a register $reg2 was given there, it results in:
|
||||||
daddiu $gp, $gp, $reg2
|
daddu $gp, $reg2, $0
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
s_cpreturn (int ignore ATTRIBUTE_UNUSED)
|
s_cpreturn (int ignore ATTRIBUTE_UNUSED)
|
||||||
|
Reference in New Issue
Block a user