diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-01-05 19:06:52 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-01-05 19:06:52 +0000 |
commit | 7a621144429a4760ba888069d08bd190e3557119 (patch) | |
tree | c64b347e23312963cc8437f410e53175fd008c5a /gas/testsuite/gas/mips/mips-gp64-fp64-pic.s | |
parent | 7e89e3575daf98bac9dece8abfab33dc42664626 (diff) | |
download | binutils-gdb-7a621144429a4760ba888069d08bd190e3557119.tar.gz |
2002-01-05 Daniel Jacobowitz <drow@mvista.com>
* tc-mips.c (mips_cprestore_valid): New flag.
(mips_frame_reg_valid): New flag.
(macro) [M_JAL_2]: Check both flags.
[M_JAL_A]: Likewise.
(s_cprestore): Set mips_cprestore_valid.
(tc_get_register): If setting mips_frame_reg, set
mips_frame_reg_valid and clear mips_cprestore_valid.
(s_mips_ent): Clear both flags.
(s_mips_end): Clear both flags.
2002-01-05 Daniel Jacobowitz <drow@mvista.com>
* gas/mips/jal-svr4pic.s: Add .ent and .frame directives.
* gas/mips/mips-abi32-pic.s: Add .frame directive.
* gas/mips/mips-gp32-fp32-pic.s: Likewise.
* gas/mips/mips-gp32-fp64-pic.s: Likewise.
* gas/mips/mips-gp64-fp32-pic.s: Likewise.
* gas/mips/mips-gp64-fp64-pic.s: Likewise.
Diffstat (limited to 'gas/testsuite/gas/mips/mips-gp64-fp64-pic.s')
-rw-r--r-- | gas/testsuite/gas/mips/mips-gp64-fp64-pic.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/mips-gp64-fp64-pic.s b/gas/testsuite/gas/mips/mips-gp64-fp64-pic.s index 195dc5ca5e0..0d42de3c60f 100644 --- a/gas/testsuite/gas/mips/mips-gp64-fp64-pic.s +++ b/gas/testsuite/gas/mips/mips-gp64-fp64-pic.s @@ -12,6 +12,7 @@ unshared: .text .ent func func: + .frame $sp,0,$31 .set noreorder .cpload $25 # 0000 lui gp,hi(_gp_disp) # 0004 addiu gp,gp,lo(_gp_disp) |