diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-11-01 21:14:44 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-11-01 21:14:44 +0000 |
commit | 7954cc14d9d573ed2c686c7a83ce63e5762d8766 (patch) | |
tree | 5c35aec8110ea024eab65b4e584977bb84db68ad /gas | |
parent | 63982998169d841bd39e318d6fbaa5b7d1f37f94 (diff) | |
download | ppe42-binutils-7954cc14d9d573ed2c686c7a83ce63e5762d8766.tar.gz ppe42-binutils-7954cc14d9d573ed2c686c7a83ce63e5762d8766.zip |
* config/tc-i386.c (md_assemble): For a jump instruction with non-constant
target, require 7 available bytes in the current frag, not 6.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8f2fee2e4d..4f88da7221 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com> + + * config/tc-i386.c (md_assemble): For a jump instruction with + non-constant target, require 7 available bytes in the current + frag, not 6. + Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com> * config/obj-elf.h: Include bfd/elf-bfd.h rather than |