Commit 16070e45 by Andreas Tobler Committed by Andreas Tobler

004-09-02 Andreas Tobler <a.tobler@schweiz.ch>

	* src/powerpc/aix.S: Remove whitespaces.
	* src/powerpc/aix_closure.S: Likewise.
	* src/powerpc/asm.h: Likewise.
	* src/powerpc/ffi.c: Likewise.
	* src/powerpc/ffitarget.h: Likewise.
	* src/powerpc/linux64.S: Likewise.
	* src/powerpc/linux64_closure.S: Likewise.
	* src/powerpc/ppc_closure.S: Likewise.
	* src/powerpc/sysv.S: Likewise.

From-SVN: r86991
parent 19dc705e
2004-09-02 Andreas Tobler <a.tobler@schweiz.ch>
* src/powerpc/aix.S: Remove whitespaces.
* src/powerpc/aix_closure.S: Likewise.
* src/powerpc/asm.h: Likewise.
* src/powerpc/ffi.c: Likewise.
* src/powerpc/ffitarget.h: Likewise.
* src/powerpc/linux64.S: Likewise.
* src/powerpc/linux64_closure.S: Likewise.
* src/powerpc/ppc_closure.S: Likewise.
* src/powerpc/sysv.S: Likewise.
2004-08-30 Anthony Green <green@redhat.com> 2004-08-30 Anthony Green <green@redhat.com>
* Makefile.am: Add frv support. * Makefile.am: Add frv support.
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
PowerPC Assembly glue. PowerPC Assembly glue.
$Id: asm.h,v 1.1.1.1 1998/11/29 16:48:16 green Exp $
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
``Software''), to deal in the Software without restriction, including ``Software''), to deal in the Software without restriction, including
...@@ -125,4 +123,3 @@ ...@@ -125,4 +123,3 @@
/* Local labels stripped out by the linker. */ /* Local labels stripped out by the linker. */
#define L(x) .L##x #define L(x) .L##x
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
PowerPC Foreign Function Interface PowerPC Foreign Function Interface
$Id: ffi.c,v 1.1.1.1 1998/11/29 16:48:16 green Exp $
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
``Software''), to deal in the Software without restriction, including ``Software''), to deal in the Software without restriction, including
...@@ -84,7 +82,7 @@ enum { ASM_NEEDS_REGISTERS = 4 }; ...@@ -84,7 +82,7 @@ enum { ASM_NEEDS_REGISTERS = 4 };
| Current backchain pointer 4 |-/ during | Current backchain pointer 4 |-/ during
|--------------------------------------------| <<< ffi_call_SYSV |--------------------------------------------| <<< ffi_call_SYSV
*/ */
/*@-exportheader@*/ /*@-exportheader@*/
void ffi_prep_args_SYSV(extended_cif *ecif, unsigned *const stack) void ffi_prep_args_SYSV(extended_cif *ecif, unsigned *const stack)
...@@ -299,7 +297,7 @@ enum { ASM_NEEDS_REGISTERS64 = 4 }; ...@@ -299,7 +297,7 @@ enum { ASM_NEEDS_REGISTERS64 = 4 };
| Current backchain pointer 8 |-/ during | Current backchain pointer 8 |-/ during
|--------------------------------------------| <<< ffi_call_LINUX64 |--------------------------------------------| <<< ffi_call_LINUX64
*/ */
/*@-exportheader@*/ /*@-exportheader@*/
void hidden ffi_prep_args64(extended_cif *ecif, unsigned long *const stack) void hidden ffi_prep_args64(extended_cif *ecif, unsigned long *const stack)
......
...@@ -88,4 +88,3 @@ struct ffi_aix_trampoline_struct { ...@@ -88,4 +88,3 @@ struct ffi_aix_trampoline_struct {
#endif #endif
#endif #endif
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
PowerPC Assembly glue. PowerPC Assembly glue.
$Id: sysv.S,v 1.1.1.1 1998/11/29 16:48:16 green Exp $
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
``Software''), to deal in the Software without restriction, including ``Software''), to deal in the Software without restriction, including
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment