diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-10-23 06:12:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-10-23 06:12:17 +0000 |
commit | 5e2f667360034a737d84a8ad437c71315151e04c (patch) | |
tree | 4853eb96d81beb3ed7b5602d3ea16a666c895a17 /gas/ChangeLog | |
parent | c39d74270791c3cf36a6bc7b0748162bbb18e4b0 (diff) | |
download | gdb-5e2f667360034a737d84a8ad437c71315151e04c.zip gdb-5e2f667360034a737d84a8ad437c71315151e04c.tar.gz gdb-5e2f667360034a737d84a8ad437c71315151e04c.tar.bz2 |
gas/
2003-10-22 Andreas Schwab <schwab@suse.de>
H.J. Lu <hongjiu.lu@intel.com>
Jim Wilson <wilson@specifixinc.com>
* config/tc-ia64.c (update_qp_mutex): New.
(note_register_values): Properly handle one of PRs in compare
is PR0. Don't add a mutex relation for .and.orcm/.or.andcm.
Clear mutex relation for .none/.unc. Don't clear mutex relation
on predicated compare.
testsuite/
2003-10-22 Andreas Schwab <schwab@suse.de>
H.J. Lu <hongjiu.lu@intel.com>
* gas/ia64/dv-mutex-err.s: Add more tests for compare.
* gas/ia64/dv-mutex.s: Likewise.
* gas/ia64/dv-mutex-err.l: Updated.
* gas/ia64/dv-mutex.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c688eb4..12ce987 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2003-10-22 Andreas Schwab <schwab@suse.de> + H.J. Lu <hongjiu.lu@intel.com> + Jim Wilson <wilson@specifixinc.com> + + * config/tc-ia64.c (update_qp_mutex): New. + (note_register_values): Properly handle one of PRs in compare + is PR0. Don't add a mutex relation for .and.orcm/.or.andcm. + Clear mutex relation for .none/.unc. Don't clear mutex relation + on predicated compare. + 2003-10-21 Wouter van Heyst <wouter@vidicode.nl> * config/tc-arm.c (all_reg_maps): Correct text describing Maverick |