]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Compiles now with gcc 2.96 too.
authorBart Van Assche <bvanassche@acm.org>
Mon, 3 Mar 2008 20:40:51 +0000 (20:40 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 3 Mar 2008 20:40:51 +0000 (20:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7550

coregrind/m_debuginfo/readdwarf3.c

index b7fa2c2f71d7565d059b80ac04d51cd667e69750..53f078d7e67b6470568ed80554ee5be5b33416ff 100644 (file)
@@ -153,7 +153,7 @@ typedef
       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 @@ static ULong get_Initial_Length ( /*OUT*/Bool* is64,
 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) */