This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: new abi file for x86_64-linux-gnu


>The abi file for x86_64-linux-gnu was not changed since the 3.2
>release.  Here's a patch created with make new-abi-baseline on the 3.3
>branch.  I'd like to commit this to both 3.3 and mainline.  

The baseline file shouldn't change after the ABI-defining release is
made. In this case, the defining release is 3.2.0. All else should be
compatible, but not equal.

The next time the ABI is switched, these files will get updated.
(Hopefully, I'll add another file besides the library exports, so that
we have fuller ABI coverage.)

It looks like you've generated this with the generic, not gnu locale.
That seems to be in error. You might explicitly specify
--enable-clocale=gnu on your build.

best,
benjamin


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