* Patch from 2005-03-08 reverted for causing regressions and

ppc-darwin bootstrap failure.

From-SVN: r96136
This commit is contained in:
Julian Brown 2005-03-08 23:24:46 +00:00 committed by Julian Brown
parent 59e28bec07
commit 1fbbc05518
2 changed files with 6 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2005-03-08 Julian Brown <julian@codesourcery.com>
* Patch from 2005-03-08 reverted for causing regressions and
ppc-darwin bootstrap failure.
2005-03-08 Fariborz Jahanian <fjahanian@apple.com>
* config/rs6000/rs6000.c (invalid_arg_for_unprototyped_fn):

View File

@ -212,15 +212,7 @@ Boston, MA 02111-1307, USA. */
fprintf ((FILE), "%s\n", ASM_SECTION_START_OP)
#endif
/* Don't use weak for entities with vague linkage when HAVE_GAS_COMDAT_GROUP
is true. */
#define MAKE_DECL_ONE_ONLY(DECL) \
do \
{ \
if (!HAVE_GAS_COMDAT_GROUP) \
DECL_WEAK(DECL) = 1; \
} \
while (0)
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/* Switch into a generic section. */
#define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section