]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[GOLD, PowerPC64] Debug info relocation overflow
authorAlan Modra <amodra@gmail.com>
Wed, 19 Jul 2023 00:56:04 +0000 (10:26 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 19 Jul 2023 01:37:03 +0000 (11:07 +0930)
commit03c02b696e90714a0ae2c0200d3c65cfffcaa1ee
treef4b99cc0a723902850be46b0c8edf2b985016c1f
parentb7bf7f1b8f61cfd02af0eefe47c54f612efa6c96
[GOLD, PowerPC64] Debug info relocation overflow

It is possible to build huge binaries on powerpc64, where 32-bit
addresses in debug info are insufficient to descibe locations in the
binary.  Help out the user, and only warn about debug overflows.

* powerpc.cc (Target_powerpc::Relocate::relocate): Warn on
relocation overflows in debug info.
gold/powerpc.cc