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]

[rfa] doc/gdbint.texinfo: remove references to pyramid macros


And now for something different.  I found this in an old
"work in progress" directory.

Here's a doco cleanup patchlet.  This removes references to
PYRAMID_* from gdbint.texinfo, section "Obsolete Conditionals".

Here is the history:

  gdb HEAD  		no reference to PYRAMID_*
  gdb gdb_5_2-branch	no reference to PYRAMID_*
  gdb 5.1.1		no reference to PYRAMID_*
  gdb 5.1		no reference to PYRAMID_*
  gdb 5.0		all references to PYRAMID_* are "OBSOLETE"
  gdb 4.18		PYRAMID_* is live

I would like to apply this to HEAD.  It would not hurt the 5.2 branch,
but it's not necessary, either.

Okay to apply?

Michael C

===

2002-04-09  Michael Chastain  <mec@shout.net>

	* gdb.texinfo (Obsolete Conditionals): Remove references to
	pyramid macros.

Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.72
diff -c -3 -p -r1.72 gdbint.texinfo
*** gdbint.texinfo	6 Apr 2002 00:02:52 -0000	1.72
--- gdbint.texinfo	9 Apr 2002 16:36:54 -0000
*************** and deleted from all of @value{GDBN}'s c
*** 5728,5740 ****
  Any @file{@var{foo}-xdep.c} file that references STACK_END_ADDR
  is so old that it has never been converted to use BFD.  Now that's old!
  
- @item PYRAMID_CONTROL_FRAME_DEBUGGING
- pyr-xdep.c
- @item PYRAMID_CORE
- pyr-xdep.c
- @item PYRAMID_PTRACE
- pyr-xdep.c
- 
  @item REG_STACK_SEGMENT
  exec.c
  
--- 5728,5733 ----


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