From 693ed633816d191104a804686043a02146c34d8e Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 10 Aug 2011 08:40:17 +0000 Subject: jcf-dump.c (print_constant): Cast first frexp arg. gcc/java: * jcf-dump.c (print_constant): Cast first frexp arg. libjava: * exception.cc (std::abort): Remove static. From-SVN: r177612 --- libjava/ChangeLog | 4 ++++ libjava/exception.cc | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8af4a5f..53adfd4 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2011-08-10 Rainer Orth + + * exception.cc (std::abort): Remove static. + 2011-08-08 Rainer Orth * configure.ac (THREADS): Remove posix95. diff --git a/libjava/exception.cc b/libjava/exception.cc index 76f1451..5a8a9e2 100644 --- a/libjava/exception.cc +++ b/libjava/exception.cc @@ -1,6 +1,7 @@ // Functions for Exception Support for Java. -/* Copyright (C) 1998, 1999, 2001, 2002, 2006, 2010 Free Software Foundation +/* Copyright (C) 1998, 1999, 2001, 2002, 2006, 2010, 2011 + Free Software Foundation This file is part of libgcj. @@ -24,7 +25,7 @@ details. */ // stdlib.h's abort(). namespace std { - static __attribute__ ((__noreturn__)) void + __attribute__ ((__noreturn__)) void abort () { ::abort (); -- cgit v1.1