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] sim: bfin: fix thinko in SIC pin encoding


On Wed, Mar 23, 2011 at 01:15, Mike Frysinger wrote:
> When encoding the SIC/pin info into unique input port ids, I used bases
> of 100 when I meant to use 0x100. ÂRather than simply fix the decoding
> math in the different functions, create a few helper macros to simplify
> the SIC/pin encoding and decoding steps. ÂThis makes the resulting tables
> nice & clear.

after looking over this a bit more, i realized that the clean up also
allowed for merging of the bf533/bf537 port event handlers.  so i did
that.

difference is reflected in:
    (bfin_sic_533_port_event): Delete.
    (bfin_sic_finish): Call set_hw_port_event with
    bfin_sic_537_port_event for BF533 and BF59x targets.
-mike


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