diff options
author | Jim Wilson <wilson@tuliptree.org> | 2000-11-16 23:52:01 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2000-11-16 23:52:01 +0000 |
commit | ca683b78f3320f7442f14e78e6672553f71f1585 (patch) | |
tree | 0d6ca7b1a516a24b6b9a082673eff9994105ff6b /gas/ChangeLog | |
parent | 71517c7008466f0211a3380e9e9950f1b440dc54 (diff) | |
download | gdb-ca683b78f3320f7442f14e78e6672553f71f1585.zip gdb-ca683b78f3320f7442f14e78e6672553f71f1585.tar.gz gdb-ca683b78f3320f7442f14e78e6672553f71f1585.tar.bz2 |
Fix minor typos in recent errata workaround patch.
* config/tc-ia64.c (errata_nop_necessary_p): Abort if general regno
>= 128 instead of > 128. Abort if predicate regno is >= 64 instead of
> 16.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 32d904e..5667e9b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2000-11-16 Jim Wilson <wilson@redhat.com> + + * config/tc-ia64.c (errata_nop_necessary_p): Abort if general regno + >= 128 instead of > 128. Abort if predicate regno is >= 64 instead of + > 16. + 2000-11-16 H.J. Lu <hjl@gnu.org> * config/obj-elf.c (obj_elf_symver): Don't check the missing |