This is the mail archive of the gdb@sources.redhat.com 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]

5.1 ERRATA file?


Hello,

Something I noticed from the feedback so far is that it is hard to know 
what problems a release will have - they are burried in the file 
gdb/README.  What do people think of them being moved to the file 
gdb/ERRATA?  Then again, the GNU coding standard might override such an 
idea :-/

(This is more of a policy decision so I've posted it to gdb@ rather than 
gdb-patches@)

Andrew
2001-11-27  Andrew Cagney  <ac131313@redhat.com>

	* ERRATA: New file.  Move build notes to here.
	* README: From here.

Index: ERRATA
===================================================================
RCS file: ERRATA
diff -N ERRATA
*** /dev/null	Tue May  5 13:32:27 1998
--- ERRATA	Mon Nov 26 22:51:37 2001
***************
*** 0 ****
--- 1,45 ----
+ hppa2.0-hp-hpux10.20
+ 
+ Due to a problem (conflicting types) with libiberty/regex.c, GDB 5.1
+ does not build on HP/UX 10.20 when using the HP supplied compiler.
+ 
+ Due to bit rot, GDB 5.1 does not work on HP/UX 10.20 when built with
+ GCC.
+ 
+ 
+ hppa2.0w-hp-hpux11.00
+ 
+ Due to a problem with ltconfig and long argument lines, GDB 5.1 does
+ not configure on HP/UX 11.00.
+ 
+ 
+ alpha-dec-osf5.1
+ 
+ GDB 5.1 has a number of problems on this platform (Ref PR gdb/237).  A
+ GDB 5.1 built with ``CC="cc -DUSE_LDR_ROUTINES"'' is reported to work
+ much better.
+ 
+ 
+ alpha-dec-osf4.0e
+ 
+ GDB 5.1 is known to have problems on this platform (encounters an
+ internal error in the symbol table reader).
+ 
+ 
+ sparcv9-sun-solaris2.8
+ 
+ There are known problems with building GDB 5.1 using GCC 3.0.x for the
+ 64 bit SPARC target (bad code gen).  You could try a development
+ version of GCC.
+ 
+ 
+ i586-sco-sysv5uw7.1.1
+ 
+ There are known problems with GDB 5.1's thread support on this
+ platform.  Non-threaded programs should work.
+ 
+ 
+ *-*-*
+ 
+ GDB 5.1 assumes that the host C compiler implemends alloca().  GCC is
+ one such compiler.  This problem should be fixed on the trunk.
Index: README
===================================================================
RCS file: /cvs/src/src/gdb/README,v
retrieving revision 1.8.2.5
diff -p -r1.8.2.5 README
*** README	2001/11/18 04:42:41	1.8.2.5
--- README	2001/11/27 06:52:02
*************** A summary of new features is in the file
*** 7,13 ****
--- 7,15 ----
  See the GDB home page at http://www.gnu.org/software/gdb/ for up to
  date release information, mailing list links and archives, etc.
  
+ See the file ERRATA for late breaking news.
  
+ 
  Unpacking and Installation -- quick overview
  ==========================
  
*************** prefer; but you may abbreviate option na
*** 425,480 ****
  `configure' accepts other options, for compatibility with configuring
  other GNU tools recursively; but these are the only options that affect
  GDB or its supporting libraries.
- 
- 
- Host/target specific installation notes
- =======================================
- 
- hppa2.0-hp-hpux10.20
- 
- Due to a problem (conflicting types) with libiberty/regex.c, GDB 5.1
- does not build on HP/UX 10.20 when using the HP supplied compiler.
- 
- Due to bit rot, GDB 5.1 does not work on HP/UX 10.20 when built with
- GCC.
- 
- 
- hppa2.0w-hp-hpux11.00
- 
- Due to a problem with ltconfig and long argument lines, GDB 5.1 does
- not configure on HP/UX 11.00.
- 
- 
- alpha-dec-osf5.1
- 
- GDB 5.1 has a number of problems on this platform (Ref PR gdb/237).  A
- GDB 5.1 built with ``CC="cc -DUSE_LDR_ROUTINES"'' is reported to work
- much better.
- 
- 
- alpha-dec-osf4.0e
- 
- GDB 5.1 is known to have problems on this platform (encounters an
- internal error in the symbol table reader).
- 
- 
- sparcv9-sun-solaris2.8
- 
- There are known problems with building GDB 5.1 using GCC 3.0.x for the
- 64 bit SPARC target (bad code gen).  You could try a development
- version of GCC.
- 
- 
- i586-sco-sysv5uw7.1.1
- 
- There are known problems with GDB 5.1's thread support on this
- platform.  Non-threaded programs should work.
- 
- 
- *-*-*
- 
- GDB 5.1 assumes that the host C compiler implemends alloca().  GCC is
- one such compiler.  This problem should be fixed on the trunk.
  
  
  Remote debugging
--- 427,432 ----

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