| commit | a23cf0c2ece4812232cf9434bdc77fbb70ae3f6b | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Wed Sep 20 11:29:53 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Mon Oct 30 07:45:39 2023 -0600 |
| tree | 70069e09a1eb494e393d281563ee6d4cd2b16103 | |
| parent | 47231c30a0475092cd452d6062ed06ee904e28f8 [diff] |
Fix fixed-point "return" on ARM On a big-endian ARM machine, the "return" command resulted in the wrong value being returned when the function had a fixed-point return type. This patch fixes the problem by unpacking and repacking the fixed-point type appropriately. Approved-By: Luis Machado <luis.machado@arm.com>