This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/11516] [3.4 egression] ld: Unsatisfied symbol "get_attr_pa_combine_type" in file libbackend.a[pa.o]


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]