public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Doh! gdb-5.0.94 available
@ 2001-10-02 15:43 Andrew Cagney
  2001-10-02 16:04 ` Andrew Cagney
  2001-11-19  8:35 ` Andrew Cagney
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Cagney @ 2001-10-02 15:43 UTC (permalink / raw)
  To: gdb, insight

If anyone is wondering what is going on.  See:
	ftp://sources.redhat.com/pub/gdb/snapshots

I'd already rolled out a true 5.0.93 and simply didn't notice.

Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Doh! gdb-5.0.94 available
  2001-10-02 15:43 Doh! gdb-5.0.94 available Andrew Cagney
@ 2001-10-02 16:04 ` Andrew Cagney
  2001-11-19 10:57   ` Andrew Cagney
  2001-11-19  8:35 ` Andrew Cagney
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2001-10-02 16:04 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb, insight

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

For reference, attached are the raw differences between gdb-5.0.93 (the 
first one, not the second one) and gdb-5.0.94.  Given I've foobar'd 
this, I'll leave rolling out 5.1 for an extra 24 hours (as was pointed 
out privately, it is otherwize not exactly fair).

That makes it something like 2001-11-21 00:01 GMT.

I've also edited my release notes to mention that each mini-release 
should also include a set of diffs.  Hmm, yes, I'll submit a 
gdbint.texinfo patch.

Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 58425 bytes --]

diff -d -r -c gdb-5.0.93/bfd/ChangeLog gdb-5.0.94/bfd/ChangeLog
*** gdb-5.0.93/bfd/ChangeLog	Tue Oct 30 21:30:20 2001
--- gdb-5.0.94/bfd/ChangeLog	Sun Nov 18 14:05:55 2001
***************
*** 1,3 ****
--- 1,8 ----
+ 2001-11-18  Andrew Cagney  <ac131313@redhat.com>
+ 
+ 	* po/Make-in (distclean): Don't delete SRC-POTFILES.in or
+ 	BLD-POTFILES.in.  Work around bug in BFD's distclean.
+ 
  2001-10-30  Andrew Cagney  <ac131313@redhat.com>
  
  	* configure, op/SRC-POTFILES.in, po/bfd.pot: Regenerate.
Only in gdb-5.0.94/bfd/po: BLD-POTFILES.in
diff -d -r -c gdb-5.0.93/bfd/po/Make-in gdb-5.0.94/bfd/po/Make-in
*** gdb-5.0.93/bfd/po/Make-in	Sun Jun 10 01:21:00 2001
--- gdb-5.0.94/bfd/po/Make-in	Sun Nov 18 14:05:56 2001
***************
*** 203,211 ****
  
  clean: mostlyclean
  
  distclean: clean
  	rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
! 	rm -f SRC-POTFILES BLD-POTFILES SRC-POTFILES.in	BLD-POTFILES.in
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"
--- 203,217 ----
  
  clean: mostlyclean
  
+ # FIXME: cagney/2001-11-18: When configuring / building in the source
+ # directory, the rule below would delete SRC-POTFILES.in and
+ # BLD-POTFILES.in from that source directory.  While a make rebuilds
+ # these files it also puts them in the source directory and that can
+ # be read-only.
+ 
  distclean: clean
  	rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
! 	rm -f SRC-POTFILES BLD-POTFILES
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"
Only in gdb-5.0.94/bfd/po: SRC-POTFILES.in
diff -d -r -c gdb-5.0.93/djunpack.bat gdb-5.0.94/djunpack.bat
*** gdb-5.0.93/djunpack.bat	Sun Nov 11 20:22:21 2001
--- gdb-5.0.94/djunpack.bat	Sun Nov 18 14:42:06 2001
***************
*** 17,24 ****
  Rem The following 2 lines need to be changed with each new GDB release, to
  Rem be identical to the name of the top-level directory where the GDB
  Rem distribution unpacks itself.
! set GDBVER=gdb-5.0.93
! if "%GDBVER%"=="gdb-5.0.93" GoTo EnvOk
  Rem If their environment space is too small, re-exec with a larger one
  command.com /e:4096 /c %0 %1
  GoTo End
--- 17,24 ----
  Rem The following 2 lines need to be changed with each new GDB release, to
  Rem be identical to the name of the top-level directory where the GDB
  Rem distribution unpacks itself.
! set GDBVER=gdb-5.1
! if "%GDBVER%"=="gdb-5.1" GoTo EnvOk
  Rem If their environment space is too small, re-exec with a larger one
  command.com /e:4096 /c %0 %1
  GoTo End
diff -d -r -c gdb-5.0.93/gdb/ChangeLog gdb-5.0.94/gdb/ChangeLog
*** gdb-5.0.93/gdb/ChangeLog	Sun Nov 11 13:35:19 2001
--- gdb-5.0.94/gdb/ChangeLog	Sun Nov 18 14:25:54 2001
***************
*** 1,3 ****
--- 1,21 ----
+ 2001-11-18  GDB Administrator  <gdbadmin@sourceware.cygnus.com>
+ 
+ 	* version.in: Bump version to 5.1.
+ 	
+ 2001-11-17  Andrew Cagney  <ac131313@redhat.com>
+ 
+ 	* Makefile.in (distclean): Explicitly delete Makefile et.al. in
+ 	gdbserver sub directory.
+ 
+ 2001-11-17  Andrew Cagney  <ac131313@redhat.com>
+ 
+ 	* README: Mention need for alloca().  Mention problems with
+ 	alpha-dec-osf4.0e.  Clarify that comments refer to GDB 5.1.
+ 
+ 2001-11-11  GDB Administrator  <gdbadmin@sourceware.cygnus.com>
+ 
+ 	* version.in: Bump to 5.0.93-0000-00-00-cvs.
+ 
  2001-11-11  Andrew Cagney  <ac131313@redhat.com>
  
  	* README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
diff -d -r -c gdb-5.0.93/gdb/Makefile.in gdb-5.0.94/gdb/Makefile.in
*** gdb-5.0.93/gdb/Makefile.in	Sat Jul 28 15:48:15 2001
--- gdb-5.0.94/gdb/Makefile.in	Sun Nov 18 00:08:36 2001
***************
*** 944,951 ****
--- 944,956 ----
  # I believe this is wrong; the makefile standards for distclean just
  # describe removing files; the only sort of "re-create a distribution"
  # functionality described is if the distributed files are unmodified.
+ # NB: While GDBSERVER might be configured on native systems, it isn't
+ # always included in SUBDIRS.  Remove the gdbserver files explictly.
  distclean: clean
  	@$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do 
+ 	rm -f gdbserver/config.status gdbserver/config.log
+ 	rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h
+ 	rm -f gdbserver/Makefile gdbserver/config.cache
  	rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
  	rm -f y.output yacc.acts yacc.tmp y.tab.h
  	rm -f config.log config.cache
diff -d -r -c gdb-5.0.93/gdb/README gdb-5.0.94/gdb/README
*** gdb-5.0.93/gdb/README	Sun Nov 11 13:35:19 2001
--- gdb-5.0.94/gdb/README	Sat Nov 17 23:42:41 2001
***************
*** 432,466 ****
  
  hppa2.0-hp-hpux10.20
  
! Due to a problem with libiberty/regex.c, GDB does not build on HP/UX
! 10.20 when using the HP supplied compiler.
  
! Due to bit rot problems, GDB 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 does not
! configure on HP/UX 11.00.
  
  
  alpha-dec-osf5.1
  
! GDB has a number of problems on this platform (Ref PR gdb/237).  A GDB
! built with ``CC="cc -DUSE_LDR_ROUTINES"'' is reported to be more
! reliable.
  
  
  sparcv9-sun-solaris2.8
  
! There are known problems with 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's thread support on this platform.
  
  
  Remote debugging
--- 432,480 ----
  
  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
diff -d -r -c gdb-5.0.93/gdb/doc/GDBvn.texi gdb-5.0.94/gdb/doc/GDBvn.texi
*** gdb-5.0.93/gdb/doc/GDBvn.texi	Sun Nov 11 20:22:00 2001
--- gdb-5.0.94/gdb/doc/GDBvn.texi	Sun Nov 18 14:41:37 2001
***************
*** 1 ****
! @set GDBVN 5.0.93
--- 1 ----
! @set GDBVN 5.1
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info gdb-5.0.94/gdb/doc/gdb.info
*** gdb-5.0.93/gdb/doc/gdb.info	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
***************
*** 27,324 ****
  
  \x1f
  Indirect:
! gdb.info-1: 1072
! gdb.info-2: 50697
! gdb.info-3: 95994
! gdb.info-4: 144711
! gdb.info-5: 194590
! gdb.info-6: 243414
! gdb.info-7: 285294
! gdb.info-8: 320599
! gdb.info-9: 369694
! gdb.info-10: 419048
! gdb.info-11: 468385
! gdb.info-12: 509463
! gdb.info-13: 559294
! gdb.info-14: 607217
! gdb.info-15: 620451
  \x1f
  Tag Table:
  (Indirect)
! Node: Top\x7f1072
! Node: Summary\x7f2939
! Node: Free Software\x7f4500
! Node: Contributors\x7f5238
! Node: Sample Session\x7f11478
! Node: Invocation\x7f18350
! Node: Invoking GDB\x7f18823
! Node: File Options\x7f20766
! Node: Mode Options\x7f24096
! Ref: Mode Options-Footnote-1\x7f29437
! Node: Quitting GDB\x7f29583
! Node: Shell Commands\x7f30466
! Node: Commands\x7f31280
! Node: Command Syntax\x7f31917
! Node: Completion\x7f33776
! Node: Help\x7f38106
! Node: Running\x7f43354
! Node: Compilation\x7f44463
! Node: Starting\x7f46259
! Node: Arguments\x7f49432
! Node: Environment\x7f50697
! Node: Working Directory\x7f53961
! Node: Input/Output\x7f54701
! Node: Attach\x7f56306
! Node: Kill Process\x7f58734
! Node: Threads\x7f59692
! Node: Processes\x7f65581
! Node: Stopping\x7f68567
! Node: Breakpoints\x7f69713
! Node: Set Breaks\x7f72916
! Node: Set Watchpoints\x7f82132
! Node: Set Catchpoints\x7f88157
! Node: Delete Breaks\x7f91625
! Node: Disabling\x7f93307
! Node: Conditions\x7f95994
! Node: Break Commands\x7f100934
! Node: Breakpoint Menus\x7f103810
! Node: Error in Breakpoints\x7f105515
! Node: Continuing and Stepping\x7f107048
! Node: Signals\x7f115181
! Node: Thread Stops\x7f119309
! Node: Stack\x7f122630
! Node: Frames\x7f124104
! Node: Backtrace\x7f126827
! Node: Selection\x7f128559
! Node: Frame Info\x7f131295
! Node: Source\x7f133620
! Node: List\x7f134570
! Node: Search\x7f138096
! Node: Source Path\x7f138899
! Node: Machine Code\x7f141716
! Node: Data\x7f144711
! Node: Expressions\x7f146655
! Node: Variables\x7f148582
! Node: Arrays\x7f152237
! Node: Output Formats\x7f154761
! Ref: Output Formats-Footnote-1\x7f156775
! Node: Memory\x7f156932
! Node: Auto Display\x7f161208
! Node: Print Settings\x7f164976
! Node: Value History\x7f175071
! Node: Convenience Vars\x7f177482
! Node: Registers\x7f180468
! Ref: Registers-Footnote-1\x7f184112
! Node: Floating Point Hardware\x7f184507
! Node: Memory Region Attributes\x7f185043
! Node: Tracepoints\x7f188143
! Node: Set Tracepoints\x7f189659
! Node: Create and Delete Tracepoints\x7f190851
! Node: Enable and Disable Tracepoints\x7f192531
! Node: Tracepoint Passcounts\x7f193216
! Node: Tracepoint Actions\x7f194590
! Node: Listing Tracepoints\x7f197603
! Node: Starting and Stopping Trace Experiment\x7f198712
! Node: Analyze Collected Data\x7f199876
! Node: tfind\x7f201174
! Node: tdump\x7f205566
! Node: save-tracepoints\x7f207234
! Node: Tracepoint Variables\x7f207642
! Node: Languages\x7f208652
! Node: Setting\x7f209761
! Node: Filenames\x7f211456
! Node: Manually\x7f212193
! Node: Automatically\x7f213391
! Node: Show\x7f214442
! Node: Checks\x7f215740
! Node: Type Checking\x7f217096
! Node: Range Checking\x7f219794
! Node: Support\x7f222160
! Node: C\x7f223096
! Node: C Operators\x7f224251
! Node: C Constants\x7f228617
! Node: C plus plus expressions\x7f231089
! Node: C Defaults\x7f234671
! Node: C Checks\x7f235339
! Node: Debugging C\x7f236047
! Node: Debugging C plus plus\x7f236552
! Node: Modula-2\x7f239541
! Node: M2 Operators\x7f240442
! Node: Built-In Func/Proc\x7f243414
! Node: M2 Constants\x7f246178
! Node: M2 Defaults\x7f247767
! Node: Deviations\x7f248361
! Node: M2 Checks\x7f249448
! Node: M2 Scope\x7f250248
! Node: GDB/M2\x7f251257
! Node: Chill\x7f252154
! Node: How modes are displayed\x7f252858
! Node: Locations\x7f256696
! Node: Values and their Operations\x7f258784
! Ref: Values and their Operations-Footnote-1\x7f263662
! Node: Chill type and range checks\x7f263842
! Node: Chill defaults\x7f264807
! Node: Symbols\x7f265385
! Node: Altering\x7f274438
! Node: Assignment\x7f275404
! Node: Jumping\x7f278502
! Node: Signaling\x7f280652
! Node: Returning\x7f281773
! Node: Calling\x7f282965
! Node: Patching\x7f283759
! Node: GDB Files\x7f284829
! Node: Files\x7f285294
! Node: Symbol Errors\x7f296463
! Node: Targets\x7f300043
! Node: Active Targets\x7f301049
! Node: Target Commands\x7f302621
! Node: Byte Order\x7f306978
! Node: Remote\x7f307962
! Node: Remote Serial\x7f308955
! Node: Stub Contents\x7f311548
! Node: Bootstrapping\x7f313650
! Node: Debug Session\x7f317450
! Node: Protocol\x7f320599
! Node: Server\x7f353795
! Ref: Server-Footnote-1\x7f357721
! Node: NetWare\x7f357841
! Node: KOD\x7f359800
! Node: Configurations\x7f360920
! Node: Native\x7f361677
! Node: HP-UX\x7f362020
! Node: SVR4 Process Information\x7f362302
! Node: DJGPP Native\x7f363735
! Node: Embedded OS\x7f369225
! Node: VxWorks\x7f369694
! Node: VxWorks Connection\x7f371896
! Node: VxWorks Download\x7f372815
! Node: VxWorks Attach\x7f374535
! Node: Embedded Processors\x7f374918
! Node: A29K Embedded\x7f375891
! Node: A29K UDI\x7f376587
! Node: A29K EB29K\x7f377428
! Node: Comms (EB29K)\x7f378077
! Node: gdb-EB29K\x7f381276
! Node: Remote Log\x7f382643
! Node: ARM\x7f383119
! Node: H8/300\x7f383485
! Node: Hitachi Boards\x7f384969
! Node: Hitachi ICE\x7f389390
! Node: Hitachi Special\x7f390170
! Node: H8/500\x7f390604
! Node: i960\x7f390962
! Node: Nindy Startup\x7f392095
! Node: Nindy Options\x7f392767
! Node: Nindy Reset\x7f394368
! Node: M32R/D\x7f394739
! Node: M68K\x7f394916
! Node: M88K\x7f395704
! Node: MIPS Embedded\x7f395878
! Node: PowerPC\x7f400360
! Node: PA\x7f400674
! Node: SH\x7f400939
! Node: Sparclet\x7f401383
! Node: Sparclet File\x7f402842
! Node: Sparclet Connection\x7f403707
! Node: Sparclet Download\x7f404170
! Node: Sparclet Execution\x7f405204
! Node: Sparclite\x7f405780
! Node: ST2000\x7f406139
! Node: Z8000\x7f407666
! Node: Architectures\x7f409021
! Node: A29K\x7f409311
! Node: Alpha\x7f410122
! Node: MIPS\x7f410244
! Node: Controlling GDB\x7f411214
! Node: Prompt\x7f411912
! Node: Editing\x7f412684
! Node: History\x7f413453
! Node: Screen Size\x7f416186
! Node: Numbers\x7f417646
! Node: Messages/Warnings\x7f419048
! Node: Debugging Output\x7f421081
! Node: Sequences\x7f423142
! Node: Define\x7f423720
! Node: Hooks\x7f426886
! Node: Command Files\x7f429088
! Ref: Command Files-Footnote-1\x7f431223
! Node: Output\x7f431332
! Node: TUI\x7f433739
! Node: TUI Overview\x7f434411
! Node: TUI Keys\x7f436069
! Node: TUI Commands\x7f438004
! Node: TUI Configuration\x7f439309
! Node: Emacs\x7f440777
! Node: Annotations\x7f446727
! Node: Annotations Overview\x7f447851
! Node: Server Prefix\x7f449633
! Node: Value Annotations\x7f450282
! Node: Frame Annotations\x7f453367
! Node: Displays\x7f457020
! Node: Prompting\x7f457965
! Node: Errors\x7f459470
! Node: Breakpoint Info\x7f460359
! Node: Invalidation\x7f461490
! Node: Annotations for Running\x7f461969
! Node: Source Annotations\x7f463482
! Node: TODO\x7f464413
! Node: GDB/MI\x7f464995
! Node: GDB/MI Command Syntax\x7f466615
! Node: GDB/MI Input Syntax\x7f466845
! Node: GDB/MI Output Syntax\x7f468385
! Node: GDB/MI Simple Examples\x7f471823
! Node: GDB/MI Compatibility with CLI\x7f472925
! Node: GDB/MI Output Records\x7f473649
! Node: GDB/MI Result Records\x7f473928
! Node: GDB/MI Stream Records\x7f474548
! Node: GDB/MI Out-of-band Records\x7f475678
! Node: GDB/MI Command Description Format\x7f476173
! Node: GDB/MI Breakpoint Table Commands\x7f477156
! Node: GDB/MI Data Manipulation\x7f492343
! Node: GDB/MI Program Control\x7f509463
! Node: GDB/MI Miscellaneous Commands\x7f521655
! Node: GDB/MI Stack Manipulation\x7f523470
! Node: GDB/MI Symbol Query\x7f530920
! Node: GDB/MI Target Manipulation\x7f533766
! Node: GDB/MI Thread Commands\x7f540582
! Node: GDB/MI Tracepoint Commands\x7f542676
! Node: GDB/MI Variable Objects\x7f542913
! Node: GDB Bugs\x7f550421
! Node: Bug Criteria\x7f551144
! Node: Bug Reporting\x7f552014
! Node: Command Line Editing\x7f559294
! Node: Introduction and Notation\x7f559959
! Node: Readline Interaction\x7f561570
! Node: Readline Bare Essentials\x7f562758
! Node: Readline Movement Commands\x7f564534
! Node: Readline Killing Commands\x7f565486
! Node: Readline Arguments\x7f567387
! Node: Searching\x7f568357
! Node: Readline Init File\x7f570195
! Node: Readline Init File Syntax\x7f571251
! Node: Conditional Init Constructs\x7f580509
! Node: Sample Init File\x7f582943
! Node: Bindable Readline Commands\x7f586108
! Node: Commands For Moving\x7f587147
! Node: Commands For History\x7f587991
! Node: Commands For Text\x7f590703
! Node: Commands For Killing\x7f592701
! Node: Numeric Arguments\x7f594663
! Node: Commands For Completion\x7f595785
! Node: Keyboard Macros\x7f597528
! Node: Miscellaneous Commands\x7f598082
! Node: Readline vi Mode\x7f600881
! Node: Using History Interactively\x7f601724
! Node: History Interaction\x7f602120
! Node: Event Designators\x7f603535
! Node: Word Designators\x7f604458
! Node: Modifiers\x7f606083
! Node: Formatting Documentation\x7f607217
! Ref: Formatting Documentation-Footnote-1\x7f610530
! Node: Installing GDB\x7f610600
! Node: Separate Objdir\x7f614116
! Node: Config Names\x7f616673
! Node: Configure Options\x7f618119
! Node: Index\x7f620451
  \x1f
  End Tag Table
--- 27,324 ----
  
  \x1f
  Indirect:
! gdb.info-1: 1069
! gdb.info-2: 50688
! gdb.info-3: 95985
! gdb.info-4: 144702
! gdb.info-5: 194581
! gdb.info-6: 243405
! gdb.info-7: 285285
! gdb.info-8: 320590
! gdb.info-9: 369685
! gdb.info-10: 419036
! gdb.info-11: 468373
! gdb.info-12: 509451
! gdb.info-13: 559282
! gdb.info-14: 607205
! gdb.info-15: 620349
  \x1f
  Tag Table:
  (Indirect)
! Node: Top\x7f1069
! Node: Summary\x7f2933
! Node: Free Software\x7f4494
! Node: Contributors\x7f5232
! Node: Sample Session\x7f11472
! Node: Invocation\x7f18341
! Node: Invoking GDB\x7f18814
! Node: File Options\x7f20757
! Node: Mode Options\x7f24087
! Ref: Mode Options-Footnote-1\x7f29428
! Node: Quitting GDB\x7f29574
! Node: Shell Commands\x7f30457
! Node: Commands\x7f31271
! Node: Command Syntax\x7f31908
! Node: Completion\x7f33767
! Node: Help\x7f38097
! Node: Running\x7f43345
! Node: Compilation\x7f44454
! Node: Starting\x7f46250
! Node: Arguments\x7f49423
! Node: Environment\x7f50688
! Node: Working Directory\x7f53952
! Node: Input/Output\x7f54692
! Node: Attach\x7f56297
! Node: Kill Process\x7f58725
! Node: Threads\x7f59683
! Node: Processes\x7f65572
! Node: Stopping\x7f68558
! Node: Breakpoints\x7f69704
! Node: Set Breaks\x7f72907
! Node: Set Watchpoints\x7f82123
! Node: Set Catchpoints\x7f88148
! Node: Delete Breaks\x7f91616
! Node: Disabling\x7f93298
! Node: Conditions\x7f95985
! Node: Break Commands\x7f100925
! Node: Breakpoint Menus\x7f103801
! Node: Error in Breakpoints\x7f105506
! Node: Continuing and Stepping\x7f107039
! Node: Signals\x7f115172
! Node: Thread Stops\x7f119300
! Node: Stack\x7f122621
! Node: Frames\x7f124095
! Node: Backtrace\x7f126818
! Node: Selection\x7f128550
! Node: Frame Info\x7f131286
! Node: Source\x7f133611
! Node: List\x7f134561
! Node: Search\x7f138087
! Node: Source Path\x7f138890
! Node: Machine Code\x7f141707
! Node: Data\x7f144702
! Node: Expressions\x7f146646
! Node: Variables\x7f148573
! Node: Arrays\x7f152228
! Node: Output Formats\x7f154752
! Ref: Output Formats-Footnote-1\x7f156766
! Node: Memory\x7f156923
! Node: Auto Display\x7f161199
! Node: Print Settings\x7f164967
! Node: Value History\x7f175062
! Node: Convenience Vars\x7f177473
! Node: Registers\x7f180459
! Ref: Registers-Footnote-1\x7f184103
! Node: Floating Point Hardware\x7f184498
! Node: Memory Region Attributes\x7f185034
! Node: Tracepoints\x7f188134
! Node: Set Tracepoints\x7f189650
! Node: Create and Delete Tracepoints\x7f190842
! Node: Enable and Disable Tracepoints\x7f192522
! Node: Tracepoint Passcounts\x7f193207
! Node: Tracepoint Actions\x7f194581
! Node: Listing Tracepoints\x7f197594
! Node: Starting and Stopping Trace Experiment\x7f198703
! Node: Analyze Collected Data\x7f199867
! Node: tfind\x7f201165
! Node: tdump\x7f205557
! Node: save-tracepoints\x7f207225
! Node: Tracepoint Variables\x7f207633
! Node: Languages\x7f208643
! Node: Setting\x7f209752
! Node: Filenames\x7f211447
! Node: Manually\x7f212184
! Node: Automatically\x7f213382
! Node: Show\x7f214433
! Node: Checks\x7f215731
! Node: Type Checking\x7f217087
! Node: Range Checking\x7f219785
! Node: Support\x7f222151
! Node: C\x7f223087
! Node: C Operators\x7f224242
! Node: C Constants\x7f228608
! Node: C plus plus expressions\x7f231080
! Node: C Defaults\x7f234662
! Node: C Checks\x7f235330
! Node: Debugging C\x7f236038
! Node: Debugging C plus plus\x7f236543
! Node: Modula-2\x7f239532
! Node: M2 Operators\x7f240433
! Node: Built-In Func/Proc\x7f243405
! Node: M2 Constants\x7f246169
! Node: M2 Defaults\x7f247758
! Node: Deviations\x7f248352
! Node: M2 Checks\x7f249439
! Node: M2 Scope\x7f250239
! Node: GDB/M2\x7f251248
! Node: Chill\x7f252145
! Node: How modes are displayed\x7f252849
! Node: Locations\x7f256687
! Node: Values and their Operations\x7f258775
! Ref: Values and their Operations-Footnote-1\x7f263653
! Node: Chill type and range checks\x7f263833
! Node: Chill defaults\x7f264798
! Node: Symbols\x7f265376
! Node: Altering\x7f274429
! Node: Assignment\x7f275395
! Node: Jumping\x7f278493
! Node: Signaling\x7f280643
! Node: Returning\x7f281764
! Node: Calling\x7f282956
! Node: Patching\x7f283750
! Node: GDB Files\x7f284820
! Node: Files\x7f285285
! Node: Symbol Errors\x7f296454
! Node: Targets\x7f300034
! Node: Active Targets\x7f301040
! Node: Target Commands\x7f302612
! Node: Byte Order\x7f306969
! Node: Remote\x7f307953
! Node: Remote Serial\x7f308946
! Node: Stub Contents\x7f311539
! Node: Bootstrapping\x7f313641
! Node: Debug Session\x7f317441
! Node: Protocol\x7f320590
! Node: Server\x7f353786
! Ref: Server-Footnote-1\x7f357712
! Node: NetWare\x7f357832
! Node: KOD\x7f359791
! Node: Configurations\x7f360911
! Node: Native\x7f361668
! Node: HP-UX\x7f362011
! Node: SVR4 Process Information\x7f362293
! Node: DJGPP Native\x7f363726
! Node: Embedded OS\x7f369216
! Node: VxWorks\x7f369685
! Node: VxWorks Connection\x7f371887
! Node: VxWorks Download\x7f372806
! Node: VxWorks Attach\x7f374526
! Node: Embedded Processors\x7f374909
! Node: A29K Embedded\x7f375882
! Node: A29K UDI\x7f376578
! Node: A29K EB29K\x7f377419
! Node: Comms (EB29K)\x7f378068
! Node: gdb-EB29K\x7f381267
! Node: Remote Log\x7f382634
! Node: ARM\x7f383110
! Node: H8/300\x7f383476
! Node: Hitachi Boards\x7f384960
! Node: Hitachi ICE\x7f389378
! Node: Hitachi Special\x7f390158
! Node: H8/500\x7f390592
! Node: i960\x7f390950
! Node: Nindy Startup\x7f392083
! Node: Nindy Options\x7f392755
! Node: Nindy Reset\x7f394356
! Node: M32R/D\x7f394727
! Node: M68K\x7f394904
! Node: M88K\x7f395692
! Node: MIPS Embedded\x7f395866
! Node: PowerPC\x7f400348
! Node: PA\x7f400662
! Node: SH\x7f400927
! Node: Sparclet\x7f401371
! Node: Sparclet File\x7f402830
! Node: Sparclet Connection\x7f403695
! Node: Sparclet Download\x7f404158
! Node: Sparclet Execution\x7f405192
! Node: Sparclite\x7f405768
! Node: ST2000\x7f406127
! Node: Z8000\x7f407654
! Node: Architectures\x7f409009
! Node: A29K\x7f409299
! Node: Alpha\x7f410110
! Node: MIPS\x7f410232
! Node: Controlling GDB\x7f411202
! Node: Prompt\x7f411900
! Node: Editing\x7f412672
! Node: History\x7f413441
! Node: Screen Size\x7f416174
! Node: Numbers\x7f417634
! Node: Messages/Warnings\x7f419036
! Node: Debugging Output\x7f421069
! Node: Sequences\x7f423130
! Node: Define\x7f423708
! Node: Hooks\x7f426874
! Node: Command Files\x7f429076
! Ref: Command Files-Footnote-1\x7f431211
! Node: Output\x7f431320
! Node: TUI\x7f433727
! Node: TUI Overview\x7f434399
! Node: TUI Keys\x7f436057
! Node: TUI Commands\x7f437992
! Node: TUI Configuration\x7f439297
! Node: Emacs\x7f440765
! Node: Annotations\x7f446715
! Node: Annotations Overview\x7f447839
! Node: Server Prefix\x7f449621
! Node: Value Annotations\x7f450270
! Node: Frame Annotations\x7f453355
! Node: Displays\x7f457008
! Node: Prompting\x7f457953
! Node: Errors\x7f459458
! Node: Breakpoint Info\x7f460347
! Node: Invalidation\x7f461478
! Node: Annotations for Running\x7f461957
! Node: Source Annotations\x7f463470
! Node: TODO\x7f464401
! Node: GDB/MI\x7f464983
! Node: GDB/MI Command Syntax\x7f466603
! Node: GDB/MI Input Syntax\x7f466833
! Node: GDB/MI Output Syntax\x7f468373
! Node: GDB/MI Simple Examples\x7f471811
! Node: GDB/MI Compatibility with CLI\x7f472913
! Node: GDB/MI Output Records\x7f473637
! Node: GDB/MI Result Records\x7f473916
! Node: GDB/MI Stream Records\x7f474536
! Node: GDB/MI Out-of-band Records\x7f475666
! Node: GDB/MI Command Description Format\x7f476161
! Node: GDB/MI Breakpoint Table Commands\x7f477144
! Node: GDB/MI Data Manipulation\x7f492331
! Node: GDB/MI Program Control\x7f509451
! Node: GDB/MI Miscellaneous Commands\x7f521643
! Node: GDB/MI Stack Manipulation\x7f523458
! Node: GDB/MI Symbol Query\x7f530908
! Node: GDB/MI Target Manipulation\x7f533754
! Node: GDB/MI Thread Commands\x7f540570
! Node: GDB/MI Tracepoint Commands\x7f542664
! Node: GDB/MI Variable Objects\x7f542901
! Node: GDB Bugs\x7f550409
! Node: Bug Criteria\x7f551132
! Node: Bug Reporting\x7f552002
! Node: Command Line Editing\x7f559282
! Node: Introduction and Notation\x7f559947
! Node: Readline Interaction\x7f561558
! Node: Readline Bare Essentials\x7f562746
! Node: Readline Movement Commands\x7f564522
! Node: Readline Killing Commands\x7f565474
! Node: Readline Arguments\x7f567375
! Node: Searching\x7f568345
! Node: Readline Init File\x7f570183
! Node: Readline Init File Syntax\x7f571239
! Node: Conditional Init Constructs\x7f580497
! Node: Sample Init File\x7f582931
! Node: Bindable Readline Commands\x7f586096
! Node: Commands For Moving\x7f587135
! Node: Commands For History\x7f587979
! Node: Commands For Text\x7f590691
! Node: Commands For Killing\x7f592689
! Node: Numeric Arguments\x7f594651
! Node: Commands For Completion\x7f595773
! Node: Keyboard Macros\x7f597516
! Node: Miscellaneous Commands\x7f598070
! Node: Readline vi Mode\x7f600869
! Node: Using History Interactively\x7f601712
! Node: History Interaction\x7f602108
! Node: Event Designators\x7f603523
! Node: Word Designators\x7f604446
! Node: Modifiers\x7f606071
! Node: Formatting Documentation\x7f607205
! Ref: Formatting Documentation-Footnote-1\x7f610506
! Node: Installing GDB\x7f610570
! Node: Separate Objdir\x7f614035
! Node: Config Names\x7f616577
! Node: Configure Options\x7f618017
! Node: Index\x7f620349
  \x1f
  End Tag Table
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-1 gdb-5.0.94/gdb/doc/gdb.info-1
*** gdb-5.0.93/gdb/doc/gdb.info-1	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-1	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
***************
*** 33,39 ****
  
     This file describes GDB, the GNU symbolic debugger.
  
!    This is the Ninth Edition, April 2001, for GDB Version 5.0.93.
  
     Copyright (C) 1988-2001 Free Software Foundation, Inc.
  
--- 33,39 ----
  
     This file describes GDB, the GNU symbolic debugger.
  
!    This is the Ninth Edition, April 2001, for GDB Version 5.1.
  
     Copyright (C) 1988-2001 Free Software Foundation, Inc.
  
***************
*** 317,323 ****
       There is absolutely no warranty for GDB; type "show warranty"
        for details.
       
!      GDB 5.0.93, Copyright 1999 Free Software Foundation, Inc...
       (gdb)
  
  GDB reads only enough symbol data to know where to find the rest when
--- 317,323 ----
       There is absolutely no warranty for GDB; type "show warranty"
        for details.
       
!      GDB 5.1, Copyright 1999 Free Software Foundation, Inc...
       (gdb)
  
  GDB reads only enough symbol data to know where to find the rest when
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-10 gdb-5.0.94/gdb/doc/gdb.info-10
*** gdb-5.0.93/gdb/doc/gdb.info-10	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-10	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-11 gdb-5.0.94/gdb/doc/gdb.info-11
*** gdb-5.0.93/gdb/doc/gdb.info-11	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-11	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-12 gdb-5.0.94/gdb/doc/gdb.info-12
*** gdb-5.0.93/gdb/doc/gdb.info-12	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-12	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-13 gdb-5.0.94/gdb/doc/gdb.info-13
*** gdb-5.0.93/gdb/doc/gdb.info-13	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-13	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-14 gdb-5.0.94/gdb/doc/gdb.info-14
*** gdb-5.0.93/gdb/doc/gdb.info-14	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-14	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
***************
*** 56,62 ****
  
     GDB includes an already formatted copy of the on-line Info version
  of this manual in the `gdb' subdirectory.  The main Info file is
