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: [Patch, microblaze] Add little-endian breakpoint


>>>>> "Ajit" == Ajit Kumar Agarwal <ajit.kumar.agarwal@xilinx.com> writes:

Ajit>    static gdb_byte break_insn[] = MICROBLAZE_BREAKPOINT;
Ajit> +  static gdb_byte break_insn_le[] = MICROBLAZE_BREAKPOINT_LE;

Not really your problem, since you're just following the existing code,
but it seems like both of these could be "const".

Tom


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