This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


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

src/gdb ChangeLog Makefile.in alpha-tdep.c arm ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cagney@sources.redhat.com	2001-08-01 11:39:28

Modified files:
	gdb            : ChangeLog Makefile.in alpha-tdep.c 
	                 arm-linux-tdep.c arm-tdep.c ax.h defs.h 
	                 expression.h findvar.c i386-tdep.c i387-tdep.c 
	                 ia64-tdep.c parse.c parser-defs.h rs6000-tdep.c 
	                 sh-tdep.c stabsread.c top.c utils.c valarith.c 
	                 valprint.c value.h values.c 
	gdb/config/i386: tm-symmetry.h 
	gdb/config/i960: tm-i960.h 
	gdb/config/m88k: tm-m88k.h 
Added files:
	gdb            : doublest.c doublest.h 

Log message:
	* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
	(HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
	(HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
	(floatformat_to_doublest, floatformat_from_doublest)
	(floatformat_is_negative, floatformat_is_nan)
	(floatformat_mantissa, store_floating)
	(extract_floating): Move declaration from here.
	* doublest.h: To here.  New file.
	* utils.c (get_field, floatformat_to_doublest, put_field)
	(ldfrexp, floatformat_from_doublest, floatformat_is_negative)
	(floatformat_is_nan, floatformat_mantissa)
	(FLOATFORMAT_CHAR_BIT): Move from here.
	* doublest.c: To here.  New file.
	* findvar.c (store_floating, extract_floating): Move from here.
	* doublest.c: To here.
	* Makefile.in (SFILES): Add doublest.c.
	(COMMON_OBS): Add doublest.o.
	(doublest.o): Specify dependencies.
	(doublest_h): Define.
	
	* config/m88k/tm-m88k.h: Include "doublest.h".
	* config/i960/tm-i960.h: Ditto.
	* config/i386/tm-symmetry.h: Ditto.
	* rs6000-tdep.c, valarith.c: Ditto.
	* valprint.c, stabsread.c, sh-tdep.c: Ditto.
	* ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
	* values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
	* alpha-tdep.c, ax.h, expression.h: Ditto.
	* sh-tdep.c, parse.c, top.c, value.h: Ditto.
	
	* Makefile.in (arm-tdep.o): Add $(doublest_h).
	(i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
	(rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
	(values.o, valprint.o, arm-linux-tdep.o): Ditto.
	(alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
	(parser_defs_h): Ditto.
	(expression_h): Add $(doublest_h) and $(symtab_h).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doublest.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doublest.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1537&r2=1.1538
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.108&r2=1.109
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alpha-tdep.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arm-linux-tdep.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arm-tdep.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ax.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/expression.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/findvar.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.c.diff?cvsroot=src&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i387-tdep.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ia64-tdep.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parser-defs.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/rs6000-tdep.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sh-tdep.c.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stabsread.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&r1=1.46&r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valarith.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valprint.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/value.h.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/values.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/i386/tm-symmetry.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/i960/tm-i960.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/m88k/tm-m88k.h.diff?cvsroot=src&r1=1.6&r2=1.7


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