This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Compiling GCC with a C++ compiler (3/n)


Jakub Jelinek <jakub@redhat.com> writes:

| (btw, you haven't changed gdbinit.in in your patch).

Fixed with this.

-- Gaby

Index: gcc/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.4765
diff -p -r2.4765 ChangeLog
*** gcc/ChangeLog	2 Aug 2004 16:45:10 -0000	2.4765
--- gcc/ChangeLog	2 Aug 2004 19:34:15 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-08-02  Gabriel Dos Reis  <gdr@cs.tamu.edu>
+ 
+ 	* gdbinit.in: Reflect previous changes to rtunion_def.
+ 
  2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
  
  	* vec.h (DEF_VEC_P): Add proper cast to uses of vec_o_reserve and
Index: gcc/gdbinit.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gdbinit.in,v
retrieving revision 1.7
diff -p -r1.7 gdbinit.in
*** gcc/gdbinit.in	22 Jul 2004 01:04:13 -0000	1.7
--- gcc/gdbinit.in	2 Aug 2004 19:34:16 -0000
*************** Print the rtx-code and machine mode of t
*** 97,103 ****
  end
  
  define pi
! print $.u.fld[0].rtx@7
  end
  
  document pi
--- 97,103 ----
  end
  
  define pi
! print $.u.fld[0].rt_rtx@7
  end
  
  document pi


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