public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/dmf001)] Add mangling for __dmr.
@ 2022-10-19  4:15 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2022-10-19  4:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0af781591fdd0c511de705b59088c587eca4a181

commit 0af781591fdd0c511de705b59088c587eca4a181
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Oct 19 00:14:44 2022 -0400

    Add mangling for __dmr.
    
    2022-10-18   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/rs6000.cc (rs6000_mangle_type): Add mangling for __dmr.

Diff:
---
 gcc/config/rs6000/rs6000.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc
index 9b9fa75d8ba..378088b04c1 100644
--- a/gcc/config/rs6000/rs6000.cc
+++ b/gcc/config/rs6000/rs6000.cc
@@ -20459,6 +20459,8 @@ rs6000_mangle_type (const_tree type)
     return "u13__vector_pair";
   if (type == vector_quad_type_node)
     return "u13__vector_quad";
+  if (type == dmr_type_node)
+    return "u5__dmr";
 
   /* For all other types, use the default mangling.  */
   return NULL;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-19  4:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19  4:15 [gcc(refs/users/meissner/heads/dmf001)] Add mangling for __dmr Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).