public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Vladimir Mezentsev <vmezents@sourceware.org>
To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org
Subject: [binutils-gdb] gprofng: change use of bignum to use of bigint
Date: Thu, 29 Feb 2024 01:18:46 +0000 (GMT)	[thread overview]
Message-ID: <20240229011847.18FEB3858D39@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3243d790ee32aa8eda69226d81b1e79dbd1dcd87

commit 3243d790ee32aa8eda69226d81b1e79dbd1dcd87
Author: Ruud van der Pas <ruud.vanderpas@oracle.com>
Date:   Tue Feb 27 18:29:55 2024 +0000

    gprofng: change use of bignum to use of bigint
    
    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".

Diff:
---
 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;

                 reply	other threads:[~2024-02-29  1:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240229011847.18FEB3858D39@sourceware.org \
    --to=vmezents@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).