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: [1/3] [PATCH] value_optimized_out and value_fetch_lazy


On 03/07/2013 7:42 PM, Pedro Alves wrote:
> On 07/01/2013 07:06 PM, Andrew Burgess wrote:
> 
>> 2013-07-01  Andrew Burgess  <aburgess@broadcom.com>
>>
>> 	* valops.c (value_fetch_lazy): Moved to value.c.
>> 	* value.c (value_fetch_lazy): Moved from valops.c.
> 
> This is OK, but should mention the "user-regs.h" include
> move too.

Applied with the following changelog entry:

gdb/ChangeLog

2013-07-04  Andrew Burgess  <aburgess@broadcom.com>

	* valops.c: Don't include "user-regs.h".
	(value_fetch_lazy): Moved to value.c.
	* value.c: Include "user-regs.h".
	(value_fetch_lazy): Moved from valops.c.


Thanks,
Andrew


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