* config/obj-ieee.c (segment_name): Don't define function if this

is a macro.
This commit is contained in:
Ian Lance Taylor
1997-03-21 23:52:29 +00:00
parent f062ec459f
commit 7cad1a894b
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Fri Mar 21 15:42:37 1997 Ian Lance Taylor <ian@cygnus.com>
* config/obj-ieee.c (segment_name): Don't define function if this
is a macro.
* config/obj-coff.h (DO_STRIP): Don't define.
* config/tc-h8300.h (DO_STRIP): Don't define.
* config/tc-h8500.h (DO_STRIP): Don't define.

View File

@ -415,11 +415,13 @@ S_IS_DEBUG (x)
abort ();
}
#ifndef segment_name
char *
segment_name ()
{
abort ();
}
#endif
void
obj_read_begin_hook ()