Re: Possible bug - GAS for RSIC-V

2023-07-04 Thread Andreas Schwab
You haven't set up gp, or disable relaxation. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Possible bug - GAS for RSIC-V

2023-07-03 Thread David
Greetings, Assembly code below prints a Hello message on stdout under Linux. It is a simple call to Write system call while the address of my_str is loaded and passed via ABI conventions. *However, if you uncomment the second line, we will face an issue and no prints happen. Can we review this:*