diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-11-07 18:04:44 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-11-07 18:04:44 +0000 |
commit | b0718b7bcb40571e389ef91d3958fd3e06507bc3 (patch) | |
tree | 59977d96ce13f2cde036042f62349a6ee6d6ea02 /gdb/PROBLEMS | |
parent | 2b9e5f3fab26efbc4ba479d698b881afc87acb75 (diff) | |
download | gdb-b0718b7bcb40571e389ef91d3958fd3e06507bc3.zip gdb-b0718b7bcb40571e389ef91d3958fd3e06507bc3.tar.gz gdb-b0718b7bcb40571e389ef91d3958fd3e06507bc3.tar.bz2 |
* PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r-- | gdb/PROBLEMS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 4c460d6..b2f45d8 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -50,3 +50,18 @@ i386-*-freebsd4.4* gdb/455: GDB doesn't build on a FreeBSD 4.4-STABLE system. The problem is still being investigated. + +alpha*-*-osf* +------------- + +gdb/816: When building GDB with GCC 3.0.1, GDB is unable to load a core +file properly. It generates several errors and warnings regarding +unhandled core file section types, incorrect endianness, the failure to +load the registers. Are also incorrectly reported: The program name, the +cause of the program death, and the call stack at the moment of the +death. This problem has been reported on alpha-osf4.0f and alpha-osf5.1a. +To work-around the problem, add -D__digital__ to the CFLAGS when +building GDB vis: + + $ make CFLAGS='-O2 -D__digital__' + |