! `gdb-5.0.93/gdb/gdb.info', and it refers to subordinate files matching
  `gdb.info*' in the same directory.  If necessary, you can print out
  these files, or read them with any editor; but they are easier to read
  using the `info' subsystem in GNU Emacs or the standalone `info'
--- 56,62 ----
  
     GDB includes an already formatted copy of the on-line Info version
  of this manual in the `gdb' subdirectory.  The main Info file is
! `gdb-5.1/gdb/gdb.info', and it refers to subordinate files matching
  `gdb.info*' in the same directory.  If necessary, you can print out
  these files, or read them with any editor; but they are easier to read
  using the `info' subsystem in GNU Emacs or the standalone `info'
***************
*** 66,73 ****
  Info formatting programs, such as `texinfo-format-buffer' or `makeinfo'.
  
     If you have `makeinfo' installed, and are in the top level GDB
! source directory (`gdb-5.0.93', in the case of version 5.0.93), you can
! make the Info file by typing:
  
       cd gdb
       make gdb.info
--- 66,73 ----
  Info formatting programs, such as `texinfo-format-buffer' or `makeinfo'.
  
     If you have `makeinfo' installed, and are in the top level GDB
! source directory (`gdb-5.1', in the case of version 5.1), you can make
! the Info file by typing:
  
       cd gdb
       make gdb.info
