~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.c

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:49:35 UTC
  • Revision ID: monty@inaugust.com-20081004184935-oci2uz3uh2z4n06t
Killed last remaining __alpha__ ifdef.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
#endif
127
127
  uchar** fp;
128
128
  uint frame_count = 0, sigreturn_frame_count;
129
 
#if defined(__alpha__) && defined(__GNUC__)
130
 
  uint32* pc;
131
 
#endif
132
 
 
133
129
 
134
130
#ifdef __i386__
135
131
  __asm __volatile__ ("movl %%ebp,%0"
141
137
                      :"=r"(fp)
142
138
                      :"r"(fp));
143
139
#endif
144
 
#if defined(__alpha__) && defined(__GNUC__) 
145
 
  __asm __volatile__ ("mov $30,%0"
146
 
                      :"=r"(fp)
147
 
                      :"r"(fp));
148
 
#endif
149
140
  if (!fp)
150
141
  {
151
142
    fprintf(stderr, "frame pointer is NULL, did you compile with\n\