projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c10e9ba
)
merge from gcc
author
DJ Delorie
<dj@redhat.com>
Mon, 6 Jun 2005 22:13:35 +0000
(22:13 +0000)
committer
DJ Delorie
<dj@redhat.com>
Mon, 6 Jun 2005 22:13:35 +0000
(22:13 +0000)
include/ChangeLog
patch
|
blob
|
history
include/libiberty.h
patch
|
blob
|
history
diff --git
a/include/ChangeLog
b/include/ChangeLog
index 2c105aae5a1eb7efaeb2594fdae9a206140eaa56..11ef1c82c418bb2ac63e027ff86499d35d588e28 100644
(file)
--- a/
include/ChangeLog
+++ b/
include/ChangeLog
@@
-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.
diff --git
a/include/libiberty.h
b/include/libiberty.h
index a9a75eaa8ec7720115f8518e00478a37f0a0a6bc..4b0d532db78f604d82f245420b28a68bc42d1bda 100644
(file)
--- a/
include/libiberty.h
+++ b/
include/libiberty.h
@@
-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 */