commit | 5ffe413283c4c1b9a133d704e228f51aff007410 | [log] [tgz] |
---|---|---|
author | Indu Bhagat <indu.bhagat@oracle.com> | Mon Aug 19 10:46:09 2024 -0700 |
committer | Indu Bhagat <indu.bhagat@oracle.com> | Mon Aug 19 11:08:39 2024 -0700 |
tree | f1ea1a72693d8c0eec7acae57b6b2ce1be93f5a3 | |
parent | 03b09d2e34c3bd04f5e6e450a94b027c33aa6491 [diff] |
gas: ginsn: x86: pacify Wmaybe-uininitialized compiler warning Fix PR binutils/32091 After commit d56083b5047b8e7cc9eda2f867bd2b75724920a1, some gcc versions may warn about unintialized usage of ginsn_func. Albeit false positive, adapt the code to escape the warning. gas/config/ * tc-i386-ginsn.c (x86_ginsn_indirect_branch): Early exit if unexpected args.