public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] hppa: Fix typo in t-dimode
@ 2021-11-27 21:58 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2021-11-27 21:58 UTC (permalink / raw)
  To: GCC Patches

This patch fixes a typo in t-dimode.  This caused __lshrdi3 to be dropped from libgcc.

Tested by build on hppa64-linux-gnu.

Committed to trunk and gcc-11.

Dave
---
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 --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:58 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:58 [committed] hppa: 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).