search for: d38407

Displaying 3 results from an estimated 3 matches for "d38407".

Did you mean: 138407
2017 Oct 02
4
Should we switch to --hash-style=both by default in LLD ?
...".hash". So they defaults --hash-style to "both" and this looks to be released with binutils 2.30. I think we can switch LLD either to "both" or probably to "gnu" by default as well. Initial version of patch that changes default to "both" is here: D38407 Any thoughts ? Best regards, George | Developer | Access Softek, Inc
2017 Oct 02
1
Should we switch to --hash-style=both by default in LLD ?
> Le 2 oct. 2017 à 14:23, George Rimar <grimar at accesssoftek.com> a écrit : > > I think we can switch LLD either to "both" or probably to "gnu" by default as well. > Initial version of patch that changes default to "both" is here: D38407 > > Any thoughts ? > > Best regards, > George | Developer | Access Softek, Inc Hi, I initially wanted to switch the default to "gnu" as well in GNU linkers. However it was argued that this would generate ELF fiels that do not follow the ELF ABI. See here https://sourcew...
2017 Oct 02
2
Should we switch to --hash-style=both by default in LLD ?
...7 à 14:23, George Rimar <grimar at accesssoftek.com> a écrit > : > >> > >> I think we can switch LLD either to "both" or probably to "gnu" by > default as well. > >> Initial version of patch that changes default to "both" is here: D38407 > >> > >> Any thoughts ? > >> > >> Best regards, > >> George | Developer | Access Softek, Inc > > > >Hi, > > > >I initially wanted to switch the default to "gnu" as well in GNU linkers. > However it was argued that th...