summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:24:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:24:46 +0000
commitcb8e48e29221716a4c7da4b5520fb7712b8137a7 (patch)
tree806d164b0e0aebc16126ad206089ab0e81326eac /c/src/librdbg/ChangeLog
parent2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de> (diff)
downloadrtems-cb8e48e29221716a4c7da4b5520fb7712b8137a7.tar.bz2
2002-03-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 149 * src/i386/any/Makefile.am: s/$(SED)/sed/. * src/m68k/any/Makefile.am: s/$(SED)/sed/. * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog
index dc6c5f2895..375e8bb408 100644
--- a/c/src/librdbg/ChangeLog
+++ b/c/src/librdbg/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ PR 149
+ * src/i386/any/Makefile.am: s/$(SED)/sed/.
+ * src/m68k/any/Makefile.am: s/$(SED)/sed/.
+ * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/.
+ (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
+
2002-02-01 Eric Valette <valette@crf.canon.fr>