This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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][RX] (1/3) Add RXv2 instruction support


Ok, with some minor fixes:

+are recognised as validcpu names.  Attempting to assemble an instruction
+not supported by theindicated cpu type will result in an error message

missing spaces in "validcpu" and "theindicated"

+  if (rx_cpu != RXV2)

Will this need to be "rx_cpu < RXV2" at some point in the future?  No
need to change now, just wondering...


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