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]

[committed] Remove bogus leftover mmalloc reference in sim/ppc


Removes a stupid leftover mmalloc reference.  Committed as obvious.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/sim/ppc/ChangeLog,v
retrieving revision 1.50
diff -r1.50 ChangeLog
0a1,4
> 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
> 
> 	* Makefile.in (GDB_INCLUDES): Remove bogus reference to mmalloc.
> 
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/ppc/Makefile.in,v
retrieving revision 1.13
diff -r1.13 Makefile.in
150c150
< GDB_INCLUDES	= -I../../gdb -I$(srcdir)/../../gdb  -I$(srcdir)/../../gdb/config -I$(srcdir)/../../mmalloc
---
> GDB_INCLUDES	= -I../../gdb -I$(srcdir)/../../gdb  -I$(srcdir)/../../gdb/config

-- 
There are none so blind as those who will not see.


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