This is the mail archive of the gdb-patches@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]

Re: GDB 5.1.1


At 08:32 24/01/2002 , vous avez écrit:

>                 GDB 5.1.1 is released!
>
>Version 5.1.1 of GDB, the GNU Debugger, is now available via anonymous
>FTP. GDB is a source-level debugger for C, C++, Pascal and many other
>languages. GDB can target (i.e. debug programs running on) dozens of
>different processor architectures, and GDB itself can run on most
>popular Unix and Microsoft Windows variants.
>
>You can download GDB from Project GNU's FTP server in the directory:
>
>         ftp://ftp.gnu.org/gnu/gdb
>
>The previous version, 5.1, was released roughly 2 months; and in that
>time a number of serious bugs have been fixed.  Details below.
>
>The vital stats: 
>
>-rw-rw-r--   1 gdbadmin gdb      13874218 Jan 24 01:29 gdb-5.1.1.tar.gz
>
>The md5sum checksum:
>
>805163efd455663745532c12893a96ca  gdb-5.1.1.tar.gz
>
>There is a web page for GDB at: 
>
>         http://www.gnu.org/software/gdb/
>
>That page includes information about GDB mailing lists (an
>announcement mailing list, developers discussion lists, etc.), details
>on how to access GDB's CVS repository, locations for development
>snapshots, preformatted documentation, and links to related
>information around the net. We will put errata notes and host-specific
>tips for this release on-line as any problems come up. All mailing
>lists archives are also browsable via the web.
>
>Many people have contributed to this release. Thanks to everybody for
>the help! 
>
>Keep those fixes and improvements coming in! (Send them to
>bug-gdb@gnu.org) 
>
>        Andrew Cagney
>        on behalf of the GDB Developers.
>
>
>                 What has changed in GDB?
>
>*** Changes in GDB 5.1.1:
>
>Fix compile problem on DJGPP.
>
>Fix a problem with floating-point registers on the i386 being
>corrupted.

Where is that change supposed to be???
I ran 
   diff -b -c -r gdb-5.1/gdb gdb-5.1.1/gdb > 51to511diffs
and 
   grep  "diff -b" 51to511diffs

The only i386 specific file that is changed is go32-nat.c...

It remark comes a little too late, sorry...




Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99


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