]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: aarch64-freebsd.h: Define MCOUNT_NAME.
authorAndreas Tobler <andreast@gcc.gnu.org>
Sat, 8 Apr 2017 19:18:15 +0000 (21:18 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Sat, 8 Apr 2017 19:18:15 +0000 (21:18 +0200)
2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>

    Backport from mainline
    2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>

    * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
    Add comment for WCHAR_T.

From-SVN: r246788

gcc/ChangeLog
gcc/config/aarch64/aarch64-freebsd.h

index d0b6e8fcc004ef7c3e7388bccf8320c9a97fe88d..07eb63cc94951787d81e7466a3e6348a862693bc 100644 (file)
@@ -1,3 +1,11 @@
+2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       Backport from mainline
+       2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
+       Add comment for WCHAR_T.
+
 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
 
        Backport from mainline
index 84bf41a362fc69a2565c066a522351856d796806..bd47b3c4dfdd67a805e261f789fc1616393b81aa 100644 (file)
 #undef TARGET_BINDS_LOCAL_P
 #define TARGET_BINDS_LOCAL_P default_binds_local_p_2
 
+/* Use the AAPCS type for wchar_t, override the one from
+   config/freebsd.h.  */
 #undef  WCHAR_TYPE
 #define WCHAR_TYPE  "unsigned int"
 
+#undef MCOUNT_NAME
+#define MCOUNT_NAME ".mcount"
+
 #endif  /* GCC_AARCH64_FREEBSD_H */