This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] optimization docs part 3
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: Jerome L Quinn <jlquinn at us dot ibm dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 30 Aug 2002 14:29:47 -0400
- 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.