Author: bart
Date: 2008-03-03 20:40:51 +0000 (Mon, 03 Mar 2008)
New Revision: 7550

Log:
Compiles now with gcc 2.96 too.

Modified:
   trunk/coregrind/m_debuginfo/readdwarf3.c


Modified: trunk/coregrind/m_debuginfo/readdwarf3.c
===================================================================
--- trunk/coregrind/m_debuginfo/readdwarf3.c    2008-03-03 20:31:58 UTC (rev 
7549)
+++ trunk/coregrind/m_debuginfo/readdwarf3.c    2008-03-03 20:40:51 UTC (rev 
7550)
@@ -153,7 +153,7 @@
       UChar* region_start_img;
       UWord  region_szB;
       UWord  region_next;
-      __attribute__((noreturn)) void (*barf)( HChar* );
+      void (*barf)( HChar* ) __attribute__((noreturn));
       HChar* barfstr;
    }
    Cursor;
@@ -371,7 +371,7 @@
 typedef
    struct {
       /* Call here if anything goes wrong */
-      __attribute__((noreturn)) void (*barf)( HChar* );
+      void (*barf)( HChar* ) __attribute__((noreturn));
       /* Is this 64-bit DWARF ? */
       Bool   is_dw64;
       /* Which DWARF version ?  (2 or 3) */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to