RE: Arm semihosting v2 implementation isn't complete

Tamar Christina <[email protected]>
Newsgroups gmane.comp.lib.newlib
Message-ID <DB6PR0802MB23096B2247E3259F0314ABFBFFBD0@DB6PR0802MB2309.eurprd08.prod.outlook.com>
Hi Alex

> -----Original Message-----
> From: [email protected] <[email protected]> On
> Behalf Of Alexander Fedotov
> Sent: Tuesday, December 18, 2018 13:08
> To: Newlib <[email protected]>
> Subject: Arm semihosting v2 implementation isn't complete
> 
> Hi all
> 
> I see that number of commits were dedicated to changes for Arm
> Semihosting v2 specification that states:
> ARM encourages semihosting callers to implement support for trapping using
> HLT on A32 and T32 as a configurable option. ARM strongly discourages
> semihosting callers from mixing the HLT and SVC mechanisms within the
> same executable.
> 
> At the moment there is no HLT instruction used in libgloss/arm.

There is, see swi.h, we don't support mixing of HLT and SVC (as mentioned in the specification bit you quoted) so they are in different libraries.
HLT is used when you used the MIXED_MODE spec files. E.g. aprofile-validation-v2m.specs will use HLT and aprofile-validation.specs uses SVC.

Regards,
Tamar

> 
> So the question is: is there any reason to not have HLT right now ?
> 
> Alex
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.