bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30880] readelf..debug-dump=loc displays bogus base address


From: nickc at redhat dot com
Subject: [Bug binutils/30880] readelf..debug-dump=loc displays bogus base addresses
Date: Fri, 10 Nov 2023 16:07:49 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30880

--- Comment #6 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Vsevolod Alekseyev from comment #5)
> Thanks. The change to configure was intentional but wasn't meant to make it
> into the commit. Is there a built-in way to rebuild readelf with -O0, short
> of messing with the configure?

Not with an already built set of the binutils.  But if you are configuring a
new build then yes:

  $ mkdir build
  $ cd build
  $ <path-to-binutils-sources>/configure --quiet CFLAGS="-O0" CXXFLAGS="-O0"
  $ make

Ie if you set the CFLAGS and/or CXXFLAGS environment variables on the configure
command line then they will be used when the build happens.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]