diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-09-14 21:37:04 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-09-14 21:37:04 +0000 |
commit | 7484b8e6d911ef13ec4197a4b8334220c41f7dc4 (patch) | |
tree | 274e8151e197b5f513e48b4a62ed99c907e09f17 /gas/ChangeLog | |
parent | 74d1c347e92b42c9d546fbe67d7a572a72c54a41 (diff) | |
download | gdb-7484b8e6d911ef13ec4197a4b8334220c41f7dc4.zip gdb-7484b8e6d911ef13ec4197a4b8334220c41f7dc4.tar.gz gdb-7484b8e6d911ef13ec4197a4b8334220c41f7dc4.tar.bz2 |
Eliminate false DVs on parallel compares.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2b893d4..1e1ef03 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2000-09-14 Timothy Wall <twall@cygnus.com> + + * config/tc-ia64.c (specify_resource): For PR%/PR63, note types of + parallel comparisons for later use. + (struct rsrc): Add parallel comparison type. + (resources_match): Skip special cases of PR usage (non-conflicting + parallel compares). + 2000-09-13 Kazu Hirata <kazu@hxi.com> * config/obj-ecoff.c: Fix formatting. |