mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/obj-ieee.c (segment_name): Don't define function if this
is a macro.
This commit is contained in:
@ -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.
|
||||
|
@ -415,11 +415,13 @@ S_IS_DEBUG (x)
|
||||
abort ();
|
||||
}
|
||||
|
||||
#ifndef segment_name
|
||||
char *
|
||||
segment_name ()
|
||||
{
|
||||
abort ();
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
obj_read_begin_hook ()
|
||||
|
Reference in New Issue
Block a user