merge from gcc

This commit is contained in:
DJ Delorie 2005-06-06 22:13:35 +00:00
parent 2af5aa67e2
commit 0b1ecddf68
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* bfdlink.h (struct bfd_link_callbacks): Add einfo.

View File

@ -326,7 +326,7 @@ extern double physmem_available (void);
/* Type-safe obstack allocator. */
#define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
#define XOBFINISH(O, T) ((T) obstack_finish ((O)))
/* hex character manipulation routines */