This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/14971] Failures in gdb.base/longjmp.exp


http://sourceware.org/bugzilla/show_bug.cgi?id=14971

--- Comment #8 from Pedro Alves <palves at redhat dot com> 2013-01-17 18:08:03 UTC ---
Ah, yeah.  I knew ARM didn't support it, and wrongly inferred from that
other didn't either.  I now see that ARM, MIPS, m68k and hppa in don't
do mangling, with things like:

/* Pointer mangling is not yet supported for ARM.  */
#define PTR_MANGLE(var) (void) (var)
#define PTR_DEMANGLE(var) (void) (var)

> I tend to think it isn't too bad to live with a spurious
> FAIL or two.  This is pretty much the normal state for
> the gdb test suite anyway.

Yeah...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]