diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-09 04:28:21 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-09 04:28:21 +0000 |
commit | d843131446fa32915ceb12049d3606062307a8fe (patch) | |
tree | 682bf1ffda298891ad7163b4f5f8b0e4aadb0a24 /libiberty/ChangeLog | |
parent | 1ed1385ecb1c11d6915adac74afa2ff7da8be5d1 (diff) | |
download | gcc-d843131446fa32915ceb12049d3606062307a8fe.tar.gz |
Modify obstack.[hc] to avoid having to include other gnulib files
Using the standard gnulib obstack source requires importing quite a
lot of other files from gnulib, and requires build changes.
include/
* obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
libiberty/
* obstack.c (__alignof__): Expand alignof_type from alignof.h.
(obstack_exit_failure): Don't use exitfail.h.
(_): Include libintl.h when HAVE_LIBINTL_H and nls enabled.
Provide default. Don't include gettext.h.
(_Noreturn): Define.
* obstacks.texi: Adjust node references to external libc info files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229988 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 03f9d8d82a2..3bd9a9650df 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,6 +1,16 @@ 2015-11-09 Alan Modra <amodra@gmail.com> PR gdb/17133 + * obstack.c (__alignof__): Expand alignof_type from alignof.h. + (obstack_exit_failure): Don't use exitfail.h. + (_): Include libintl.h when HAVE_LIBINTL_H and nls enabled. + Provide default. Don't include gettext.h. + (_Noreturn): Define. + * obstacks.texi: Adjust node references to external libc info files. + +2015-11-09 Alan Modra <amodra@gmail.com> + + PR gdb/17133 * obstack.c: Import current gnulib file. * obstacks.texi: Updated doc, from glibc's manual/memory.texi. |