Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gdb Fix an errant #endif probably from the 4.17 merge.



details:   https://anonhg.NetBSD.org/src/rev/dcf7d0daa320
branches:  trunk
changeset: 467505:dcf7d0daa320
user:      mark <mark%NetBSD.org@localhost>
date:      Thu Mar 25 11:53:30 1999 +0000

description:
Fix an errant #endif probably from the 4.17 merge.

diffstat:

 gnu/dist/gdb/arm-tdep.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 65a18679df7b -r dcf7d0daa320 gnu/dist/gdb/arm-tdep.c
--- a/gnu/dist/gdb/arm-tdep.c   Thu Mar 25 11:52:31 1999 +0000
+++ b/gnu/dist/gdb/arm-tdep.c   Thu Mar 25 11:53:30 1999 +0000
@@ -1007,6 +1007,7 @@
 {
   *(double*)ptr = *dbl;
 }
+#endif
 
 static int
 condition_true (cond, status_reg)
@@ -1112,7 +1113,6 @@
 
   return res & 0xffffffff;
 }
-#endif
 
 /* Return number of 1-bits in VAL.  */
 



Home | Main Index | Thread Index | Old Index