diff options
author | Jim Blandy <jimb@codesourcery.com> | 2006-04-08 23:40:03 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2006-04-08 23:40:03 +0000 |
commit | d750b939987cf43c1eaf590db9e15e7fce283a61 (patch) | |
tree | 6adf93e1603e89eb9d4e6dd115af985385ba5123 /gdb | |
parent | cb878726df95ae9effe3b5b06a519bf2f2786226 (diff) | |
download | gdb-d750b939987cf43c1eaf590db9e15e7fce283a61.zip gdb-d750b939987cf43c1eaf590db9e15e7fce283a61.tar.gz gdb-d750b939987cf43c1eaf590db9e15e7fce283a61.tar.bz2 |
2006-04-08 Jim Blandy <jimb@codesourcery.com>
* Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from
last patch.)
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/Makefile.in | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c508973..35bebaa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9a83e64..2dda543 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -952,7 +952,8 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ 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 |