This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
Hi! The following patch adds ia64-linux and alphaev67-linux baseline_symbols.txt files (from multiplatform build where i686-linux build generated baseline_symbols.txt file identical to the current i686-pc-linux-gnu one). bzip2'ed because the files are big. Ok to commit? Branch too? Two notes about ABI check: a) it calls sort without explicitely saying what locale it wants to be sorted in, i686-pc-linux-gnu files have been apparently sorted with LC_ALL=en_US or other locale with identical collation. I've followed this, but maybe it would be better to use C locale, ie. s/sort/LC_ALL=C sort/ and resort the files. b) maybe make abi-check should be more liberate about platform tripples, e.g. i386-pc-linux-gnu ought to be always identical to i686-pc-linux-gnu which should be identical i386-redhat-linux or i586-suse-linux or whatever. Similarly it shouldn't matter if the build is alphaev67 or alphaev5 or alpha, etc. But it matters if the build is sparc64- vs. sparc-... Creating symlinks for every thinkable variant is lame, so I guess we need some config.base script or something like that that will take a tripplet and canonicalize it. 2002-09-05 Jakub Jelinek <jakub@redhat.com> * config/abi/ia64-unknown-linux-gnu: Add. * config/abi/ia64-unknown-linux-gnu/baseline_symbols.txt: New file. * config/abi/alphaev67-unknown-linux-gnu: Add. * config/abi/alphaev67-unknown-linux-gnu/baseline_symbols.txt: New file. Jakub
Attachment:
ia64alpha-baseline-symbols.patch.bz2
Description: BZip2 compressed data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |