diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-04-16 22:18:20 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-04-16 22:18:20 +0000 |
commit | 865447db04676bf9716611988ed53e518c2ca435 (patch) | |
tree | 6046dc2de0917c8a341d3383d01316b4f9558df9 | |
parent | cdf235577bf3edd2004dff1e857b4b71170ff4ba (diff) | |
download | gdb-865447db04676bf9716611988ed53e518c2ca435.zip gdb-865447db04676bf9716611988ed53e518c2ca435.tar.gz gdb-865447db04676bf9716611988ed53e518c2ca435.tar.bz2 |
* config/tc-arm.c (my_get_float_expression): Update call to
gen_to_words, X_PRECISION changed from 6 to 5.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 99247ad..2072065 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com> + + * config/tc-arm.c (my_get_float_expression): Update call to + gen_to_words, X_PRECISION changed from 6 to 5. + Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com> * config/tc-ppc.c (register_name,reg_name_search): Move register |