diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 02:34:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 02:34:00 +0000 |
commit | e8a3ab752debe9a6a1d15c75950950bc9a1ef024 (patch) | |
tree | 4579bb5d016932b43ee7ad748c1921f5e2c08d17 /gas/ChangeLog | |
parent | 0561a208f868f3f94e3760e0d68106c1abbd3dc8 (diff) | |
download | ppe42-binutils-e8a3ab752debe9a6a1d15c75950950bc9a1ef024.tar.gz ppe42-binutils-e8a3ab752debe9a6a1d15c75950950bc9a1ef024.zip |
1999-09-11 Donn Terry <donn@interix.com>
* config/obj-coff.c (add_lineno): Check that the line number is
positive.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a04238003d..3650223a16 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,9 @@ 1999-09-11 Donn Terry <donn@interix.com> + * config/obj-coff.c (add_lineno): Check that the line number is + positive. + * config/atof-ieee.c (atof_ieee): Change what_kind to int. * config/atof-vax.c (flonum_gen2vax): Change format_letter to int. |