This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11516] [3.4 egression] ld: Unsatisfied symbol "get_attr_pa_combine_type" in file libbackend.a[pa.o]
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2003 01:56:58 -0000
- Subject: [Bug bootstrap/11516] [3.4 egression] ld: Unsatisfied symbol "get_attr_pa_combine_type" in file libbackend.a[pa.o]
- References: <20030714011006.11516.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11516
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[regression 3.4] ld: |[3.4 egression] ld:
|Unsatisfied symbol |Unsatisfied symbol
|"get_attr_pa_combine_type" |"get_attr_pa_combine_type"
|in file libbackend.a[pa.o] |in file libbackend.a[pa.o]
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-14 01:56 -------
I think this is caused by Keating's patch for intermodule optimizations.
I could not reproduce this with a cross-compiler from powerpc-apple-darwin6.6 with the mainline.
I also do not have access to HP-UX. Does the file insn-attrtab.c have the functions
get_attr_pa_combine_type and get_attr_type defined in there? Also does the line building the
library libbackend.a have insn-attrtab.o included? Also what does nm say for insn-attrtab.o, are
get_attr_pa_combine_type and get_attr_type defined?