***************
*** 92,98 ****
  
     If you have TeX and a DVI printer program installed, you can typeset
  and print this manual.  First switch to the the `gdb' subdirectory of
! the main source directory (for example, to `gdb-5.0.93/gdb') and type:
  
       make gdb.dvi
  
--- 92,98 ----
  
     If you have TeX and a DVI printer program installed, you can typeset
  and print this manual.  First switch to the the `gdb' subdirectory of
! the main source directory (for example, to `gdb-5.1/gdb') and type:
  
       make gdb.dvi
  
***************
*** 100,106 ****
  
     ---------- Footnotes ----------
  
!    (1) In `gdb-5.0.93/gdb/refcard.ps' of the version 5.0.93 release.
  
  \x1f
  File: gdb.info,  Node: Installing GDB,  Next: Index,  Prev: Using History Interactively,  Up: Top
--- 100,106 ----
  
     ---------- Footnotes ----------
  
!    (1) In `gdb-5.1/gdb/refcard.ps' of the version 5.1 release.
  
  \x1f
  File: gdb.info,  Node: Installing GDB,  Next: Index,  Prev: Using History Interactively,  Up: Top
***************
*** 116,154 ****
  in a single directory, whose name is usually composed by appending the
  version number to `gdb'.
  
!    For example, the GDB version 5.0.93 distribution is in the
! `gdb-5.0.93' directory.  That directory contains:
  
