This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] | |
On Wed, Mar 22, 2006 at 08:37:20PM -0800, Jim Blandy wrote: > Okay to commit? As far as I'm concerned, yes; anyone else have comments on the new code? > * prologue-value.c, prologue-value.h: New files. > * Makefile.in (prologue_value_h): New variable. > (HFILES_NO_SRCDIR): List prologue-value.h. > (ALLDEPFILES): List prologue-value.c. > (prologue-value.o): New rule. Hmm - why not always build it? It won't get linked in if nothing needs it, and then ports won't need to mention it in TDEPFILES. And that'll encourage people to use it I hope :-) The other port I was using this code for was ARM - I only rewrote the Thumb analyzer, not the ARM one, but it was simpler and better. Once this goes in I may try to find some time to do ARM mode too, and submit it. -- Daniel Jacobowitz CodeSourcery
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |