Re: Disabling -pie when linking?

2013-02-10 Thread Samuel Thibault
Samuel Thibault, le Mon 11 Feb 2013 03:06:59 +0100, a écrit : > Svante Signell, le Sun 20 Jan 2013 18:18:16 +0100, a écrit : > > A recent problem popping up is that executables using the -pie flag when > > linking segfaults when starting up. Examples are mktable in w3m > > I've had a look, and sus

Re: Disabling -pie when linking?

2013-02-10 Thread Samuel Thibault
Hello, Svante Signell, le Sun 20 Jan 2013 18:18:16 +0100, a écrit : > A recent problem popping up is that executables using the -pie flag when > linking segfaults when starting up. Examples are mktable in w3m I've had a look, and suspect that it's the heuristics that libgc uses which become bogus

[PATCH,HURD] Fix reading core

2013-02-10 Thread Samuel Thibault
The i386 GNU/Hurd ELF core format actually follows the uaccess gregset_t array format, not the Mach thread state format. This fixes gdb reading it. * gdb/i386gnu-nat.c (CREG_OFFSET): New macro. (creg_offset): New array. (CREG_ADDR): Use creg_offset instead of reg_offset. --- a/gdb/i386gnu-nat.c.

[bug #32770] Add /proc/$pid/maps

2013-02-10 Thread Samuel Thibault
Follow-up Comment #1, bug #32770 (project hurd): procfs from hurdextras has some support for that. We can probably also take other code from there for other files. ___ Reply to this item at: __