! `gdb-5.0.93/configure (and supporting files)'
       script for configuring GDB and all its supporting libraries
  
! `gdb-5.0.93/gdb'
       the source specific to GDB itself
  
! `gdb-5.0.93/bfd'
       source for the Binary File Descriptor library
  
! `gdb-5.0.93/include'
       GNU include files
  
! `gdb-5.0.93/libiberty'
       source for the `-liberty' free software library
  
! `gdb-5.0.93/opcodes'
       source for the library of opcode tables and disassemblers
  
! `gdb-5.0.93/readline'
       source for the GNU command-line interface
  
! `gdb-5.0.93/glob'
       source for the GNU filename pattern-matching subroutine
  
! `gdb-5.0.93/mmalloc'
       source for the GNU memory-mapped malloc package
  
     The simplest way to configure and build GDB is to run `configure'
  from the `gdb-VERSION-NUMBER' source directory, which in this example
! is the `gdb-5.0.93' directory.
  
     First switch to the `gdb-VERSION-NUMBER' source directory if you are
  not already in it; then run `configure'.  Pass the identifier for the
--- 116,154 ----
  in a single directory, whose name is usually composed by appending the
  version number to `gdb'.
  
!    For example, the GDB version 5.1 distribution is in the `gdb-5.1'
! directory.  That directory contains:
  
! `gdb-5.1/configure (and supporting files)'
       script for configuring GDB and all its supporting libraries
  
