summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/patches/gdb-6.4-rtems-20060311.diff
blob: 36bdd00e366fd3fc7218267bb7997571fcd6a73c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- gdb-6.4/sim/Makefile.in	29 Jan 2005 00:53:13 -0000	1.6
+++ gdb-6.4/sim/Makefile.in	11 Mar 2006 04:59:44 -0000
@@ -87,6 +87,7 @@
 	"exec_prefix=$(exec_prefix)" \
 	"bindir=$(bindir)" \
 	"mandir=$(mandir)" \
+	"libdir=$(libdir)" \
 	"against=$(against)" \
 	"AR=$(AR)" \
 	"AR_FLAGS=$(AR_FLAGS)" \
--- gdb-6.4/sim/erc32/exec.c	7 Mar 2005 11:09:05 -0000	1.2
+++ gdb-6.4/sim/erc32/exec.c	11 Mar 2006 04:59:45 -0000
@@ -1713,7 +1713,7 @@
     	    sregs->fdp[rs2 | 1] = sregs->fs[rs2 & ~1];
     	    sregs->fdp[rs2 & ~1] = sregs->fs[rs2 | 1];
     default:
-      ;
+      break;
     }
 #endif
 
@@ -1886,7 +1886,7 @@
 	sregs->fs[rd & ~1] = sregs->fdp[rd | 1];
 	sregs->fs[rd | 1] = sregs->fdp[rd & ~1];
     default:
-      ;
+      break;
     }
 #endif
     if (sregs->fpstate == FP_EXC_PE) {
--- gdb-6.4/sim/mips/dv-tx3904tmr.c	16 Apr 1999 01:35:06 -0000	1.1.1.1
+++ gdb-6.4/sim/mips/dv-tx3904tmr.c	11 Mar 2006 04:59:46 -0000
@@ -675,6 +675,7 @@
 
 	case 3: /* disabled */
 	default:
+	  break;
 	}
 
       /* update counter and report */