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





The ones missing from the list have the CAN_DEBUG_WITHOUT_FP line
commented out.  I'll do up a patch for sourcebuild.texi, though.

Any thoughts on the overall changes?

Thanks,
Jerry Quinn


Daniel Berlin <dberlin@dberlin.org> on 08/30/2002 02:29:47 PM

To:    "Joseph S. Myers" <jsm28@cam.ac.uk>
cc:    Jerome L Quinn/Watson/IBM@IBMUS, <gcc-patches@gcc.gnu.org>
Subject:    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.





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