commit | 906f69cf65daa8fee1c1c94a5c2fb221ba02b40d | [log] [tgz] |
---|---|---|
author | Andreas Krebbel <krebbel@linux.ibm.com> | Wed Oct 19 09:03:17 2022 +0200 |
committer | Andreas Krebbel <krebbel@linux.ibm.com> | Wed Oct 19 09:03:17 2022 +0200 |
tree | b4b68625589003e42dff226699c2387520fa8b7a | |
parent | 9454c9ce88b25646d279feed329c9cdba69b4905 [diff] |
IBM zSystems: Issue error for *DBL relocs on misaligned symbols Relocs like PC32DBL require a right shift of the symbol value. There is no situation where dropping symbol value bits with the right shift is a good thing. Hence we now issue an error to detect such problems.