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 v2] ARC: gas: Generate offset with Default CFA


Hi Vineet,

> gas	* config//tc-arc.c (tc_arc_frame_initial_instructions): Use
> 	cfi_add_CFA_def_cfa to generate default CFA with offset

Approved and applied.

Note:

  +  cfi_add_CFA_def_cfa(28, 0);

You need a space between the end of the function name and the opening parenthesis.

Also - you did not test the patch by running the GAS testsuite.  If you
had done so you would have found a regression: "CFI on ARC".  I have
taken care of this for you this time...

Cheers
  Nick



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