Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-28 | revert acidently committed change for gcc.dg/visibility-b.c. | Andrew Pinski | 1 | -3/+1 | |
From-SVN: r89794 | |||||
2004-10-28 | visibility-[1-9a].c: Change to use scan-hidden instead of scan-assembler. | Andrew Pinski | 1 | -1/+3 | |
2004-10-28 Andrew Pinski <pinskia@physics.uc.edu> * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of scan-assembler. * lib/scanasm.exp (hidden-scan-for): New proc. (scan-hidden): Use hidden-scan-for instead of constructing the scan string. (scan-not-hidden): Likewise. * lib/target-supports.exp (check_visibility_available): mach-o is support too. From-SVN: r89793 | |||||
2004-09-01 | darwin.c (machopic_symbol_defined_p): In addition to being SYMBOL_REF_LOCAL_P... | Mike Stump | 1 | -0/+13 | |
* config/darwin.c (machopic_symbol_defined_p): In addition to being SYMBOL_REF_LOCAL_P, a symbol must also be ! SYMBOL_REF_EXTERNAL_P, as only those are _always_ locally defined in this output file, or translation unit in the case of IMA not being used. (machopic_output_indirection): SYMBOL_REF_LOCAL_P symbols never need .indirect_symbol when indirecting. From-SVN: r86915 |