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, ARM] Add support for value 3 of Tag_ABI_VFP_args attribute


Hi Thomas,

Ping?

Sorry for the long time in responding to your post.

The patch itself is basically fine, although I do have one request for a
change (see below).  I should mention however that we can only approve
the changes to the binutils sources.  For the change to the GDB sources
you will have to submit a separate email to the
gdb-patches@sourceware.org mailing list.

The one change I would like to see is to replace the use of numeric
values 0, 1, 2, and 3 for the Tag_ABI_VFP tag with words instead. Ie please create an enum for the values and then use the enum values in the patch. This makes the code easier to read in my opinion.

Cheers
  Nick



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