This is the mail archive of the gdb@sources.redhat.com 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]

Re: rs6000-tdep


   Date: Fri, 14 Jul 2000 22:34:19 +1000
   From: Steven Johnson <sbjohnson@ozemail.com.au>

    PS. Im also going to look at getting rid of that really ugly 'pointer
   of type void*' warning also.

Caused by a bug in gcc.  (The use of `void *' in pointer arithmetic in
the glibc headers is marked with __extension__, but gcc nevertheless
complains about it).  You can avoid it by not passing -Wpointer-airth
to the compiler.  How is left as en excercise to the reader :-).

Mark

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