This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

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


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


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