From 3d364c67cb8c0d0a7aa3065ff61e468cdcecda78 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Wed, 16 Apr 2008 16:49:11 +0000 Subject: [PATCH] libgcj_bc.c: Sort lines. 2008-04-16 Andrew Haley * libgcj_bc.c: Sort lines. From-SVN: r134356 --- libjava/ChangeLog | 4 ++++ libjava/libgcj_bc.c | 42 +++++++++++++++++++++--------------------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 1372e44b1b5..dbc48432e4a 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2008-04-16 Andrew Haley + + * libgcj_bc.c: + 2008-04-02 Peter O'Gorman PR bootstrap/35216 diff --git a/libjava/libgcj_bc.c b/libjava/libgcj_bc.c index b26e3f7a1ea..9d5c8c27600 100644 --- a/libjava/libgcj_bc.c +++ b/libjava/libgcj_bc.c @@ -26,24 +26,24 @@ Please create a symlink from libgcj_bc.so.1 to the real libgcj.so.\n"); /* Functions called from code generated by gcj. */ -void __gcj_personality_v0 () {} void _Jv_AllocObject () {} void _Jv_AllocObjectNoFinalizer () {} +void _Jv_CheckArrayStore () {} +void _Jv_CheckCast () {} void _Jv_InitClass () {} -void _Jv_ResolvePoolEntry () {} -void _Jv_Throw () {} +void _Jv_IsInstanceOf () {} +void _Jv_LookupInterfaceMethodIdx () {} void _Jv_MonitorEnter () {} -void _Jv_NewPrimArray () {} -void _Jv_NewObjectArray () {} void _Jv_NewMultiArray () {} -void _Jv_ThrowBadArrayIndex () {} -void _Jv_ThrowNullPointerException () {} +void _Jv_NewObjectArray () {} +void _Jv_NewPrimArray () {} +void _Jv_ResolvePoolEntry () {} +void _Jv_Throw () {} void _Jv_ThrowAbstractMethodError () {} +void _Jv_ThrowBadArrayIndex () {} void _Jv_ThrowNoSuchFieldError () {} -void _Jv_CheckCast () {} -void _Jv_IsInstanceOf () {} -void _Jv_CheckArrayStore () {} -void _Jv_LookupInterfaceMethodIdx () {} +void _Jv_ThrowNullPointerException () {} +void __gcj_personality_v0 () {} void _Jv_RegisterClasses () { @@ -63,16 +63,16 @@ const char **_Jv_Compiler_Properties; /* Functions used by -fjni. */ -void _Jv_LookupJNIMethod () {} void _Jv_GetJNIEnvNewFrame () {} +void _Jv_LookupJNIMethod () {} void _Jv_UnwrapJNIweakReference () {} /* Checked divide (-fuse-divide-subroutine). */ void _Jv_divI () {} -void _Jv_remI () {} void _Jv_divJ () {} +void _Jv_remI () {} void _Jv_remJ () {} @@ -80,19 +80,19 @@ void _Jv_remJ () {} void _Jv_AllocBytes () {} void _Jv_AllocString () {} -void _Jv_NewString () {} -void _Jv_NewStringLatin1 () {} +void _Jv_AttachCurrentThread () {} +void _Jv_AttachCurrentThreadAsDaemon () {} +void _Jv_CreateJavaVM () {} +void _Jv_DetachCurrentThread () {} +void _Jv_Free () {} void _Jv_GetStringChars () {} void _Jv_GetStringUTFLength () {} void _Jv_GetStringUTFRegion () {} -void _Jv_NewStringUTF () {} void _Jv_Malloc () {} +void _Jv_NewString () {} +void _Jv_NewStringLatin1 () {} +void _Jv_NewStringUTF () {} void _Jv_Realloc () {} -void _Jv_Free () {} -void _Jv_CreateJavaVM () {} -void _Jv_AttachCurrentThread () {} -void _Jv_AttachCurrentThreadAsDaemon () {} -void _Jv_DetachCurrentThread () {} /* Classes for primitive types. */ -- 2.30.2