This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

Re: sim/m68hc11 daa a->a


Hi Andrew,

Andrew Cagney wrote:

Stephane,

When trying out a build with --enable-sim-build-warnings=,-Werror(1) I noticed:

case 0x19: /* daa a->a */
src8 = cpu_get_a (proc);
cpu_special (proc, M6811_DAA);
cpu_set_a (proc, dst8);
break;

(the generated file m68hc11int.c) GCC is complaining that dst8 might be used uninitialized.
Ok.  It needs a cleanup.

Heu... it also needs an implementation...in cpu_special().

enjoy,
Andrew


(1) No one has tried this for a long time

To be honest I don't use -Werror...

Thanks!,
	Stephane

-----------------------------------------------------------------------
        Home                               Office
E-mail: stcarrez@nerim.fr                  Stephane.Carrez@solsoft.fr
WWW:    http://stephane.carrez.free.fr     http://www.solsoft.com
	Free the Software!		   Visual Security Policy Management



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