! `gdb-5.1/gdb'
       the source specific to GDB itself
  
! `gdb-5.1/bfd'
       source for the Binary File Descriptor library
  
! `gdb-5.1/include'
       GNU include files
  
! `gdb-5.1/libiberty'
       source for the `-liberty' free software library
  
! `gdb-5.1/opcodes'
       source for the library of opcode tables and disassemblers
  
! `gdb-5.1/readline'
       source for the GNU command-line interface
  
! `gdb-5.1/glob'
       source for the GNU filename pattern-matching subroutine
  
! `gdb-5.1/mmalloc'
       source for the GNU memory-mapped malloc package
  
     The simplest way to configure and build GDB is to run `configure'
  from the `gdb-VERSION-NUMBER' source directory, which in this example
! is the `gdb-5.1' directory.
  
     First switch to the `gdb-VERSION-NUMBER' source directory if you are
  not already in it; then run `configure'.  Pass the identifier for the
***************
*** 156,162 ****
  
     For example:
  
!      cd gdb-5.0.93
       ./configure HOST
       make
  
--- 156,162 ----
  
     For example:
  
!      cd gdb-5.1
       ./configure HOST
       make
  
***************
*** 177,195 ****
       sh configure HOST
  
     If you run `configure' from a directory that contains source
! directories for multiple libraries or programs, such as the
! `gdb-5.0.93' source directory for version 5.0.93, `configure' creates
! configuration files for every directory level underneath (unless you
! tell it not to, with the `--norecursion' option).
  
     You can run the `configure' script from any of the subordinate
  directories in the GDB distribution if you only want to configure that
  subdirectory, but be sure to specify a path to it.
  
!    For example, with version 5.0.93, type the following to configure
! only the `bfd' subdirectory:
  
!      cd gdb-5.0.93/bfd
       ../configure HOST
  
     You can install `gdb' anywhere; it has no hardwired paths.  However,
--- 177,195 ----
       sh configure HOST
  
     If you run `configure' from a directory that contains source
! directories for multiple libraries or programs, such as the `gdb-5.1'
! source directory for version 5.1, `configure' creates configuration
! files for every directory level underneath (unless you tell it not to,
! with the `--norecursion' option).
  
     You can run the `configure' script from any of the subordinate
  directories in the GDB distribution if you only want to configure that
  subdirectory, but be sure to specify a path to it.
  
!    For example, with version 5.1, type the following to configure only
! the `bfd' subdirectory:
  
!      cd gdb-5.1/bfd
       ../configure HOST
  
     You can install `gdb' anywhere; it has no hardwired paths.  However,
***************
*** 225,237 ****
  argument to `--srcdir', you can leave out the `--srcdir' option; it is
  assumed.)
  
