Bug 27507

Summary: wrong default value in documentation
Product: Sisyphus Reporter: Michael Shigorin <mike>
Component: binutilsAssignee: Gleb F-Malinovskiy <glebfm>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: glebfm, led
Version: unstable   
Hardware: all   
OS: Linux   
URL: http://git.altlinux.org/people/mike/packages/?p=binutils.git;a=commitdiff;h=fe5631b8b483bbf18da14e1c44e7f764234b535b

Description Michael Shigorin 2012-06-27 21:00:10 MSK
В man-странице ld(1) про --hash-style говорится следующее:
[...] The default is "sysv".

На самом же деле текущее значение по умолчанию в сизифе -- gnu:
$ readelf --all /bin/ls | grep HASH
  [ 4] .gnu.hash         GNU_HASH        080481ac 0001ac 0000b0 04   A  5   0  4
 0x6ffffef5 (GNU_HASH)                   0x80481ac

Просьба поправить документацию.
Comment 1 Dmitry V. Levin 2012-06-27 21:25:39 MSK
В GNU ld это умолчание вполне соответствует документации.
Однако в результате
* Sun Oct 01 2006 Dmitry V. Levin <ldv@altlinux> 4.1.1-alt8
- Updated to FC gcc-4.1.1-28.
- Added --hash-style=gnu to default link options.
получается, что
$ gcc -dumpspecs | grep -Fce --hash-style=gnu
1
Comment 2 Michael Shigorin 2012-06-27 21:38:19 MSK
Второй вечный вопрос остаётся в силе. :)