Commit 502d7ac
GNU3 demangler: fix __int128 literal type and .eh extension spacing
- Fix DemanglePrimaryExpression 'n' case: type is __int128 (signed),
not __uint128 — matches the Itanium ABI spec for type code 'n'
- Fix dot-extension appending (.eh, .eh_frame, etc.): add space before
the human-readable extension name to avoid "fooexception handler"
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bc7fb97 commit 502d7ac
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | | - | |
| 1081 | + | |
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| |||
2762 | 2762 | | |
2763 | 2763 | | |
2764 | 2764 | | |
2765 | | - | |
| 2765 | + | |
2766 | 2766 | | |
2767 | 2767 | | |
2768 | 2768 | | |
| |||
0 commit comments