This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: backward/forward compatibility of binutils


On Fri, 2006-07-07 02:50:16 -0400, Mikhail Teterin <mi+kde@aldan.algebra.com> wrote:
> Currently each of these tools builds its own version of binutils and links 
> with it -- *statically*. The binutils library(ies) (-lbfd) don't even get 
> installed into /usr .
> 
> The reasons for this are historical -- each tool (still!) comes with its own 
> version of binutils, which some time ago used to be incompatible with each 
> other :-(

Especially for the libbfd, the reason is probably that it was agreed
to not keep a specific binary interface, thus, there's not much sense
in keeping an eye on what patches are bugfixes-only and those that
alter the binary interface, which require to increase the library's
version number.

On the other hand, those patches didn't happen that often, so one
probably _could_ do that.

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fÃr einen Freien Staat voll Freier BÃrger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]