This is the mail archive of the gdb-patches@sourceware.org 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: RFA: prologue value modules


On 4/7/06, Ulrich Weigand <uweigand@de.ibm.com> wrote:
> Jim Blandy wrote:
>
> > 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
> >
> >       * prologue-value.c, prologue-value.h: New files.
> >       * Makefile.in (prologue_value_h): New variable.
> >       (HFILES_NO_SRCDIR): List prologue-value.h.
> >       (SFILES): List prologue-value.c.
> >       (COMMON_OBS): List prologue-value.o.
>
> However, the patch doesn't contain the latter change
> to COMMON_OBS.  Was this an oversight?

Yes!  Thanks for noticing that.  I've committed the below as obvious.


Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7690
diff -u -p -r1.7690 ChangeLog
--- ChangeLog   8 Apr 2006 21:15:26 -0000       1.7690
+++ ChangeLog   8 Apr 2006 23:39:42 -0000
@@ -1,3 +1,8 @@
+2006-04-08  Jim Blandy  <jimb@codesourcery.com>
+
+       * Makefile.in (COMMON_OBS): List prologue-value.o.  (Omitted from
+       last patch.)
+
 2006-04-08  David S. Miller  <davem@sunset.davemloft.net>

        * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.806
diff -u -p -r1.806 Makefile.in
--- Makefile.in 8 Apr 2006 21:15:26 -0000       1.806
+++ Makefile.in 8 Apr 2006 23:39:43 -0000
@@ -952,7 +952,8 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $
        reggroups.o regset.o \
        trad-frame.o \
        tramp-frame.o \
-       solib.o solib-null.o
+       solib.o solib-null.o \
+       prologue-value.o

 TSOBS = inflow.o


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