diff options
author | Jim Wilson <wilson@tuliptree.org> | 2001-04-14 03:51:40 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2001-04-14 03:51:40 +0000 |
commit | 1deb8127a2a7099d84e4de49128aaeb0e5125b30 (patch) | |
tree | 25e40f572240f4869c840c12db4faa6b2183d116 /gas/ChangeLog | |
parent | baf80c32aec74040d4bdb3ad85997f2253e832f7 (diff) | |
download | gdb-1deb8127a2a7099d84e4de49128aaeb0e5125b30.zip gdb-1deb8127a2a7099d84e4de49128aaeb0e5125b30.tar.gz gdb-1deb8127a2a7099d84e4de49128aaeb0e5125b30.tar.bz2 |
Fix latent bug exposed by a gcc-3 bug fix.
* tc-ia64.c (is_conditional_branch): Return true for br, brl, and br.
excluding br.i.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 873c16a..749d89b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-04-13 Jim Wilson <wilson@redhat.com> + + * tc-ia64.c (is_conditional_branch): Return true for br, brl, and br. + excluding br.i. + 2001-04-13 Jakub Jelinek <jakub@redhat.com> * config/obj-elf.c (obj_elf_change_section): Add entsize argument, |