aboutsummaryrefslogtreecommitdiff
path: root/libiberty/obstacks.texi
AgeCommit message (Collapse)AuthorFilesLines
2023-06-26Synchromize libiberty sources with master version in gcc repositoryNick Clifton1-2/+2
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra1-4/+4
Using the standard gnulib obstack source requires importing quite a lot of other files from gnulib, and requires build changes. include/ PR gdb/17133 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE. libiberty/ 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-09Copy gnulib obstack filesAlan Modra1-126/+139
This copies obstack.[ch] from gnulib, and updates the docs. The next patch should be applied if someone repeats the import at a later date. include/ PR gdb/17133 * obstack.h: Import current gnulib file. libiberty/ PR gdb/17133 * obstack.c: Import current gnulib file. * obstacks.texi: Updated doc, from glibc's manual/memory.texi.
2013-03-17merge from gccDJ Delorie1-22/+25
2013-03-01merge from gccDJ Delorie1-1/+1
2008-06-15merge from gccDJ Delorie1-8/+8
2001-09-26merge from gccDJ Delorie1-0/+758