This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Change in maintainer address


Hello,

I've changed my mail address. Hence I have updated my entries in the binutils 
repository. I've taken the liberty to check it in directly without prior 
permission. Hope it is ok.

Svein
? build.avr
? build.native
? namechange.diff
? gas/doc/as.info
Index: binutils/MAINTAINERS
===================================================================
RCS file: /cvs/src/src/binutils/MAINTAINERS,v
retrieving revision 1.82
diff -c -3 -p -r1.82 MAINTAINERS
*** binutils/MAINTAINERS	10 Feb 2005 23:31:54 -0000	1.82
--- binutils/MAINTAINERS	27 Feb 2005 18:43:44 -0000
*************** responsibility among the other maintaine
*** 96,102 ****
    SH		   Kaz Kojima <kkojima@rr.iij4u.or.jp>
    SPARC		   Jakub Jelinek <jakub@redhat.com>
    TESTSUITES	   Ben Elliston <bje@gnu.org>
!   TIC4X            Svein Seldal <svein.seldal@solidas.com>
    TIC54X           Timothy Wall <twall@alum.mit.edu>
    VAX		   Jason R Thorpe <thorpej@netbsd.org>
    x86_64	   Jan Hubicka <jh@suse.cz>
--- 96,102 ----
    SH		   Kaz Kojima <kkojima@rr.iij4u.or.jp>
    SPARC		   Jakub Jelinek <jakub@redhat.com>
    TESTSUITES	   Ben Elliston <bje@gnu.org>
!   TIC4X            Svein Seldal <svein@dev.seldal.com>
    TIC54X           Timothy Wall <twall@alum.mit.edu>
    VAX		   Jason R Thorpe <thorpej@netbsd.org>
    x86_64	   Jan Hubicka <jh@suse.cz>
Index: gas/ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.2371
diff -c -3 -p -r1.2371 ChangeLog
*** gas/ChangeLog	23 Feb 2005 12:28:01 -0000	1.2371
--- gas/ChangeLog	27 Feb 2005 18:43:47 -0000
***************
*** 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.
Index: gas/config/tc-tic4x.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-tic4x.c,v
retrieving revision 1.14
diff -c -3 -p -r1.14 tc-tic4x.c
*** gas/config/tc-tic4x.c	23 Feb 2005 12:28:06 -0000	1.14
--- gas/config/tc-tic4x.c	27 Feb 2005 18:43:49 -0000
*************** tic4x_gen_to_words (flonum, words, preci
*** 323,329 ****
    unsigned int rbit;            /* Round bit. */
    int shift;			/* Shift count.  */
  
!   /* NOTE: Svein Seldal <Svein.Seldal@solidas.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.
--- 323,329 ----
    unsigned int rbit;            /* Round bit. */
    int shift;			/* Shift count.  */
  
!   /* 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]