This is the mail archive of the gcc@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] | |
Looks good in principle, but two questions:
1) Is private_extern really appropriate for routines that will go into libgcc_s.so? (There is a LIB2FUNCS_STATIC_EXTRA variable to use if the routines should go only into libgcc.a.)
2) Are the .private_extern directive and -force_cpusubtype_ALL command line option accepted by all Darwin assemblers? (Note I have no idea if there is more than one assembler for Darwin.)
Also, a meta-note: please use Content-Type text/plain and text/x-patch for attached source files and patches (respectively), not application/octet-stream. And it is easier for someone who needs to dig a patch out of the mailing list archives, years after the fact, if you include new files in the patch (use 'cvs add' and 'cvs diff -N' -- you can safely do 'cvs add' for files [not directories] before a patch is approved).
Thanks, Andrew Pinski
Attachment:
addsSaveFPVECWorld.diff.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |