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

Sync up LINK_SPEC on arm


Hello!

All the archs use the following logic in the LINK_SPEC section
if shared apply -shared, else if not static apply rdynamic/dynamic-linker
else if static

The attached syncs up arm to this logic.

ChangeLog:
2004-11-15  Peter S. Mazinger  <ps.m@gmx.net>

	* config/arm/linux-elf.h (LINK_SPEC): reorder section properly

Thanks, Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2

Attachment: gcc-4.0-cvs-arm-link_spec.patch
Description: Text document


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