public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gprofng: change use of bignum to use of bigint
@ 2024-02-27 18:32 ruud.vanderpas
  0 siblings, 0 replies; only message in thread
From: ruud.vanderpas @ 2024-02-27 18:32 UTC (permalink / raw)
  To: binutils

From: Ruud van der Pas <ruud.vanderpas@oracle.com>

Change the statement "use bignum" to "use bigint".  This is sufficient
for gp-display-html to work and removes the dependency on bignum.

gprofng/ChangeLog
2024-02-27  Ruud van der Pas  <ruud.vanderpas@oracle.com>

	PR 31390
	* gprofng/gp-display-html: One line change to "use bigint".
---
 gprofng/gp-display-html/gp-display-html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gprofng/gp-display-html/gp-display-html.in b/gprofng/gp-display-html/gp-display-html.in
index 6f37ca282e7..306c99a0ec3 100644
--- a/gprofng/gp-display-html/gp-display-html.in
+++ b/gprofng/gp-display-html/gp-display-html.in
@@ -25,7 +25,7 @@ use warnings;
 # Disable before release
 # use Perl::Critic;
 
-use bignum;
+use bigint;
 use List::Util qw (max);
 use Cwd qw (abs_path cwd);
 use File::Basename;
-- 
2.39.3


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

only message in thread, other threads:[~2024-02-27 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 18:32 [PATCH] gprofng: change use of bignum to use of bigint ruud.vanderpas

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