!    For example, with version 5.0.93, you can build GDB in a separate
  directory for a Sun 4 like this:
  
!      cd gdb-5.0.93
       mkdir ../gdb-sun4
       cd ../gdb-sun4
!      ../gdb-5.0.93/configure sun4
       make
  
     When `configure' builds a configuration using a remote source
--- 225,237 ----
  argument to `--srcdir', you can leave out the `--srcdir' option; it is
  assumed.)
  
!    For example, with version 5.1, you can build GDB in a separate
  directory for a Sun 4 like this:
  
!      cd gdb-5.1
       mkdir ../gdb-sun4
       cd ../gdb-sun4
!      ../gdb-5.1/configure sun4
       make
  
     When `configure' builds a configuration using a remote source
***************
*** 252,260 ****
  
     The `Makefile' that `configure' generates in each source directory
  also runs recursively.  If you type `make' in a source directory such
! as `gdb-5.0.93' (or in a separate configured directory configured with
! `--srcdir=DIRNAME/gdb-5.0.93'), you will build all the required
! libraries, and then build GDB.
  
     When you have multiple hosts or targets configured in separate
  directories, you can run `make' on them in parallel (for example, if
--- 252,260 ----
  
     The `Makefile' that `configure' generates in each source directory
  also runs recursively.  If you type `make' in a source directory such
! as `gdb-5.1' (or in a separate configured directory configured with
! `--srcdir=DIRNAME/gdb-5.1'), you will build all the required libraries,
! and then build GDB.
  
     When you have multiple hosts or targets configured in separate
  directories, you can run `make' on them in parallel (for example, if
***************
*** 298,304 ****
       Invalid configuration `i986v': machine `i986v' not recognized
  
  `config.sub' is also distributed in the GDB source directory
! (`gdb-5.0.93', for version 5.0.93).
  
  \x1f
  File: gdb.info,  Node: Configure Options,  Prev: Config Names,  Up: Installing GDB
