merge from gcc
This commit is contained in:
parent
c10e9ba77d
commit
d30d42d114
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||||
|
|
||||||
|
* libiberty.h (XOBFINISH): New.
|
||||||
|
|
||||||
2005-06-03 Alan Modra <amodra@bigpond.net.au>
|
2005-06-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* bfdlink.h (struct bfd_link_callbacks): Add einfo.
|
* bfdlink.h (struct bfd_link_callbacks): Add einfo.
|
||||||
|
|
|
@ -326,7 +326,7 @@ extern double physmem_available (void);
|
||||||
/* Type-safe obstack allocator. */
|
/* Type-safe obstack allocator. */
|
||||||
|
|
||||||
#define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
|
#define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
|
||||||
|
#define XOBFINISH(O, T) ((T) obstack_finish ((O)))
|
||||||
|
|
||||||
/* hex character manipulation routines */
|
/* hex character manipulation routines */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue