glibc/malloc
Peter Collingbourne 39b1f6172a Move _obstack_compat out of common
it is impossible to create an alias of a common symbol (as
compat_symbol does), because common symbols do not have a section or
an offset until linked.  GNU as tolerates aliases of common symbols by
simply creating another common symbol, but other assemblers (notably
LLVM's integrated assembler) are less tolerant.

2013-05-15  Peter Collingbourne  <pcc@google.com>

	* malloc/obstack.c (_obstack_compat): Add initializer.
-
2013-05-15 20:29:20 +02:00
..
arena.c Remove __malloc_ptr_t. 2013-03-08 21:27:42 +00:00
Depend Update. 1999-10-04 22:59:43 +00:00
hooks.c Remove __malloc_ptr_t. 2013-03-08 21:27:42 +00:00
Makefile Add --enable-hardcoded-path-in-tests configure option 2013-01-11 07:14:18 -08:00
malloc.c Remove __malloc_ptr_t. 2013-03-08 21:27:42 +00:00
malloc.h Remove __malloc_ptr_t. 2013-03-08 21:27:42 +00:00
mallocbug.c Avoid warnings in test malloc program 2012-03-28 13:05:11 -04:00
mcheck-init.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mcheck.c Remove __malloc_size_t. 2013-03-08 16:46:07 +00:00
mcheck.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
memusage.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
memusage.sh Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
memusagestat.c BZ#14812: Add missing translation marker on some argp option argument names in utilities. 2013-03-18 14:59:47 -07:00
morecore.c Remove __malloc_ptr_t. 2013-03-08 21:27:42 +00:00
mtrace.c Remove __malloc_size_t. 2013-03-08 16:46:07 +00:00
mtrace.pl Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
obstack.c Move _obstack_compat out of common 2013-05-15 20:29:20 +02:00
obstack.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
set-freeres.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
thread-freeres.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-calloc.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-malloc-usable.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-malloc.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-mallocfork.c * malloc/tst-mallocfork.c (do_test): Make sure sa_flags is 2005-12-06 00:50:15 +00:00
tst-mallocstate.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-mcheck.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-mtrace.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-mtrace.sh Add --enable-hardcoded-path-in-tests configure option 2013-01-11 07:14:18 -08:00
tst-obstack.c Update. 2000-11-20 17:40:29 +00:00
tst-trim1.c * malloc/tst-trim1.c: New file. 2007-12-16 22:57:57 +00:00
tst-valloc.c Update. 2000-11-20 17:40:29 +00:00
Versions Implement aligned_alloc 2012-01-01 07:17:21 -05:00