This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Re: questions regarding m68k/ColdFire dynamic/shared code


>The function call should not be there in the first place.  You'll
>probably need to increase the inline limit like I did for m68k in
>current CVS.

I pulled out the current libc CVS tree, and found:

># Use a more reasonable inline limit
>sysdep-CFLAGS += --param max-inline-insns-single=4000

in sysdeps/m68k/Makefile.  Unfortunatley gcc-3.2.1 doesn't understand
this parameter.  I've changes it to 'max-inline-insns' and am
attempting a build to see what effect it has.

-- 
Peter Barada
peter@baradas.org


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