aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-01-03 00:16:20 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-01-03 00:16:20 +0000
commit2eacfdbd6a2ccd5348c520d186bca2abef003413 (patch)
tree2a12704ed9c5fec6b45889d952a667a9d7043937
parentef370f933c03b95ff0e8ae86b3422d26fc5c49c6 (diff)
downloadgcc-2eacfdbd6a2ccd5348c520d186bca2abef003413.zip
gcc-2eacfdbd6a2ccd5348c520d186bca2abef003413.tar.gz
gcc-2eacfdbd6a2ccd5348c520d186bca2abef003413.tar.bz2
Daily bump.
-rw-r--r--gcc/ChangeLog54
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/cp/ChangeLog6
3 files changed, 61 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 54416b4..9deb3e3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,57 @@
+2021-01-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin.h (MIN_LD64_NO_COAL_SECTS): Adjust.
+ Amend handling for LD64_VERSION fallback defaults.
+
+2021-01-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config.gcc: Compute default version information
+ from the configured target. Likewise defaults for
+ ld64.
+ * config/darwin10.h: Removed.
+ * config/darwin12.h: Removed.
+ * config/darwin9.h: Removed.
+ * config/rs6000/darwin8.h: Removed.
+
+2021-01-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Delete.
+
+2021-01-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Move from here..
+ * config/darwin.h (STACK_CHECK_STATIC_BUILTIN): .. to here.
+
+2021-01-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Move from
+ here...
+ * config/darwin.h (LINK_GCC_C_SEQUENCE_SPEC): ... to here.
+
+2021-01-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Move the spec
+ for the Darwin10 unwinder stub from here ...
+ * config/darwin.h (LINK_COMMAND_SPEC_A): ... to here.
+
+2021-01-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin.h (DSYMUTIL_SPEC): Default to DWARF
+ (ASM_DEBUG_SPEC):Only define if the assembler supports
+ stabs.
+ (PREFERRED_DEBUGGING_TYPE): Default to DWARF.
+ (DARWIN_PREFER_DWARF): Define.
+ * config/darwin9.h (PREFERRED_DEBUGGING_TYPE): Remove.
+ (DARWIN_PREFER_DWARF): Likewise
+ (DSYMUTIL_SPEC): Likewise.
+ (COLLECT_RUN_DSYMUTIL): Likewise.
+ (ASM_DEBUG_SPEC): Likewise.
+ (ASM_DEBUG_OPTION_SPEC): Likewise.
+
+2021-01-02 Jan Hubicka <jh@suse.cz>
+
+ * cfg.c (free_block): ggc_free bb.
+
2021-01-01 Jakub Jelinek <jakub@redhat.com>
* gcc.c (process_command): Update copyright notice dates.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d4e22b3..cb0a386 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210102
+20210103
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8f27140..ca00794 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-02 Jan Hubicka <jh@suse.cz>
+
+ * cp-tree.h (cp_tree_c_finish_parsing): Declare.
+ * decl2.c (c_parse_final_cleanups): Call cp_tree_c_finish_parsing.
+ * tree.c (cp_tree_c_finish_parsing): New function.
+
2021-01-01 Jakub Jelinek <jakub@redhat.com>
* ChangeLog-2020: Rotate ChangeLog. New file.