This is the mail archive of the binutils-cvs@sourceware.org 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]

src/gas ChangeLog NEWS read.c testsuite/Change ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2007-10-04 17:05:37

Modified files:
	gas            : ChangeLog NEWS read.c 
	gas/testsuite  : ChangeLog 
	gas/config     : obj-coff.c obj-elf.c tc-alpha.c tc-dlx.c 
	                 tc-hppa.c tc-ia64.c tc-m68hc11.c tc-mcore.c 
	                 tc-mips.c tc-s390.c tc-spu.c 
	gas/doc        : as.texinfo 
	gas/testsuite/gas/all: gas.exp 
Added files:
	gas/testsuite/gas/all: string.d string.s 

Log message:
	* read.c (potable): Add string8, string16, string32 and string64. Add bit size for stringer function.
	(stringer_append_char): New.
	(stringer): Use stringer_append_char().
	* config/obj-coff.c (obj_coff_ident): Add bit size for stringer function.
	* config/obj-elf.c (obj_elf_ident): Likewise.
	* config/tc-alpha.c (s_alpha_stringer): Likewise.
	* config/tc-dlx.c (dlx_pseudo_table): Likewise.
	* config/tc-hppa.c (pa_stringer): Likewise.
	* config/tc-ia64.c (md_pseudo_table, pseudo_opcode): Likewise.
	* config/tc-m68hc11.c (md_pseudo_table): Likewise.
	* config/tc-mcore.c (md_pseudo_table): Likewise.
	* config/tc-mips.c (mips_pseudo_table): Likewise.
	* config/tc-spu.c (md_pseudo_table): Likewise.
	* config/tc-s390.c (md_pseudo_table): Likewise. Replace '2' by '1'.
	* doc/as.texinfo (ABORT): Fix identing.
	(String): Document new string8, string16, string32, string64 functions.
	* NEWS: Mention the new feature.
	
	* testsuite/gas/all/gas.exp: Include new test "strings".
	* testsuite/gas/all/string.s: New
	* testsuite/gas/all/string.d: New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3361&r2=1.3362
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/NEWS.diff?cvsroot=src&r1=1.89&r2=1.90
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/read.c.diff?cvsroot=src&r1=1.130&r2=1.131
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1234&r2=1.1235
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/obj-coff.c.diff?cvsroot=src&r1=1.93&r2=1.94
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/obj-elf.c.diff?cvsroot=src&r1=1.103&r2=1.104
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-alpha.c.diff?cvsroot=src&r1=1.73&r2=1.74
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-dlx.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-hppa.c.diff?cvsroot=src&r1=1.134&r2=1.135
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-ia64.c.diff?cvsroot=src&r1=1.194&r2=1.195
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-m68hc11.c.diff?cvsroot=src&r1=1.52&r2=1.53
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-mcore.c.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-mips.c.diff?cvsroot=src&r1=1.374&r2=1.375
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-s390.c.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-spu.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.167&r2=1.168
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/string.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/string.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/gas.exp.diff?cvsroot=src&r1=1.48&r2=1.49


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