diff options
author | Svein Seldal <svein@dev.seldal.com> | 2005-02-27 18:44:55 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2005-02-27 18:44:55 +0000 |
commit | e5f129ad9cf0d043faa7d5ca534420be5ef4ae8a (patch) | |
tree | 45d938f19da6a97caad106270d192395f352ead7 /gas | |
parent | 76e9f6054896f9aa771df1615e813af9713a1a8f (diff) | |
download | gdb-e5f129ad9cf0d043faa7d5ca534420be5ef4ae8a.zip gdb-e5f129ad9cf0d043faa7d5ca534420be5ef4ae8a.tar.gz gdb-e5f129ad9cf0d043faa7d5ca534420be5ef4ae8a.tar.bz2 |
Changed my own mail address
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-tic4x.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 275bd1c..a8b51af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-02-27 Svein E. Seldal <svein@dev.seldal.com> + + * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail + address for myself. + 2005-02-23 Alan Modra <amodra@bigpond.net.au> * cgen.c: Warning fixes. diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index 334444e..fa864a6 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -323,7 +323,7 @@ tic4x_gen_to_words (flonum, words, precision) unsigned int rbit; /* Round bit. */ int shift; /* Shift count. */ - /* NOTE: Svein Seldal <Svein.Seldal@solidas.com> + /* NOTE: Svein Seldal <Svein@dev.seldal.com> The code in this function is altered slightly to support floats with 31-bits mantissas, thus the documentation below may be a little bit inaccurate. |