Processing commands for cont...@bugs.debian.org:
> retitle 862858 gdb fails to properly reload PIE executables
Bug #862858 [gcc-6] gcc-6.3.0 produces binary that gdb cannot automatically
reload when it changes
Changed Bug title to 'gdb fails to properly reload PIE executables' from
'gcc-6.3.0 pr
Upon further investigation, the bug I encountered is rather with gdb than
gcc.
gdb does not seem to cope very well with position-independent
executables. Reloading a PIE file gets the entry point wrong.
Example below. Notice how the first time gdb seems a PIE executable (when
a.out has gone PIE c
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116)
Target: powerpc64le-linux-gnu
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
=== acats tests ===
=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configu
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116)
Target: s390x-linux-gnu
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
=== acats tests ===
=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configuration
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116)
Native configuration is arm-unknown-linux-gnueabihf
=== boehm-gc tests ===
Running target unix
=== boehm-gc Summary for unix ===
# of expected passes12
# of unsupported tests 1
R
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116)
Native configuration is arm-unknown-linux-gnueabi
=== boehm-gc tests ===
Running target unix
=== boehm-gc Summary ===
# of expected passes12
# of unsupported tests 1
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116)
Target: powerpc-linux-gnu
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
=== acats tests ===
=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configurati
LAST_UPDATED: Tue May 16 15:50:59 UTC 2017 (revision 248116)
Target: i686-linux-gnu
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
=== acats tests ===
=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configuration
LAST_UPDATED: Mon May 15 18:07:43 UTC 2017 (revision 248069)
Target: mips64el-linux-gnuabi64
gcc version 5.4.1 20170515 (Debian 5.4.1-10)
=== acats tests ===
=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native confi
Package: gcc-6
Version: 6.3.0-18
Severity: important
Hi,
I am directing this bug as relevant to gcc package as this is my best
guess so far of a possible culprit. gdb is the package which has its
functionality affected.
Consider the following trivial code:
#include
void a()
{
10 matches
Mail list logo