diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/BRANCHES | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES index cc84870..57840bd 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -50,6 +50,7 @@ binutils-2_31-branch binutils-2_32-branch binutils-2_33-branch binutils-2_34-branch +binutils-2_35-branch Copyright (C) 2012-2020 Free Software Foundation, Inc. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fee8c1d..897b801 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2020-07-04 Nick Clifton <nickc@redhat.com> + + Binutils 2.35 branch created. + 2020-07-02 Nick Clifton <nickc@redhat.com> PR 26028 diff --git a/binutils/NEWS b/binutils/NEWS index 1da8a86..e776f5a 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.35: + * Changed readelf's display of symbol names when wide mode is not enabled. If the name is too long it will be truncated and the last five characters replaced with "[...]". The old behaviour of displaying 5 more characters but |