public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5560] Fix typo in t-dimode
@ 2021-11-27 21:48 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2021-11-27 21:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:14dd0921fe9ee153de17b3de2786e5588ffdc52a

commit r12-5560-g14dd0921fe9ee153de17b3de2786e5588ffdc52a
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sat Nov 27 21:47:47 2021 +0000

    Fix typo in t-dimode
    
    2021-11-27  John David Anglin  <danglin@gcc.gnu.org>
    
    libgcc/ChangeLog:
    
            * config/pa/t-dimode (lib2difuncs): Fix typo.

Diff:
---
 libgcc/config/pa/t-dimode | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgcc/config/pa/t-dimode b/libgcc/config/pa/t-dimode
index 1344e937644..19252a6e6b1 100644
--- a/libgcc/config/pa/t-dimode
+++ b/libgcc/config/pa/t-dimode
@@ -1,5 +1,5 @@
 # Extra DImode libgcc2 functions to build.
-lib2difuncs = _muldi3 _negdi2 _lshrdi _ashldi3 _ashrdi3 _cmpdi2 _ucmpdi2
+lib2difuncs = _muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _cmpdi2 _ucmpdi2
 
 # Build lib2difuncs.
 lib2difuncs-o = $(patsubst %,%_di$(objext),$(lib2difuncs))


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

only message in thread, other threads:[~2021-11-27 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 21:48 [gcc r12-5560] Fix typo in t-dimode John David Anglin

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).