+2015-04-27 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/65296
+ PR target/65895
+ * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
+ Add hint how to use own spec file.
+
2015-04-27 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/65875
#define SPECFILE_DOC_URL \
- "http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html"
+ "https://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html"
+
+#define SPECFILE_USAGE_URL \
+ "https://gcc.gnu.org/gcc-5/changes.html"
/* Return true iff STR starts with PREFIX. */
static const char help_copy_paste[] =
"# If you intend to use an existing device specs file as a starting point\n"
"# for a new device spec file, make sure you are copying from a specs\n"
- "# file for a device from the same core architecture and SP width.\n";
+ "# file for a device from the same core architecture and SP width.\n"
+ "# See <" SPECFILE_USAGE_URL "> for a description\n"
+ "# of how to use such own spec files.\n";
#if defined (WITH_AVRLIBC)
static const char help_dev_lib_name[] =
}
fprintf (f, "# End of file\n");
+
+ fclose (f);
}