diff options
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index c5b5f4f..d21f219 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,11 @@ -*- text -*- +* The readelf tool has a new command line option which can be used to specify + how the numeric values of symbols are reported. --sym-base=0|8|10|16 tells + readelf to display the values in base 8, base 10 or base 16. A sym base of 0 + represents the default action of displaying values under 10000 in base 10 and + values above that in base 16. + * Binutils now requires a C99 compiler and library to build. * A new format has been added to the nm program. Specifying |