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/13486] build dies in link step


------- Additional Comments From gnu at usd dot com  2003-12-24 21:55 -------
Subject: Re:  build dies in link step

File attached is: 
 .../gcc-3.4-20031224/build.sparc-sun-solaris2.7/gcc/libgcc/libgcc.map


pinskia at gcc dot gnu dot org wrote:

>------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-24 21:43 -------
>no -Map is differnt than -M.
>-M will write the map out to stdout which is what is wantted and not -Map which writes the map to 
>the file.
>Can you attach: <libgcc/./libgcc.map>?
>
>  
>

GCC_3.0 {
  global:
	_Unwind_GetDataRelBase;
	__register_frame_table;
	__ucmpdi2;
	__addvsi3;
	_Unwind_GetTextRelBase;
	_Unwind_GetLanguageSpecificData;
	__fixunssfdi;
	__floatdidf;
	__register_frame_info_bases;
	__deregister_frame_info;
	_Unwind_DeleteException;
	__subvdi3;
	_Unwind_GetRegionStart;
	_Unwind_Resume;
	__clear_cache;
	__negvsi2;
	__cmpdi2;
	__ashldi3;
	__deregister_frame_info_bases;
	__register_frame_info_table;
	__absvsi2;
	__register_frame_info_table_bases;
	_Unwind_Find_FDE;
	__ffsdi2;
	_Unwind_ForcedUnwind;
	_Unwind_GetGR;
	__subvsi3;
	__register_frame_info;
	__ashrdi3;
	_Unwind_GetIP;
	__floatditf;
	__lshrdi3;
	__mulvdi3;
	__muldi3;
	__udivdi3;
	__udivmoddi4;
	__umoddi3;
	__divdi3;
	__addvdi3;
	__moddi3;
	_Unwind_RaiseException;
	__negvdi2;
	__mulvsi3;
	__fixtfdi;
	__fixdfdi;
	__fixunsdfsi;
	__deregister_frame;
	_Unwind_SetGR;
	__negdi2;
	__fixsfdi;
	__fixunstfdi;
	__register_frame;
	_Unwind_SetIP;
	__fixunssfsi;
	__floatdisf;
	__fixunsdfdi;
	__absvdi2;

  local:
	*;
};
GCC_3.3 {
  global:
	_Unwind_GetCFA;
	_Unwind_FindEnclosingFunction;
	_Unwind_Resume_or_Rethrow;
	_Unwind_Backtrace;
} GCC_3.0;
GCC_3.3.1 {
  global:
	__gcc_personality_v0;
} GCC_3.3;
GCC_3.4 {
  global:
	__paritysi2;
	__clzsi2;
	__ctzsi2;
	__popcountdi2;
	__popcountsi2;
	__paritydi2;
	__clzdi2;
	__ctzdi2;
} GCC_3.3.1;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13486


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