commit | 85aaf32e610e01ccde008e5bbfd6df95558dbeae | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Wed May 18 09:38:40 2022 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Wed May 18 09:38:40 2022 +0200 |
tree | cd31f7b28b1e7b5b7495f94a57e9f634b957dc00 | |
parent | 9c70556165e97c43a2d7e829211e2c15fd7b3582 [diff] |
gas: avoid octal numbers being accepted when processing .linefile Compilers would put decimal numbers there, so I think we should treat finding octal numbers the same as finding bignums - ignore them as actually being comments of some very specific form.