]> gcc.gnu.org Git - gcc.git/commitdiff
backport: libiberty.h (xexit): Change decl to use modern GCC attribute to indicate...
authorJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 1998 23:04:13 +0000 (17:04 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 1998 23:04:13 +0000 (17:04 -0600)
      * Merge devo and egcs include directories.
1998-08-03  Jason Molenda  (jsm@bugshack.cygnus.com)
      * libiberty.h (xexit): Change decl to use modern GCC attribute
      to indicate exit does not return.

From-SVN: r22942

include/ChangeLog
include/libiberty.h

index c79b2ed7475c26e7c37db52c361b20cb82f64076..923c79ed39ac4b4b541c0bde5248e1c711916de4 100644 (file)
@@ -1,7 +1,20 @@
+Fri Oct  9 00:02:03 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Merge devo and egcs include directories.
+
 Sat Sep  5 12:16:33 1998  Jeffrey A Law  (law@cygnus.com)
 
        * getopt.h, obstack.h: Updated from gcc.
 
+1998-08-03  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * libiberty.h (xexit): Change decl to use modern GCC attribute
+       to indicate exit does not return.
+
+Mon Jun  1 13:48:32 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * obstack.h: Update to latest FSF version.
+
 Tue Feb 24 13:05:02 1998  Doug Evans  <devans@canuck.cygnus.com>
 
        * dis-asm.h (disassemble_info): Member `symbol' renamed to `symbols'
index 951e156569a236cbb3bcfd22a602e27f3fb44f1c..6fb29d212237b9c1c61475a500acf83373ae5a02 100644 (file)
@@ -111,8 +111,7 @@ extern int xatexit PARAMS ((void (*fn) (void)));
 #ifndef __GNUC__
 extern void xexit PARAMS ((int status));
 #else
-typedef void libiberty_voidfn PARAMS ((int status));
-__volatile__ libiberty_voidfn xexit;
+void xexit PARAMS ((int status)) __attribute__ ((noreturn));
 #endif
 
 /* Set the program name used by xmalloc.  */
This page took 0.06389 seconds and 5 git commands to generate.