mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +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>
|
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/obj-coff.h (DO_STRIP): Don't define.
|
||||||
* config/tc-h8300.h (DO_STRIP): Don't define.
|
* config/tc-h8300.h (DO_STRIP): Don't define.
|
||||||
* config/tc-h8500.h (DO_STRIP): Don't define.
|
* config/tc-h8500.h (DO_STRIP): Don't define.
|
||||||
|
@ -415,11 +415,13 @@ S_IS_DEBUG (x)
|
|||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef segment_name
|
||||||
char *
|
char *
|
||||||
segment_name ()
|
segment_name ()
|
||||||
{
|
{
|
||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
obj_read_begin_hook ()
|
obj_read_begin_hook ()
|
||||||
|
Reference in New Issue
Block a user