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: Updates for m68k-linux target


> +  for (i = FPC_REGNUM; i <= FPI_REGNUM; i++)
> +    if (regno == -1 || regno == i)
> +      fpregsetp->fpcntl[regno - FPC_REGNUM]
> +	= *(int *) &registers[REGISTER_BYTE (regno)];
> 
BTW, there were a few registers[] references still lurking in there.


enjoy,
Andrew


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