[PATCH 0/2] [ARC] Profile and JLI patches

Claudiu Zissulescu Claudiu.Zissulescu@synopsys.com
Tue May 23 13:08:00 GMT 2017


From: claziss <claziss@synopsys.com>

Hi,

I have two patches for ARC backend which adds support for profiler
(via mcount), and for JLI instructions.

OK to apply?
Claudiu

Claudiu Zissulescu (2):
  [ARC] Add profile support.
  [ARC] Add JLI support.

 libgloss/arc/Makefile.in |  20 ++-
 libgloss/arc/crt0.S      |  21 ++-
 libgloss/arc/gcrt0.S     |  79 +++++++++
 libgloss/arc/mcount.c    | 422 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 533 insertions(+), 9 deletions(-)
 create mode 100644 libgloss/arc/gcrt0.S
 create mode 100644 libgloss/arc/mcount.c

-- 
1.9.1



More information about the Newlib mailing list