2009-09-03 Tristan Gingold <gingold@adacore.com>
* as.h (__PRETTY_FUNCTION__): Use the same definition as bfd/libbfd.h.
This commit is contained in:
parent
3df5879c31
commit
5bc2ed935e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-09-03 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* as.h (__PRETTY_FUNCTION__): Use the same definition as bfd/libbfd.h.
|
||||
|
||||
2009-09-02 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* config/bfin-parse.y (value_match): Use int instead of long.
|
||||
|
|
2
gas/as.h
2
gas/as.h
|
@ -106,7 +106,7 @@ typedef int * va_list;
|
|||
#undef NDEBUG
|
||||
#endif
|
||||
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6)
|
||||
#define __PRETTY_FUNCTION__ ((char*)0)
|
||||
#define __PRETTY_FUNCTION__ ((char *) NULL)
|
||||
#endif
|
||||
#define gas_assert(P) \
|
||||
((void) ((P) ? 0 : (as_assert (__FILE__, __LINE__, __PRETTY_FUNCTION__), 0)))
|
||||
|
|
Loading…
Reference in a new issue