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]

Re: [PATCH] optimization docs part 3


> 
> On Friday, August 30, 2002, at 12:27  PM, Joseph S. Myers wrote:
> 
> >On Fri, 30 Aug 2002, Jerome L Quinn wrote:
> >
> >>+Currently the following ports permit debugging without frame
> >>+pointers: alpha, arm, avr, d30v, dsp16xx, fr30, ia64, m32r, m88k, 
> >>mips,
> >>+mn10200, mn10300, pa, rs6000, s390, sh, sparc, stormy16, and xtensa.
> >
> >Any list of ports like this is liable to get out of date, at least it
> >needs to be added to the checklist in sourcebuild.texi of places to 
> >update
> >for new ports.
> >
> 
> Actually, you could auto-generate it (with a cron job, or at build 
> time), by doing:
> grep -l "define CAN_DEBUG_WITHOUT_FP" config/*/*.h|xargs -n 1 dirname 
> |sort |uniq
> 
> Doing so also shows that the current list is missing a few.

x86_64 can debug without FP but it does not define this macro, as it is
not runtime choosable for i386.  Just an example where autogeneration is
dificult.

Honza


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