diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-02-10 20:41:10 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-02-10 20:41:10 +0000 |
commit | f64479baa4e56272b99554099244ce833292effc (patch) | |
tree | 8eac98f0dd21e59c48b15838bc6cbad8eeaf68fe | |
parent | 75a1d67abb5453f79f8494c8b8c882b624a4c1b9 (diff) | |
download | gdb-f64479baa4e56272b99554099244ce833292effc.zip gdb-f64479baa4e56272b99554099244ce833292effc.tar.gz gdb-f64479baa4e56272b99554099244ce833292effc.tar.bz2 |
* Add support for 0x1_2_3_4 bignums.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d75873f..d60cee8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com> + + * expr.c: Add support for 0x1_2_3_4 bignums. + * testsuite/gas/dvp/: Added new testcases for these. + Tue Feb 10 14:43:40 1998 Ian Lance Taylor <ian@cygnus.com> * configure.in: Change -linux* to -linux-gnu*. |