aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc-4.4.3/gcc/config/i386/i386.h2
-rw-r--r--gcc-4.6/gcc/config/i386/i386.h2
-rw-r--r--gcc-4.7/gcc/config/i386/i386-opts.h2
-rw-r--r--gcc-4.8/gcc/collect2.c2
-rw-r--r--gcc-4.8/gcc/config/i386/i386-opts.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc-4.4.3/gcc/config/i386/i386.h b/gcc-4.4.3/gcc/config/i386/i386.h
index d611fe632..1c9d8b52f 100644
--- a/gcc-4.4.3/gcc/config/i386/i386.h
+++ b/gcc-4.4.3/gcc/config/i386/i386.h
@@ -2519,7 +2519,7 @@ struct machine_function GTY(())
enum stack_protector_guard {
SSP_TLS, /* per-thread canary at %gs:20 */
- SSP_GLOBAL, /* global canary */
+ SSP_GLOBAL /* global canary */
};
extern enum stack_protector_guard ix86_stack_protector_guard;
diff --git a/gcc-4.6/gcc/config/i386/i386.h b/gcc-4.6/gcc/config/i386/i386.h
index d7714f7e4..e1a1dc84c 100644
--- a/gcc-4.6/gcc/config/i386/i386.h
+++ b/gcc-4.6/gcc/config/i386/i386.h
@@ -2380,7 +2380,7 @@ extern void debug_dispatch_window (int);
enum stack_protector_guard {
SSP_TLS, /* per-thread canary at %gs:20 */
- SSP_GLOBAL, /* global canary */
+ SSP_GLOBAL /* global canary */
};
extern enum stack_protector_guard ix86_stack_protector_guard;
diff --git a/gcc-4.7/gcc/config/i386/i386-opts.h b/gcc-4.7/gcc/config/i386/i386-opts.h
index 8904491de..4f92987aa 100644
--- a/gcc-4.7/gcc/config/i386/i386-opts.h
+++ b/gcc-4.7/gcc/config/i386/i386-opts.h
@@ -84,7 +84,7 @@ enum ix86_veclibabi {
enum stack_protector_guard {
SSP_TLS, /* per-thread canary at %gs:20 */
- SSP_GLOBAL, /* global canary */
+ SSP_GLOBAL /* global canary */
};
#endif
diff --git a/gcc-4.8/gcc/collect2.c b/gcc-4.8/gcc/collect2.c
index dc094ed02..bc180eb04 100644
--- a/gcc-4.8/gcc/collect2.c
+++ b/gcc-4.8/gcc/collect2.c
@@ -854,7 +854,7 @@ main (int argc, char **argv)
"ld",
PLUGIN_LD_SUFFIX,
"ld.gold",
- "ld.bfd"
+ "ld.bfd",
"ld.mcld"
};
static const char *const real_ld_suffix = "real-ld";
diff --git a/gcc-4.8/gcc/config/i386/i386-opts.h b/gcc-4.8/gcc/config/i386/i386-opts.h
index 3f3ce13be..d2421b573 100644
--- a/gcc-4.8/gcc/config/i386/i386-opts.h
+++ b/gcc-4.8/gcc/config/i386/i386-opts.h
@@ -87,7 +87,7 @@ enum ix86_veclibabi {
enum stack_protector_guard {
SSP_TLS, /* per-thread canary at %gs:20 */
- SSP_GLOBAL, /* global canary */
+ SSP_GLOBAL /* global canary */
};
#endif