[Bug target/48288] [4.7 Regression] ld: Unsatisfied symbol "__iordi3" in file /test/gnu/gcc/objdir/./gcc/libgcc_eh.a
danglin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 24 13:57:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48288
--- Comment #8 from John David Anglin <danglin at gcc dot gnu.org> 2011-04-24 13:56:16 UTC ---
Author: danglin
Date: Sun Apr 24 13:56:13 2011
New Revision: 172917
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172917
Log:
PR target/48288
* config/pa/predicates.md (ior_operand): Delete predicate.
(cint_ior_operand, reg_or_cint_ior_operand): New predicates.
* config/pa/pa.md (iordi3): Use reg_or_cint_ior_operand predicate in
expander. Use cint_ior_operand in unnamed insn.
(iorsi3): Likewise.
* config/pa/pa-protos.h (ior_operand): Delete declarations.
Modified:
branches/gcc-4_4-branch/gcc/ChangeLog
branches/gcc-4_4-branch/gcc/config/pa/pa-protos.h
branches/gcc-4_4-branch/gcc/config/pa/pa.md
branches/gcc-4_4-branch/gcc/config/pa/predicates.md
More information about the Gcc-bugs
mailing list