Bug 30481 - bfd version inconsistencies
Summary: bfd version inconsistencies
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.40
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-21 20:09 UTC by nightstrike
Modified: 2023-05-21 23:33 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nightstrike 2023-05-21 20:09:41 UTC
The following warnings are emitted during the build, many times each:

In file included from ../../gprof/../bfd/sysdep.h:29,
                 from ../../gprof/gprof.h:33:
../bfd/config.h:327: note: this is the location of the previous definition
  327 | #define VERSION "2.40"
      |
In file included from ../../gprof/gprof.h:41,
                 from ../../gprof/corefile.c:22:
./gconfig.h:104: warning: "VERSION" redefined
  104 | #define VERSION "2.40.00"
      |


There is an inconsistency in naming convention regarding 2.40 and 2.40.00.
Comment 1 Alan Modra 2023-05-21 23:33:08 UTC
This has already been fixed on the 2.40 branch.