--- 298,304 ----
       Invalid configuration `i986v': machine `i986v' not recognized
  
  `config.sub' is also distributed in the GDB source directory
! (`gdb-5.1', for version 5.1).
  
  \x1f
  File: gdb.info,  Node: Configure Options,  Prev: Config Names,  Up: Installing GDB
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-15 gdb-5.0.94/gdb/doc/gdb.info-15
*** gdb-5.0.93/gdb/doc/gdb.info-15	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-15	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-2 gdb-5.0.94/gdb/doc/gdb.info-2
*** gdb-5.0.93/gdb/doc/gdb.info-2	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-2	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-3 gdb-5.0.94/gdb/doc/gdb.info-3
*** gdb-5.0.93/gdb/doc/gdb.info-3	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-3	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-4 gdb-5.0.94/gdb/doc/gdb.info-4
*** gdb-5.0.93/gdb/doc/gdb.info-4	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-4	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-5 gdb-5.0.94/gdb/doc/gdb.info-5
*** gdb-5.0.93/gdb/doc/gdb.info-5	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-5	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-6 gdb-5.0.94/gdb/doc/gdb.info-6
*** gdb-5.0.93/gdb/doc/gdb.info-6	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-6	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-7 gdb-5.0.94/gdb/doc/gdb.info-7
*** gdb-5.0.93/gdb/doc/gdb.info-7	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-7	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-8 gdb-5.0.94/gdb/doc/gdb.info-8
*** gdb-5.0.93/gdb/doc/gdb.info-8	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-8	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
diff -d -r -c gdb-5.0.93/gdb/doc/gdb.info-9 gdb-5.0.94/gdb/doc/gdb.info-9
*** gdb-5.0.93/gdb/doc/gdb.info-9	Sun Nov 11 20:22:01 2001
--- gdb-5.0.94/gdb/doc/gdb.info-9	Sun Nov 18 14:41:38 2001
***************
*** 8,14 ****
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.0.93.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
--- 8,14 ----
     This file documents the GNU debugger GDB.
  
     This is the Ninth Edition, April 2001, of `Debugging with GDB: the
! GNU Source-Level Debugger' for GDB Version 5.1.
  
     Copyright (C)
  1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
***************
*** 508,514 ****
        the conditions.
       There is absolutely no warranty for GDB; type "show warranty"
       for details.
!      GDB 5.0.93, Copyright 1992 Free Software Foundation, Inc...
       (gdb) target hms
       Connected to remote H8/300 HMS system.
       (gdb) load t.x
--- 508,514 ----
        the conditions.
       There is absolutely no warranty for GDB; type "show warranty"
       for details.
!      GDB 5.1, Copyright 1992 Free Software Foundation, Inc...
       (gdb) target hms
       Connected to remote H8/300 HMS system.
       (gdb) load t.x
Only in gdb-5.0.93/gdb/gdbserver: Makefile
Only in gdb-5.0.93/gdb/gdbserver: config.log
Only in gdb-5.0.93/gdb/gdbserver: config.status
Only in gdb-5.0.93/gdb/gdbserver: nm.h
Only in gdb-5.0.93/gdb/gdbserver: tm.h
Only in gdb-5.0.93/gdb/gdbserver: xm.h
diff -d -r -c gdb-5.0.93/gdb/testsuite/ChangeLog gdb-5.0.94/gdb/testsuite/ChangeLog
*** gdb-5.0.93/gdb/testsuite/ChangeLog	Sun Nov 11 15:07:10 2001
--- gdb-5.0.94/gdb/testsuite/ChangeLog	Mon Nov 12 14:48:27 2001
***************
*** 1,3 ****
--- 1,8 ----
+ 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
+ 
+ 	* lib/mi-support.exp (mi_run_to_helper): Move comments
+ 	outside of gdb_expect.
+ 
  2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
  
  	* lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
diff -d -r -c gdb-5.0.93/gdb/testsuite/lib/mi-support.exp gdb-5.0.94/gdb/testsuite/lib/mi-support.exp
*** gdb-5.0.93/gdb/testsuite/lib/mi-support.exp	Sun Nov 11 15:07:10 2001
--- gdb-5.0.94/gdb/testsuite/lib/mi-support.exp	Mon Nov 12 14:48:31 2001
***************
*** 686,691 ****
--- 686,694 ----
  # cmd should not include the number or newline (i.e. "exec-step 3", not
  # "220-exec-step 3\n"
  
+ # Can not match -re ".*\r\n${mi_gdb_prompt}", because of false positives
+ # after the first prompt is printed.
+ 
  proc mi_run_to_helper { cmd reason func args file line extra test } {
      global suppress_flag
      if { $suppress_flag } {
***************
*** 708,719 ****
  	    fail "$test (unknown output after running)"
  	    return -1
  	}
- # Can not check for this, because of false positives after half of a running
- # prompt.
- #	-re ".*\r\n${mi_gdb_prompt}" {
- #	    fail "$test (unknown output)"
- #	    return -1
- #	}
  	timeout {
  	    fail "$test (timeout)"
  	    return -1
--- 711,716 ----
diff -d -r -c gdb-5.0.93/gdb/version.in gdb-5.0.94/gdb/version.in
*** gdb-5.0.93/gdb/version.in	Sun Nov 11 20:15:41 2001
--- gdb-5.0.94/gdb/version.in	Sun Nov 18 14:19:18 2001
***************
*** 1 ****
! 5.0.93
--- 1 ----
! 5.1
diff -d -r -c gdb-5.0.93/md5.sum gdb-5.0.94/md5.sum
*** gdb-5.0.93/md5.sum	Sun Nov 11 20:22:21 2001
--- gdb-5.0.94/md5.sum	Sun Nov 18 14:42:06 2001
***************
*** 3,9 ****
  7db0c7f87881d30fdf916d4442d2e7c7  Makefile.in
  07c33a285703b40cd6f93a478e97e03b  README
  ceab81aa1f02825092808fdafba0239d  bfd/COPYING
! 3515283a3b19d45df175816508cd25a5  bfd/ChangeLog
  8dcb7ce2e45911e21ceb6e457e69eacf  bfd/ChangeLog-9193
  2699955bffeffb24db6fd69ae4db6689  bfd/ChangeLog-9495
  b7ad288235bf6a3e015e01cb6096cbe7  bfd/ChangeLog-9697
--- 3,9 ----
  7db0c7f87881d30fdf916d4442d2e7c7  Makefile.in
  07c33a285703b40cd6f93a478e97e03b  README
  ceab81aa1f02825092808fdafba0239d  bfd/COPYING
! e05f48cecc9de4bb2f2c79335351d07a  bfd/ChangeLog
  8dcb7ce2e45911e21ceb6e457e69eacf  bfd/ChangeLog-9193
  2699955bffeffb24db6fd69ae4db6689  bfd/ChangeLog-9495
  b7ad288235bf6a3e015e01cb6096cbe7  bfd/ChangeLog-9697
***************
*** 372,378 ****
  1214020ec5befbef1dda50900deb4740  bfd/hosts/vaxbsd.h
  9b476271b3bc5815a37f6b887c092090  bfd/hosts/vaxult.h
  9b476271b3bc5815a37f6b887c092090  bfd/hosts/vaxult2.h
! f7f4648407c03c8d7ecdac1e9b3c267a  bfd/po/Make-in
  669fb8fbd4ad66d50abca080f74896dc  bfd/po/bfd.pot
  734c2b36aca27a7ff8c1433739ce1ae4  config/ChangeLog
  70c03dac891f6bc7d806b9427b31bc86  config/acinclude.m4
--- 372,380 ----
  1214020ec5befbef1dda50900deb4740  bfd/hosts/vaxbsd.h
  9b476271b3bc5815a37f6b887c092090  bfd/hosts/vaxult.h
  9b476271b3bc5815a37f6b887c092090  bfd/hosts/vaxult2.h
! 019de43ec4b4669224435b59c3fe63c4  bfd/po/BLD-POTFILES.in
! ead9b96bd5d6fefcc35a255f6667b02f  bfd/po/Make-in
! f9b4b9db7fbba0b73fbc7fc5185ee4f3  bfd/po/SRC-POTFILES.in
  669fb8fbd4ad66d50abca080f74896dc  bfd/po/bfd.pot
  734c2b36aca27a7ff8c1433739ce1ae4  config/ChangeLog
  70c03dac891f6bc7d806b9427b31bc86  config/acinclude.m4
***************
*** 474,480 ****
  32fc10cbdbf679bd0ffc8857cf069b43  etc/configdev.tin
  80a2683389e1058702300b8d75d26979  gdb/CONTRIBUTE
  0636e73ff0215e8d672dc4c32c317bb3  gdb/COPYING
! d05b4a129122671a969b9fad51779ab0  gdb/ChangeLog
  42b9f7c51223e595f66c2210064be682  gdb/ChangeLog-1990
  8f5a03c189727d347a330548f3ea9c98  gdb/ChangeLog-1991
  51d2fa6ce8618d5c87150c7c576f1f6d  gdb/ChangeLog-1992
--- 476,482 ----
  32fc10cbdbf679bd0ffc8857cf069b43  etc/configdev.tin
  80a2683389e1058702300b8d75d26979  gdb/CONTRIBUTE
  0636e73ff0215e8d672dc4c32c317bb3  gdb/COPYING
! a1a3e91ad41f09b194026ae3eef0bb38  gdb/ChangeLog
  42b9f7c51223e595f66c2210064be682  gdb/ChangeLog-1990
  8f5a03c189727d347a330548f3ea9c98  gdb/ChangeLog-1991
  51d2fa6ce8618d5c87150c7c576f1f6d  gdb/ChangeLog-1992
***************
*** 488,496 ****
  da71c479b68a4d95a79d36640b93c9c3  gdb/ChangeLog-2000
  1f68d3272b33b380724fe731f1716f7b  gdb/ChangeLog-3.x
  fd9b01e19102564a35dd02f1605fe47b  gdb/MAINTAINERS
! dfe93ffdddfac28542bc1316f4e6d554  gdb/Makefile.in
  9cc98fcb1ce9c0997206acb074a572c8  gdb/NEWS
! 54174dc626a56893f31004f4a92ef569  gdb/README
  c09844bf5182fcd6bc14c73661a0ef5f  gdb/TODO
  acfd142757eb994f91100e66cdfaf3e8  gdb/a29k-tdep.c
  930327525af3a01a23ee83b3f59d3d83  gdb/a68v-nat.c
--- 490,498 ----
  da71c479b68a4d95a79d36640b93c9c3  gdb/ChangeLog-2000
  1f68d3272b33b380724fe731f1716f7b  gdb/ChangeLog-3.x
  fd9b01e19102564a35dd02f1605fe47b  gdb/MAINTAINERS
! 600b131a0a87e1a20102030d55d4c8c2  gdb/Makefile.in
  9cc98fcb1ce9c0997206acb074a572c8  gdb/NEWS
! 111e5248d176a062f5e5f7d18d904086  gdb/README
  c09844bf5182fcd6bc14c73661a0ef5f  gdb/TODO
  acfd142757eb994f91100e66cdfaf3e8  gdb/a29k-tdep.c
  930327525af3a01a23ee83b3f59d3d83  gdb/a68v-nat.c
***************
*** 696,718 ****
  8108dd8f906f2654fecc74958cf383db  gdb/doc/psrc.sed
  fbcc30e4dc903f23065f01d9d1328e4a  gdb/doc/refcard.tex
  cf3fa1a9254671dd350d163636cf2c9b  gdb/doc/stabs.texinfo
! 813a32b91b862aa68d1d10b92c6dc391  gdb/doc/GDBvn.texi
! 104e324bcc68739c7fea5c9d0a913eb2  gdb/doc/gdb.info
! 92a186db5b8037fbdc07ad342523298d  gdb/doc/gdb.info-1
! 67ca1edb3fba6f2d7d1f6a0cd076a835  gdb/doc/gdb.info-2
! c61f3c559312bc82b60c6e2dd4f6fb6d  gdb/doc/gdb.info-3
! ebb8e7c5a5fe9cb0a58cfae961387dca  gdb/doc/gdb.info-4
! 408f7e9cd999c9220e9e8b5fa027511d  gdb/doc/gdb.info-5
! d900e402e177faa2dac51621855e7d67  gdb/doc/gdb.info-6
! 4693240f0202e5f69cf4f55bfa28535c  gdb/doc/gdb.info-7
! 505775d14341eece09ce2f88a05691c0  gdb/doc/gdb.info-8
! 05c7552b53104a7ddae8942baf71d021  gdb/doc/gdb.info-9
! c5825a45a2bb37e9695f405fe120f49b  gdb/doc/gdb.info-10
! 7981d2acafca538c9665a7520270bf18  gdb/doc/gdb.info-11
! 7030206d77586b541f70e2131d9e0ad8  gdb/doc/gdb.info-12
! 39c5e9fd07b5da7a2e17d175d8cb17a7  gdb/doc/gdb.info-13
! 65fb7bc730fc3714aabb608d162606d8  gdb/doc/gdb.info-14
! 584151116526af71dfd56cc915cdbfb2  gdb/doc/gdb.info-15
  ef01bb4f487de8e3f127b0fffcc79ffc  gdb/doc/gdbint.info
  8bdf02cbd2782b48c66ec3e08a8215da  gdb/doc/gdbint.info-1
  5be6d2b5882de54baee8c2a90b927bbf  gdb/doc/gdbint.info-2
--- 698,720 ----
  8108dd8f906f2654fecc74958cf383db  gdb/doc/psrc.sed
  fbcc30e4dc903f23065f01d9d1328e4a  gdb/doc/refcard.tex
  cf3fa1a9254671dd350d163636cf2c9b  gdb/doc/stabs.texinfo
! 32cbd5b852f9635f60043916bf9c4e56  gdb/doc/GDBvn.texi
! 22c21e53e46b74686ef7c9833a6c1997  gdb/doc/gdb.info
! 99ec850b3135005227832ad690a45a60  gdb/doc/gdb.info-1
! 7207f31bab23f2a90a40b2efa70788f1  gdb/doc/gdb.info-2
! 4b76e2871506bf1c661ea667a35513d8  gdb/doc/gdb.info-3
! 02c5fe019fa901cbd3670e6e1432a16d  gdb/doc/gdb.info-4
! 58183249f504760757d8d5c1ba9d4999  gdb/doc/gdb.info-5
! af37dbdabf06d3f146e4a4c1b24ddfe1  gdb/doc/gdb.info-6
! 3ce5c14b0abbdeda9335090efd55f6a6  gdb/doc/gdb.info-7
! 7c26caebe3d193571bee4c352c872028  gdb/doc/gdb.info-8
! 2961208b85511e4450a3a802fb101a76  gdb/doc/gdb.info-9
! 27042d511091de370e7eb21b3dfeb4b7  gdb/doc/gdb.info-10
! ea372148f15fc6fac00f0aceefdd6f2b  gdb/doc/gdb.info-11
! 2473f2b3b72bad8f249fe33ce5a621d0  gdb/doc/gdb.info-12
! f10aef6a1131c4b52319cfa38d45f65c  gdb/doc/gdb.info-13
! f1a7b850cc011a7a789daf2aef9600a5  gdb/doc/gdb.info-14
! 3754621df2dad142899ea8ab9eedc838  gdb/doc/gdb.info-15
  ef01bb4f487de8e3f127b0fffcc79ffc  gdb/doc/gdbint.info
  8bdf02cbd2782b48c66ec3e08a8215da  gdb/doc/gdbint.info-1
  5be6d2b5882de54baee8c2a90b927bbf  gdb/doc/gdbint.info-2
***************
*** 985,991 ****
  6fa879fa4f40f3f54b03c3934c190d75  gdb/varobj.h
  09daf3030e872d4006f8ecbf985502ef  gdb/vax-tdep.c
  5c5ded2e342d683a80ee1baef14bb084  gdb/version.h
! 4b81a23d8983e9729a586fc24d92ca4d  gdb/version.in
  89b6bcd89972a6bcd017a7e81acd2c30  gdb/w65-tdep.c
  03ba153f57b70361abb6daaf880ac4c0  gdb/w89k-rom.c
  d38b7ceb7d81fd214d686083b2082cd0  gdb/win32-nat.c
--- 987,993 ----
  6fa879fa4f40f3f54b03c3934c190d75  gdb/varobj.h
  09daf3030e872d4006f8ecbf985502ef  gdb/vax-tdep.c
  5c5ded2e342d683a80ee1baef14bb084  gdb/version.h
! 6943de0d307f73489ddb2fc99297756a  gdb/version.in
  89b6bcd89972a6bcd017a7e81acd2c30  gdb/w65-tdep.c
  03ba153f57b70361abb6daaf880ac4c0  gdb/w89k-rom.c
  d38b7ceb7d81fd214d686083b2082cd0  gdb/win32-nat.c
***************
*** 1632,1643 ****
  bad11e5369a976df5aeee53190a53d31  gdb/gdbserver/server.c
  2418f69e0d2aeb67fd1ccce62b09b0f0  gdb/gdbserver/server.h
  93b45c28a5a91818c21b90ebdc1041c4  gdb/gdbserver/utils.c
- 9c58ac7e897309a8422aed340bf59744  gdb/gdbserver/config.log
- 19f4ec8384cf43d554569a7026731ff1  gdb/gdbserver/xm.h
- 515fcd11ad75c98d34cb84a7be349045  gdb/gdbserver/config.status
- dccab4bd6d7c0f72bb88616fa56b226c  gdb/gdbserver/tm.h
- 58d294ca7facc62ead9c2c26afa6f5ef  gdb/gdbserver/nm.h
- b39684180c2de97c97bd15e463137431  gdb/gdbserver/Makefile
  d9c805aa3da1f435f2bc4954cd64dcb1  gdb/nindy-share/Makefile
  653d6127df0d8f98888fc57d492db362  gdb/nindy-share/Onindy.c
  115001714fc35d672759152eb5fdbeca  gdb/nindy-share/README
--- 1634,1639 ----
***************
*** 1731,1737 ****
  01a8436a5a50ec21efac89733867ca74  gdb/rdi-share/unixcomm.c
  6002c66173a3c4f6001979896c888e2c  gdb/rdi-share/unixcomm.h
  32b68d52cb813a01f3eac71017f56d2e  gdb/testsuite/.gdbinit
! 1a027656c8a5887683a69521af66d80b  gdb/testsuite/ChangeLog
  dea156a57efb81fe99b2b56b6e77cfcd  gdb/testsuite/Makefile.in
  1b9bb551736dbc95577c91620b81fb6c  gdb/testsuite/TODO
  a4cf76282f558aaf126217a96d77dec6  gdb/testsuite/aclocal.m4
--- 1727,1733 ----
  01a8436a5a50ec21efac89733867ca74  gdb/rdi-share/unixcomm.c
  6002c66173a3c4f6001979896c888e2c  gdb/rdi-share/unixcomm.h
  32b68d52cb813a01f3eac71017f56d2e  gdb/testsuite/.gdbinit
! 79731564bd0c3c94d9f8d7cfa15931df  gdb/testsuite/ChangeLog
  dea156a57efb81fe99b2b56b6e77cfcd  gdb/testsuite/Makefile.in
  1b9bb551736dbc95577c91620b81fb6c  gdb/testsuite/TODO
  a4cf76282f558aaf126217a96d77dec6  gdb/testsuite/aclocal.m4
***************
*** 2288,2294 ****
  48a27665f33817b43a3452988f80966a  gdb/testsuite/lib/emc-support.exp
  0f503fcd91c8a903afc2390273eb3a36  gdb/testsuite/lib/gdb.exp
  7a925979465f1dbaed26e478d6364dc2  gdb/testsuite/lib/java.exp
! cda0332d36a42e4c9c80d24dec57f549  gdb/testsuite/lib/mi-support.exp
  c68e4af9b47de335364e755bc9ad7337  gdb/testsuite/lib/trace-support.exp
  abbbb20b96830b7bd12c38753606a01f  gdb/tui/ChangeLog
  1802bc075b2758d500a4fdf307dc3fc6  gdb/tui/tui-file.c
--- 2284,2290 ----
  48a27665f33817b43a3452988f80966a  gdb/testsuite/lib/emc-support.exp
  0f503fcd91c8a903afc2390273eb3a36  gdb/testsuite/lib/gdb.exp
  7a925979465f1dbaed26e478d6364dc2  gdb/testsuite/lib/java.exp
! f316caf03a1113b447d1afba9e8bb2b3  gdb/testsuite/lib/mi-support.exp
  c68e4af9b47de335364e755bc9ad7337  gdb/testsuite/lib/trace-support.exp
  abbbb20b96830b7bd12c38753606a01f  gdb/tui/ChangeLog
  1802bc075b2758d500a4fdf307dc3fc6  gdb/tui/tui-file.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Doh! gdb-5.0.94 available
  2001-10-02 15:43 Doh! gdb-5.0.94 available Andrew Cagney
  2001-10-02 16:04 ` Andrew Cagney
@ 2001-11-19  8:35 ` Andrew Cagney
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Cagney @ 2001-11-19  8:35 UTC (permalink / raw)
  To: gdb, insight

If anyone is wondering what is going on.  See:
	ftp://sources.redhat.com/pub/gdb/snapshots

I'd already rolled out a true 5.0.93 and simply didn't notice.

Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Doh! gdb-5.0.94 available
  2001-10-02 16:04 ` Andrew Cagney
@ 2001-11-19 10:57   ` Andrew Cagney
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Cagney @ 2001-11-19 10:57 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb, insight

For reference, attached are the raw differences between gdb-5.0.93 (the 
first one, not the second one) and gdb-5.0.94.  Given I've foobar'd 
this, I'll leave rolling out 5.1 for an extra 24 hours (as was pointed 
out privately, it is otherwize not exactly fair).

That makes it something like 2001-11-21 00:01 GMT.

I've also edited my release notes to mention that each mini-release 
should also include a set of diffs.  Hmm, yes, I'll submit a 
gdbint.texinfo patch.

Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-19 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-02 15:43 Doh! gdb-5.0.94 available Andrew Cagney
2001-10-02 16:04 ` Andrew Cagney
2001-11-19 10:57   ` Andrew Cagney
2001-11-19  8:35 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).