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/ChangeLog | |
parent | 7e89e3575daf98bac9dece8abfab33dc42664626 (diff) | |
download | gdb-7a621144429a4760ba888069d08bd190e3557119.zip gdb-7a621144429a4760ba888069d08bd190e3557119.tar.gz gdb-7a621144429a4760ba888069d08bd190e3557119.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c1c52f3..b90a726 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +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 Alan Modra <amodra@bigpond.net.au> * write.c (write_object_file): Make use of bfd_section_list_remove. |