Commit 4cacd7a0 by Klaus Espenlaub Committed by David Edelsohn

* rs6000.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Delete.

From-SVN: r21366
parent 67152996
Fri Jul 24 18:58:37 1998 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Delete.
Fri Jul 24 14:20:26 1998 Jeffrey A Law (law@cygnus.com) Fri Jul 24 14:20:26 1998 Jeffrey A Law (law@cygnus.com)
* mn10300.md (movqi, movhi, movsi, movsf): Correctly handle * mn10300.md (movqi, movhi, movsi, movsf): Correctly handle
......
...@@ -2133,12 +2133,10 @@ do { \ ...@@ -2133,12 +2133,10 @@ do { \
#define FASCIST_ASSEMBLER #define FASCIST_ASSEMBLER
#ifndef ASM_OUTPUT_CONSTRUCTOR /* AIX does not have any init/fini or ctor/dtor sections, so create
#define ASM_OUTPUT_CONSTRUCTOR(file, name) static constructors and destructors as normal functions. */
#endif /* #define ASM_OUTPUT_CONSTRUCTOR(file, name) */
#ifndef ASM_OUTPUT_DESTRUCTOR /* #define ASM_OUTPUT_DESTRUCTOR(file, name) */
#define ASM_OUTPUT_DESTRUCTOR(file, name)
#endif
/* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
is done just by pretending it is already truncated. */ is done just by pretending it is already truncated. */
......
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