diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-16 19:52:44 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-16 19:52:44 +0000 |
commit | ef5ed00c36d75e8f60216dbeb29f5f266837ab0d (patch) | |
tree | 06e7f5db783744cf670101812a22a46a3d9482ea /gcc/config/m68k/xm-amix.h | |
parent | e4e9a13904463f0b319835dfab2a8f926021165e (diff) | |
download | gcc-ef5ed00c36d75e8f60216dbeb29f5f266837ab0d.tar.gz |
1999-04-16 22:44 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* system.h: Always prototype abort. Prototype fatal. Define
abort to call fatal, not fprintf/exit. Define a stub macro
for trim_filename.
* toplev.c: Define DIR_SEPARATOR. (trim_filename): New
function.
* toplev.h: Prototype trim_filename, and #undef system.h's stub.
* gcc.c, genattr.c, genattrtab.c, gencodes.c, genconfig.c,
genemit.c, genextract.c, genflags.c, genopinit.c, genoutput.c,
genpeep.c, genrecog.c: Make fatal non-static.
* gcov.c, gengenrtl.c, protoize.c: #undef abort after
including system.h.
* config/i386/dgux.h, config/m68k/xm-amix.h: Remove stale code
relating to abort.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26511 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/xm-amix.h')
-rw-r--r-- | gcc/config/m68k/xm-amix.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/m68k/xm-amix.h b/gcc/config/m68k/xm-amix.h index c28ed787cad..72d534fe619 100644 --- a/gcc/config/m68k/xm-amix.h +++ b/gcc/config/m68k/xm-amix.h @@ -32,14 +32,3 @@ Boston, MA 02111-1307, USA. */ #if defined (__GNUC__) && __GNUC__ == 1 #define alloca __builtin_alloca #endif - -#if 0 /* I don't want individual ports to be inconsistent about this. - I regard fancy_abort as a half-solution and not the right way - to do things. --rms. */ -/* The m88k and mips ports make use of fancy_abort to give possibly helpful - abort information rather than just dumping core. They do it in their - tm-* files. It seems more logical that this is a characteristic of - the host machine and not the target machine, so we do it here. */ - -#define abort fancy_abort /* give possibly helpful abort info */ -#endif |