This is the mail archive of the gdb-patches@sourceware.org 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: [RFA 1/5] Remove regcache_xmalloc


>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> +	  struct regcache *regcache = new regcache (data.gdbarch, aspace);

The builder complained about this line.
It had to be 'new struct regcache' instead.

However, this was change in a subsequent commit, so my try run didn't
catch it.  I suppose I will have to start doing try runs for each
individual patch; which is kind of a pain :(

Anyway, I'm sorry about this.  The only good thing is that you probably
won't hit this problem unless you bisect.

Tom


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