diff options
author | Doug Evans <dje@google.com> | 1998-12-16 06:22:33 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-12-16 06:22:33 +0000 |
commit | 8ca780d31c4052db3a1323fe9c6cbd8f598cd922 (patch) | |
tree | 691b1f912b25edcd39ce4d5517c0281d27ba3bec /gas | |
parent | f87366ec28236f323d8758e72a823d075e5b84bf (diff) | |
download | fsf-binutils-gdb-8ca780d31c4052db3a1323fe9c6cbd8f598cd922.zip fsf-binutils-gdb-8ca780d31c4052db3a1323fe9c6cbd8f598cd922.tar.gz fsf-binutils-gdb-8ca780d31c4052db3a1323fe9c6cbd8f598cd922.tar.bz2 |
* cgen.c (gas_cgen_md_apply_fix3): Mark as an error, rather than a
warning, values that don't fit in the field.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 253c061..28bc414 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +1998-12-15 Doug Evans <devans@casey.cygnus.com> + + * cgen.c (gas_cgen_md_apply_fix3): Mark as an error, rather than a + warning, values that don't fit in the field. + 1998-12-15 Gavin Romig-Koch <gavin@cygnus.com> * config/tc-mips.c (mips_abi_string): New. |