* config/sparc/tm-sun4os4.h (IS_STATIC_TRANSFORM_NAME): Add missing
definition.
This commit is contained in:
parent
f0fce3b80b
commit
29d867f881
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Apr 13 09:54:08 1998 Keith Seitz <keiths@andros.cygnus.com>
|
||||
|
||||
* config/sparc/tm-sun4os4.h (IS_STATIC_TRANSFORM_NAME): Add missing
|
||||
definition.
|
||||
|
||||
Fri Apr 10 22:36:28 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
Update support for x86 Solaris 2.
|
||||
|
|
|
@ -55,3 +55,4 @@ get_longjmp_target PARAMS ((CORE_ADDR *));
|
|||
|
||||
extern char *sunpro_static_transform_name PARAMS ((char *));
|
||||
#define STATIC_TRANSFORM_NAME(x) sunpro_static_transform_name (x)
|
||||
#define IS_STATIC_TRANSFORM_NAME(name) ((name)[0] == '$')
|
||||
|
|
Loading…
Reference in a new issue